UNPKG

bbox-dateline

Version:

Modifies a BBox to fit within the bounds of the International Date Line

43 lines (42 loc) 1.01 kB
{ "name": "bbox-dateline", "version": "1.2.1", "description": "Modifies a BBox to fit within the bounds of the International Date Line", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "pretest": "standard index.js", "test": "tap test.js", "bench": "node bench.js", "docs": "documentation readme index.js --shallow --section=API --markdown-toc" }, "keywords": [ "bbox", "geojson", "dateline", "date", "line" ], "author": "Denis Carriere <@DenisCarriere>", "license": "MIT", "devDependencies": { "@turf/bbox-polygon": "^3.13.0", "@turf/helpers": "^4.3.0", "@types/geojson": "^1.0.0", "benchmark": "^1.0.0", "documentation": "^4.0.0-beta.18", "load-json-file": "^2.0.0", "standard": "^9.0.1", "tap": "^10.3.2", "typescript": "^2.2.1", "write-json-file": "^2.0.0" }, "dependencies": { "@turf/bbox": "^3.13.0", "@turf/center": "^3.13.0" } }