-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
30 lines (30 loc) · 970 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
27
28
29
30
{
"name": "koderad.github.io",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"type": "module",
"packages": {
"": {
"name": "koderad.github.io",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@googlemaps/js-api-loader": "^1.15.2"
}
},
"node_modules/@googlemaps/js-api-loader": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/@googlemaps/js-api-loader/-/js-api-loader-1.15.2.tgz",
"integrity": "sha512-8FJwvd1F5Zxs/kDuH/ESFwSjOY0ZyGVkPDyv2VmC9cg8n1vPUKmvZJh/EzoikC/Z5itGMTRfcxmvSapXAi0+zQ==",
"dependencies": {
"fast-deep-equal": "^3.1.3"
}
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
}
}
}