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.
140 lines
3.0 KiB
140 lines
3.0 KiB
{
|
|
"_from": "base-cli@^0.5.0",
|
|
"_id": "base-cli@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-U+Zdjg9bKKoRBo/sjdTpXXLvPOg=",
|
|
"_location": "/base-cli",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "base-cli@^0.5.0",
|
|
"name": "base-cli",
|
|
"escapedName": "base-cli",
|
|
"rawSpec": "^0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-cli-process"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/base-cli/-/base-cli-0.5.0.tgz",
|
|
"_shasum": "53e65d8e0f5b28aa11068fec8dd4e95d72ef3ce8",
|
|
"_spec": "base-cli@^0.5.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-cli-process",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-base/base-cli/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"base-argv": "^0.4.2",
|
|
"base-config": "^0.5.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Plugin for base-methods that maps built-in methods to CLI args (also supports methods from a few plugins, like 'base-store', 'base-options' and 'base-data'.",
|
|
"devDependencies": {
|
|
"ansi-green": "^0.1.1",
|
|
"base": "^0.8.1",
|
|
"base-option": "^0.7.0",
|
|
"base-pkg": "^0.2.0",
|
|
"base-plugins": "^0.4.10",
|
|
"base-store": "^0.4.2",
|
|
"expand-args": "^0.4.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-format-md": "^0.1.7",
|
|
"gulp-istanbul": "^0.10.4",
|
|
"gulp-mocha": "^2.2.0",
|
|
"minimist": "^1.2.0",
|
|
"mocha": "^2.4.5",
|
|
"through2": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/node-base/base-cli",
|
|
"keywords": [
|
|
"app",
|
|
"application",
|
|
"arg",
|
|
"args",
|
|
"base",
|
|
"baseplugin",
|
|
"cache",
|
|
"cli",
|
|
"command",
|
|
"command-line",
|
|
"config",
|
|
"data",
|
|
"extend",
|
|
"flag",
|
|
"flags",
|
|
"line",
|
|
"merge",
|
|
"method",
|
|
"methods",
|
|
"option",
|
|
"options",
|
|
"opts",
|
|
"plugin",
|
|
"store",
|
|
"terminal"
|
|
],
|
|
"license": "MIT",
|
|
"lintDeps": {
|
|
"ignore": [
|
|
"examples"
|
|
]
|
|
},
|
|
"main": "index.js",
|
|
"name": "base-cli",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/node-base/base-cli.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"run": true,
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"base",
|
|
"base-config",
|
|
"base-data",
|
|
"base-generators",
|
|
"base-plugins",
|
|
"base-task"
|
|
],
|
|
"highlight": "base-config",
|
|
"description": "Other useful [base] plugins:"
|
|
},
|
|
"reflinks": [
|
|
"assemble",
|
|
"base",
|
|
"base-runner",
|
|
"generate",
|
|
"verb"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.5.0"
|
|
}
|
|
|