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

98 lines
2.2 KiB

{
"_from": "set-value@^0.3.3",
"_id": "set-value@0.3.3",
"_inBundle": false,
"_integrity": "sha1-uBIjaBY4oQiP2IpDW4qdMtro2bo=",
"_location": "/question-cache/set-value",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "set-value@^0.3.3",
"name": "set-value",
"escapedName": "set-value",
"rawSpec": "^0.3.3",
"saveSpec": null,
"fetchSpec": "^0.3.3"
},
"_requiredBy": [
"/question-cache"
],
"_resolved": "https://registry.npmjs.org/set-value/-/set-value-0.3.3.tgz",
"_shasum": "b81223681638a1088fd88a435b8a9d32dae8d9ba",
"_spec": "set-value@^0.3.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/question-cache",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/set-value/issues"
},
"bundleDependencies": false,
"dependencies": {
"extend-shallow": "^2.0.1",
"isobject": "^2.0.0",
"to-object-path": "^0.2.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": {
"gulp-format-md": "^0.1.5",
"mocha": "*",
"should": "*"
},
"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": "MIT",
"main": "index.js",
"name": "set-value",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/set-value.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"plugins": [
"gulp-format-md"
],
"related": {
"description": "",
"list": [
"assign-value",
"get-value",
"set-value",
"has-value",
"merge-value",
"omit-value",
"unset-value",
"union-value"
]
}
},
"version": "0.3.3"
}