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/vinyl-item/node_modules/cache-base/package.json

122 lines
2.7 KiB

{
"_from": "cache-base@^0.8.2",
"_id": "cache-base@0.8.5",
"_inBundle": false,
"_integrity": "sha1-YM6zUEAh7O7HAR/TOEt/TpVym/o=",
"_location": "/vinyl-item/cache-base",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cache-base@^0.8.2",
"name": "cache-base",
"escapedName": "cache-base",
"rawSpec": "^0.8.2",
"saveSpec": null,
"fetchSpec": "^0.8.2"
},
"_requiredBy": [
"/vinyl-item/base"
],
"_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-0.8.5.tgz",
"_shasum": "60ceb3504021eceec7011fd3384b7f4e95729bfa",
"_spec": "cache-base@^0.8.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vinyl-item/node_modules/base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/cache-base/issues"
},
"bundleDependencies": false,
"contributors": [
{
"email": "wtgtybhertgeghgtwtg@gmail.com",
"url": "https://github.com/wtgtybhertgeghgtwtg"
},
{
"name": "Jon Schlinkert",
"email": "jon.schlinkert@sellside.com",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"collection-visit": "^0.2.1",
"component-emitter": "^1.2.1",
"get-value": "^2.0.5",
"has-value": "^0.3.1",
"isobject": "^3.0.0",
"lazy-cache": "^2.0.1",
"set-value": "^0.4.2",
"to-object-path": "^0.3.0",
"union-value": "^0.2.3",
"unset-value": "^0.1.1"
},
"deprecated": false,
"description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
"devDependencies": {
"gulp-format-md": "^0.1.8",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/cache-base",
"keywords": [
"base",
"cache",
"config",
"data",
"get",
"has",
"hash",
"hasown",
"object",
"set",
"store"
],
"license": "MIT",
"main": "index.js",
"name": "cache-base",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/cache-base.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"highligh": "base",
"list": [
"base-methods",
"get-value",
"has-value",
"option-cache",
"set-value",
"unset-value"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "0.8.5"
}