StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
595 B
29 lines
595 B
4 years ago
|
{
|
||
|
"name": "source-map-resolve",
|
||
|
"version": "0.5.2",
|
||
|
"author": "Simon Lydell",
|
||
|
"license": "MIT",
|
||
|
"description": "Resolve the source map and/or sources for a generated file.",
|
||
|
"keywords": [
|
||
|
"source map",
|
||
|
"sourcemap",
|
||
|
"source",
|
||
|
"map",
|
||
|
"sourceMappingURL",
|
||
|
"resolve",
|
||
|
"resolver",
|
||
|
"locate",
|
||
|
"locator",
|
||
|
"find",
|
||
|
"finder"
|
||
|
],
|
||
|
"repo": "lydell/source-map-resolve",
|
||
|
"main": "source-map-resolve.js",
|
||
|
"scripts": [
|
||
|
"source-map-resolve.js"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"lydell/source-map-url": "~0.4.0",
|
||
|
"lydell/resolve-url": "~0.2.1"
|
||
|
}
|
||
|
}
|