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.
93 lines
2.6 KiB
93 lines
2.6 KiB
{
|
|
"_from": "@plotly/d3-sankey-circular@0.33.1",
|
|
"_id": "@plotly/d3-sankey-circular@0.33.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-FgBV1HEvCr3DV7RHhDsPXyryknucxtfnLwPtCKKxdolKyTFYoLX/ibEfX39iFYIL7DYbVeRtP43dbFcrHNE+KQ==",
|
|
"_location": "/@plotly/d3-sankey-circular",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@plotly/d3-sankey-circular@0.33.1",
|
|
"name": "@plotly/d3-sankey-circular",
|
|
"escapedName": "@plotly%2fd3-sankey-circular",
|
|
"scope": "@plotly",
|
|
"rawSpec": "0.33.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.33.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/plotly.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@plotly/d3-sankey-circular/-/d3-sankey-circular-0.33.1.tgz",
|
|
"_shasum": "15d1e0337e0e4b1135bdf0e2195c88adacace1a7",
|
|
"_spec": "@plotly/d3-sankey-circular@0.33.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
|
"author": {
|
|
"name": "Tom Shanley"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tomshanley/d3-sankey-circular/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"d3-array": "^1.2.1",
|
|
"d3-collection": "^1.0.4",
|
|
"d3-shape": "^1.2.0",
|
|
"elementary-circuits-directed-graph": "^1.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "D3 sankey with circular links",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babelrc-rollup": "^3.0.0",
|
|
"derequire": "^2.0.6",
|
|
"eslint": "^4.19.1",
|
|
"mkdirp": "^0.5.1",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^0.59.4",
|
|
"rollup-plugin-babel": "^3.0.4",
|
|
"rollup-plugin-commonjs": "^9.1.3",
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
"uglify-js": "^3.1.3"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/tomshanley/d3-sankey-circular#readme",
|
|
"keywords": [
|
|
"d3"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/d3-sankey-circular.js",
|
|
"module": "dist/d3-sankey-circular.es.js",
|
|
"name": "@plotly/d3-sankey-circular",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/plotly/d3-sankey-circular.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"build:clean": "npm run clean && npm run build",
|
|
"build:watch": "rollup -c -w",
|
|
"clean": "rimraf dist && mkdirp dist",
|
|
"lint": "eslint src/",
|
|
"lint:fix": "eslint src/ --fix",
|
|
"prepare": "npm run build:clean"
|
|
},
|
|
"version": "0.33.1"
|
|
}
|
|
|