proj4
Version:
Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.
53 lines (52 loc) • 1.71 kB
JSON
{
"name": "proj4",
"version": "2.20.8",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"homepage": "https://proj4js.github.io/proj4js/",
"main": "dist/proj4-src.js",
"module": "lib/index.js",
"types": "dist/index.d.ts",
"funding": "https://github.com/sponsors/ahocevar",
"scripts": {
"prepare": "npm run build",
"build": "node scripts/build.mjs && npm run rollup",
"build:custom": "node scripts/build.mjs",
"prerollup": "npm run types",
"rollup": "rollup -c",
"pretest": "npm run lint",
"lint": "eslint *.js *.mjs scripts lib test",
"format": "npm run lint -- --fix",
"test": "npm run build && npm run test:all",
"test:coverage": "vitest run --coverage",
"test:all": "npm run test:node && npm run test:browser",
"test:node": "vitest run",
"test:browser": "vitest run --browser.enabled",
"types": "tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/proj4js/proj4js.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^1.0.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@vitest/browser": "^4.1.2",
"@vitest/browser-playwright": "^4.1.2",
"@vitest/coverage-v8": "^4.1.2",
"eslint": "^9.25.1",
"geotiff": "^2.1.4-beta.0",
"rollup": "^4.9.6",
"typescript": "^5.8.3",
"vitest": "^4.1.2"
},
"dependencies": {
"mgrs": "1.0.0",
"wkt-parser": "^1.5.5"
}
}