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

92 lines
2.2 KiB

{
"_from": "clean-pslg@^1.1.2",
"_id": "clean-pslg@1.1.2",
"_inBundle": false,
"_integrity": "sha1-vTXHRgt+irWp92Gl7VF5aqPIbBE=",
"_location": "/clean-pslg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "clean-pslg@^1.1.2",
"name": "clean-pslg",
"escapedName": "clean-pslg",
"rawSpec": "^1.1.2",
"saveSpec": null,
"fetchSpec": "^1.1.2"
},
"_requiredBy": [
"/gl-contour2d",
"/vectorize-text"
],
"_resolved": "https://registry.npmjs.org/clean-pslg/-/clean-pslg-1.1.2.tgz",
"_shasum": "bd35c7460b7e8ab5a9f761a5ed51796aa3c86c11",
"_spec": "clean-pslg@^1.1.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-contour2d",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/clean-pslg/issues"
},
"bundleDependencies": false,
"dependencies": {
"big-rat": "^1.0.3",
"box-intersect": "^1.0.1",
"nextafter": "^1.0.0",
"rat-vec": "^1.1.1",
"robust-segment-intersect": "^1.0.1",
"union-find": "^1.0.2",
"uniq": "^1.0.1"
},
"deprecated": false,
"description": "Remove self intersections, t-junctions and duplicate edges/vertices from a planar straight line graph",
"devDependencies": {
"canvas-fit": "^1.4.0",
"mouse-change": "^1.2.1",
"robust-orientation": "^1.1.3",
"segment2": "^0.3.2",
"tape": "^4.0.0",
"vec2": "^1.6.0"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/clean-pslg",
"keywords": [
"planar",
"straight",
"line",
"graph",
"geometry",
"topology",
"polygon",
"snap",
"rounding",
"tjunction",
"crossing",
"junction",
"duplicate",
"vertex",
"edge",
"point",
"cell",
"complex",
"repair",
"clean",
"self",
"intersection"
],
"license": "MIT",
"main": "clean-pslg.js",
"name": "clean-pslg",
"repository": {
"type": "git",
"url": "git+https://github.com/mikolalysenko/clean-pslg.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.1.2"
}