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/monotone-convex-hull-2d/package.json

65 lines
1.7 KiB

{
"_from": "monotone-convex-hull-2d@^1.0.1",
"_id": "monotone-convex-hull-2d@1.0.1",
"_inBundle": false,
"_integrity": "sha1-R/Xa6t88Sv03dkuqGqh4ekDu4Iw=",
"_location": "/monotone-convex-hull-2d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "monotone-convex-hull-2d@^1.0.1",
"name": "monotone-convex-hull-2d",
"escapedName": "monotone-convex-hull-2d",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/convex-hull"
],
"_resolved": "https://registry.npmjs.org/monotone-convex-hull-2d/-/monotone-convex-hull-2d-1.0.1.tgz",
"_shasum": "47f5daeadf3c4afd37764baa1aa8787a40eee08c",
"_spec": "monotone-convex-hull-2d@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/convex-hull",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/monotone-convex-hull-2d/issues"
},
"bundleDependencies": false,
"dependencies": {
"robust-orientation": "^1.1.3"
},
"deprecated": false,
"description": "Robust 2D convex hull algorithm",
"devDependencies": {
"tape": "^3.0.0"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/monotone-convex-hull-2d",
"keywords": [
"monotone",
"convex",
"hull",
"2d",
"fast",
"robust",
"geometry"
],
"license": "MIT",
"main": "index.js",
"name": "monotone-convex-hull-2d",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/monotone-convex-hull-2d.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.1"
}