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.
160 lines
3.8 KiB
160 lines
3.8 KiB
4 years ago
|
{
|
||
|
"_from": "base-config-schema@^0.1.18",
|
||
|
"_id": "base-config-schema@0.1.24",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-T74UvsVtwa7ef+3QaSjpGfhyH6k=",
|
||
|
"_location": "/base-config-schema",
|
||
|
"_phantomChildren": {
|
||
|
"arr-union": "3.1.0",
|
||
|
"async-array-reduce": "0.2.1",
|
||
|
"clone-buffer": "1.0.0",
|
||
|
"cloneable-readable": "1.1.3",
|
||
|
"fs-exists-sync": "0.1.0",
|
||
|
"get-value": "2.0.6",
|
||
|
"glob": "7.1.4",
|
||
|
"glob-parent": "3.1.0",
|
||
|
"homedir-polyfill": "1.0.3",
|
||
|
"ini": "1.3.5",
|
||
|
"is-buffer": "1.1.6",
|
||
|
"is-extendable": "0.1.1",
|
||
|
"is-extglob": "2.1.1",
|
||
|
"is-valid-glob": "0.3.0",
|
||
|
"isarray": "1.0.0",
|
||
|
"os-homedir": "1.0.2",
|
||
|
"remove-trailing-separator": "1.1.0",
|
||
|
"set-getter": "0.1.0",
|
||
|
"strip-bom-buffer": "0.1.1",
|
||
|
"strip-bom-string": "0.1.2",
|
||
|
"through2": "2.0.5",
|
||
|
"which": "1.3.1"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "base-config-schema@^0.1.18",
|
||
|
"name": "base-config-schema",
|
||
|
"escapedName": "base-config-schema",
|
||
|
"rawSpec": "^0.1.18",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.1.18"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/base-config-process"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/base-config-schema/-/base-config-schema-0.1.24.tgz",
|
||
|
"_shasum": "4fbe14bec56dc1aede7fedd06928e919f8721fa9",
|
||
|
"_spec": "base-config-schema@^0.1.18",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-config-process",
|
||
|
"author": {
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/node-base/base-config-schema/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"arr-flatten": "^1.0.3",
|
||
|
"array-unique": "^0.3.2",
|
||
|
"base-pkg": "^0.2.4",
|
||
|
"camel-case": "^3.0.0",
|
||
|
"debug": "^2.6.6",
|
||
|
"define-property": "^1.0.0",
|
||
|
"export-files": "^2.1.1",
|
||
|
"extend-shallow": "^2.0.1",
|
||
|
"has-glob": "^1.0.0",
|
||
|
"has-value": "^0.3.1",
|
||
|
"inflection": "^1.12.0",
|
||
|
"kind-of": "^3.2.0",
|
||
|
"lazy-cache": "^2.0.2",
|
||
|
"load-templates": "^1.0.2",
|
||
|
"map-schema": "^0.2.4",
|
||
|
"matched": "^0.4.4",
|
||
|
"mixin-deep": "^1.2.0",
|
||
|
"resolve": "^1.3.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Schema for the base-config plugin, used for normalizing config values before passing them to config.process().",
|
||
|
"devDependencies": {
|
||
|
"base": "^0.13.0",
|
||
|
"base-config": "^0.5.2",
|
||
|
"base-plugins": "^1.0.0",
|
||
|
"engine-base": "^0.1.3",
|
||
|
"engine-handlebars": "^0.8.2",
|
||
|
"gulp": "^3.9.1",
|
||
|
"gulp-eslint": "^3.0.1",
|
||
|
"gulp-format-md": "^0.1.12",
|
||
|
"gulp-istanbul": "^1.1.1",
|
||
|
"gulp-mocha": "^3.0.0",
|
||
|
"gulp-unused": "^0.2.1",
|
||
|
"helper-coverage": "^0.1.3",
|
||
|
"helper-example": "^0.1.0",
|
||
|
"mocha": "^3.3.0",
|
||
|
"through2": "^2.0.3",
|
||
|
"verb-reflinks": "^0.1.7"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.12.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/node-base/base-config-schema",
|
||
|
"keywords": [
|
||
|
"api",
|
||
|
"app",
|
||
|
"application",
|
||
|
"base",
|
||
|
"base-plugin",
|
||
|
"baseplugin",
|
||
|
"building-blocks",
|
||
|
"config",
|
||
|
"create",
|
||
|
"framework",
|
||
|
"normalize",
|
||
|
"plugin",
|
||
|
"plugins",
|
||
|
"schema",
|
||
|
"tool",
|
||
|
"toolkit",
|
||
|
"tools"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "base-config-schema",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/node-base/base-config-schema.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"run": true,
|
||
|
"toc": false,
|
||
|
"layout": "default",
|
||
|
"tasks": [
|
||
|
"readme"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"gulp-format-md"
|
||
|
],
|
||
|
"related": {
|
||
|
"list": [
|
||
|
"base-cli",
|
||
|
"base-config",
|
||
|
"base-option"
|
||
|
]
|
||
|
},
|
||
|
"reflinks": [
|
||
|
"base",
|
||
|
"verb"
|
||
|
],
|
||
|
"lint": {
|
||
|
"reflinks": true
|
||
|
}
|
||
|
},
|
||
|
"version": "0.1.24"
|
||
|
}
|