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.
86 lines
2.0 KiB
86 lines
2.0 KiB
4 years ago
|
{
|
||
|
"_from": "prompts@^2.2.1",
|
||
|
"_id": "prompts@2.3.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-NfbbPPg/74fT7wk2XYQ7hAIp9zJyZp5Fu19iRbORqqy1BhtrkZ0fPafBU+7bmn8ie69DpT0R6QpJIN2oisYjJg==",
|
||
|
"_location": "/prompts",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "prompts@^2.2.1",
|
||
|
"name": "prompts",
|
||
|
"escapedName": "prompts",
|
||
|
"rawSpec": "^2.2.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.2.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/npm-check-updates"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/prompts/-/prompts-2.3.0.tgz",
|
||
|
"_shasum": "a444e968fa4cc7e86689a74050685ac8006c4cc4",
|
||
|
"_spec": "prompts@^2.2.1",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-check-updates",
|
||
|
"author": {
|
||
|
"name": "Terkel Gjervig",
|
||
|
"email": "terkel@terkel.com",
|
||
|
"url": "https://terkel.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/terkelg/prompts/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"kleur": "^3.0.3",
|
||
|
"sisteransi": "^1.0.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Lightweight, beautiful and user-friendly prompts",
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.5.5",
|
||
|
"@babel/core": "^7.5.5",
|
||
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
|
||
|
"@babel/preset-env": "^7.5.5",
|
||
|
"tap-spec": "^5.0.0",
|
||
|
"tape": "^4.11.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 6"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"dist",
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/terkelg/prompts#readme",
|
||
|
"keywords": [
|
||
|
"ui",
|
||
|
"prompts",
|
||
|
"cli",
|
||
|
"prompt",
|
||
|
"interface",
|
||
|
"command-line",
|
||
|
"input",
|
||
|
"command",
|
||
|
"stdin",
|
||
|
"menu",
|
||
|
"ask",
|
||
|
"interact"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "prompts",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/terkelg/prompts.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "babel lib -d dist",
|
||
|
"prepublishOnly": "npm run build",
|
||
|
"start": "node lib/index.js",
|
||
|
"test": "tape test/*.js | tap-spec"
|
||
|
},
|
||
|
"version": "2.3.0"
|
||
|
}
|