UNPKG

point-in-big-polygon

Version:
47 lines (46 loc) 1 kB
{ "name": "point-in-big-polygon", "version": "2.0.1", "description": "Industrial strength point in polygon test", "main": "pnp-big.js", "directories": { "test": "test" }, "dependencies": { "binary-search-bounds": "^2.0.0", "interval-tree-1d": "^1.0.1", "robust-orientation": "^1.1.3", "slab-decomposition": "^1.0.1" }, "devDependencies": { "tape": "~2.5.0", "signum": "0.0.0", "robust-point-in-polygon": "^1.0.3" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/mikolalysenko/point-in-big-polygon.git" }, "keywords": [ "point", "in", "big", "polygon", "robust", "exact", "fast", "scalable", "2d", "classify", "orient" ], "author": "Mikola Lysenko", "license": "MIT", "bugs": { "url": "https://github.com/mikolalysenko/point-in-big-polygon/issues" }, "homepage": "https://github.com/mikolalysenko/point-in-big-polygon" }