-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
51 lines (51 loc) · 1.59 KB
/
package-lock.json
File metadata and controls
51 lines (51 loc) · 1.59 KB
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
{
"name": "gps2json",
"version": "1.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"dms2dec": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/dms2dec/-/dms2dec-1.1.0.tgz",
"integrity": "sha1-pgtDcxGUkniGt0uo28p2Lvv+hHw="
},
"exif": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/exif/-/exif-0.6.0.tgz",
"integrity": "sha1-YKYmaAdlQst+T1cZnUrG830sX0o=",
"requires": {
"debug": "2.6.9"
}
},
"exif-async": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/exif-async/-/exif-async-1.0.6.tgz",
"integrity": "sha512-weE/crpThoKBjec/1NTZaf7tEJH5zVVJ+vsCHsE6QstUG78dQgbrmtHX0JbgdTJMIBfOuublCcq+DE3HdfhUyw==",
"requires": {
"exif": "0.6.0"
}
},
"exif-geojson": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/exif-geojson/-/exif-geojson-1.0.0.tgz",
"integrity": "sha512-T3NKIh3pCaAucnpfusd1NMCE5y8WwiaazWUfyZLCR1yGP1pQwHwZkf1rRT3HC5aOY8zUwk7wxS8O8C4u/hEHTA==",
"requires": {
"dms2dec": "1.1.0",
"exif-async": "1.0.6"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}
}
}