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.
78 lines
1.7 KiB
78 lines
1.7 KiB
{
|
|
"_from": "lazy-cache@^0.2.3",
|
|
"_id": "lazy-cache@0.2.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-f+3fLctu23fRHvHRF6tf/fCrG2U=",
|
|
"_location": "/engine/lazy-cache",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "lazy-cache@^0.2.3",
|
|
"name": "lazy-cache",
|
|
"escapedName": "lazy-cache",
|
|
"rawSpec": "^0.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/engine",
|
|
"/engine/get-value"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz",
|
|
"_shasum": "7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65",
|
|
"_spec": "lazy-cache@^0.2.3",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/engine",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/lazy-cache/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Cache requires to be lazy-loaded when needed.",
|
|
"devDependencies": {
|
|
"ansi-yellow": "^0.1.1",
|
|
"glob": "^5.0.14",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/lazy-cache",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"dependencies",
|
|
"dependency",
|
|
"lazy",
|
|
"require",
|
|
"requires"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "lazy-cache",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/lazy-cache.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"lint-deps"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
]
|
|
},
|
|
"version": "0.2.7"
|
|
}
|
|
|