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.
133 lines
3.1 KiB
133 lines
3.1 KiB
{
|
|
"_from": "question-cache@^0.4.0",
|
|
"_id": "question-cache@0.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-4rmTf8X7fcYPu58QXx+iVLM96n0=",
|
|
"_location": "/common-config/question-cache",
|
|
"_phantomChildren": {
|
|
"has-values": "0.1.4",
|
|
"is-date-object": "1.0.1",
|
|
"isobject": "2.1.0",
|
|
"reduce-object": "0.1.3"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "question-cache@^0.4.0",
|
|
"name": "question-cache",
|
|
"escapedName": "question-cache",
|
|
"rawSpec": "^0.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/common-config"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/question-cache/-/question-cache-0.4.0.tgz",
|
|
"_shasum": "e2b9937fc5fb7dc60fbb9f105f1fa254b33dea7d",
|
|
"_spec": "question-cache@^0.4.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/common-config",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/question-cache/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"arr-flatten": "^1.0.1",
|
|
"arr-union": "^3.1.0",
|
|
"async": "1.5.2",
|
|
"debug": "^2.2.0",
|
|
"define-property": "^0.2.5",
|
|
"get-value": "^2.0.5",
|
|
"has-value": "^0.3.1",
|
|
"inquirer2": "^0.1.1",
|
|
"is-answer": "^0.1.0",
|
|
"isobject": "^2.0.0",
|
|
"lazy-cache": "^1.0.3",
|
|
"mixin-deep": "^1.1.3",
|
|
"omit-empty": "^0.3.6",
|
|
"option-cache": "^3.3.5",
|
|
"os-homedir": "^1.0.1",
|
|
"project-name": "^0.2.4",
|
|
"set-value": "^0.3.3",
|
|
"to-choices": "^0.2.0",
|
|
"use": "^1.1.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A wrapper around inquirer that makes it easy to create and selectively reuse questions.",
|
|
"devDependencies": {
|
|
"ansi-green": "^0.1.1",
|
|
"ansi-red": "^0.1.1",
|
|
"gulp": "^3.9.0",
|
|
"gulp-eslint": "^1.0.0",
|
|
"gulp-format-md": "^0.1.7",
|
|
"gulp-istanbul": "^0.10.2",
|
|
"gulp-mocha": "^2.1.3",
|
|
"gulp-unused": "^0.1.2",
|
|
"helper-example": "^0.1.0",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/question-cache",
|
|
"keywords": [
|
|
"answer",
|
|
"ask",
|
|
"cli",
|
|
"generate",
|
|
"generator",
|
|
"generators",
|
|
"inquirer",
|
|
"question",
|
|
"questions",
|
|
"util",
|
|
"yeoman"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "question-cache",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/question-cache.git"
|
|
},
|
|
"verb": {
|
|
"run": true,
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"ask-for-github-auth",
|
|
"ask-once",
|
|
"generate",
|
|
"question-helper"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"generate",
|
|
"inquirer2",
|
|
"verb",
|
|
"yeoman"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"helpers": [
|
|
"helper-example"
|
|
]
|
|
},
|
|
"version": "0.4.0"
|
|
}
|
|
|