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.
126 lines
2.8 KiB
126 lines
2.8 KiB
{
|
|
"_from": "base-config@^0.5.2",
|
|
"_id": "base-config@0.5.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-q2A8AdExWL4uYux3/7Ix4o9Ijh8=",
|
|
"_location": "/base-config",
|
|
"_phantomChildren": {
|
|
"homedir-polyfill": "1.0.3",
|
|
"ini": "1.3.5",
|
|
"isarray": "1.0.0",
|
|
"os-homedir": "1.0.2",
|
|
"which": "1.3.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "base-config@^0.5.2",
|
|
"name": "base-config",
|
|
"escapedName": "base-config",
|
|
"rawSpec": "^0.5.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.5.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-cli",
|
|
"/base-config-process"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/base-config/-/base-config-0.5.2.tgz",
|
|
"_shasum": "ab603c01d13158be2e62ec77ffb231e28f488e1f",
|
|
"_spec": "base-config@^0.5.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-config/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"isobject": "^2.0.0",
|
|
"lazy-cache": "^1.0.3",
|
|
"map-config": "^0.5.0",
|
|
"resolve-dir": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "base-methods plugin that adds a `config` method for mapping declarative configuration values to other 'base' methods or custom functions.",
|
|
"devDependencies": {
|
|
"base": "^0.7.9",
|
|
"base-data": "^0.3.7",
|
|
"base-option": "^0.6.1",
|
|
"base-plugins": "^0.4.4",
|
|
"base-store": "^0.4.1",
|
|
"expand-args": "^0.3.6",
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-format-md": "^0.1.7",
|
|
"gulp-istanbul": "^0.10.3",
|
|
"gulp-mocha": "^2.2.0",
|
|
"minimist": "^1.2.0",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/node-base/base-config",
|
|
"keywords": [
|
|
"app",
|
|
"base",
|
|
"baseplugin",
|
|
"cache",
|
|
"command",
|
|
"command-line",
|
|
"config",
|
|
"data",
|
|
"extend",
|
|
"line",
|
|
"merge",
|
|
"method",
|
|
"methods",
|
|
"plugin",
|
|
"store"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "base-config",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/node-base/base-config.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"base",
|
|
"base-cli",
|
|
"base-data",
|
|
"base-options",
|
|
"base-plugins",
|
|
"base-store"
|
|
]
|
|
},
|
|
"run": true,
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"reflinks": [
|
|
"verb"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.5.2"
|
|
}
|
|
|