UNPKG

geoenclave

Version:

Validate if a point is inside a given polygon using GeoEnclave.

35 lines (34 loc) 855 B
{ "name": "geoenclave", "version": "1.1.4", "description": "Validate if a point is inside a given polygon using GeoEnclave.", "main": "dist/index.js", "scripts": { "build": "tsc", "sample": "ts-node src/example.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "geoenclave", "geocoordinate", "validation", "pont-in-polygon", "pont", "polygon", "ray casting", "winding number", "location-validation" ], "author": "Sandip Basnet", "homepage": "https://github.com/mondyfy/geoenclave#readme", "repository": "https://github.com/mondyfy/geoenclave.git", "bugs": { "url": "https://github.com/mondyfy/geoenclave/issues", "email": "mondyfy@gmail.com" }, "devDependencies": { "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "license": "MIT" }