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.
112 lines
2.5 KiB
112 lines
2.5 KiB
{
|
|
"_from": "assign-deep@^0.4.3",
|
|
"_id": "assign-deep@0.4.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-uxqXJCnNZDEjPnsaLKVzmh/ST5+Pqoz0wi06HDfHKx1ASNpSbbvz2qW2Gl8ZyHwr5jnm11X2S5eMQaP1lMZmCg==",
|
|
"_location": "/assign-deep",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "assign-deep@^0.4.3",
|
|
"name": "assign-deep",
|
|
"escapedName": "assign-deep",
|
|
"rawSpec": "^0.4.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.4.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/engine"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/assign-deep/-/assign-deep-0.4.8.tgz",
|
|
"_shasum": "92089f55f7b55872b1828d9c51f860427f08bae6",
|
|
"_spec": "assign-deep@^0.4.3",
|
|
"_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/assign-deep/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"url": "https://twitter.com/doowb"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"assign-symbols": "^0.1.1",
|
|
"is-primitive": "^2.0.0",
|
|
"kind-of": "^5.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^1.0.0",
|
|
"mocha": "^3.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/assign-deep",
|
|
"keywords": [
|
|
"assign",
|
|
"copy",
|
|
"deep",
|
|
"extend",
|
|
"key",
|
|
"keys",
|
|
"merge",
|
|
"mixin",
|
|
"object",
|
|
"prop",
|
|
"properties",
|
|
"values"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "assign-deep",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/assign-deep.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"run": true,
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"description": "You might also be interested in these projects:",
|
|
"list": [
|
|
"assign-symbols",
|
|
"extend-shallow",
|
|
"merge-deep",
|
|
"mixin-deep"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"verb"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.4.8"
|
|
}
|
|
|