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

77 lines
1.8 KiB

4 years ago
{
"_from": "d3-svg-legend@1.x",
"_id": "d3-svg-legend@1.13.0",
"_inBundle": false,
"_integrity": "sha1-YhdHjJrdnWLLMzYX4ZYTEaQaTbM=",
"_location": "/d3-svg-legend",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "d3-svg-legend@1.x",
"name": "d3-svg-legend",
"escapedName": "d3-svg-legend",
"rawSpec": "1.x",
"saveSpec": null,
"fetchSpec": "1.x"
},
"_requiredBy": [
"#USER",
"/",
"/plotly.js/d3"
],
"_resolved": "https://registry.npmjs.org/d3-svg-legend/-/d3-svg-legend-1.13.0.tgz",
"_shasum": "6217478c9add9d62cb333617e1961311a41a4db3",
"_spec": "d3-svg-legend@1.x",
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend",
"author": {
"name": "Susie Lu",
"url": "http://www.susielu.com"
},
"bugs": {
"url": "https://github.com/susielu/d3-legend/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A legend component for d3. Given a d3.scale it can create either a color legend, size legend, or symbol legend.",
"devDependencies": {
"chai": "3.4.1",
"grunt": "0.4.5",
"grunt-browserify": "3.8.0",
"grunt-contrib-uglify": "0.9.1",
"marked": "0.3.5",
"mocha": "2.2.5",
"stringify": "3.1.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"files": [
"src",
"index.js",
"d3-legend.*",
"no-extend.js"
],
"homepage": "http://d3-legend.susielu.com",
"keywords": [
"d3",
"legend"
],
"license": "ISC",
"main": "index.js",
"name": "d3-svg-legend",
"peerDependencies": {
"d3": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/susielu/d3-legend.git"
},
"scripts": {
"prepublish": "npm t",
"test": "mocha test/test.js"
},
"version": "1.13.0"
}