UNPKG

bbox-fns

Version:

Light-weight JavaScript Bounding Box Utility Functions

62 lines (61 loc) 1.4 kB
{ "name": "bbox-fns", "version": "0.20.2", "description": "Light-weight JavaScript Bounding Box Utility Functions", "main": "./index.js", "files": [ "index.js", "bbox-area.js", "bbox-array.js", "bbox-point.js", "bbox-size.js", "boolean-contains.js", "boolean-contains-point.js", "boolean-intersects.js", "boolean-rectangle.js", "calc.js", "calc-all.js", "dedupe.js", "dense-polygon.js", "grid.js", "intersect.js", "merge.js", "polygon.js", "reproject.js", "scale.js", "precise/bbox-array.js", "precise/dense-polygon.js", "precise/divide.js", "precise/reproject.js", "precise/validate.js", "shift.js", "sort.js", "split.js", "union.js", "unwrap.js", "validate.js" ], "scripts": { "f": "npm run format", "format": "npx prettier --arrow-parens=avoid --print-width=200 --trailing-comma=none --write *.js */*.js", "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/bbox-fns.git" }, "keywords": [ "bbox", "geospatial", "gis" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/bbox-fns/issues" }, "homepage": "https://github.com/DanielJDufour/bbox-fns#readme", "dependencies": { "preciso": "^0.12.2" } }