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.
 
 
 
 
StackGenVis/frontend/node_modules/base-argv/package.json

115 lines
2.5 KiB

{
"_from": "base-argv@^0.4.2",
"_id": "base-argv@0.4.5",
"_inBundle": false,
"_integrity": "sha1-BalXHNwnaUDeGW/8h07uuJnLED0=",
"_location": "/base-argv",
"_phantomChildren": {
"arr-flatten": "1.1.0",
"is-descriptor": "0.1.6",
"is-extendable": "0.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-argv@^0.4.2",
"name": "base-argv",
"escapedName": "base-argv",
"rawSpec": "^0.4.2",
"saveSpec": null,
"fetchSpec": "^0.4.2"
},
"_requiredBy": [
"/base-cli"
],
"_resolved": "https://registry.npmjs.org/base-argv/-/base-argv-0.4.5.tgz",
"_shasum": "05a9571cdc276940de196ffc874eeeb899cb103d",
"_spec": "base-argv@^0.4.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-cli",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/node-base/base-argv/issues"
},
"bundleDependencies": false,
"dependencies": {
"arr-diff": "^2.0.0",
"arr-union": "^3.1.0",
"debug": "^2.2.0",
"define-property": "^0.2.5",
"expand-args": "^0.4.1",
"extend-shallow": "^2.0.1",
"lazy-cache": "^1.0.3"
},
"deprecated": false,
"description": "Plugin that post-processes the argv object from simplify how args are mapped to options, tasks and generators.",
"devDependencies": {
"base": "^0.8.1",
"base-task": "^0.4.2",
"gulp-format-md": "^0.1.7",
"minimist": "^1.2.0",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/node-base/base-argv",
"keywords": [
"arguments",
"argv",
"base",
"base-methods",
"baseplugin",
"cli",
"command",
"command-line",
"line",
"methods",
"plugin",
"terminal"
],
"license": "MIT",
"main": "index.js",
"name": "base-argv",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base-argv.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"base",
"base-cli",
"base-config",
"base-option",
"base-plugins"
]
},
"toc": false,
"layout": "default",
"plugins": [
"gulp-format-md"
],
"run": true,
"tasks": [
"readme"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"base"
]
},
"version": "0.4.5"
}