-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
28 lines (28 loc) · 1.15 KB
/
package-lock.json
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
{
"name": "mapbox-to-osrm-service",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@mapbox/polyline": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@mapbox/polyline/-/polyline-1.0.0.tgz",
"integrity": "sha512-5Vu99e/+kVF0h0eiWa3er3bYnjorq6SGTn06HqeinFAETlQpcHGj7+DanmFlNyXkgvRcKi0nQytuMm6QA2CkAQ=="
},
"geolib": {
"version": "2.0.24",
"resolved": "https://registry.npmjs.org/geolib/-/geolib-2.0.24.tgz",
"integrity": "sha512-NR0AyYyEnGrFS9JvSFmmotQDxVCORJgDHdvBwSatxl5aHarOLMh3KuGI83bCvCfObjfoEiDe8Ung8GGLGAtthw=="
},
"node-fetch": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
"integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
},
"osrm-text-instructions": {
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/osrm-text-instructions/-/osrm-text-instructions-0.13.2.tgz",
"integrity": "sha512-J6DJp0P7bB6/F8U8GBdIL8S+igMkRLgBP6e4pQ2NP8syMh+sREz4zCK79jV7XajtsS54Grl93y0my6OUp68cMg=="
}
}
}