-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage-lock.json
72 lines (72 loc) · 2.64 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "davidl",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "davidl",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"foundation-sites": "6.6.2",
"headroom.js": "0.11.0"
}
},
"node_modules/foundation-sites": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/foundation-sites/-/foundation-sites-6.6.2.tgz",
"integrity": "sha512-fGdJVYodUxUCbdNDuNTXFIpEWAD+9yl0uLkkX8/rRHmK8/EYqQnRAGnmPADDhMKLZ+fJuSGheEcnSM2imgk3Wg==",
"engines": {
"node": ">=8.4.0",
"npm": ">=2.14.2"
},
"peerDependencies": {
"jquery": ">=2.2.0",
"what-input": ">=4.1.0"
}
},
"node_modules/headroom.js": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/headroom.js/-/headroom.js-0.11.0.tgz",
"integrity": "sha512-yI4ciZRD1WH22wa5uJDg2kMtRvhJwUJWo2l41Eby0BoAD+lzXL98lf5jDFxP4Q5W3HmlrpfItSfmqc3jCtasbw=="
},
"node_modules/jquery": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==",
"peer": true
},
"node_modules/what-input": {
"version": "5.2.12",
"resolved": "https://registry.npmjs.org/what-input/-/what-input-5.2.12.tgz",
"integrity": "sha512-3yrSa7nGSXGJS6wZeSkO6VNm95pB1mZ9i3wFzC1hhY7mn4/afue/MvXz04OXNdBC8bfo4AB4RRd3Dem9jXM58Q==",
"peer": true
}
},
"dependencies": {
"foundation-sites": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/foundation-sites/-/foundation-sites-6.6.2.tgz",
"integrity": "sha512-fGdJVYodUxUCbdNDuNTXFIpEWAD+9yl0uLkkX8/rRHmK8/EYqQnRAGnmPADDhMKLZ+fJuSGheEcnSM2imgk3Wg==",
"requires": {}
},
"headroom.js": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/headroom.js/-/headroom.js-0.11.0.tgz",
"integrity": "sha512-yI4ciZRD1WH22wa5uJDg2kMtRvhJwUJWo2l41Eby0BoAD+lzXL98lf5jDFxP4Q5W3HmlrpfItSfmqc3jCtasbw=="
},
"jquery": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==",
"peer": true
},
"what-input": {
"version": "5.2.12",
"resolved": "https://registry.npmjs.org/what-input/-/what-input-5.2.12.tgz",
"integrity": "sha512-3yrSa7nGSXGJS6wZeSkO6VNm95pB1mZ9i3wFzC1hhY7mn4/afue/MvXz04OXNdBC8bfo4AB4RRd3Dem9jXM58Q==",
"peer": true
}
}
}