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/incremental-convex-hull/package.json

84 lines
2.2 KiB

4 years ago
{
"_from": "incremental-convex-hull@^1.0.1",
"_id": "incremental-convex-hull@1.0.1",
"_inBundle": false,
"_integrity": "sha1-UUKMFMudmmFEv+abKFH7N3M0vh4=",
"_location": "/incremental-convex-hull",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "incremental-convex-hull@^1.0.1",
"name": "incremental-convex-hull",
"escapedName": "incremental-convex-hull",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/convex-hull",
"/delaunay-triangulate"
],
"_resolved": "https://registry.npmjs.org/incremental-convex-hull/-/incremental-convex-hull-1.0.1.tgz",
"_shasum": "51428c14cb9d9a6144bfe69b2851fb377334be1e",
"_spec": "incremental-convex-hull@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/delaunay-triangulate",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/incremental-convex-hull/issues"
},
"bundleDependencies": false,
"dependencies": {
"robust-orientation": "^1.1.2",
"simplicial-complex": "^1.0.0"
},
"deprecated": false,
"description": "Incremental n-dimensional convex hull algorithm",
"devDependencies": {
"permutation-parity": "^1.0.0",
"tape": "^2.13.1",
"uniq": "^1.0.1"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/incremental-convex-hull",
"keywords": [
"incremental",
"n-dimensional",
"convex",
"hull",
"algorithm"
],
"license": "MIT",
"main": "ich.js",
"name": "incremental-convex-hull",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/incremental-convex-hull.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "1.0.1"
}