-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 825 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 825 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
{
"name": "geosite",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@adobe/adobe-client-data-layer": "^2.0.2"
}
},
"node_modules/@adobe/adobe-client-data-layer": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@adobe/adobe-client-data-layer/-/adobe-client-data-layer-2.0.2.tgz",
"integrity": "sha512-Ah0MoI+RF84G3QCjV8SF0kvPjGCkKhU/tWEe2TpTq/5nuxQy89215A6oOm4WuLv1tIV2kQ4PJooL+0LgcjUb9w==",
"dependencies": {
"lodash": "^4.17.15"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
}
}