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/robust-orientation/package.json

92 lines
2.3 KiB

{
"_from": "robust-orientation@^1.1.3",
"_id": "robust-orientation@1.1.3",
"_inBundle": false,
"_integrity": "sha1-2v9bANO+TmByLw6cAVbvln8cIEk=",
"_location": "/robust-orientation",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "robust-orientation@^1.1.3",
"name": "robust-orientation",
"escapedName": "robust-orientation",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/affine-hull",
"/cdt2d",
"/compare-angle",
"/gl-axes3d",
"/incremental-convex-hull",
"/monotone-convex-hull-2d",
"/planar-graph-to-polyline",
"/plotly.js",
"/point-in-big-polygon",
"/robust-segment-intersect",
"/simplify-planar-graph",
"/slab-decomposition"
],
"_resolved": "https://registry.npmjs.org/robust-orientation/-/robust-orientation-1.1.3.tgz",
"_shasum": "daff5b00d3be4e60722f0e9c0156ef967f1c2049",
"_spec": "robust-orientation@^1.1.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/robust-orientation/issues"
},
"bundleDependencies": false,
"dependencies": {
"robust-scale": "^1.0.2",
"robust-subtract": "^1.0.0",
"robust-sum": "^1.0.0",
"two-product": "^1.0.2"
},
"deprecated": false,
"description": "Exactly computes the orientation of a tuple of points",
"devDependencies": {
"tape": "^2.12.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/robust-orientation#readme",
"keywords": [
"robust",
"orientation",
"point",
"predicate",
"geometry"
],
"license": "MIT",
"main": "orientation.js",
"name": "robust-orientation",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/robust-orientation.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.1.3"
}