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.
94 lines
2.1 KiB
94 lines
2.1 KiB
4 years ago
|
{
|
||
|
"_from": "map-config@^0.5.0",
|
||
|
"_id": "map-config@0.5.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-FwJgfiZ696NwyKnQxiumUk/rb+U=",
|
||
|
"_location": "/map-config",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "map-config@^0.5.0",
|
||
|
"name": "map-config",
|
||
|
"escapedName": "map-config",
|
||
|
"rawSpec": "^0.5.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.5.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/base-config"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/map-config/-/map-config-0.5.0.tgz",
|
||
|
"_shasum": "1702607e267af7a370c8a9d0c62ba6524feb6fe5",
|
||
|
"_spec": "map-config@^0.5.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-config",
|
||
|
"author": {
|
||
|
"name": "Brian Woodward",
|
||
|
"url": "https://github.com/doowb"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/doowb/map-config/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Brian Woodward",
|
||
|
"email": "brian.woodward@gmail.com",
|
||
|
"url": "https://github.com/doowb"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jon Schlinkert",
|
||
|
"email": "github@sellside.com",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"array-unique": "^0.2.1",
|
||
|
"async": "^1.5.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Map configuration objects to application methods.",
|
||
|
"devDependencies": {
|
||
|
"base": "^0.6.7",
|
||
|
"gulp": "^3.9.0",
|
||
|
"gulp-eslint": "^1.0.0",
|
||
|
"gulp-istanbul": "^0.10.2",
|
||
|
"gulp-mocha": "^2.1.3",
|
||
|
"mocha": "*"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/doowb/map-config",
|
||
|
"keywords": [
|
||
|
"config",
|
||
|
"configuration",
|
||
|
"settings"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "map-config",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/doowb/map-config.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"related": {
|
||
|
"list": [
|
||
|
"assemble",
|
||
|
"generate",
|
||
|
"templates",
|
||
|
"update",
|
||
|
"verb"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"version": "0.5.0"
|
||
|
}
|