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.
72 lines
1.8 KiB
72 lines
1.8 KiB
4 years ago
|
{
|
||
|
"_from": "cardinal@~0.4.2",
|
||
|
"_id": "cardinal@0.4.4",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-ylu2iltRG5D+k7ms6km97lwyv+I=",
|
||
|
"_location": "/cardinal",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "cardinal@~0.4.2",
|
||
|
"name": "cardinal",
|
||
|
"escapedName": "cardinal",
|
||
|
"rawSpec": "~0.4.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "~0.4.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/sharkdown"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.4.4.tgz",
|
||
|
"_shasum": "ca5bb68a5b511b90fe93b9acea49bdee5c32bfe2",
|
||
|
"_spec": "cardinal@~0.4.2",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/sharkdown",
|
||
|
"author": {
|
||
|
"name": "Thorsten Lorenz",
|
||
|
"email": "thlorenz@gmx.de",
|
||
|
"url": "thlorenz.com"
|
||
|
},
|
||
|
"bin": {
|
||
|
"cdl": "./bin/cdl.js"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/thlorenz/cardinal/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"ansicolors": "~0.2.1",
|
||
|
"redeyed": "~0.4.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
|
||
|
"devDependencies": {
|
||
|
"readdirp": "~0.2.1",
|
||
|
"tap": "~0.3.1"
|
||
|
},
|
||
|
"homepage": "https://github.com/thlorenz/cardinal#readme",
|
||
|
"keywords": [
|
||
|
"syntax",
|
||
|
"highlight",
|
||
|
"theme",
|
||
|
"javascript",
|
||
|
"json",
|
||
|
"terminal",
|
||
|
"console",
|
||
|
"print",
|
||
|
"output"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "cardinal.js",
|
||
|
"name": "cardinal",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/thlorenz/cardinal.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"demo": "node examples/highlight-string.js; node examples/highlight-self; node examples/highlight-self-hide-semicolons;",
|
||
|
"test": "tap ./test/*.js"
|
||
|
},
|
||
|
"version": "0.4.4"
|
||
|
}
|