UNPKG

proj4-merge

Version:
46 lines (45 loc) 1.04 kB
{ "name": "proj4-merge", "version": "0.1.1", "description": "Merge Multiple Proj4 Instances", "main": "proj4-merge.js", "files": [ "proj4-merge.js" ], "scripts": { "f": "npm run format", "format": "npx prettier --arrow-parens=avoid --print-width=120 --write *.js", "test:js": "node test.js", "test:ts": "npx ts-node ./test.ts", "test": "npm run test:js && npm run test:ts" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/proj4-merge.git" }, "keywords": [ "coordinate", "crs", "geodesy", "geospatial", "gis", "proj4", "proj4js", "projection", "projections", "reference", "srs", "system" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/proj4-merge/issues" }, "homepage": "https://github.com/DanielJDufour/proj4-merge#readme", "devDependencies": { "flug": "^2.3.1", "proj4": "^2.8.0", "proj4-fully-loaded": "^0.1.0" } }