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/engine/node_modules/set-value/package.json

81 lines
1.9 KiB

{
"_from": "set-value@^0.2.0",
"_id": "set-value@0.2.0",
"_inBundle": false,
"_integrity": "sha1-c7CmglwVjGoWqCu9yVd1vyqCX6s=",
"_location": "/engine/set-value",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "set-value@^0.2.0",
"name": "set-value",
"escapedName": "set-value",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/engine"
],
"_resolved": "https://registry.npmjs.org/set-value/-/set-value-0.2.0.tgz",
"_shasum": "73b0a6825c158c6a16a82bbdc95775bf2a825fab",
"_spec": "set-value@^0.2.0",
"_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/set-value/issues"
},
"bundleDependencies": false,
"dependencies": {
"isobject": "^1.0.0",
"noncharacters": "^1.1.0"
},
"deprecated": "Critical bug fixed in v3.0.1, please upgrade to the latest version.",
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
"devDependencies": {
"mocha": "*",
"should": "^5.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/set-value",
"keywords": [
"get",
"has",
"hasown",
"key",
"keys",
"nested",
"notation",
"object",
"prop",
"properties",
"property",
"props",
"set",
"value",
"values"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/set-value/blob/master/LICENSE"
},
"main": "index.js",
"name": "set-value",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/set-value.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.2.0"
}