forked from MartinGris/MMM-GoogleMaps-Tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 965 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
28 lines (28 loc) · 965 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
28
{
"name": "Magic-Mirror-Module-GoogleMaps-Tracking",
"version": "2.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "Magic-Mirror-Module-GoogleMaps-Tracking",
"version": "2.1.0",
"license": "MIT",
"dependencies": {
"@googlemaps/markerwithlabel": "latest"
}
},
"node_modules/@googlemaps/markerwithlabel": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@googlemaps/markerwithlabel/-/markerwithlabel-1.0.3.tgz",
"integrity": "sha512-K1CATqFMj5tIdJWj99hGG8/AhD5YoIKMGJF+o8pJSOw84rLOm6dopkdoN62BarFiRzXVac71VvHW6nP0+1TYcA=="
}
},
"dependencies": {
"@googlemaps/markerwithlabel": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@googlemaps/markerwithlabel/-/markerwithlabel-1.0.3.tgz",
"integrity": "sha512-K1CATqFMj5tIdJWj99hGG8/AhD5YoIKMGJF+o8pJSOw84rLOm6dopkdoN62BarFiRzXVac71VvHW6nP0+1TYcA=="
}
}
}