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/point-in-big-polygon/package.json

73 lines
1.9 KiB

{
"_from": "point-in-big-polygon@^2.0.0",
"_id": "point-in-big-polygon@2.0.0",
"_inBundle": false,
"_integrity": "sha1-ObYT6mzxfWtD4Yj3fzTETGszulU=",
"_location": "/point-in-big-polygon",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "point-in-big-polygon@^2.0.0",
"name": "point-in-big-polygon",
"escapedName": "point-in-big-polygon",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/planar-graph-to-polyline"
],
"_resolved": "https://registry.npmjs.org/point-in-big-polygon/-/point-in-big-polygon-2.0.0.tgz",
"_shasum": "39b613ea6cf17d6b43e188f77f34c44c6b33ba55",
"_spec": "point-in-big-polygon@^2.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/planar-graph-to-polyline",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/point-in-big-polygon/issues"
},
"bundleDependencies": false,
"dependencies": {
"binary-search-bounds": "^1.0.0",
"interval-tree-1d": "^1.0.1",
"robust-orientation": "^1.1.3",
"slab-decomposition": "^1.0.1"
},
"deprecated": false,
"description": "Industrial strength point in polygon test",
"devDependencies": {
"robust-point-in-polygon": "^1.0.3",
"signum": "0.0.0",
"tape": "~2.5.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/point-in-big-polygon",
"keywords": [
"point",
"in",
"big",
"polygon",
"robust",
"exact",
"fast",
"scalable",
"2d",
"classify",
"orient"
],
"license": "MIT",
"main": "pnp-big.js",
"name": "point-in-big-polygon",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/point-in-big-polygon.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "2.0.0"
}