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/base-store/package.json

121 lines
2.8 KiB

{
"_from": "base-store@^0.4.4",
"_id": "base-store@0.4.4",
"_inBundle": false,
"_integrity": "sha1-JY32uKYu4G/xUADJSdD9fCi68mY=",
"_location": "/base-store",
"_phantomChildren": {
"is-extendable": "0.1.1",
"isarray": "1.0.0",
"pascalcase": "0.1.1",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-store@^0.4.4",
"name": "base-store",
"escapedName": "base-store",
"rawSpec": "^0.4.4",
"saveSpec": null,
"fetchSpec": "^0.4.4"
},
"_requiredBy": [
"/base-questions",
"/update"
],
"_resolved": "https://registry.npmjs.org/base-store/-/base-store-0.4.4.tgz",
"_shasum": "258df6b8a62ee06ff15000c949d0fd7c28baf266",
"_spec": "base-store@^0.4.4",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/node-base/base-store/issues"
},
"bundleDependencies": false,
"dependencies": {
"data-store": "^0.16.0",
"debug": "^2.2.0",
"extend-shallow": "^2.0.1",
"is-registered": "^0.1.4",
"is-valid-instance": "^0.1.0",
"lazy-cache": "^2.0.1",
"project-name": "^0.2.5"
},
"deprecated": false,
"description": "Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object that exposes all of the methods from the data-store library. Also now supports sub-stores!",
"devDependencies": {
"base": "^0.8.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/node-base/base-store",
"keywords": [
"app",
"base",
"baseplugin",
"cache",
"config",
"data",
"extend",
"merge",
"method",
"plugin",
"store"
],
"license": "MIT",
"main": "index.js",
"name": "base-store",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base-store.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"highlight": "base-data",
"description": "Other plugins for extending your [base][] application:",
"list": [
"base",
"base-options",
"base-questions",
"base-pipeline",
"base-plugins"
]
},
"reflinks": [
"base",
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "0.4.4"
}