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.
73 lines
2.2 KiB
73 lines
2.2 KiB
{
|
|
"_from": "vega-hierarchy@^4.0.3",
|
|
"_id": "vega-hierarchy@4.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-9wNe+KyKqZW1S4++jCC38HuAhZbqNhfY7gOvwiMLjsp65tMtRETrtvYfHkULClm3UokUIX54etAXREAGW7znbw==",
|
|
"_location": "/vega-hierarchy",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vega-hierarchy@^4.0.3",
|
|
"name": "vega-hierarchy",
|
|
"escapedName": "vega-hierarchy",
|
|
"rawSpec": "^4.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/vega"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vega-hierarchy/-/vega-hierarchy-4.0.3.tgz",
|
|
"_shasum": "0d36bc29ad6f369fa844e3e2ce5faec983f8b047",
|
|
"_spec": "vega-hierarchy@^4.0.3",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega",
|
|
"author": {
|
|
"name": "Jeffrey Heer",
|
|
"url": "http://idl.cs.washington.edu"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vega/vega/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"d3-hierarchy": "^1.1.8",
|
|
"vega-dataflow": "^5.4.0",
|
|
"vega-util": "^1.11.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Hierarchical layout transforms for Vega dataflows.",
|
|
"devDependencies": {
|
|
"vega-transforms": "*"
|
|
},
|
|
"gitHead": "c2aff3dce1a28f8b852b64bbaf5cae0d2ba41ef2",
|
|
"homepage": "https://github.com/vega/vega#readme",
|
|
"keywords": [
|
|
"vega",
|
|
"hierarchy",
|
|
"layout",
|
|
"tree",
|
|
"treemap",
|
|
"cluster",
|
|
"pack"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "build/vega-hierarchy.js",
|
|
"module": "index",
|
|
"name": "vega-hierarchy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vega/vega.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn rollup",
|
|
"postbuild": "terser build/vega-hierarchy.js -c -m -o build/vega-hierarchy.min.js",
|
|
"postpublish": "git push && git push --tags",
|
|
"prebuild": "rimraf build && mkdir build",
|
|
"prepublishOnly": "yarn test && yarn build",
|
|
"pretest": "yarn prebuild && yarn rollup",
|
|
"rollup": "rollup -g d3-hierarchy:d3,vega-dataflow:vega,vega-util:vega -f umd -n vega.transforms -o build/vega-hierarchy.js -- index.js",
|
|
"test": "tape 'test/**/*-test.js' && eslint index.js src test"
|
|
},
|
|
"version": "4.0.3"
|
|
}
|
|
|