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.
157 lines
3.4 KiB
157 lines
3.4 KiB
4 years ago
|
{
|
||
|
"_from": "log-utils@^0.2.1",
|
||
|
"_id": "log-utils@0.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-pMIXoN2aUFFdm5ICBgkas9TgMc8=",
|
||
|
"_location": "/log-utils",
|
||
|
"_phantomChildren": {
|
||
|
"ansi-bgblack": "0.1.1",
|
||
|
"ansi-bgblue": "0.1.1",
|
||
|
"ansi-bgcyan": "0.1.1",
|
||
|
"ansi-bggreen": "0.1.1",
|
||
|
"ansi-bgmagenta": "0.1.1",
|
||
|
"ansi-bgred": "0.1.1",
|
||
|
"ansi-bgwhite": "0.1.1",
|
||
|
"ansi-bgyellow": "0.1.1",
|
||
|
"ansi-black": "0.1.1",
|
||
|
"ansi-blue": "0.1.1",
|
||
|
"ansi-bold": "0.1.1",
|
||
|
"ansi-cyan": "0.1.1",
|
||
|
"ansi-dim": "0.1.1",
|
||
|
"ansi-gray": "0.1.1",
|
||
|
"ansi-green": "0.1.1",
|
||
|
"ansi-grey": "0.1.1",
|
||
|
"ansi-hidden": "0.1.1",
|
||
|
"ansi-inverse": "0.1.1",
|
||
|
"ansi-italic": "0.1.1",
|
||
|
"ansi-magenta": "0.1.1",
|
||
|
"ansi-red": "0.1.1",
|
||
|
"ansi-reset": "0.1.1",
|
||
|
"ansi-strikethrough": "0.1.1",
|
||
|
"ansi-underline": "0.1.1",
|
||
|
"ansi-white": "0.1.1",
|
||
|
"ansi-yellow": "0.1.1",
|
||
|
"set-getter": "0.1.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "log-utils@^0.2.1",
|
||
|
"name": "log-utils",
|
||
|
"escapedName": "log-utils",
|
||
|
"rawSpec": "^0.2.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.2.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/base-cli-process",
|
||
|
"/base-pkg",
|
||
|
"/common-config",
|
||
|
"/map-schema",
|
||
|
"/update"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/log-utils/-/log-utils-0.2.1.tgz",
|
||
|
"_shasum": "a4c217a0dd9a50515d9b920206091ab3d4e031cf",
|
||
|
"_spec": "log-utils@^0.2.1",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
|
||
|
"author": {
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jonschlinkert/log-utils/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"ansi-colors": "^0.2.0",
|
||
|
"error-symbol": "^0.1.0",
|
||
|
"info-symbol": "^0.1.0",
|
||
|
"log-ok": "^0.1.1",
|
||
|
"success-symbol": "^0.1.0",
|
||
|
"time-stamp": "^1.0.1",
|
||
|
"warning-symbol": "^0.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Basic logging utils: colors, symbols and timestamp.",
|
||
|
"devDependencies": {
|
||
|
"clear-require": "^1.0.1",
|
||
|
"gulp-format-md": "^0.1.7",
|
||
|
"mocha": "^2.4.5",
|
||
|
"verb-generate-readme": "^0.1.21"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"LICENSE",
|
||
|
"README.md"
|
||
|
],
|
||
|
"homepage": "https://github.com/jonschlinkert/log-utils",
|
||
|
"keywords": [
|
||
|
"ansi",
|
||
|
"chalk",
|
||
|
"check",
|
||
|
"checkmark",
|
||
|
"cli",
|
||
|
"color",
|
||
|
"colors",
|
||
|
"command",
|
||
|
"console",
|
||
|
"cyan",
|
||
|
"error",
|
||
|
"green",
|
||
|
"info",
|
||
|
"line",
|
||
|
"log",
|
||
|
"red",
|
||
|
"stamp",
|
||
|
"success",
|
||
|
"terminal",
|
||
|
"time",
|
||
|
"time-stamp",
|
||
|
"timestamp",
|
||
|
"util",
|
||
|
"utility",
|
||
|
"utils",
|
||
|
"warn",
|
||
|
"warning",
|
||
|
"yellow"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"lintDeps": {
|
||
|
"ignore": []
|
||
|
},
|
||
|
"main": "index.js",
|
||
|
"name": "log-utils",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jonschlinkert/log-utils.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"related": {
|
||
|
"list": [
|
||
|
"ansi-colors",
|
||
|
"error-symbol",
|
||
|
"info-symbol",
|
||
|
"success-symbol",
|
||
|
"warning-symbol"
|
||
|
]
|
||
|
},
|
||
|
"layout": "default",
|
||
|
"reflinks": [
|
||
|
"ansi-colors",
|
||
|
"time-diff",
|
||
|
"verb",
|
||
|
"verb-readme-generator"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"gulp-format-md"
|
||
|
]
|
||
|
},
|
||
|
"version": "0.2.1"
|
||
|
}
|