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.
99 lines
2.2 KiB
99 lines
2.2 KiB
{
|
|
"_from": "expand-object@^0.4.2",
|
|
"_id": "expand-object@0.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-t/J+9pwv3MYrD5OQwMtHvAa7Buo=",
|
|
"_location": "/expand-object",
|
|
"_phantomChildren": {
|
|
"arr-flatten": "1.1.0",
|
|
"is-arguments": "1.0.4",
|
|
"is-buffer": "1.1.6",
|
|
"is-extendable": "0.1.1",
|
|
"isarray": "1.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "expand-object@^0.4.2",
|
|
"name": "expand-object",
|
|
"escapedName": "expand-object",
|
|
"rawSpec": "^0.4.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.4.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/expand-args"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/expand-object/-/expand-object-0.4.2.tgz",
|
|
"_shasum": "b7f27ef69c2fdcc62b0f9390c0cb47bc06bb06ea",
|
|
"_spec": "expand-object@^0.4.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/expand-args",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bin": {
|
|
"expand-object": "cli.js"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"get-stdin": "^5.0.1",
|
|
"is-number": "^2.1.0",
|
|
"minimist": "^1.2.0",
|
|
"set-value": "^0.3.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Expand a string into a JavaScript object using a simple notation. Use the CLI or as a node.js lib.",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^0.1.5",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/expand-object",
|
|
"keywords": [
|
|
"get",
|
|
"has",
|
|
"hasown",
|
|
"key",
|
|
"keys",
|
|
"nested",
|
|
"notation",
|
|
"object",
|
|
"prop",
|
|
"properties",
|
|
"property",
|
|
"props",
|
|
"set",
|
|
"value",
|
|
"values"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "expand-object",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/expand-object.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": "expand-args"
|
|
},
|
|
"reflinks": [
|
|
"collapse-object"
|
|
],
|
|
"layout": "default",
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
]
|
|
},
|
|
"version": "0.4.2"
|
|
}
|
|
|