@adminforth/bulk-ai-flow 1.23.7 → 1.23.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.log +3 -2
- package/custom/package-lock.json +373 -0
- package/dist/custom/package-lock.json +373 -0
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -9,9 +9,10 @@ custom/ImageGenerationCarousel.vue
|
|
|
9
9
|
custom/Swiper.vue
|
|
10
10
|
custom/VisionAction.vue
|
|
11
11
|
custom/VisionTable.vue
|
|
12
|
+
custom/package-lock.json
|
|
12
13
|
custom/package.json
|
|
13
14
|
custom/pnpm-lock.yaml
|
|
14
15
|
custom/tsconfig.json
|
|
15
16
|
|
|
16
|
-
sent
|
|
17
|
-
total size is
|
|
17
|
+
sent 111,574 bytes received 191 bytes 223,530.00 bytes/sec
|
|
18
|
+
total size is 110,870 speedup is 0.99
|
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "custom",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "custom",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@iconify-prerendered/vue-mdi": "^0.25.1718880438",
|
|
13
|
+
"medium-zoom": "^1.1.0",
|
|
14
|
+
"p-limit": "^4.0.0",
|
|
15
|
+
"swiper": "^11.2.10"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"node_modules/@babel/helper-string-parser": {
|
|
19
|
+
"version": "7.27.1",
|
|
20
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
21
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"peer": true,
|
|
24
|
+
"engines": {
|
|
25
|
+
"node": ">=6.9.0"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
29
|
+
"version": "7.28.5",
|
|
30
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
31
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"peer": true,
|
|
34
|
+
"engines": {
|
|
35
|
+
"node": ">=6.9.0"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"node_modules/@babel/parser": {
|
|
39
|
+
"version": "7.29.0",
|
|
40
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
41
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
42
|
+
"license": "MIT",
|
|
43
|
+
"peer": true,
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@babel/types": "^7.29.0"
|
|
46
|
+
},
|
|
47
|
+
"bin": {
|
|
48
|
+
"parser": "bin/babel-parser.js"
|
|
49
|
+
},
|
|
50
|
+
"engines": {
|
|
51
|
+
"node": ">=6.0.0"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"node_modules/@babel/types": {
|
|
55
|
+
"version": "7.29.0",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
57
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
58
|
+
"license": "MIT",
|
|
59
|
+
"peer": true,
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
62
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
63
|
+
},
|
|
64
|
+
"engines": {
|
|
65
|
+
"node": ">=6.9.0"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"node_modules/@iconify-prerendered/vue-mdi": {
|
|
69
|
+
"version": "0.25.1718880438",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@iconify-prerendered/vue-mdi/-/vue-mdi-0.25.1718880438.tgz",
|
|
71
|
+
"integrity": "sha512-C4ITBtuANNw7ehCjymK6KNqP65Gtp/P7cLgBqwbyZoVU55cxbsUwseW5s4WfuqBd5RdHd2HXZgm+4SJ8E6l8Wg==",
|
|
72
|
+
"license": "Apache-2.0",
|
|
73
|
+
"funding": {
|
|
74
|
+
"url": "https://www.buymeacoffee.com/kozack/"
|
|
75
|
+
},
|
|
76
|
+
"peerDependencies": {
|
|
77
|
+
"vue": "^3.0.0"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
81
|
+
"version": "1.5.5",
|
|
82
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
83
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
84
|
+
"license": "MIT",
|
|
85
|
+
"peer": true
|
|
86
|
+
},
|
|
87
|
+
"node_modules/@vue/compiler-core": {
|
|
88
|
+
"version": "3.5.29",
|
|
89
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.29.tgz",
|
|
90
|
+
"integrity": "sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==",
|
|
91
|
+
"license": "MIT",
|
|
92
|
+
"peer": true,
|
|
93
|
+
"dependencies": {
|
|
94
|
+
"@babel/parser": "^7.29.0",
|
|
95
|
+
"@vue/shared": "3.5.29",
|
|
96
|
+
"entities": "^7.0.1",
|
|
97
|
+
"estree-walker": "^2.0.2",
|
|
98
|
+
"source-map-js": "^1.2.1"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"node_modules/@vue/compiler-dom": {
|
|
102
|
+
"version": "3.5.29",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.29.tgz",
|
|
104
|
+
"integrity": "sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==",
|
|
105
|
+
"license": "MIT",
|
|
106
|
+
"peer": true,
|
|
107
|
+
"dependencies": {
|
|
108
|
+
"@vue/compiler-core": "3.5.29",
|
|
109
|
+
"@vue/shared": "3.5.29"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"node_modules/@vue/compiler-sfc": {
|
|
113
|
+
"version": "3.5.29",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.29.tgz",
|
|
115
|
+
"integrity": "sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==",
|
|
116
|
+
"license": "MIT",
|
|
117
|
+
"peer": true,
|
|
118
|
+
"dependencies": {
|
|
119
|
+
"@babel/parser": "^7.29.0",
|
|
120
|
+
"@vue/compiler-core": "3.5.29",
|
|
121
|
+
"@vue/compiler-dom": "3.5.29",
|
|
122
|
+
"@vue/compiler-ssr": "3.5.29",
|
|
123
|
+
"@vue/shared": "3.5.29",
|
|
124
|
+
"estree-walker": "^2.0.2",
|
|
125
|
+
"magic-string": "^0.30.21",
|
|
126
|
+
"postcss": "^8.5.6",
|
|
127
|
+
"source-map-js": "^1.2.1"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"node_modules/@vue/compiler-ssr": {
|
|
131
|
+
"version": "3.5.29",
|
|
132
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.29.tgz",
|
|
133
|
+
"integrity": "sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==",
|
|
134
|
+
"license": "MIT",
|
|
135
|
+
"peer": true,
|
|
136
|
+
"dependencies": {
|
|
137
|
+
"@vue/compiler-dom": "3.5.29",
|
|
138
|
+
"@vue/shared": "3.5.29"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"node_modules/@vue/reactivity": {
|
|
142
|
+
"version": "3.5.29",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.29.tgz",
|
|
144
|
+
"integrity": "sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==",
|
|
145
|
+
"license": "MIT",
|
|
146
|
+
"peer": true,
|
|
147
|
+
"dependencies": {
|
|
148
|
+
"@vue/shared": "3.5.29"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"node_modules/@vue/runtime-core": {
|
|
152
|
+
"version": "3.5.29",
|
|
153
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.29.tgz",
|
|
154
|
+
"integrity": "sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==",
|
|
155
|
+
"license": "MIT",
|
|
156
|
+
"peer": true,
|
|
157
|
+
"dependencies": {
|
|
158
|
+
"@vue/reactivity": "3.5.29",
|
|
159
|
+
"@vue/shared": "3.5.29"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"node_modules/@vue/runtime-dom": {
|
|
163
|
+
"version": "3.5.29",
|
|
164
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.29.tgz",
|
|
165
|
+
"integrity": "sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==",
|
|
166
|
+
"license": "MIT",
|
|
167
|
+
"peer": true,
|
|
168
|
+
"dependencies": {
|
|
169
|
+
"@vue/reactivity": "3.5.29",
|
|
170
|
+
"@vue/runtime-core": "3.5.29",
|
|
171
|
+
"@vue/shared": "3.5.29",
|
|
172
|
+
"csstype": "^3.2.3"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"node_modules/@vue/server-renderer": {
|
|
176
|
+
"version": "3.5.29",
|
|
177
|
+
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.29.tgz",
|
|
178
|
+
"integrity": "sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==",
|
|
179
|
+
"license": "MIT",
|
|
180
|
+
"peer": true,
|
|
181
|
+
"dependencies": {
|
|
182
|
+
"@vue/compiler-ssr": "3.5.29",
|
|
183
|
+
"@vue/shared": "3.5.29"
|
|
184
|
+
},
|
|
185
|
+
"peerDependencies": {
|
|
186
|
+
"vue": "3.5.29"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"node_modules/@vue/shared": {
|
|
190
|
+
"version": "3.5.29",
|
|
191
|
+
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.29.tgz",
|
|
192
|
+
"integrity": "sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==",
|
|
193
|
+
"license": "MIT",
|
|
194
|
+
"peer": true
|
|
195
|
+
},
|
|
196
|
+
"node_modules/csstype": {
|
|
197
|
+
"version": "3.2.3",
|
|
198
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
199
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
200
|
+
"license": "MIT",
|
|
201
|
+
"peer": true
|
|
202
|
+
},
|
|
203
|
+
"node_modules/entities": {
|
|
204
|
+
"version": "7.0.1",
|
|
205
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
206
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
207
|
+
"license": "BSD-2-Clause",
|
|
208
|
+
"peer": true,
|
|
209
|
+
"engines": {
|
|
210
|
+
"node": ">=0.12"
|
|
211
|
+
},
|
|
212
|
+
"funding": {
|
|
213
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"node_modules/estree-walker": {
|
|
217
|
+
"version": "2.0.2",
|
|
218
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
219
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
220
|
+
"license": "MIT",
|
|
221
|
+
"peer": true
|
|
222
|
+
},
|
|
223
|
+
"node_modules/magic-string": {
|
|
224
|
+
"version": "0.30.21",
|
|
225
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
226
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
227
|
+
"license": "MIT",
|
|
228
|
+
"peer": true,
|
|
229
|
+
"dependencies": {
|
|
230
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"node_modules/medium-zoom": {
|
|
234
|
+
"version": "1.1.0",
|
|
235
|
+
"resolved": "https://registry.npmjs.org/medium-zoom/-/medium-zoom-1.1.0.tgz",
|
|
236
|
+
"integrity": "sha512-ewyDsp7k4InCUp3jRmwHBRFGyjBimKps/AJLjRSox+2q/2H4p/PNpQf+pwONWlJiOudkBXtbdmVbFjqyybfTmQ==",
|
|
237
|
+
"license": "MIT"
|
|
238
|
+
},
|
|
239
|
+
"node_modules/nanoid": {
|
|
240
|
+
"version": "3.3.11",
|
|
241
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
242
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
243
|
+
"funding": [
|
|
244
|
+
{
|
|
245
|
+
"type": "github",
|
|
246
|
+
"url": "https://github.com/sponsors/ai"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"license": "MIT",
|
|
250
|
+
"peer": true,
|
|
251
|
+
"bin": {
|
|
252
|
+
"nanoid": "bin/nanoid.cjs"
|
|
253
|
+
},
|
|
254
|
+
"engines": {
|
|
255
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"node_modules/p-limit": {
|
|
259
|
+
"version": "4.0.0",
|
|
260
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
261
|
+
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
262
|
+
"license": "MIT",
|
|
263
|
+
"dependencies": {
|
|
264
|
+
"yocto-queue": "^1.0.0"
|
|
265
|
+
},
|
|
266
|
+
"engines": {
|
|
267
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
268
|
+
},
|
|
269
|
+
"funding": {
|
|
270
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"node_modules/picocolors": {
|
|
274
|
+
"version": "1.1.1",
|
|
275
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
276
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
277
|
+
"license": "ISC",
|
|
278
|
+
"peer": true
|
|
279
|
+
},
|
|
280
|
+
"node_modules/postcss": {
|
|
281
|
+
"version": "8.5.8",
|
|
282
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
|
|
283
|
+
"integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
|
|
284
|
+
"funding": [
|
|
285
|
+
{
|
|
286
|
+
"type": "opencollective",
|
|
287
|
+
"url": "https://opencollective.com/postcss/"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"type": "tidelift",
|
|
291
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"type": "github",
|
|
295
|
+
"url": "https://github.com/sponsors/ai"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"license": "MIT",
|
|
299
|
+
"peer": true,
|
|
300
|
+
"dependencies": {
|
|
301
|
+
"nanoid": "^3.3.11",
|
|
302
|
+
"picocolors": "^1.1.1",
|
|
303
|
+
"source-map-js": "^1.2.1"
|
|
304
|
+
},
|
|
305
|
+
"engines": {
|
|
306
|
+
"node": "^10 || ^12 || >=14"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"node_modules/source-map-js": {
|
|
310
|
+
"version": "1.2.1",
|
|
311
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
312
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
313
|
+
"license": "BSD-3-Clause",
|
|
314
|
+
"peer": true,
|
|
315
|
+
"engines": {
|
|
316
|
+
"node": ">=0.10.0"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"node_modules/swiper": {
|
|
320
|
+
"version": "11.2.10",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/swiper/-/swiper-11.2.10.tgz",
|
|
322
|
+
"integrity": "sha512-RMeVUUjTQH+6N3ckimK93oxz6Sn5la4aDlgPzB+rBrG/smPdCTicXyhxa+woIpopz+jewEloiEE3lKo1h9w2YQ==",
|
|
323
|
+
"funding": [
|
|
324
|
+
{
|
|
325
|
+
"type": "patreon",
|
|
326
|
+
"url": "https://www.patreon.com/swiperjs"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"type": "open_collective",
|
|
330
|
+
"url": "http://opencollective.com/swiper"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"license": "MIT",
|
|
334
|
+
"engines": {
|
|
335
|
+
"node": ">= 4.7.0"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"node_modules/vue": {
|
|
339
|
+
"version": "3.5.29",
|
|
340
|
+
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.29.tgz",
|
|
341
|
+
"integrity": "sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==",
|
|
342
|
+
"license": "MIT",
|
|
343
|
+
"peer": true,
|
|
344
|
+
"dependencies": {
|
|
345
|
+
"@vue/compiler-dom": "3.5.29",
|
|
346
|
+
"@vue/compiler-sfc": "3.5.29",
|
|
347
|
+
"@vue/runtime-dom": "3.5.29",
|
|
348
|
+
"@vue/server-renderer": "3.5.29",
|
|
349
|
+
"@vue/shared": "3.5.29"
|
|
350
|
+
},
|
|
351
|
+
"peerDependencies": {
|
|
352
|
+
"typescript": "*"
|
|
353
|
+
},
|
|
354
|
+
"peerDependenciesMeta": {
|
|
355
|
+
"typescript": {
|
|
356
|
+
"optional": true
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"node_modules/yocto-queue": {
|
|
361
|
+
"version": "1.2.2",
|
|
362
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
|
|
363
|
+
"integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
|
|
364
|
+
"license": "MIT",
|
|
365
|
+
"engines": {
|
|
366
|
+
"node": ">=12.20"
|
|
367
|
+
},
|
|
368
|
+
"funding": {
|
|
369
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
}
|
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "custom",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "custom",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@iconify-prerendered/vue-mdi": "^0.25.1718880438",
|
|
13
|
+
"medium-zoom": "^1.1.0",
|
|
14
|
+
"p-limit": "^4.0.0",
|
|
15
|
+
"swiper": "^11.2.10"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"node_modules/@babel/helper-string-parser": {
|
|
19
|
+
"version": "7.27.1",
|
|
20
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
21
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"peer": true,
|
|
24
|
+
"engines": {
|
|
25
|
+
"node": ">=6.9.0"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
29
|
+
"version": "7.28.5",
|
|
30
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
31
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"peer": true,
|
|
34
|
+
"engines": {
|
|
35
|
+
"node": ">=6.9.0"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"node_modules/@babel/parser": {
|
|
39
|
+
"version": "7.29.0",
|
|
40
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
41
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
42
|
+
"license": "MIT",
|
|
43
|
+
"peer": true,
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@babel/types": "^7.29.0"
|
|
46
|
+
},
|
|
47
|
+
"bin": {
|
|
48
|
+
"parser": "bin/babel-parser.js"
|
|
49
|
+
},
|
|
50
|
+
"engines": {
|
|
51
|
+
"node": ">=6.0.0"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"node_modules/@babel/types": {
|
|
55
|
+
"version": "7.29.0",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
57
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
58
|
+
"license": "MIT",
|
|
59
|
+
"peer": true,
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
62
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
63
|
+
},
|
|
64
|
+
"engines": {
|
|
65
|
+
"node": ">=6.9.0"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"node_modules/@iconify-prerendered/vue-mdi": {
|
|
69
|
+
"version": "0.25.1718880438",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@iconify-prerendered/vue-mdi/-/vue-mdi-0.25.1718880438.tgz",
|
|
71
|
+
"integrity": "sha512-C4ITBtuANNw7ehCjymK6KNqP65Gtp/P7cLgBqwbyZoVU55cxbsUwseW5s4WfuqBd5RdHd2HXZgm+4SJ8E6l8Wg==",
|
|
72
|
+
"license": "Apache-2.0",
|
|
73
|
+
"funding": {
|
|
74
|
+
"url": "https://www.buymeacoffee.com/kozack/"
|
|
75
|
+
},
|
|
76
|
+
"peerDependencies": {
|
|
77
|
+
"vue": "^3.0.0"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
81
|
+
"version": "1.5.5",
|
|
82
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
83
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
84
|
+
"license": "MIT",
|
|
85
|
+
"peer": true
|
|
86
|
+
},
|
|
87
|
+
"node_modules/@vue/compiler-core": {
|
|
88
|
+
"version": "3.5.29",
|
|
89
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.29.tgz",
|
|
90
|
+
"integrity": "sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==",
|
|
91
|
+
"license": "MIT",
|
|
92
|
+
"peer": true,
|
|
93
|
+
"dependencies": {
|
|
94
|
+
"@babel/parser": "^7.29.0",
|
|
95
|
+
"@vue/shared": "3.5.29",
|
|
96
|
+
"entities": "^7.0.1",
|
|
97
|
+
"estree-walker": "^2.0.2",
|
|
98
|
+
"source-map-js": "^1.2.1"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"node_modules/@vue/compiler-dom": {
|
|
102
|
+
"version": "3.5.29",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.29.tgz",
|
|
104
|
+
"integrity": "sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==",
|
|
105
|
+
"license": "MIT",
|
|
106
|
+
"peer": true,
|
|
107
|
+
"dependencies": {
|
|
108
|
+
"@vue/compiler-core": "3.5.29",
|
|
109
|
+
"@vue/shared": "3.5.29"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"node_modules/@vue/compiler-sfc": {
|
|
113
|
+
"version": "3.5.29",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.29.tgz",
|
|
115
|
+
"integrity": "sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==",
|
|
116
|
+
"license": "MIT",
|
|
117
|
+
"peer": true,
|
|
118
|
+
"dependencies": {
|
|
119
|
+
"@babel/parser": "^7.29.0",
|
|
120
|
+
"@vue/compiler-core": "3.5.29",
|
|
121
|
+
"@vue/compiler-dom": "3.5.29",
|
|
122
|
+
"@vue/compiler-ssr": "3.5.29",
|
|
123
|
+
"@vue/shared": "3.5.29",
|
|
124
|
+
"estree-walker": "^2.0.2",
|
|
125
|
+
"magic-string": "^0.30.21",
|
|
126
|
+
"postcss": "^8.5.6",
|
|
127
|
+
"source-map-js": "^1.2.1"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"node_modules/@vue/compiler-ssr": {
|
|
131
|
+
"version": "3.5.29",
|
|
132
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.29.tgz",
|
|
133
|
+
"integrity": "sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==",
|
|
134
|
+
"license": "MIT",
|
|
135
|
+
"peer": true,
|
|
136
|
+
"dependencies": {
|
|
137
|
+
"@vue/compiler-dom": "3.5.29",
|
|
138
|
+
"@vue/shared": "3.5.29"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"node_modules/@vue/reactivity": {
|
|
142
|
+
"version": "3.5.29",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.29.tgz",
|
|
144
|
+
"integrity": "sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==",
|
|
145
|
+
"license": "MIT",
|
|
146
|
+
"peer": true,
|
|
147
|
+
"dependencies": {
|
|
148
|
+
"@vue/shared": "3.5.29"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"node_modules/@vue/runtime-core": {
|
|
152
|
+
"version": "3.5.29",
|
|
153
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.29.tgz",
|
|
154
|
+
"integrity": "sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==",
|
|
155
|
+
"license": "MIT",
|
|
156
|
+
"peer": true,
|
|
157
|
+
"dependencies": {
|
|
158
|
+
"@vue/reactivity": "3.5.29",
|
|
159
|
+
"@vue/shared": "3.5.29"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"node_modules/@vue/runtime-dom": {
|
|
163
|
+
"version": "3.5.29",
|
|
164
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.29.tgz",
|
|
165
|
+
"integrity": "sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==",
|
|
166
|
+
"license": "MIT",
|
|
167
|
+
"peer": true,
|
|
168
|
+
"dependencies": {
|
|
169
|
+
"@vue/reactivity": "3.5.29",
|
|
170
|
+
"@vue/runtime-core": "3.5.29",
|
|
171
|
+
"@vue/shared": "3.5.29",
|
|
172
|
+
"csstype": "^3.2.3"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"node_modules/@vue/server-renderer": {
|
|
176
|
+
"version": "3.5.29",
|
|
177
|
+
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.29.tgz",
|
|
178
|
+
"integrity": "sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==",
|
|
179
|
+
"license": "MIT",
|
|
180
|
+
"peer": true,
|
|
181
|
+
"dependencies": {
|
|
182
|
+
"@vue/compiler-ssr": "3.5.29",
|
|
183
|
+
"@vue/shared": "3.5.29"
|
|
184
|
+
},
|
|
185
|
+
"peerDependencies": {
|
|
186
|
+
"vue": "3.5.29"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"node_modules/@vue/shared": {
|
|
190
|
+
"version": "3.5.29",
|
|
191
|
+
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.29.tgz",
|
|
192
|
+
"integrity": "sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==",
|
|
193
|
+
"license": "MIT",
|
|
194
|
+
"peer": true
|
|
195
|
+
},
|
|
196
|
+
"node_modules/csstype": {
|
|
197
|
+
"version": "3.2.3",
|
|
198
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
199
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
200
|
+
"license": "MIT",
|
|
201
|
+
"peer": true
|
|
202
|
+
},
|
|
203
|
+
"node_modules/entities": {
|
|
204
|
+
"version": "7.0.1",
|
|
205
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
206
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
207
|
+
"license": "BSD-2-Clause",
|
|
208
|
+
"peer": true,
|
|
209
|
+
"engines": {
|
|
210
|
+
"node": ">=0.12"
|
|
211
|
+
},
|
|
212
|
+
"funding": {
|
|
213
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"node_modules/estree-walker": {
|
|
217
|
+
"version": "2.0.2",
|
|
218
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
219
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
220
|
+
"license": "MIT",
|
|
221
|
+
"peer": true
|
|
222
|
+
},
|
|
223
|
+
"node_modules/magic-string": {
|
|
224
|
+
"version": "0.30.21",
|
|
225
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
226
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
227
|
+
"license": "MIT",
|
|
228
|
+
"peer": true,
|
|
229
|
+
"dependencies": {
|
|
230
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"node_modules/medium-zoom": {
|
|
234
|
+
"version": "1.1.0",
|
|
235
|
+
"resolved": "https://registry.npmjs.org/medium-zoom/-/medium-zoom-1.1.0.tgz",
|
|
236
|
+
"integrity": "sha512-ewyDsp7k4InCUp3jRmwHBRFGyjBimKps/AJLjRSox+2q/2H4p/PNpQf+pwONWlJiOudkBXtbdmVbFjqyybfTmQ==",
|
|
237
|
+
"license": "MIT"
|
|
238
|
+
},
|
|
239
|
+
"node_modules/nanoid": {
|
|
240
|
+
"version": "3.3.11",
|
|
241
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
242
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
243
|
+
"funding": [
|
|
244
|
+
{
|
|
245
|
+
"type": "github",
|
|
246
|
+
"url": "https://github.com/sponsors/ai"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"license": "MIT",
|
|
250
|
+
"peer": true,
|
|
251
|
+
"bin": {
|
|
252
|
+
"nanoid": "bin/nanoid.cjs"
|
|
253
|
+
},
|
|
254
|
+
"engines": {
|
|
255
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"node_modules/p-limit": {
|
|
259
|
+
"version": "4.0.0",
|
|
260
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
261
|
+
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
262
|
+
"license": "MIT",
|
|
263
|
+
"dependencies": {
|
|
264
|
+
"yocto-queue": "^1.0.0"
|
|
265
|
+
},
|
|
266
|
+
"engines": {
|
|
267
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
268
|
+
},
|
|
269
|
+
"funding": {
|
|
270
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"node_modules/picocolors": {
|
|
274
|
+
"version": "1.1.1",
|
|
275
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
276
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
277
|
+
"license": "ISC",
|
|
278
|
+
"peer": true
|
|
279
|
+
},
|
|
280
|
+
"node_modules/postcss": {
|
|
281
|
+
"version": "8.5.8",
|
|
282
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
|
|
283
|
+
"integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
|
|
284
|
+
"funding": [
|
|
285
|
+
{
|
|
286
|
+
"type": "opencollective",
|
|
287
|
+
"url": "https://opencollective.com/postcss/"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"type": "tidelift",
|
|
291
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"type": "github",
|
|
295
|
+
"url": "https://github.com/sponsors/ai"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"license": "MIT",
|
|
299
|
+
"peer": true,
|
|
300
|
+
"dependencies": {
|
|
301
|
+
"nanoid": "^3.3.11",
|
|
302
|
+
"picocolors": "^1.1.1",
|
|
303
|
+
"source-map-js": "^1.2.1"
|
|
304
|
+
},
|
|
305
|
+
"engines": {
|
|
306
|
+
"node": "^10 || ^12 || >=14"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"node_modules/source-map-js": {
|
|
310
|
+
"version": "1.2.1",
|
|
311
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
312
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
313
|
+
"license": "BSD-3-Clause",
|
|
314
|
+
"peer": true,
|
|
315
|
+
"engines": {
|
|
316
|
+
"node": ">=0.10.0"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"node_modules/swiper": {
|
|
320
|
+
"version": "11.2.10",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/swiper/-/swiper-11.2.10.tgz",
|
|
322
|
+
"integrity": "sha512-RMeVUUjTQH+6N3ckimK93oxz6Sn5la4aDlgPzB+rBrG/smPdCTicXyhxa+woIpopz+jewEloiEE3lKo1h9w2YQ==",
|
|
323
|
+
"funding": [
|
|
324
|
+
{
|
|
325
|
+
"type": "patreon",
|
|
326
|
+
"url": "https://www.patreon.com/swiperjs"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"type": "open_collective",
|
|
330
|
+
"url": "http://opencollective.com/swiper"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"license": "MIT",
|
|
334
|
+
"engines": {
|
|
335
|
+
"node": ">= 4.7.0"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"node_modules/vue": {
|
|
339
|
+
"version": "3.5.29",
|
|
340
|
+
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.29.tgz",
|
|
341
|
+
"integrity": "sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==",
|
|
342
|
+
"license": "MIT",
|
|
343
|
+
"peer": true,
|
|
344
|
+
"dependencies": {
|
|
345
|
+
"@vue/compiler-dom": "3.5.29",
|
|
346
|
+
"@vue/compiler-sfc": "3.5.29",
|
|
347
|
+
"@vue/runtime-dom": "3.5.29",
|
|
348
|
+
"@vue/server-renderer": "3.5.29",
|
|
349
|
+
"@vue/shared": "3.5.29"
|
|
350
|
+
},
|
|
351
|
+
"peerDependencies": {
|
|
352
|
+
"typescript": "*"
|
|
353
|
+
},
|
|
354
|
+
"peerDependenciesMeta": {
|
|
355
|
+
"typescript": {
|
|
356
|
+
"optional": true
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"node_modules/yocto-queue": {
|
|
361
|
+
"version": "1.2.2",
|
|
362
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
|
|
363
|
+
"integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
|
|
364
|
+
"license": "MIT",
|
|
365
|
+
"engines": {
|
|
366
|
+
"node": ">=12.20"
|
|
367
|
+
},
|
|
368
|
+
"funding": {
|
|
369
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
}
|