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.
86 lines
2.5 KiB
86 lines
2.5 KiB
4 years ago
|
{
|
||
|
"_from": "d3-zoomable@^1.1.1",
|
||
|
"_id": "d3-zoomable@1.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-wF0YkDhdRNcJSC6f3u+uNmGG5TfKqIq9SMqrOtEJ2EuzrMJD9f/kW06L8cuRpFSL1ynlj/EClcDdyaJqAbTAVg==",
|
||
|
"_location": "/d3-zoomable",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "d3-zoomable@^1.1.1",
|
||
|
"name": "d3-zoomable",
|
||
|
"escapedName": "d3-zoomable",
|
||
|
"rawSpec": "^1.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/circlepack-chart"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/d3-zoomable/-/d3-zoomable-1.1.1.tgz",
|
||
|
"_shasum": "3d7d44783a79a5a23e785abefb84d50509c3144d",
|
||
|
"_spec": "d3-zoomable@^1.1.1",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/circlepack-chart",
|
||
|
"author": {
|
||
|
"name": "Vasco Asturiano",
|
||
|
"url": "http://bl.ocks.org/vasturiano"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vasturiano/d3-zoomable/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"d3-interpolate": "^1.3.2",
|
||
|
"d3-selection": "^1.4.0",
|
||
|
"d3-transition": "^1.2.0",
|
||
|
"d3-zoom": "^1.7.3",
|
||
|
"kapsule": "^1.10.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Easy way to apply d3-zoom functionality to DOM elements",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.4.5",
|
||
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
||
|
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
|
||
|
"@babel/preset-env": "^7.4.5",
|
||
|
"postcss-nested": "^4.1.2",
|
||
|
"postcss-simple-vars": "^5.0.2",
|
||
|
"rimraf": "^2.6.3",
|
||
|
"rollup": "^1.15.4",
|
||
|
"rollup-plugin-babel": "^4.3.2",
|
||
|
"rollup-plugin-commonjs": "^10.0.0",
|
||
|
"rollup-plugin-node-resolve": "^5.0.2",
|
||
|
"rollup-plugin-postcss": "^2.0.3",
|
||
|
"terser": "^4.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist/**/*"
|
||
|
],
|
||
|
"homepage": "https://github.com/vasturiano/d3-zoomable",
|
||
|
"keywords": [
|
||
|
"zooming",
|
||
|
"svg",
|
||
|
"canvas",
|
||
|
"d3",
|
||
|
"data-visualization"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/d3-zoomable.common.js",
|
||
|
"module": "dist/d3-zoomable.module.js",
|
||
|
"name": "d3-zoomable",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vasturiano/d3-zoomable.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rimraf dist && rollup -c",
|
||
|
"build-module": "rollup -c rollup.config.module.js",
|
||
|
"dev": "rollup -c -w",
|
||
|
"minify": "terser dist/d3-zoomable.js -o dist/d3-zoomable.min.js -c -m --comments '/Version/'",
|
||
|
"prepare": "npm run build && npm run minify && npm run build-module"
|
||
|
},
|
||
|
"unpkg": "dist/d3-zoomable.min.js",
|
||
|
"version": "1.1.1"
|
||
|
}
|