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.
66 lines
1.8 KiB
66 lines
1.8 KiB
{
|
|
"_from": "d3-lasso@0.0.5",
|
|
"_id": "d3-lasso@0.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-unc2Stxsb4m2BufZjapXDjzQOBY=",
|
|
"_location": "/d3-lasso",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "d3-lasso@0.0.5",
|
|
"name": "d3-lasso",
|
|
"escapedName": "d3-lasso",
|
|
"rawSpec": "0.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/d3-lasso/-/d3-lasso-0.0.5.tgz",
|
|
"_shasum": "ba77364adc6c6f89b606e7d98daa570e3cd03816",
|
|
"_spec": "d3-lasso@0.0.5",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"bugs": {
|
|
"url": "https://github.com/skokenes/d3-lasso/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"d3-dispatch": "^1.0.1",
|
|
"d3-drag": "^1.0.1",
|
|
"d3-selection": "^1.0.2",
|
|
"robust-point-in-polygon": "^1.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A d3 plugin for lasso selecting elements",
|
|
"devDependencies": {
|
|
"rollup": "0.27",
|
|
"rollup-plugin-commonjs": "^4.1.0",
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
|
"tape": "4",
|
|
"uglify-js": "2"
|
|
},
|
|
"homepage": "https://github.com/skokenes/d3-lasso",
|
|
"jsnext:main": "index",
|
|
"keywords": [
|
|
"d3",
|
|
"d3-lasso",
|
|
"lasso"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "build/d3-lasso.js",
|
|
"name": "d3-lasso",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/skokenes/d3-lasso.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "zip -j build/d3-lasso.zip -- LICENSE README.md build/d3-lasso.js build/d3-lasso.min.js",
|
|
"prepublish": "npm run test && uglifyjs build/d3-lasso.js -c -m -o build/d3-lasso.min.js",
|
|
"pretest": "rm -rf build && mkdir build && rollup -c",
|
|
"test": "tape 'test/**/*-test.js'"
|
|
},
|
|
"version": "0.0.5"
|
|
}
|
|
|