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/defaults-deep/package.json

81 lines
1.9 KiB

4 years ago
{
"_from": "defaults-deep@^0.2.4",
"_id": "defaults-deep@0.2.4",
"_inBundle": false,
"_integrity": "sha512-V6BtqzcMvn0EPOy7f+SfMhfmTawq+7UQdt9yZH0EBK89+IHo5f+Hse/qzTorAXOBrQpxpwb6cB/8OgtaMrT+Fg==",
"_location": "/defaults-deep",
"_phantomChildren": {
"for-in": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "defaults-deep@^0.2.4",
"name": "defaults-deep",
"escapedName": "defaults-deep",
"rawSpec": "^0.2.4",
"saveSpec": null,
"fetchSpec": "^0.2.4"
},
"_requiredBy": [
"/expand-pkg"
],
"_resolved": "https://registry.npmjs.org/defaults-deep/-/defaults-deep-0.2.4.tgz",
"_shasum": "a479cfeafce025810fb93aa8d2dde0ee2d677cc6",
"_spec": "defaults-deep@^0.2.4",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/expand-pkg",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/defaults-deep/issues"
},
"bundleDependencies": false,
"dependencies": {
"for-own": "^0.1.3",
"is-extendable": "^0.1.1",
"lazy-cache": "^0.2.3"
},
"deprecated": false,
"description": "Like `extend` but recursively copies only the missing properties/values to the target object.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/defaults-deep",
"keywords": [
"copy",
"default",
"defaults",
"extend",
"merge",
"object",
"properties",
"property",
"value",
"values",
"javascript",
"js",
"util",
"utils"
],
"license": "MIT",
"main": "index.js",
"name": "defaults-deep",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/defaults-deep.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.2.4"
}