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.
76 lines
2.0 KiB
76 lines
2.0 KiB
4 years ago
|
{
|
||
|
"_from": "d3-loom",
|
||
|
"_id": "d3-loom@1.0.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-w2nyJSBSVoe1FwOVkX9u3t1ohks=",
|
||
|
"_location": "/d3-loom",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "d3-loom",
|
||
|
"name": "d3-loom",
|
||
|
"escapedName": "d3-loom",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/d3-loom/-/d3-loom-1.0.2.tgz",
|
||
|
"_shasum": "c369f22520525687b5170395917f6ededd68864b",
|
||
|
"_spec": "d3-loom",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/nbremer/d3-loom/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"d3-array": "^1.2.0",
|
||
|
"d3-collection": "^1.0.4",
|
||
|
"d3-interpolate": "^1.1.5",
|
||
|
"d3-path": "^1.0.5"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "a d3 plugin to create a loom chart layout",
|
||
|
"devDependencies": {
|
||
|
"babel-plugin-external-helpers": "^6.18.0",
|
||
|
"babel-preset-es2015": "^6.18.0",
|
||
|
"babel-register": "^6.18.0",
|
||
|
"babelrc-rollup": "^3.0.0",
|
||
|
"eslint": "^3.18.0",
|
||
|
"eslint-config-airbnb-base": "^11.1.1",
|
||
|
"eslint-plugin-import": "^2.2.0",
|
||
|
"jsdom": "^9.11.0",
|
||
|
"rollup": "0.41",
|
||
|
"rollup-plugin-babel": "^2.7.1",
|
||
|
"uglify-js": "2"
|
||
|
},
|
||
|
"homepage": "https://github.com/nbremer/d3-loom",
|
||
|
"jsnext:main": "index",
|
||
|
"keywords": [
|
||
|
"d3",
|
||
|
"d3-module",
|
||
|
"loom",
|
||
|
"layout"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "build/d3-loom.js",
|
||
|
"module": "index",
|
||
|
"name": "d3-loom",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/nbremer/d3-loom.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npm run pretest",
|
||
|
"lint": "eslint src",
|
||
|
"postpublish": "git push; git push --tags",
|
||
|
"prepack": "uglifyjs build/d3-loom.js -c -m -o build/d3-loom.min.js",
|
||
|
"pretest": "npm run lint && rm -rf build && mkdir build && rollup -c"
|
||
|
},
|
||
|
"version": "1.0.2"
|
||
|
}
|