UNPKG

mars-coord

Version:

[![English README](https://img.shields.io/badge/README-English-green)](./README_EN.md) [![npm version](https://img.shields.io/npm/v/mars-coord.svg?style=flat)](https://www.npmjs.com/package/mars-coord) [![License: MIT](https://img.shields.io/badge/License

48 lines (47 loc) 910 B
{ "name": "mars-coord", "version": "0.0.3", "description": "", "main": "lib/index.js", "scripts": { "compile": "shx rm -rf lib && tsc", "prepublish": "npm run compile" }, "keywords": [ "coordinates", "conversion", "geolocation", "mapping", "WGS84", "GCJ02", "BD09", "CGCS2000", "geospatial", "gis", "geocoding", "longitude", "latitude", "maps", "Amap", "Baidu Maps", "Tencent Maps" ], "author": { "url": "https://github.com/ShinChven", "name": "ShinChven", "email": "shinchven@gmail.com" }, "repository": { "url": "https://github.com/ShinChven/mars-coord.git" }, "license": "ISC", "dependencies": {}, "devDependencies": { "@types/mocha": "^10.0.1", "mocha": "^10.2.0", "ts-mocha": "^10.0.0", "@types/node": "^20.4.5", "shx": "^0.3.4", "typescript": "^5.1.6" } }