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.
106 lines
3.1 KiB
106 lines
3.1 KiB
{
|
|
"_from": "d3@^5.15.0",
|
|
"_id": "d3@5.15.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-C+E80SL2nLLtmykZ6klwYj5rPqB5nlfN5LdWEAVdWPppqTD8taoJi2PxLZjPeYT8FFRR2yucXq+kBlOnnvZeLg==",
|
|
"_location": "/d3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "d3@^5.15.0",
|
|
"name": "d3",
|
|
"escapedName": "d3",
|
|
"rawSpec": "^5.15.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.15.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/d3/-/d3-5.15.0.tgz",
|
|
"_shasum": "ffd44958e6a3cb8a59a84429c45429b8bca5677a",
|
|
"_spec": "d3@^5.15.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "https://bost.ocks.org/mike"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/d3/d3/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"d3-array": "1",
|
|
"d3-axis": "1",
|
|
"d3-brush": "1",
|
|
"d3-chord": "1",
|
|
"d3-collection": "1",
|
|
"d3-color": "1",
|
|
"d3-contour": "1",
|
|
"d3-dispatch": "1",
|
|
"d3-drag": "1",
|
|
"d3-dsv": "1",
|
|
"d3-ease": "1",
|
|
"d3-fetch": "1",
|
|
"d3-force": "1",
|
|
"d3-format": "1",
|
|
"d3-geo": "1",
|
|
"d3-hierarchy": "1",
|
|
"d3-interpolate": "1",
|
|
"d3-path": "1",
|
|
"d3-polygon": "1",
|
|
"d3-quadtree": "1",
|
|
"d3-random": "1",
|
|
"d3-scale": "2",
|
|
"d3-scale-chromatic": "1",
|
|
"d3-selection": "1",
|
|
"d3-shape": "1",
|
|
"d3-time": "1",
|
|
"d3-time-format": "2",
|
|
"d3-timer": "1",
|
|
"d3-transition": "1",
|
|
"d3-voronoi": "1",
|
|
"d3-zoom": "1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Data-Driven Documents",
|
|
"devDependencies": {
|
|
"json2module": "0.0",
|
|
"rimraf": "2",
|
|
"rollup": "1",
|
|
"rollup-plugin-ascii": "0.0",
|
|
"rollup-plugin-node-resolve": "3",
|
|
"rollup-plugin-terser": "5",
|
|
"tape": "4"
|
|
},
|
|
"files": [
|
|
"dist/**/*.js",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://d3js.org",
|
|
"jsdelivr": "dist/d3.min.js",
|
|
"keywords": [
|
|
"dom",
|
|
"visualization",
|
|
"svg",
|
|
"animation",
|
|
"canvas"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "dist/d3.node.js",
|
|
"module": "index.js",
|
|
"name": "d3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/d3/d3.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/dist/d3.js d3.v5.js && cp ../d3/dist/d3.min.js d3.v5.min.js && git add d3.v5.js d3.v5.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/dist/d3.js ../d3/dist/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j dist/d3.zip -- LICENSE README.md API.md CHANGES.md dist/d3.js dist/d3.min.js",
|
|
"prepublishOnly": "yarn test",
|
|
"pretest": "rimraf dist && mkdir dist && json2module package.json > dist/package.js && rollup -c",
|
|
"test": "tape 'test/**/*-test.js'"
|
|
},
|
|
"unpkg": "dist/d3.min.js",
|
|
"version": "5.15.0"
|
|
}
|
|
|