123456789101112131415161718192021 |
- {
- "name": "node_util",
- "version": "1.0.0",
- "description": "js脚本工具",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@turf/turf": "^6.5.0",
- "gcoord": "^1.0.6",
- "moment": "^2.30.1",
- "pg": "^8.12.0",
- "uuid": "^10.0.0",
- "wellknown": "^0.5.0",
- "wkt": "^0.1.1",
- "wkx": "^0.5.0"
- }
- }
|