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/expand-args/package.json

113 lines
2.4 KiB

{
"_from": "expand-args@^0.4.1",
"_id": "expand-args@0.4.3",
"_inBundle": false,
"_integrity": "sha1-OoZiJBxYF1fIzTf7d2d6xgL/nZg=",
"_location": "/expand-args",
"_phantomChildren": {
"arr-flatten": "1.1.0",
"is-arguments": "1.0.4",
"is-buffer": "1.1.6",
"is-extendable": "0.1.1",
"isarray": "1.0.0",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "expand-args@^0.4.1",
"name": "expand-args",
"escapedName": "expand-args",
"rawSpec": "^0.4.1",
"saveSpec": null,
"fetchSpec": "^0.4.1"
},
"_requiredBy": [
"/base-argv"
],
"_resolved": "https://registry.npmjs.org/expand-args/-/expand-args-0.4.3.tgz",
"_shasum": "3a8662241c581757c8cd37fb77677ac602ff9d98",
"_spec": "expand-args@^0.4.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-argv",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/expand-args/issues"
},
"bundleDependencies": false,
"dependencies": {
"expand-object": "^0.4.2",
"kind-of": "^3.0.3",
"lazy-cache": "^2.0.1",
"minimist": "^1.2.0",
"mixin-deep": "^1.1.3",
"omit-empty": "^0.4.1",
"set-value": "^0.3.3"
},
"deprecated": false,
"description": "Expand parsed command line arguments using expand-object.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE",
"README.md",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/expand-args",
"keywords": [
"arg",
"args",
"arguments",
"cli",
"command",
"command-line",
"expand",
"expand-object",
"line",
"object"
],
"license": "MIT",
"main": "index.js",
"name": "expand-args",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/expand-args.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"expand-object",
"map-config"
]
},
"reflinks": [
"expand-object",
"verb",
"verb-generate-readme"
],
"lint": {
"reflinks": true
}
},
"version": "0.4.3"
}