-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 872 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 872 Bytes
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
{
"name": "sweref99tm-to-normal",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"mgrs": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/mgrs/-/mgrs-1.0.0.tgz",
"integrity": "sha1-+5FYjnjJACVnI5XLQLJffNatGCk="
},
"proj4": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/proj4/-/proj4-2.4.4.tgz",
"integrity": "sha512-yo6qTpBQXnxhcPopKJeVwwOBRzUpEa3vzSFlr38f5mF4Jnfb6NOL/ePIomefWiZmPgkUblHpcwnWVMB8FS3GKw==",
"requires": {
"mgrs": "1.0.0",
"wkt-parser": "1.2.1"
}
},
"wkt-parser": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/wkt-parser/-/wkt-parser-1.2.1.tgz",
"integrity": "sha512-c6iNYzlbWNXwtcZ+0DMy1AOSHxVKFPR4a8EBVOgVbDSeSEnz2gpicmXSnuql1tKgS67CY+ughyjprP8pckk5jg=="
}
}
}