UNPKG

@allmaps/transform

Version:

Coordinate transformation functions

67 lines (66 loc) 1.83 kB
{ "name": "@allmaps/transform", "version": "1.0.0-beta.52", "contributors": [ { "name": "Bert Spaan", "email": "hello@bertspaan.nl", "url": "https://bertspaan.nl" }, { "name": "Manuel Claeys Bouuaert", "email": "manuel.claeys.b@gmail.com", "url": "https://manuelclaeysbouuaert.be" } ], "description": "Coordinate transformation functions", "type": "module", "exports": "./dist/index.js", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/allmaps/allmaps.git", "directory": "packages/transform" }, "homepage": "https://allmaps.org", "keywords": [ "georeference", "map" ], "scripts": { "watch": "tsc --watch --noCheck", "build": "tsc --noCheck", "test": "NODE_ENV=test vitest run", "lint": "prettier --ignore-path ../../.gitignore --check src test && eslint src test --ext .js,.ts", "types": "tsc --noEmit", "format": "prettier --ignore-path ../../.gitignore --write src test", "documentation": "remark . --output --use remark-api", "bench": "node bench/index.js" }, "license": "MIT", "dependencies": { "@allmaps/stdlib": "^1.0.0-beta.41", "ml-matrix": "^6.12.0" }, "devDependencies": { "@allmaps/annotation": "^1.0.0-beta.37", "@allmaps/types": "^1.0.0-beta.23", "@types/eslint": "^8.56.0", "@types/geojson": "^7946.0.10", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "prettier": "^3.6.2", "remark-api": "^1.1.0", "remark-cli": "^12.0.1", "typescript": "^5.9.3", "vitest": "^4.0.4" }, "gitHead": "0776371fa222f670b893d87b302c6334e825ac3e" }