-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
35 lines (35 loc) · 1.23 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
29
30
31
32
33
34
35
{
"name": "ourmaninindia-23",
"version": "5.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ourmaninindia-23",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"a11y-dialog": "^8.0.4",
"vanilla-cookieconsent": "^3.0.0"
}
},
"node_modules/a11y-dialog": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-8.0.4.tgz",
"integrity": "sha512-MQrLxqLPx4E8+ynGwulBs6OjtxQT/XemgnlNPb+cR8K/qdwHBQv1WZQZpBuTVhlWGpAwWmSYffUZ/78anhcD3w==",
"dependencies": {
"focusable-selectors": "^0.8.0"
}
},
"node_modules/focusable-selectors": {
"version": "0.8.4",
"resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.8.4.tgz",
"integrity": "sha512-0XxbkD0KhOnX10qmnfF9U8DkDD8N/e4M77wMYw2Itoi4vdcoRjSkqXLZFIzkrLIOxzmzCGy88fNG1EbeXMD/zw=="
},
"node_modules/vanilla-cookieconsent": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/vanilla-cookieconsent/-/vanilla-cookieconsent-3.0.0.tgz",
"integrity": "sha512-oeK7FivRDb424mt3/UT8DG98Pu5m6Uuye7JsdzO6HnYkstW5QHXhkslXyUpE3phtKz3NEeIo7hzLUtfRNRMfbQ=="
}
}
}