-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
125 lines (125 loc) · 5.18 KB
/
package-lock.json
File metadata and controls
125 lines (125 loc) · 5.18 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "library project",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@swup/progress-plugin": "^1.2.1",
"jquery": "^3.6.3",
"slick-carousel": "^1.8.1",
"swup": "^2.0.19"
}
},
"node_modules/@swup/plugin": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@swup/plugin/-/plugin-1.0.1.tgz",
"integrity": "sha512-QrTGn1DLx+50CNsk6oGzUFnyNyLkDK6iLb032qKImmAXS+0Dd1cwa8cSGvJ+I27J4qR8y6oJNurgHIEc6ZCTrg=="
},
"node_modules/@swup/progress-plugin": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@swup/progress-plugin/-/progress-plugin-1.2.1.tgz",
"integrity": "sha512-JfBcHM+ZlINhfYFivjyrfO+YYCzPW82m8C6tUNlz090rwn4Qhj1ZDIJn3Jsl3s4aH98v0AhQCrv4fl8KP6BjUg==",
"dependencies": {
"@swup/plugin": "^1.0.1"
}
},
"node_modules/delegate-it": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/delegate-it/-/delegate-it-3.0.1.tgz",
"integrity": "sha512-XU8H4pjDGBW74hFIbjdLPnvtU3HF3P9bbZvoFBSBLb5JgNaTkRb/2lvC1V+9kmZsxVR0kad4bU3rYhQ/4Ij+Gw==",
"dependencies": {
"typed-query-selector": "^2.6.1"
}
},
"node_modules/jquery": {
"version": "3.6.3",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz",
"integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg=="
},
"node_modules/opencollective-postinstall": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz",
"integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==",
"bin": {
"opencollective-postinstall": "index.js"
}
},
"node_modules/slick-carousel": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/slick-carousel/-/slick-carousel-1.8.1.tgz",
"integrity": "sha512-XB9Ftrf2EEKfzoQXt3Nitrt/IPbT+f1fgqBdoxO3W/+JYvtEOW6EgxnWfr9GH6nmULv7Y2tPmEX3koxThVmebA==",
"peerDependencies": {
"jquery": ">=1.8.0"
}
},
"node_modules/swup": {
"version": "2.0.19",
"resolved": "https://registry.npmjs.org/swup/-/swup-2.0.19.tgz",
"integrity": "sha512-cyqcVG5ZlIwqRjvLhZvYFBoc8vDDZ5V0OMthTOa7OE/xowzqyhGRJ2hvFr6ecnJfpiTJGN5CIq+Ep2G7ty9gcw==",
"hasInstallScript": true,
"dependencies": {
"delegate-it": "^3.0.1",
"opencollective-postinstall": "^2.0.2"
}
},
"node_modules/typed-query-selector": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.8.0.tgz",
"integrity": "sha512-jo9NLGQ0b7sT9TK3mxzemATQqTb/uh8TRvcOK6WSwKNewALt3AA8q2m7cdpF/uUbd/cdixaBxCGe6fpzpEWbGw=="
}
},
"dependencies": {
"@swup/plugin": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@swup/plugin/-/plugin-1.0.1.tgz",
"integrity": "sha512-QrTGn1DLx+50CNsk6oGzUFnyNyLkDK6iLb032qKImmAXS+0Dd1cwa8cSGvJ+I27J4qR8y6oJNurgHIEc6ZCTrg=="
},
"@swup/progress-plugin": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@swup/progress-plugin/-/progress-plugin-1.2.1.tgz",
"integrity": "sha512-JfBcHM+ZlINhfYFivjyrfO+YYCzPW82m8C6tUNlz090rwn4Qhj1ZDIJn3Jsl3s4aH98v0AhQCrv4fl8KP6BjUg==",
"requires": {
"@swup/plugin": "^1.0.1"
}
},
"delegate-it": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/delegate-it/-/delegate-it-3.0.1.tgz",
"integrity": "sha512-XU8H4pjDGBW74hFIbjdLPnvtU3HF3P9bbZvoFBSBLb5JgNaTkRb/2lvC1V+9kmZsxVR0kad4bU3rYhQ/4Ij+Gw==",
"requires": {
"typed-query-selector": "^2.6.1"
}
},
"jquery": {
"version": "3.6.3",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz",
"integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg=="
},
"opencollective-postinstall": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz",
"integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q=="
},
"slick-carousel": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/slick-carousel/-/slick-carousel-1.8.1.tgz",
"integrity": "sha512-XB9Ftrf2EEKfzoQXt3Nitrt/IPbT+f1fgqBdoxO3W/+JYvtEOW6EgxnWfr9GH6nmULv7Y2tPmEX3koxThVmebA==",
"requires": {}
},
"swup": {
"version": "2.0.19",
"resolved": "https://registry.npmjs.org/swup/-/swup-2.0.19.tgz",
"integrity": "sha512-cyqcVG5ZlIwqRjvLhZvYFBoc8vDDZ5V0OMthTOa7OE/xowzqyhGRJ2hvFr6ecnJfpiTJGN5CIq+Ep2G7ty9gcw==",
"requires": {
"delegate-it": "^3.0.1",
"opencollective-postinstall": "^2.0.2"
}
},
"typed-query-selector": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.8.0.tgz",
"integrity": "sha512-jo9NLGQ0b7sT9TK3mxzemATQqTb/uh8TRvcOK6WSwKNewALt3AA8q2m7cdpF/uUbd/cdixaBxCGe6fpzpEWbGw=="
}
}
}