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.
130 lines
3.0 KiB
130 lines
3.0 KiB
4 years ago
|
{
|
||
|
"_from": "base-cli-schema@^0.1.19",
|
||
|
"_id": "base-cli-schema@0.1.19",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-gfQYL0zwu4NnHxF2PknLBbkugkE=",
|
||
|
"_location": "/base-cli-schema",
|
||
|
"_phantomChildren": {
|
||
|
"get-value": "2.0.6",
|
||
|
"is-buffer": "1.1.6",
|
||
|
"is-descriptor": "0.1.6",
|
||
|
"is-extendable": "0.1.1",
|
||
|
"isarray": "1.0.0",
|
||
|
"set-getter": "0.1.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "base-cli-schema@^0.1.19",
|
||
|
"name": "base-cli-schema",
|
||
|
"escapedName": "base-cli-schema",
|
||
|
"rawSpec": "^0.1.19",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.1.19"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/base-cli-process"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/base-cli-schema/-/base-cli-schema-0.1.19.tgz",
|
||
|
"_shasum": "81f4182f4cf0bb83671f11763e49cb05b92e8241",
|
||
|
"_spec": "base-cli-schema@^0.1.19",
|
||
|
"_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/jonschlinkert/base-cli-schema/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"arr-flatten": "^1.0.1",
|
||
|
"array-unique": "^0.2.1",
|
||
|
"debug": "^2.2.0",
|
||
|
"define-property": "^0.2.5",
|
||
|
"export-files": "^2.1.1",
|
||
|
"extend-shallow": "^2.0.1",
|
||
|
"falsey": "^0.3.0",
|
||
|
"fs-exists-sync": "^0.1.0",
|
||
|
"has-glob": "^0.1.1",
|
||
|
"has-value": "^0.3.1",
|
||
|
"kind-of": "^3.0.3",
|
||
|
"lazy-cache": "^2.0.1",
|
||
|
"map-schema": "^0.2.3",
|
||
|
"merge-deep": "^3.0.0",
|
||
|
"mixin-deep": "^1.1.3",
|
||
|
"resolve": "^1.1.7",
|
||
|
"tableize-object": "^0.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Schema for the base-cli plugin, used for normalizing argv values before passing them to cli.process().",
|
||
|
"devDependencies": {
|
||
|
"assemble-core": "^0.21.0",
|
||
|
"base": "^0.10.0",
|
||
|
"base-argv": "^0.5.0",
|
||
|
"base-cwd": "^0.2.0",
|
||
|
"base-data": "^0.5.0",
|
||
|
"base-pkg": "^0.2.3",
|
||
|
"delete": "^0.3.2",
|
||
|
"gulp": "^3.9.1",
|
||
|
"gulp-eslint": "^2.0.0",
|
||
|
"gulp-format-md": "^0.1.9",
|
||
|
"gulp-istanbul": "^0.10.4",
|
||
|
"gulp-mocha": "^2.2.0",
|
||
|
"gulp-unused": "^0.1.2",
|
||
|
"mocha": "^2.5.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/jonschlinkert/base-cli-schema",
|
||
|
"keywords": [
|
||
|
"base",
|
||
|
"baseplugin",
|
||
|
"cli",
|
||
|
"normalize",
|
||
|
"plugin",
|
||
|
"schema"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "base-cli-schema",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jonschlinkert/base-cli-schema.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"run": true,
|
||
|
"toc": false,
|
||
|
"layout": "default",
|
||
|
"tasks": [
|
||
|
"readme"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"gulp-format-md"
|
||
|
],
|
||
|
"related": {
|
||
|
"list": [
|
||
|
"base",
|
||
|
"base-cli",
|
||
|
"base-cli-process",
|
||
|
"base-option"
|
||
|
]
|
||
|
},
|
||
|
"reflinks": [
|
||
|
"verb"
|
||
|
],
|
||
|
"lint": {
|
||
|
"reflinks": true
|
||
|
}
|
||
|
},
|
||
|
"version": "0.1.19"
|
||
|
}
|