UNPKG

which-polygon

Version:

Index for matching points against a set of GeoJSON polygons

39 lines (38 loc) 844 B
{ "name": "which-polygon", "version": "2.2.1", "description": "Index for matching points against a set of GeoJSON polygons", "main": "index.js", "dependencies": { "rbush": "^2.0.1", "lineclip": "^1.1.5" }, "devDependencies": { "eslint": "^4.9.0", "eslint-config-mourner": "^2.0.1", "tap": "^10.7.2" }, "scripts": { "pretest": "eslint *.js", "test": "tap test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/mapbox/which-polygon.git" }, "keywords": [ "index", "polygon", "geojson", "query" ], "author": "Vladimir Agafonkin", "license": "ISC", "bugs": { "url": "https://github.com/mapbox/which-polygon/issues" }, "homepage": "https://github.com/mapbox/which-polygon#readme", "eslintConfig": { "extends": "mourner" } }