-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage-lock.json
26 lines (26 loc) · 981 Bytes
/
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
{
"name": "vue2-gmap-custom-marker",
"version": "5.6.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@google/markerclustererplus": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/@google/markerclustererplus/-/markerclustererplus-5.1.3.tgz",
"integrity": "sha512-2wQGO6GGbKPC2tNmTz8ei1zBa64zV3QBBvgLHiPvYqUA63230qNqfQpN+nzsrl1RM40NJtty4Y1CEQKxq6MBGg=="
},
"gmap-vue": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/gmap-vue/-/gmap-vue-1.5.0.tgz",
"integrity": "sha512-WE0VnSM1EsaTFVsnq53WGnre9cP1Q9DPCr0IiPmaoqsQioAKtTNBNyomrEvg0NIsVuxrdC2qvbgZPXCa8v/mBA==",
"requires": {
"@google/markerclustererplus": "^5.1.0"
}
},
"vue": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz",
"integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
}
}
}