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.
142 lines
3.2 KiB
142 lines
3.2 KiB
{
|
|
"_from": "time-diff@^0.3.1",
|
|
"_id": "time-diff@0.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Jej7c07qnmy15LA5TwWBC5yHwtg=",
|
|
"_location": "/time-diff",
|
|
"_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",
|
|
"error-symbol": "0.1.0",
|
|
"info-symbol": "0.1.0",
|
|
"is-buffer": "1.1.6",
|
|
"is-extendable": "0.1.1",
|
|
"log-ok": "0.1.1",
|
|
"success-symbol": "0.1.0",
|
|
"time-stamp": "1.1.0",
|
|
"warning-symbol": "0.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "time-diff@^0.3.1",
|
|
"name": "time-diff",
|
|
"escapedName": "time-diff",
|
|
"rawSpec": "^0.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-runtimes"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/time-diff/-/time-diff-0.3.1.tgz",
|
|
"_shasum": "25e8fb734eea9e6cb5e4b0394f05810b9c87c2d8",
|
|
"_spec": "time-diff@^0.3.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-runtimes",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/time-diff/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"extend-shallow": "^2.0.1",
|
|
"is-number": "^2.1.0",
|
|
"log-utils": "^0.1.0",
|
|
"pretty-time": "^0.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Returns the formatted, high-resolution time difference between `start` and `end` times.",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^0.1.7",
|
|
"minimist": "^1.2.0",
|
|
"mocha": "^2.4.5",
|
|
"strip-color": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/time-diff",
|
|
"keywords": [
|
|
"console",
|
|
"diff",
|
|
"difference",
|
|
"elapse",
|
|
"elapsed",
|
|
"log",
|
|
"pretty",
|
|
"terminal",
|
|
"time",
|
|
"time-diff",
|
|
"timer"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "time-diff",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/time-diff.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"reflinks": [
|
|
"pretty-time",
|
|
"verb",
|
|
"minimist"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"ansi-colors",
|
|
"log-utils",
|
|
"pretty-time",
|
|
"time-diff"
|
|
]
|
|
},
|
|
"layout": "default",
|
|
"toc": {
|
|
"render": false
|
|
},
|
|
"run": true,
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"tasks": [
|
|
"readme"
|
|
]
|
|
},
|
|
"version": "0.3.1"
|
|
}
|
|
|