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

87 lines
1.9 KiB

{
"_from": "ora@^4.0.3",
"_id": "ora@4.0.3",
"_inBundle": false,
"_integrity": "sha512-fnDebVFyz309A73cqCipVL1fBZewq4vwgSHfxh43vVy31mbyoQ8sCH3Oeaog/owYOs/lLlGVPCISQonTneg6Pg==",
"_location": "/ora",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ora@^4.0.3",
"name": "ora",
"escapedName": "ora",
"rawSpec": "^4.0.3",
"saveSpec": null,
"fetchSpec": "^4.0.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/ora/-/ora-4.0.3.tgz",
"_shasum": "752a1b7b4be4825546a7a3d59256fa523b6b6d05",
"_spec": "ora@^4.0.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/ora/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.2.0",
"is-interactive": "^1.0.0",
"log-symbols": "^3.0.0",
"mute-stream": "0.0.8",
"strip-ansi": "^6.0.0",
"wcwidth": "^1.0.1"
},
"deprecated": false,
"description": "Elegant terminal spinner",
"devDependencies": {
"@types/node": "^12.7.5",
"ava": "^2.4.0",
"get-stream": "^5.1.0",
"tsd": "^0.10.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/ora#readme",
"keywords": [
"cli",
"spinner",
"spinners",
"terminal",
"term",
"console",
"ascii",
"unicode",
"loading",
"indicator",
"progress",
"busy",
"wait",
"idle"
],
"license": "MIT",
"name": "ora",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/ora.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.0.3"
}