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
{
|
|
"_from": "common-config@^0.1.0",
|
|
"_id": "common-config@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-0fGnQa+gy/al7wl1K9/C5nfYtO8=",
|
|
"_location": "/common-config",
|
|
"_phantomChildren": {
|
|
"arr-flatten": "1.1.0",
|
|
"arr-union": "3.1.0",
|
|
"debug": "2.6.9",
|
|
"get-value": "2.0.6",
|
|
"inquirer2": "0.1.1",
|
|
"is-answer": "0.1.1",
|
|
"is-arguments": "1.0.4",
|
|
"is-date-object": "1.0.1",
|
|
"is-descriptor": "0.1.6",
|
|
"is-extendable": "0.1.1",
|
|
"isarray": "1.0.0",
|
|
"lodash.assign": "4.2.0",
|
|
"mixin-deep": "1.3.2",
|
|
"option-cache": "3.5.0",
|
|
"os-homedir": "1.0.2",
|
|
"project-name": "0.2.6",
|
|
"reduce-object": "0.1.3",
|
|
"set-getter": "0.1.0",
|
|
"to-choices": "0.2.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "common-config@^0.1.0",
|
|
"name": "common-config",
|
|
"escapedName": "common-config",
|
|
"rawSpec": "^0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/question-store",
|
|
"/update"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/common-config/-/common-config-0.1.0.tgz",
|
|
"_shasum": "d1f1a741afa0cbf6a5ef09752bdfc2e677d8b4ef",
|
|
"_spec": "common-config@^0.1.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bin": {
|
|
"common-config": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/common-config/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"composer": "^0.13.0",
|
|
"data-store": "^0.16.1",
|
|
"get-value": "^2.0.6",
|
|
"lazy-cache": "^2.0.1",
|
|
"log-utils": "^0.2.0",
|
|
"object.pick": "^1.1.2",
|
|
"omit-empty": "^0.4.1",
|
|
"question-cache": "^0.4.0",
|
|
"set-value": "^0.3.3",
|
|
"strip-color": "^0.1.0",
|
|
"tableize-object": "^0.1.0",
|
|
"text-table": "^0.2.0",
|
|
"yargs-parser": "^2.4.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Config store for values that are commonly needed by project scaffolders, like Generate or Yeoman.",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^0.1.9",
|
|
"mocha": "^2.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"index.js",
|
|
"LICENSE",
|
|
"README.md",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/common-config",
|
|
"keywords": [
|
|
"cache",
|
|
"common",
|
|
"config",
|
|
"data",
|
|
"global",
|
|
"preferences",
|
|
"save",
|
|
"settings",
|
|
"store"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "common-config",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/common-config.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"toc": true,
|
|
"layout": "common-minimal",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"base-store",
|
|
"data-store"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"verb",
|
|
"verb-readme-generator"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.1.0"
|
|
}
|
|
|