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.
71 lines
2.3 KiB
71 lines
2.3 KiB
4 years ago
|
{
|
||
|
"_from": "@plotly/d3-sankey@0.7.2",
|
||
|
"_id": "@plotly/d3-sankey@0.7.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-2jdVos1N3mMp3QW0k2q1ph7Gd6j5PY1YihBrwpkFnKqO+cqtZq3AdEYUeSGXMeLsBDQYiqTVcihYfk8vr5tqhw==",
|
||
|
"_location": "/@plotly/d3-sankey",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "@plotly/d3-sankey@0.7.2",
|
||
|
"name": "@plotly/d3-sankey",
|
||
|
"escapedName": "@plotly%2fd3-sankey",
|
||
|
"scope": "@plotly",
|
||
|
"rawSpec": "0.7.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.7.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/plotly.js"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@plotly/d3-sankey/-/d3-sankey-0.7.2.tgz",
|
||
|
"_shasum": "ddd5290d3b02c60037ced018a162644a2ccef33b",
|
||
|
"_spec": "@plotly/d3-sankey@0.7.2",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
||
|
"author": {
|
||
|
"name": "Mike Bostock",
|
||
|
"url": "https://bost.ocks.org/mike/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/d3/d3-sankey/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"d3-array": "1",
|
||
|
"d3-collection": "1",
|
||
|
"d3-shape": "^1.2.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Visualize flow between nodes in a directed acyclic network.",
|
||
|
"devDependencies": {
|
||
|
"eslint": "4",
|
||
|
"package-preamble": "0.1.0",
|
||
|
"rollup": "0.43",
|
||
|
"tape": "4",
|
||
|
"uglify-js": "3"
|
||
|
},
|
||
|
"homepage": "https://github.com/d3/d3-sankey",
|
||
|
"jsnext:main": "index",
|
||
|
"keywords": [
|
||
|
"d3",
|
||
|
"d3-module",
|
||
|
"sankey"
|
||
|
],
|
||
|
"license": "BSD-3-Clause",
|
||
|
"main": "build/d3-sankey.js",
|
||
|
"module": "index",
|
||
|
"name": "@plotly/d3-sankey",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/d3/d3-sankey.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postpublish": "git push && git push --tags && zip -j build/d3-sankey.zip -- LICENSE README.md build/d3-sankey.js build/d3-sankey.min.js",
|
||
|
"prepublish": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-sankey.js -c -m -o build/d3-sankey.min.js",
|
||
|
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-array:d3,d3-collection:d3,d3-shape:d3 -f umd -n d3 -o build/d3-sankey.js -- index.js",
|
||
|
"test": "tape 'test/**/*-test.js' && eslint index.js src"
|
||
|
},
|
||
|
"version": "0.7.2"
|
||
|
}
|