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/node_modules/cli-width/package.json

57 lines
1.6 KiB

{
"_from": "cli-width@^1.1.0",
"_id": "cli-width@1.1.1",
"_inBundle": false,
"_integrity": "sha1-pNKT72frt7iNSk1CwMzwDE0eNm0=",
"_location": "/inquirer2/cli-width",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cli-width@^1.1.0",
"name": "cli-width",
"escapedName": "cli-width",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/inquirer2"
],
"_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-1.1.1.tgz",
"_shasum": "a4d293ef67ebb7b88d4a4d42c0ccf00c4d1e366d",
"_spec": "cli-width@^1.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/inquirer2",
"author": {
"name": "Ilya Radchenko",
"email": "ilya@burstcreations.com"
},
"bugs": {
"url": "https://github.com/knownasilya/cli-width/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Get stdout window width, with two fallbacks, tty and then a default.",
"devDependencies": {
"coveralls": "^2.11.4",
"isparta": "^3.0.4",
"rimraf": "^2.4.3",
"tap-spec": "^4.1.0",
"tape": "^3.4.0"
},
"homepage": "https://github.com/knownasilya/cli-width",
"license": "ISC",
"main": "index.js",
"name": "cli-width",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/knownasilya/cli-width.git"
},
"scripts": {
"coverage": "isparta cover test/*.js | tspec",
"coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
"postcoveralls": "rimraf ./coverage",
"test": "node test | tspec"
},
"version": "1.1.1"
}