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.
StackGenVis/frontend/node_modules/d3_exploding_boxplot/package.json

57 lines
1.5 KiB

4 years ago
{
"_from": "d3_exploding_boxplot",
"_id": "d3_exploding_boxplot@0.2.1",
"_inBundle": false,
"_integrity": "sha1-9uJT0Sx8C7wU6akRLYk+PiTSc3I=",
"_location": "/d3_exploding_boxplot",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "d3_exploding_boxplot",
"name": "d3_exploding_boxplot",
"escapedName": "d3_exploding_boxplot",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/d3_exploding_boxplot/-/d3_exploding_boxplot-0.2.1.tgz",
"_shasum": "f6e253d12c7c0bbc14e9a9112d893e3e24d27372",
"_spec": "d3_exploding_boxplot",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "Matthieu Caule",
"email": "matthieu.caule@gmail.com"
},
"bugs": {
"url": "https://github.com/mcaule/d3_exploding_boxplot/issues"
},
"bundleDependencies": false,
"dependencies": {
"d3": "~3.5.6",
"d3-tip": "~0.6.7"
},
"deprecated": false,
"description": "d3 boxplot visualisation transforming in scatter plot",
"homepage": "http://mcaule.github.io/d3_exploding_boxplot",
"keywords": [
"d3",
"boxplot"
],
"license": "MIT",
"main": "src/d3_exploding_boxplot.js",
"name": "d3_exploding_boxplot",
"repository": {
"type": "git",
"url": "git+https://github.com/mcaule/d3_exploding_boxplot.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.2.1"
}