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.
98 lines
2.2 KiB
98 lines
2.2 KiB
{
|
|
"_from": "pretty-time@^0.2.0",
|
|
"_id": "pretty-time@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ejvexAScYgzXxCt/NCt01W5z104=",
|
|
"_location": "/pretty-time",
|
|
"_phantomChildren": {
|
|
"is-buffer": "1.1.6"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pretty-time@^0.2.0",
|
|
"name": "pretty-time",
|
|
"escapedName": "pretty-time",
|
|
"rawSpec": "^0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/time-diff"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-0.2.0.tgz",
|
|
"_shasum": "7a3bdec4049c620cd7c42b7f342b74d56e73d74e",
|
|
"_spec": "pretty-time@^0.2.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/time-diff",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/pretty-time/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"is-number": "^2.0.2",
|
|
"nanoseconds": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.0",
|
|
"gulp-istanbul": "^0.10.1",
|
|
"gulp-jshint": "^1.11.2",
|
|
"gulp-mocha": "^2.1.3",
|
|
"jshint-stylish": "^2.0.1",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/pretty-time",
|
|
"keywords": [
|
|
"convert",
|
|
"date",
|
|
"format",
|
|
"formatting",
|
|
"hour",
|
|
"hrtime",
|
|
"micro",
|
|
"milli",
|
|
"minute",
|
|
"nano",
|
|
"nanosecond",
|
|
"pretty",
|
|
"second",
|
|
"time",
|
|
"week"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "pretty-time",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/pretty-time.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"time-stamp",
|
|
"timescale",
|
|
"o-clock",
|
|
"seconds",
|
|
"week",
|
|
"weekday",
|
|
"year"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.2.0"
|
|
}
|
|
|