UNPKG

zb-trans

Version:

原始坐标、高德坐标、百度坐标本地js坐标转换

46 lines 1.21 kB
{ "name": "zb-trans", "version": "1.0.1", "author": "codexy", "description": "原始坐标、高德坐标、百度坐标本地js坐标转换", "license": "MIT", "homepage": "https://github.com/xxyu98/zb-trans", "bugs": "https://github.com/xxyu98/zb-trans/issues", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "test": "jest --config jestconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "keywords": [ "坐标转换", "coordinate", "WGS-84", "gcj02", "bd09", "transform" ], "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "https://github.com/xxyu98/zb-trans" }, "devDependencies": { "@types/jest": "^29.5.3", "jest": "^29.6.2", "prettier": "^3.0.2", "ts-jest": "^29.1.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.1.6" } }