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.
134 lines
3.1 KiB
134 lines
3.1 KiB
4 years ago
|
{
|
||
|
"_from": "base-env@^0.3.0",
|
||
|
"_id": "base-env@0.3.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-/HxC8QV1m/bWqvjcu4WZl4Um1HRpTAjuY31uiFUEukXsXge4WIvNvGKG/gCs2PrpBFPCybowA406V/ivdPknpQ==",
|
||
|
"_location": "/base-env",
|
||
|
"_phantomChildren": {
|
||
|
"debug": "2.6.9",
|
||
|
"expand-tilde": "2.0.2",
|
||
|
"find-pkg": "0.1.2",
|
||
|
"fs-exists-sync": "0.1.0",
|
||
|
"homedir-polyfill": "1.0.3",
|
||
|
"ini": "1.3.5",
|
||
|
"is-buffer": "1.1.6",
|
||
|
"is-extendable": "0.1.1",
|
||
|
"is-registered": "0.1.5",
|
||
|
"isarray": "1.0.0",
|
||
|
"pascalcase": "0.1.1",
|
||
|
"resolve": "1.11.1",
|
||
|
"set-getter": "0.1.0",
|
||
|
"which": "1.3.1"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "base-env@^0.3.0",
|
||
|
"name": "base-env",
|
||
|
"escapedName": "base-env",
|
||
|
"rawSpec": "^0.3.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.3.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/base-generators"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/base-env/-/base-env-0.3.1.tgz",
|
||
|
"_shasum": "a959341fef13ac1cd372a3fe2d6eee11d11061bb",
|
||
|
"_spec": "base-env@^0.3.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-generators",
|
||
|
"author": {
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/base/base-env/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Brian Woodward",
|
||
|
"url": "https://twitter.com/doowb"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "http://twitter.com/jonschlinkert"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"base-namespace": "^0.2.0",
|
||
|
"contains-path": "^0.1.0",
|
||
|
"debug": "^2.2.0",
|
||
|
"extend-shallow": "^2.0.1",
|
||
|
"fs-exists-sync": "^0.1.0",
|
||
|
"global-modules": "^0.2.2",
|
||
|
"is-absolute": "^0.2.5",
|
||
|
"is-valid-app": "^0.1.0",
|
||
|
"is-valid-instance": "^0.1.0",
|
||
|
"kind-of": "^3.0.3",
|
||
|
"os-homedir": "^1.0.1",
|
||
|
"resolve-file": "^0.3.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Base plugin, creates a normalized environment object from a function, filepath or instance of base.",
|
||
|
"devDependencies": {
|
||
|
"base": "^0.9.0",
|
||
|
"base-option": "^0.8.2",
|
||
|
"base-plugins": "^0.4.13",
|
||
|
"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": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/base/base-env",
|
||
|
"keywords": [
|
||
|
"base",
|
||
|
"env"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "base-env",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/base/base-env.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"run": true,
|
||
|
"toc": false,
|
||
|
"layout": "default",
|
||
|
"tasks": [
|
||
|
"readme"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"gulp-format-md"
|
||
|
],
|
||
|
"related": {
|
||
|
"list": [
|
||
|
"base",
|
||
|
"base-generators",
|
||
|
"base-runner"
|
||
|
]
|
||
|
},
|
||
|
"reflinks": [
|
||
|
"verb"
|
||
|
],
|
||
|
"lint": {
|
||
|
"reflinks": true
|
||
|
}
|
||
|
},
|
||
|
"version": "0.3.1"
|
||
|
}
|