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-heatmap/package.json

59 lines
1.3 KiB

{
"_from": "d3-heatmap",
"_id": "d3-heatmap@1.2.1",
"_inBundle": false,
"_integrity": "sha1-ukicekNWKtfcyUGvoursqVESz6Q=",
"_location": "/d3-heatmap",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "d3-heatmap",
"name": "d3-heatmap",
"escapedName": "d3-heatmap",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/d3-heatmap/-/d3-heatmap-1.2.1.tgz",
"_shasum": "ba489c7a43562ad7dcc941afa2eaeca95112cfa4",
"_spec": "d3-heatmap",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@tjholowaychuk.com"
},
"browserify": {
"transform": [
"babelify"
]
},
"bundleDependencies": false,
"dependencies": {
"d3": "^3.5.16"
},
"deprecated": false,
"description": "D3 heatmap chart",
"devDependencies": {
"react-fatigue-dev": "github:tj/react-fatigue-dev#49fec29"
},
"files": [
"build"
],
"keywords": [
"d3",
"heatmap",
"chart"
],
"license": "MIT",
"main": "build/index.js",
"name": "d3-heatmap",
"scripts": {
"prepublish": "make build"
},
"version": "1.2.1"
}