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.
 
 
 
 
StackGenVis/frontend/node_modules/helper-cache/package.json

83 lines
2.0 KiB

{
"_from": "helper-cache@^0.7.2",
"_id": "helper-cache@0.7.2",
"_inBundle": false,
"_integrity": "sha1-AkVixLS4sqsqtTHQC+FuxJZRi5A=",
"_location": "/helper-cache",
"_phantomChildren": {
"is-extendable": "0.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "helper-cache@^0.7.2",
"name": "helper-cache",
"escapedName": "helper-cache",
"rawSpec": "^0.7.2",
"saveSpec": null,
"fetchSpec": "^0.7.2"
},
"_requiredBy": [
"/engine-cache"
],
"_resolved": "https://registry.npmjs.org/helper-cache/-/helper-cache-0.7.2.tgz",
"_shasum": "024562c4b4b8b2ab2ab531d00be16ec496518b90",
"_spec": "helper-cache@^0.7.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/engine-cache",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/helper-cache/issues"
},
"bundleDependencies": false,
"dependencies": {
"extend-shallow": "^2.0.1",
"lazy-cache": "^0.2.3",
"lodash.bind": "^3.1.0"
},
"deprecated": false,
"description": "Easily register and get helper functions to be passed to any template engine or node.js application. Methods for both sync and async helpers.",
"devDependencies": {
"globby": "^2.0.0",
"kind-of": "^2.0.0",
"loader-cache": "^0.4.0",
"mocha": "^2.2.5",
"object.reduce": "^0.1.7",
"should": "^6.0.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/helper-cache",
"keywords": [
"consolidate",
"engine",
"helper",
"helpers",
"template",
"lo-dash",
"lodash"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
}
],
"name": "helper-cache",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/helper-cache.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.7.2"
}