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/to-choices/package.json

97 lines
2.2 KiB

{
"_from": "to-choices@^0.2.0",
"_id": "to-choices@0.2.0",
"_inBundle": false,
"_integrity": "sha1-IufnWgfWl9fkzsvVaxvwPBVlTXM=",
"_location": "/to-choices",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "to-choices@^0.2.0",
"name": "to-choices",
"escapedName": "to-choices",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/common-config/question-cache",
"/question-cache"
],
"_resolved": "https://registry.npmjs.org/to-choices/-/to-choices-0.2.0.tgz",
"_shasum": "22e7e75a07d697d7e4cecbd56b1bf03c15654d73",
"_spec": "to-choices@^0.2.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/common-config/node_modules/question-cache",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/generate/to-choices/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-gray": "^0.1.1",
"mixin-deep": "^1.1.3"
},
"deprecated": false,
"description": "Easily create a normalized inquirer choices question. Supports all of the `choices` question types: checkbox, list, rawlist, expand",
"devDependencies": {
"gulp-format-md": "^0.1.7",
"inquirer2": "^0.1.1",
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/generate/to-choices",
"keywords": [
"array",
"ask",
"choice",
"choices",
"cli",
"inquirer",
"prompt",
"question"
],
"license": "MIT",
"main": "index.js",
"name": "to-choices",
"repository": {
"type": "git",
"url": "git+https://github.com/generate/to-choices.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"question-store",
"answer-store"
]
},
"reflinks": [
"inquirer2",
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "0.2.0"
}