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.
 
 
 
 
StackGenVis/frontend/node_modules/question-store/package.json

133 lines
2.9 KiB

{
"_from": "question-store@^0.11.0",
"_id": "question-store@0.11.1",
"_inBundle": false,
"_integrity": "sha1-gf1NRF9NWtwqYiPCUj+nEj4E/X0=",
"_location": "/question-store",
"_phantomChildren": {
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "question-store@^0.11.0",
"name": "question-store",
"escapedName": "question-store",
"rawSpec": "^0.11.0",
"saveSpec": null,
"fetchSpec": "^0.11.0"
},
"_requiredBy": [
"/base-questions"
],
"_resolved": "https://registry.npmjs.org/question-store/-/question-store-0.11.1.tgz",
"_shasum": "81fd4d445f4d5adc2a6223c2523fa7123e04fd7d",
"_spec": "question-store@^0.11.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-questions",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/question-store/issues"
},
"bundleDependencies": false,
"dependencies": {
"common-config": "^0.1.0",
"data-store": "^0.16.1",
"debug": "^2.2.0",
"is-answer": "^0.1.0",
"lazy-cache": "^2.0.1",
"project-name": "^0.2.6",
"question-cache": "^0.5.1"
},
"deprecated": false,
"description": "Ask questions, persist the answers. Basic support for i18n and storing answers based on current working directory.",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-unused": "^0.1.2",
"minimist": "^1.2.0",
"mocha": "^2.5.3",
"question-force": "^0.1.0",
"question-match": "^0.1.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/jonschlinkert/question-store",
"keywords": [
"answer",
"ask",
"cli",
"command",
"command-line",
"console",
"create",
"generate",
"generator",
"generators",
"init",
"inquirer",
"menu",
"project",
"prompt",
"prompts",
"question",
"questions",
"scaffold",
"stdin",
"store",
"terminal",
"tty",
"util",
"yeoman"
],
"license": "MIT",
"main": "index.js",
"name": "question-store",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/question-store.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": true,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"answer-store",
"base-questions",
"inquirer",
"question-cache"
]
},
"reflinks": [
"question-cache",
"verb",
"verb-generate-readme"
],
"lint": {
"reflinks": true
}
},
"version": "0.11.1"
}