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

107 lines
2.6 KiB

{
"_from": "inquirer2@^0.1.1",
"_id": "inquirer2@0.1.1",
"_inBundle": false,
"_integrity": "sha1-vFQkqBQ1fEHmXi6Vf+U2ruqb8fY=",
"_location": "/inquirer2",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"exit-hook": "1.1.1",
"has-ansi": "2.0.0",
"is-buffer": "1.1.6",
"is-extendable": "0.1.1",
"object-assign": "4.1.1",
"once": "1.4.0",
"strip-ansi": "3.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "inquirer2@^0.1.1",
"name": "inquirer2",
"escapedName": "inquirer2",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/common-config/question-cache",
"/question-cache"
],
"_resolved": "https://registry.npmjs.org/inquirer2/-/inquirer2-0.1.1.tgz",
"_shasum": "bc5424a814357c41e65e2e957fe536aeea9bf1f6",
"_spec": "inquirer2@^0.1.1",
"_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/jonschlinkert/inquirer2/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-escapes": "^1.1.1",
"ansi-regex": "^2.0.0",
"arr-flatten": "^1.0.1",
"arr-pluck": "^0.1.0",
"array-unique": "^0.2.1",
"chalk": "^1.1.1",
"cli-cursor": "^1.0.2",
"cli-width": "^1.1.0",
"extend-shallow": "^2.0.1",
"figures": "^1.4.0",
"is-number": "^2.1.0",
"is-plain-object": "^2.0.1",
"lazy-cache": "^1.0.3",
"lodash.where": "^3.1.0",
"readline2": "^1.0.1",
"run-async": "^0.1.0",
"rx-lite": "^4.0.7",
"strip-color": "^0.1.0",
"through2": "^2.0.0"
},
"deprecated": false,
"description": "Lighter, faster alternative to inquirer. A collection of common interactive command line user interfaces.",
"devDependencies": {
"chai": "^3.0.0",
"cmdify": "^0.0.4",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"lodash": "^3.10.1",
"mocha": "*",
"mockery": "^1.4.0",
"sinon": "^1.12.1"
},
"files": [
"index.js",
"lib/"
],
"homepage": "https://github.com/jonschlinkert/inquirer2",
"keywords": [
"cli",
"command",
"menu",
"prompt",
"stdin",
"tty"
],
"license": "MIT",
"main": "index.js",
"name": "inquirer2",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/inquirer2.git"
},
"scripts": {
"test": "gulp"
},
"verb": {
"related": {
"list": []
}
},
"version": "0.1.1"
}