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

116 lines
2.5 KiB

{
"_from": "pkg-store@^0.2.2",
"_id": "pkg-store@0.2.2",
"_inBundle": false,
"_integrity": "sha1-sfXA+GIKWf1mWGrMXiVvTCw3oNg=",
"_location": "/pkg-store",
"_phantomChildren": {
"arr-union": "3.1.0",
"component-emitter": "1.3.0",
"get-value": "2.0.6",
"is-buffer": "1.1.6",
"is-extendable": "0.1.1",
"is-plain-object": "2.0.4",
"isarray": "1.0.0",
"isobject": "3.0.1",
"set-getter": "0.1.0",
"to-object-path": "0.3.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "pkg-store@^0.2.2",
"name": "pkg-store",
"escapedName": "pkg-store",
"rawSpec": "^0.2.2",
"saveSpec": null,
"fetchSpec": "^0.2.2"
},
"_requiredBy": [
"/base-pkg"
],
"_resolved": "https://registry.npmjs.org/pkg-store/-/pkg-store-0.2.2.tgz",
"_shasum": "b1f5c0f8620a59fd66586acc5e256f4c2c37a0d8",
"_spec": "pkg-store@^0.2.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-pkg",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/pkg-store/issues"
},
"bundleDependencies": false,
"dependencies": {
"cache-base": "^0.8.2",
"kind-of": "^3.0.2",
"lazy-cache": "^1.0.3",
"union-value": "^0.2.3",
"write-json": "^0.2.2"
},
"deprecated": false,
"description": "Use package.json as a config store.",
"devDependencies": {
"delete": "^0.3.0",
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/pkg-store",
"keywords": [
"config",
"data",
"get",
"json",
"package",
"package.json",
"package-json",
"pkg",
"set",
"store",
"update"
],
"license": "MIT",
"main": "index.js",
"name": "pkg-store",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/pkg-store.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"data-store",
"find-pkg",
"expand-pkg",
"normalize-pkg"
]
},
"reflinks": [
"verb",
"cache-base"
],
"lint": {
"reflinks": true
}
},
"version": "0.2.2"
}