1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
| {
| "_from": "coordtransform",
| "_id": "coordtransform@2.1.2",
| "_inBundle": false,
| "_integrity": "sha512-0xLJApBlrUP+clyLJWIaqg4GXE5JTbAJb5d/CDMqebIksAMMze8eAyO6YfHEIxWJ+c42mXoMHBzWTeUrG7RFhw==",
| "_location": "/coordtransform",
| "_phantomChildren": {},
| "_requested": {
| "type": "tag",
| "registry": true,
| "raw": "coordtransform",
| "name": "coordtransform",
| "escapedName": "coordtransform",
| "rawSpec": "",
| "saveSpec": null,
| "fetchSpec": "latest"
| },
| "_requiredBy": [
| "#USER",
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/coordtransform/-/coordtransform-2.1.2.tgz",
| "_shasum": "090349cd62b1dc05fae47b291bf9f0b7ce827f66",
| "_spec": "coordtransform",
| "_where": "D:\\豆米\\gtzxinglijicun\\small-program",
| "author": {
| "name": "wandergis"
| },
| "bugs": {
| "url": "https://github.com/wandergis/coordtransform/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A common coordinate systems conversion module!",
| "homepage": "http://wandergis.github.io/coordtransform",
| "keywords": [
| "coordinate",
| "wgs84",
| "bd09",
| "gcj02",
| "transform"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "coordtransform",
| "repository": {
| "type": "git",
| "url": "git+https://wandergis@github.com/wandergis/coordtransform.git"
| },
| "scripts": {
| "test": "node test/app.js"
| },
| "version": "2.1.2"
| }
|
|