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.
69 lines
1.6 KiB
69 lines
1.6 KiB
4 years ago
|
{
|
||
|
"_from": "readline2@^1.0.1",
|
||
|
"_id": "readline2@1.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU=",
|
||
|
"_location": "/readline2",
|
||
|
"_phantomChildren": {
|
||
|
"number-is-nan": "1.0.1"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "readline2@^1.0.1",
|
||
|
"name": "readline2",
|
||
|
"escapedName": "readline2",
|
||
|
"rawSpec": "^1.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/inquirer2"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz",
|
||
|
"_shasum": "41059608ffc154757b715d9989d199ffbf372e35",
|
||
|
"_spec": "readline2@^1.0.1",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/inquirer2",
|
||
|
"author": {
|
||
|
"name": "Simon Boudrias",
|
||
|
"email": "admin@simonboudrias.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/SBoudrias/readline2/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"code-point-at": "^1.0.0",
|
||
|
"is-fullwidth-code-point": "^1.0.0",
|
||
|
"mute-stream": "0.0.5"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Readline Façade fixing bugs and issues found in releases 0.8 and 0.10",
|
||
|
"devDependencies": {
|
||
|
"chalk": "^1.1.0",
|
||
|
"mocha": "^2.1.0",
|
||
|
"sinon": "^1.7.3"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/SBoudrias/readline2#readme",
|
||
|
"keywords": [
|
||
|
"cli",
|
||
|
"terminal",
|
||
|
"readline",
|
||
|
"tty",
|
||
|
"ansi"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "readline2",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/SBoudrias/readline2.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha -R spec"
|
||
|
},
|
||
|
"version": "1.0.1"
|
||
|
}
|