Commit 26d5934a95ce2015ad11340c0e4333b53258d60f
1 parent
d3df9860
refactor(nuxt): 更新开发代理和路由规则
- 注释掉线上代理地址 - 使用本地代理地址 - 删除多余的路径通配符
Showing
2 changed files
with
9859 additions
and
4 deletions
nuxt.config.ts
... | ... | @@ -32,8 +32,8 @@ export default defineNuxtConfig({ |
32 | 32 | nitro: { |
33 | 33 | devProxy: { |
34 | 34 | "/shop": { |
35 | - target: "http://47.89.254.121:8002/shop", // 线上代理地址 | |
36 | - // target: "http://127.0.0.1:8002/shop/**", | |
35 | + //target: "http://47.89.254.121:8002/shop", // 线上代理地址 | |
36 | + target: "http://127.0.0.1:8002/shop", | |
37 | 37 | // target: process.env.BASE_URL || 'http://39.108.227.113:8002/shop', // 目标接口域名 |
38 | 38 | changeOrigin: true, // 表示是否跨域 |
39 | 39 | }, |
... | ... | @@ -41,8 +41,8 @@ export default defineNuxtConfig({ |
41 | 41 | // 该配置用于服务端请求转发 |
42 | 42 | routeRules: { |
43 | 43 | "/shop/**": { |
44 | - proxy: "http://47.89.254.121:8002/shop/**", | |
45 | - // proxy: "http://127.0.0.1:8002/shop/**", | |
44 | + //proxy: "http://47.89.254.121:8002/shop/**", | |
45 | + proxy: "http://127.0.0.1:8002/shop/**", | |
46 | 46 | // proxy: process.env.BASE_URL || 'http://39.108.227.113:8002/shop/**' |
47 | 47 | }, |
48 | 48 | }, | ... | ... |
package-lock.json
0 → 100644
1 | +{ | |
2 | + "name": "nuxt-app", | |
3 | + "lockfileVersion": 3, | |
4 | + "requires": true, | |
5 | + "packages": { | |
6 | + "": { | |
7 | + "name": "nuxt-app", | |
8 | + "hasInstallScript": true, | |
9 | + "dependencies": { | |
10 | + "@pinia/nuxt": "^0.5.1", | |
11 | + "lodash": "^4.17.21", | |
12 | + "nuxt": "^3.11.2", | |
13 | + "vue": "^3.4.27", | |
14 | + "vue-router": "^4.3.2", | |
15 | + "vuetify-nuxt-module": "^0.14.0" | |
16 | + }, | |
17 | + "devDependencies": { | |
18 | + "@nuxtjs/i18n": "^8.3.1", | |
19 | + "@tailwindcss/aspect-ratio": "^0.4.2", | |
20 | + "autoprefixer": "^10.4.19", | |
21 | + "postcss": "^8.4.38", | |
22 | + "sass": "^1.77.1", | |
23 | + "tailwindcss": "^3.4.3" | |
24 | + } | |
25 | + }, | |
26 | + "node_modules/@alloc/quick-lru": { | |
27 | + "version": "5.2.0", | |
28 | + "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", | |
29 | + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", | |
30 | + "dev": true, | |
31 | + "engines": { | |
32 | + "node": ">=10" | |
33 | + }, | |
34 | + "funding": { | |
35 | + "url": "https://github.com/sponsors/sindresorhus" | |
36 | + } | |
37 | + }, | |
38 | + "node_modules/@ampproject/remapping": { | |
39 | + "version": "2.3.0", | |
40 | + "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz", | |
41 | + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", | |
42 | + "dependencies": { | |
43 | + "@jridgewell/gen-mapping": "^0.3.5", | |
44 | + "@jridgewell/trace-mapping": "^0.3.24" | |
45 | + }, | |
46 | + "engines": { | |
47 | + "node": ">=6.0.0" | |
48 | + } | |
49 | + }, | |
50 | + "node_modules/@antfu/utils": { | |
51 | + "version": "0.7.10", | |
52 | + "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz", | |
53 | + "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==", | |
54 | + "funding": { | |
55 | + "url": "https://github.com/sponsors/antfu" | |
56 | + } | |
57 | + }, | |
58 | + "node_modules/@babel/code-frame": { | |
59 | + "version": "7.26.2", | |
60 | + "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz", | |
61 | + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", | |
62 | + "dependencies": { | |
63 | + "@babel/helper-validator-identifier": "^7.25.9", | |
64 | + "js-tokens": "^4.0.0", | |
65 | + "picocolors": "^1.0.0" | |
66 | + }, | |
67 | + "engines": { | |
68 | + "node": ">=6.9.0" | |
69 | + } | |
70 | + }, | |
71 | + "node_modules/@babel/compat-data": { | |
72 | + "version": "7.26.2", | |
73 | + "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.2.tgz", | |
74 | + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", | |
75 | + "engines": { | |
76 | + "node": ">=6.9.0" | |
77 | + } | |
78 | + }, | |
79 | + "node_modules/@babel/core": { | |
80 | + "version": "7.26.0", | |
81 | + "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.26.0.tgz", | |
82 | + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", | |
83 | + "dependencies": { | |
84 | + "@ampproject/remapping": "^2.2.0", | |
85 | + "@babel/code-frame": "^7.26.0", | |
86 | + "@babel/generator": "^7.26.0", | |
87 | + "@babel/helper-compilation-targets": "^7.25.9", | |
88 | + "@babel/helper-module-transforms": "^7.26.0", | |
89 | + "@babel/helpers": "^7.26.0", | |
90 | + "@babel/parser": "^7.26.0", | |
91 | + "@babel/template": "^7.25.9", | |
92 | + "@babel/traverse": "^7.25.9", | |
93 | + "@babel/types": "^7.26.0", | |
94 | + "convert-source-map": "^2.0.0", | |
95 | + "debug": "^4.1.0", | |
96 | + "gensync": "^1.0.0-beta.2", | |
97 | + "json5": "^2.2.3", | |
98 | + "semver": "^6.3.1" | |
99 | + }, | |
100 | + "engines": { | |
101 | + "node": ">=6.9.0" | |
102 | + }, | |
103 | + "funding": { | |
104 | + "type": "opencollective", | |
105 | + "url": "https://opencollective.com/babel" | |
106 | + } | |
107 | + }, | |
108 | + "node_modules/@babel/core/node_modules/semver": { | |
109 | + "version": "6.3.1", | |
110 | + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", | |
111 | + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
112 | + "bin": { | |
113 | + "semver": "bin/semver.js" | |
114 | + } | |
115 | + }, | |
116 | + "node_modules/@babel/generator": { | |
117 | + "version": "7.26.2", | |
118 | + "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.26.2.tgz", | |
119 | + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", | |
120 | + "dependencies": { | |
121 | + "@babel/parser": "^7.26.2", | |
122 | + "@babel/types": "^7.26.0", | |
123 | + "@jridgewell/gen-mapping": "^0.3.5", | |
124 | + "@jridgewell/trace-mapping": "^0.3.25", | |
125 | + "jsesc": "^3.0.2" | |
126 | + }, | |
127 | + "engines": { | |
128 | + "node": ">=6.9.0" | |
129 | + } | |
130 | + }, | |
131 | + "node_modules/@babel/helper-annotate-as-pure": { | |
132 | + "version": "7.25.9", | |
133 | + "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", | |
134 | + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", | |
135 | + "dependencies": { | |
136 | + "@babel/types": "^7.25.9" | |
137 | + }, | |
138 | + "engines": { | |
139 | + "node": ">=6.9.0" | |
140 | + } | |
141 | + }, | |
142 | + "node_modules/@babel/helper-compilation-targets": { | |
143 | + "version": "7.25.9", | |
144 | + "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", | |
145 | + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", | |
146 | + "dependencies": { | |
147 | + "@babel/compat-data": "^7.25.9", | |
148 | + "@babel/helper-validator-option": "^7.25.9", | |
149 | + "browserslist": "^4.24.0", | |
150 | + "lru-cache": "^5.1.1", | |
151 | + "semver": "^6.3.1" | |
152 | + }, | |
153 | + "engines": { | |
154 | + "node": ">=6.9.0" | |
155 | + } | |
156 | + }, | |
157 | + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { | |
158 | + "version": "6.3.1", | |
159 | + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", | |
160 | + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
161 | + "bin": { | |
162 | + "semver": "bin/semver.js" | |
163 | + } | |
164 | + }, | |
165 | + "node_modules/@babel/helper-create-class-features-plugin": { | |
166 | + "version": "7.25.9", | |
167 | + "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", | |
168 | + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", | |
169 | + "dependencies": { | |
170 | + "@babel/helper-annotate-as-pure": "^7.25.9", | |
171 | + "@babel/helper-member-expression-to-functions": "^7.25.9", | |
172 | + "@babel/helper-optimise-call-expression": "^7.25.9", | |
173 | + "@babel/helper-replace-supers": "^7.25.9", | |
174 | + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", | |
175 | + "@babel/traverse": "^7.25.9", | |
176 | + "semver": "^6.3.1" | |
177 | + }, | |
178 | + "engines": { | |
179 | + "node": ">=6.9.0" | |
180 | + }, | |
181 | + "peerDependencies": { | |
182 | + "@babel/core": "^7.0.0" | |
183 | + } | |
184 | + }, | |
185 | + "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { | |
186 | + "version": "6.3.1", | |
187 | + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", | |
188 | + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
189 | + "bin": { | |
190 | + "semver": "bin/semver.js" | |
191 | + } | |
192 | + }, | |
193 | + "node_modules/@babel/helper-member-expression-to-functions": { | |
194 | + "version": "7.25.9", | |
195 | + "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", | |
196 | + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", | |
197 | + "dependencies": { | |
198 | + "@babel/traverse": "^7.25.9", | |
199 | + "@babel/types": "^7.25.9" | |
200 | + }, | |
201 | + "engines": { | |
202 | + "node": ">=6.9.0" | |
203 | + } | |
204 | + }, | |
205 | + "node_modules/@babel/helper-module-imports": { | |
206 | + "version": "7.25.9", | |
207 | + "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", | |
208 | + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", | |
209 | + "dependencies": { | |
210 | + "@babel/traverse": "^7.25.9", | |
211 | + "@babel/types": "^7.25.9" | |
212 | + }, | |
213 | + "engines": { | |
214 | + "node": ">=6.9.0" | |
215 | + } | |
216 | + }, | |
217 | + "node_modules/@babel/helper-module-transforms": { | |
218 | + "version": "7.26.0", | |
219 | + "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", | |
220 | + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", | |
221 | + "dependencies": { | |
222 | + "@babel/helper-module-imports": "^7.25.9", | |
223 | + "@babel/helper-validator-identifier": "^7.25.9", | |
224 | + "@babel/traverse": "^7.25.9" | |
225 | + }, | |
226 | + "engines": { | |
227 | + "node": ">=6.9.0" | |
228 | + }, | |
229 | + "peerDependencies": { | |
230 | + "@babel/core": "^7.0.0" | |
231 | + } | |
232 | + }, | |
233 | + "node_modules/@babel/helper-optimise-call-expression": { | |
234 | + "version": "7.25.9", | |
235 | + "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", | |
236 | + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", | |
237 | + "dependencies": { | |
238 | + "@babel/types": "^7.25.9" | |
239 | + }, | |
240 | + "engines": { | |
241 | + "node": ">=6.9.0" | |
242 | + } | |
243 | + }, | |
244 | + "node_modules/@babel/helper-plugin-utils": { | |
245 | + "version": "7.25.9", | |
246 | + "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", | |
247 | + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", | |
248 | + "engines": { | |
249 | + "node": ">=6.9.0" | |
250 | + } | |
251 | + }, | |
252 | + "node_modules/@babel/helper-replace-supers": { | |
253 | + "version": "7.25.9", | |
254 | + "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", | |
255 | + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", | |
256 | + "dependencies": { | |
257 | + "@babel/helper-member-expression-to-functions": "^7.25.9", | |
258 | + "@babel/helper-optimise-call-expression": "^7.25.9", | |
259 | + "@babel/traverse": "^7.25.9" | |
260 | + }, | |
261 | + "engines": { | |
262 | + "node": ">=6.9.0" | |
263 | + }, | |
264 | + "peerDependencies": { | |
265 | + "@babel/core": "^7.0.0" | |
266 | + } | |
267 | + }, | |
268 | + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { | |
269 | + "version": "7.25.9", | |
270 | + "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", | |
271 | + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", | |
272 | + "dependencies": { | |
273 | + "@babel/traverse": "^7.25.9", | |
274 | + "@babel/types": "^7.25.9" | |
275 | + }, | |
276 | + "engines": { | |
277 | + "node": ">=6.9.0" | |
278 | + } | |
279 | + }, | |
280 | + "node_modules/@babel/helper-string-parser": { | |
281 | + "version": "7.25.9", | |
282 | + "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", | |
283 | + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", | |
284 | + "engines": { | |
285 | + "node": ">=6.9.0" | |
286 | + } | |
287 | + }, | |
288 | + "node_modules/@babel/helper-validator-identifier": { | |
289 | + "version": "7.25.9", | |
290 | + "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", | |
291 | + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", | |
292 | + "engines": { | |
293 | + "node": ">=6.9.0" | |
294 | + } | |
295 | + }, | |
296 | + "node_modules/@babel/helper-validator-option": { | |
297 | + "version": "7.25.9", | |
298 | + "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", | |
299 | + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", | |
300 | + "engines": { | |
301 | + "node": ">=6.9.0" | |
302 | + } | |
303 | + }, | |
304 | + "node_modules/@babel/helpers": { | |
305 | + "version": "7.26.0", | |
306 | + "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.26.0.tgz", | |
307 | + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", | |
308 | + "dependencies": { | |
309 | + "@babel/template": "^7.25.9", | |
310 | + "@babel/types": "^7.26.0" | |
311 | + }, | |
312 | + "engines": { | |
313 | + "node": ">=6.9.0" | |
314 | + } | |
315 | + }, | |
316 | + "node_modules/@babel/parser": { | |
317 | + "version": "7.26.2", | |
318 | + "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.2.tgz", | |
319 | + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", | |
320 | + "dependencies": { | |
321 | + "@babel/types": "^7.26.0" | |
322 | + }, | |
323 | + "bin": { | |
324 | + "parser": "bin/babel-parser.js" | |
325 | + }, | |
326 | + "engines": { | |
327 | + "node": ">=6.0.0" | |
328 | + } | |
329 | + }, | |
330 | + "node_modules/@babel/plugin-proposal-decorators": { | |
331 | + "version": "7.25.9", | |
332 | + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz", | |
333 | + "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==", | |
334 | + "dependencies": { | |
335 | + "@babel/helper-create-class-features-plugin": "^7.25.9", | |
336 | + "@babel/helper-plugin-utils": "^7.25.9", | |
337 | + "@babel/plugin-syntax-decorators": "^7.25.9" | |
338 | + }, | |
339 | + "engines": { | |
340 | + "node": ">=6.9.0" | |
341 | + }, | |
342 | + "peerDependencies": { | |
343 | + "@babel/core": "^7.0.0-0" | |
344 | + } | |
345 | + }, | |
346 | + "node_modules/@babel/plugin-syntax-decorators": { | |
347 | + "version": "7.25.9", | |
348 | + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz", | |
349 | + "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==", | |
350 | + "dependencies": { | |
351 | + "@babel/helper-plugin-utils": "^7.25.9" | |
352 | + }, | |
353 | + "engines": { | |
354 | + "node": ">=6.9.0" | |
355 | + }, | |
356 | + "peerDependencies": { | |
357 | + "@babel/core": "^7.0.0-0" | |
358 | + } | |
359 | + }, | |
360 | + "node_modules/@babel/plugin-syntax-import-attributes": { | |
361 | + "version": "7.26.0", | |
362 | + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", | |
363 | + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", | |
364 | + "dependencies": { | |
365 | + "@babel/helper-plugin-utils": "^7.25.9" | |
366 | + }, | |
367 | + "engines": { | |
368 | + "node": ">=6.9.0" | |
369 | + }, | |
370 | + "peerDependencies": { | |
371 | + "@babel/core": "^7.0.0-0" | |
372 | + } | |
373 | + }, | |
374 | + "node_modules/@babel/plugin-syntax-import-meta": { | |
375 | + "version": "7.10.4", | |
376 | + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", | |
377 | + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", | |
378 | + "dependencies": { | |
379 | + "@babel/helper-plugin-utils": "^7.10.4" | |
380 | + }, | |
381 | + "peerDependencies": { | |
382 | + "@babel/core": "^7.0.0-0" | |
383 | + } | |
384 | + }, | |
385 | + "node_modules/@babel/plugin-syntax-jsx": { | |
386 | + "version": "7.25.9", | |
387 | + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", | |
388 | + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", | |
389 | + "dependencies": { | |
390 | + "@babel/helper-plugin-utils": "^7.25.9" | |
391 | + }, | |
392 | + "engines": { | |
393 | + "node": ">=6.9.0" | |
394 | + }, | |
395 | + "peerDependencies": { | |
396 | + "@babel/core": "^7.0.0-0" | |
397 | + } | |
398 | + }, | |
399 | + "node_modules/@babel/plugin-syntax-typescript": { | |
400 | + "version": "7.25.9", | |
401 | + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", | |
402 | + "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", | |
403 | + "dependencies": { | |
404 | + "@babel/helper-plugin-utils": "^7.25.9" | |
405 | + }, | |
406 | + "engines": { | |
407 | + "node": ">=6.9.0" | |
408 | + }, | |
409 | + "peerDependencies": { | |
410 | + "@babel/core": "^7.0.0-0" | |
411 | + } | |
412 | + }, | |
413 | + "node_modules/@babel/plugin-transform-typescript": { | |
414 | + "version": "7.25.9", | |
415 | + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz", | |
416 | + "integrity": "sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==", | |
417 | + "dependencies": { | |
418 | + "@babel/helper-annotate-as-pure": "^7.25.9", | |
419 | + "@babel/helper-create-class-features-plugin": "^7.25.9", | |
420 | + "@babel/helper-plugin-utils": "^7.25.9", | |
421 | + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", | |
422 | + "@babel/plugin-syntax-typescript": "^7.25.9" | |
423 | + }, | |
424 | + "engines": { | |
425 | + "node": ">=6.9.0" | |
426 | + }, | |
427 | + "peerDependencies": { | |
428 | + "@babel/core": "^7.0.0-0" | |
429 | + } | |
430 | + }, | |
431 | + "node_modules/@babel/standalone": { | |
432 | + "version": "7.26.2", | |
433 | + "resolved": "https://registry.npmmirror.com/@babel/standalone/-/standalone-7.26.2.tgz", | |
434 | + "integrity": "sha512-i2VbegsRfwa9yq3xmfDX3tG2yh9K0cCqwpSyVG2nPxifh0EOnucAZUeO/g4lW2Zfg03aPJNtPfxQbDHzXc7H+w==", | |
435 | + "engines": { | |
436 | + "node": ">=6.9.0" | |
437 | + } | |
438 | + }, | |
439 | + "node_modules/@babel/template": { | |
440 | + "version": "7.25.9", | |
441 | + "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.25.9.tgz", | |
442 | + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", | |
443 | + "dependencies": { | |
444 | + "@babel/code-frame": "^7.25.9", | |
445 | + "@babel/parser": "^7.25.9", | |
446 | + "@babel/types": "^7.25.9" | |
447 | + }, | |
448 | + "engines": { | |
449 | + "node": ">=6.9.0" | |
450 | + } | |
451 | + }, | |
452 | + "node_modules/@babel/traverse": { | |
453 | + "version": "7.25.9", | |
454 | + "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.25.9.tgz", | |
455 | + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", | |
456 | + "dependencies": { | |
457 | + "@babel/code-frame": "^7.25.9", | |
458 | + "@babel/generator": "^7.25.9", | |
459 | + "@babel/parser": "^7.25.9", | |
460 | + "@babel/template": "^7.25.9", | |
461 | + "@babel/types": "^7.25.9", | |
462 | + "debug": "^4.3.1", | |
463 | + "globals": "^11.1.0" | |
464 | + }, | |
465 | + "engines": { | |
466 | + "node": ">=6.9.0" | |
467 | + } | |
468 | + }, | |
469 | + "node_modules/@babel/types": { | |
470 | + "version": "7.26.0", | |
471 | + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.0.tgz", | |
472 | + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", | |
473 | + "dependencies": { | |
474 | + "@babel/helper-string-parser": "^7.25.9", | |
475 | + "@babel/helper-validator-identifier": "^7.25.9" | |
476 | + }, | |
477 | + "engines": { | |
478 | + "node": ">=6.9.0" | |
479 | + } | |
480 | + }, | |
481 | + "node_modules/@cloudflare/kv-asset-handler": { | |
482 | + "version": "0.3.4", | |
483 | + "resolved": "https://registry.npmmirror.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz", | |
484 | + "integrity": "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==", | |
485 | + "dependencies": { | |
486 | + "mime": "^3.0.0" | |
487 | + }, | |
488 | + "engines": { | |
489 | + "node": ">=16.13" | |
490 | + } | |
491 | + }, | |
492 | + "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": { | |
493 | + "version": "3.0.0", | |
494 | + "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz", | |
495 | + "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", | |
496 | + "bin": { | |
497 | + "mime": "cli.js" | |
498 | + }, | |
499 | + "engines": { | |
500 | + "node": ">=10.0.0" | |
501 | + } | |
502 | + }, | |
503 | + "node_modules/@esbuild/aix-ppc64": { | |
504 | + "version": "0.24.0", | |
505 | + "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.24.0.tgz", | |
506 | + "integrity": "sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==", | |
507 | + "cpu": [ | |
508 | + "ppc64" | |
509 | + ], | |
510 | + "optional": true, | |
511 | + "os": [ | |
512 | + "aix" | |
513 | + ], | |
514 | + "engines": { | |
515 | + "node": ">=18" | |
516 | + } | |
517 | + }, | |
518 | + "node_modules/@esbuild/android-arm": { | |
519 | + "version": "0.24.0", | |
520 | + "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.24.0.tgz", | |
521 | + "integrity": "sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==", | |
522 | + "cpu": [ | |
523 | + "arm" | |
524 | + ], | |
525 | + "optional": true, | |
526 | + "os": [ | |
527 | + "android" | |
528 | + ], | |
529 | + "engines": { | |
530 | + "node": ">=18" | |
531 | + } | |
532 | + }, | |
533 | + "node_modules/@esbuild/android-arm64": { | |
534 | + "version": "0.24.0", | |
535 | + "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.24.0.tgz", | |
536 | + "integrity": "sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==", | |
537 | + "cpu": [ | |
538 | + "arm64" | |
539 | + ], | |
540 | + "optional": true, | |
541 | + "os": [ | |
542 | + "android" | |
543 | + ], | |
544 | + "engines": { | |
545 | + "node": ">=18" | |
546 | + } | |
547 | + }, | |
548 | + "node_modules/@esbuild/android-x64": { | |
549 | + "version": "0.24.0", | |
550 | + "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.24.0.tgz", | |
551 | + "integrity": "sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==", | |
552 | + "cpu": [ | |
553 | + "x64" | |
554 | + ], | |
555 | + "optional": true, | |
556 | + "os": [ | |
557 | + "android" | |
558 | + ], | |
559 | + "engines": { | |
560 | + "node": ">=18" | |
561 | + } | |
562 | + }, | |
563 | + "node_modules/@esbuild/darwin-arm64": { | |
564 | + "version": "0.24.0", | |
565 | + "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.24.0.tgz", | |
566 | + "integrity": "sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==", | |
567 | + "cpu": [ | |
568 | + "arm64" | |
569 | + ], | |
570 | + "optional": true, | |
571 | + "os": [ | |
572 | + "darwin" | |
573 | + ], | |
574 | + "engines": { | |
575 | + "node": ">=18" | |
576 | + } | |
577 | + }, | |
578 | + "node_modules/@esbuild/darwin-x64": { | |
579 | + "version": "0.24.0", | |
580 | + "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.24.0.tgz", | |
581 | + "integrity": "sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==", | |
582 | + "cpu": [ | |
583 | + "x64" | |
584 | + ], | |
585 | + "optional": true, | |
586 | + "os": [ | |
587 | + "darwin" | |
588 | + ], | |
589 | + "engines": { | |
590 | + "node": ">=18" | |
591 | + } | |
592 | + }, | |
593 | + "node_modules/@esbuild/freebsd-arm64": { | |
594 | + "version": "0.24.0", | |
595 | + "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.0.tgz", | |
596 | + "integrity": "sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==", | |
597 | + "cpu": [ | |
598 | + "arm64" | |
599 | + ], | |
600 | + "optional": true, | |
601 | + "os": [ | |
602 | + "freebsd" | |
603 | + ], | |
604 | + "engines": { | |
605 | + "node": ">=18" | |
606 | + } | |
607 | + }, | |
608 | + "node_modules/@esbuild/freebsd-x64": { | |
609 | + "version": "0.24.0", | |
610 | + "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.24.0.tgz", | |
611 | + "integrity": "sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==", | |
612 | + "cpu": [ | |
613 | + "x64" | |
614 | + ], | |
615 | + "optional": true, | |
616 | + "os": [ | |
617 | + "freebsd" | |
618 | + ], | |
619 | + "engines": { | |
620 | + "node": ">=18" | |
621 | + } | |
622 | + }, | |
623 | + "node_modules/@esbuild/linux-arm": { | |
624 | + "version": "0.24.0", | |
625 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.24.0.tgz", | |
626 | + "integrity": "sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==", | |
627 | + "cpu": [ | |
628 | + "arm" | |
629 | + ], | |
630 | + "optional": true, | |
631 | + "os": [ | |
632 | + "linux" | |
633 | + ], | |
634 | + "engines": { | |
635 | + "node": ">=18" | |
636 | + } | |
637 | + }, | |
638 | + "node_modules/@esbuild/linux-arm64": { | |
639 | + "version": "0.24.0", | |
640 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.24.0.tgz", | |
641 | + "integrity": "sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==", | |
642 | + "cpu": [ | |
643 | + "arm64" | |
644 | + ], | |
645 | + "optional": true, | |
646 | + "os": [ | |
647 | + "linux" | |
648 | + ], | |
649 | + "engines": { | |
650 | + "node": ">=18" | |
651 | + } | |
652 | + }, | |
653 | + "node_modules/@esbuild/linux-ia32": { | |
654 | + "version": "0.24.0", | |
655 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.24.0.tgz", | |
656 | + "integrity": "sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==", | |
657 | + "cpu": [ | |
658 | + "ia32" | |
659 | + ], | |
660 | + "optional": true, | |
661 | + "os": [ | |
662 | + "linux" | |
663 | + ], | |
664 | + "engines": { | |
665 | + "node": ">=18" | |
666 | + } | |
667 | + }, | |
668 | + "node_modules/@esbuild/linux-loong64": { | |
669 | + "version": "0.24.0", | |
670 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.24.0.tgz", | |
671 | + "integrity": "sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==", | |
672 | + "cpu": [ | |
673 | + "loong64" | |
674 | + ], | |
675 | + "optional": true, | |
676 | + "os": [ | |
677 | + "linux" | |
678 | + ], | |
679 | + "engines": { | |
680 | + "node": ">=18" | |
681 | + } | |
682 | + }, | |
683 | + "node_modules/@esbuild/linux-mips64el": { | |
684 | + "version": "0.24.0", | |
685 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.24.0.tgz", | |
686 | + "integrity": "sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==", | |
687 | + "cpu": [ | |
688 | + "mips64el" | |
689 | + ], | |
690 | + "optional": true, | |
691 | + "os": [ | |
692 | + "linux" | |
693 | + ], | |
694 | + "engines": { | |
695 | + "node": ">=18" | |
696 | + } | |
697 | + }, | |
698 | + "node_modules/@esbuild/linux-ppc64": { | |
699 | + "version": "0.24.0", | |
700 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.24.0.tgz", | |
701 | + "integrity": "sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==", | |
702 | + "cpu": [ | |
703 | + "ppc64" | |
704 | + ], | |
705 | + "optional": true, | |
706 | + "os": [ | |
707 | + "linux" | |
708 | + ], | |
709 | + "engines": { | |
710 | + "node": ">=18" | |
711 | + } | |
712 | + }, | |
713 | + "node_modules/@esbuild/linux-riscv64": { | |
714 | + "version": "0.24.0", | |
715 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.24.0.tgz", | |
716 | + "integrity": "sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==", | |
717 | + "cpu": [ | |
718 | + "riscv64" | |
719 | + ], | |
720 | + "optional": true, | |
721 | + "os": [ | |
722 | + "linux" | |
723 | + ], | |
724 | + "engines": { | |
725 | + "node": ">=18" | |
726 | + } | |
727 | + }, | |
728 | + "node_modules/@esbuild/linux-s390x": { | |
729 | + "version": "0.24.0", | |
730 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.24.0.tgz", | |
731 | + "integrity": "sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==", | |
732 | + "cpu": [ | |
733 | + "s390x" | |
734 | + ], | |
735 | + "optional": true, | |
736 | + "os": [ | |
737 | + "linux" | |
738 | + ], | |
739 | + "engines": { | |
740 | + "node": ">=18" | |
741 | + } | |
742 | + }, | |
743 | + "node_modules/@esbuild/linux-x64": { | |
744 | + "version": "0.24.0", | |
745 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.24.0.tgz", | |
746 | + "integrity": "sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==", | |
747 | + "cpu": [ | |
748 | + "x64" | |
749 | + ], | |
750 | + "optional": true, | |
751 | + "os": [ | |
752 | + "linux" | |
753 | + ], | |
754 | + "engines": { | |
755 | + "node": ">=18" | |
756 | + } | |
757 | + }, | |
758 | + "node_modules/@esbuild/netbsd-x64": { | |
759 | + "version": "0.24.0", | |
760 | + "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.24.0.tgz", | |
761 | + "integrity": "sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==", | |
762 | + "cpu": [ | |
763 | + "x64" | |
764 | + ], | |
765 | + "optional": true, | |
766 | + "os": [ | |
767 | + "netbsd" | |
768 | + ], | |
769 | + "engines": { | |
770 | + "node": ">=18" | |
771 | + } | |
772 | + }, | |
773 | + "node_modules/@esbuild/openbsd-arm64": { | |
774 | + "version": "0.24.0", | |
775 | + "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.0.tgz", | |
776 | + "integrity": "sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==", | |
777 | + "cpu": [ | |
778 | + "arm64" | |
779 | + ], | |
780 | + "optional": true, | |
781 | + "os": [ | |
782 | + "openbsd" | |
783 | + ], | |
784 | + "engines": { | |
785 | + "node": ">=18" | |
786 | + } | |
787 | + }, | |
788 | + "node_modules/@esbuild/openbsd-x64": { | |
789 | + "version": "0.24.0", | |
790 | + "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.24.0.tgz", | |
791 | + "integrity": "sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==", | |
792 | + "cpu": [ | |
793 | + "x64" | |
794 | + ], | |
795 | + "optional": true, | |
796 | + "os": [ | |
797 | + "openbsd" | |
798 | + ], | |
799 | + "engines": { | |
800 | + "node": ">=18" | |
801 | + } | |
802 | + }, | |
803 | + "node_modules/@esbuild/sunos-x64": { | |
804 | + "version": "0.24.0", | |
805 | + "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.24.0.tgz", | |
806 | + "integrity": "sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==", | |
807 | + "cpu": [ | |
808 | + "x64" | |
809 | + ], | |
810 | + "optional": true, | |
811 | + "os": [ | |
812 | + "sunos" | |
813 | + ], | |
814 | + "engines": { | |
815 | + "node": ">=18" | |
816 | + } | |
817 | + }, | |
818 | + "node_modules/@esbuild/win32-arm64": { | |
819 | + "version": "0.24.0", | |
820 | + "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.24.0.tgz", | |
821 | + "integrity": "sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==", | |
822 | + "cpu": [ | |
823 | + "arm64" | |
824 | + ], | |
825 | + "optional": true, | |
826 | + "os": [ | |
827 | + "win32" | |
828 | + ], | |
829 | + "engines": { | |
830 | + "node": ">=18" | |
831 | + } | |
832 | + }, | |
833 | + "node_modules/@esbuild/win32-ia32": { | |
834 | + "version": "0.24.0", | |
835 | + "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.24.0.tgz", | |
836 | + "integrity": "sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==", | |
837 | + "cpu": [ | |
838 | + "ia32" | |
839 | + ], | |
840 | + "optional": true, | |
841 | + "os": [ | |
842 | + "win32" | |
843 | + ], | |
844 | + "engines": { | |
845 | + "node": ">=18" | |
846 | + } | |
847 | + }, | |
848 | + "node_modules/@esbuild/win32-x64": { | |
849 | + "version": "0.24.0", | |
850 | + "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.24.0.tgz", | |
851 | + "integrity": "sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==", | |
852 | + "cpu": [ | |
853 | + "x64" | |
854 | + ], | |
855 | + "optional": true, | |
856 | + "os": [ | |
857 | + "win32" | |
858 | + ], | |
859 | + "engines": { | |
860 | + "node": ">=18" | |
861 | + } | |
862 | + }, | |
863 | + "node_modules/@intlify/bundle-utils": { | |
864 | + "version": "7.5.1", | |
865 | + "resolved": "https://registry.npmmirror.com/@intlify/bundle-utils/-/bundle-utils-7.5.1.tgz", | |
866 | + "integrity": "sha512-UovJl10oBIlmYEcWw+VIHdKY5Uv5sdPG0b/b6bOYxGLln3UwB75+2dlc0F3Fsa0RhoznQ5Rp589/BZpABpE4Xw==", | |
867 | + "dev": true, | |
868 | + "dependencies": { | |
869 | + "@intlify/message-compiler": "^9.4.0", | |
870 | + "@intlify/shared": "^9.4.0", | |
871 | + "acorn": "^8.8.2", | |
872 | + "escodegen": "^2.1.0", | |
873 | + "estree-walker": "^2.0.2", | |
874 | + "jsonc-eslint-parser": "^2.3.0", | |
875 | + "magic-string": "^0.30.0", | |
876 | + "mlly": "^1.2.0", | |
877 | + "source-map-js": "^1.0.1", | |
878 | + "yaml-eslint-parser": "^1.2.2" | |
879 | + }, | |
880 | + "engines": { | |
881 | + "node": ">= 14.16" | |
882 | + }, | |
883 | + "peerDependenciesMeta": { | |
884 | + "petite-vue-i18n": { | |
885 | + "optional": true | |
886 | + }, | |
887 | + "vue-i18n": { | |
888 | + "optional": true | |
889 | + } | |
890 | + } | |
891 | + }, | |
892 | + "node_modules/@intlify/bundle-utils/node_modules/estree-walker": { | |
893 | + "version": "2.0.2", | |
894 | + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", | |
895 | + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", | |
896 | + "dev": true | |
897 | + }, | |
898 | + "node_modules/@intlify/core": { | |
899 | + "version": "9.14.1", | |
900 | + "resolved": "https://registry.npmmirror.com/@intlify/core/-/core-9.14.1.tgz", | |
901 | + "integrity": "sha512-AT3x7F9YqcWRUBC2maPYven4dTeavJCBYEkDqy1WTif/qtVasDASayKLFf95DsFz7ajhu/3ep9IzTAZayvW9sA==", | |
902 | + "dev": true, | |
903 | + "dependencies": { | |
904 | + "@intlify/core-base": "9.14.1", | |
905 | + "@intlify/shared": "9.14.1" | |
906 | + }, | |
907 | + "engines": { | |
908 | + "node": ">= 16" | |
909 | + }, | |
910 | + "funding": { | |
911 | + "url": "https://github.com/sponsors/kazupon" | |
912 | + } | |
913 | + }, | |
914 | + "node_modules/@intlify/core-base": { | |
915 | + "version": "9.14.1", | |
916 | + "resolved": "https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.14.1.tgz", | |
917 | + "integrity": "sha512-rG5/hlNW6Qfve41go37szEf0mVLcfhYuOu83JcY0jZKasnwsrcZYYWDzebCcuO5I/6Sy1JFWo9p+nvkQS1Dy+w==", | |
918 | + "dev": true, | |
919 | + "dependencies": { | |
920 | + "@intlify/message-compiler": "9.14.1", | |
921 | + "@intlify/shared": "9.14.1" | |
922 | + }, | |
923 | + "engines": { | |
924 | + "node": ">= 16" | |
925 | + }, | |
926 | + "funding": { | |
927 | + "url": "https://github.com/sponsors/kazupon" | |
928 | + } | |
929 | + }, | |
930 | + "node_modules/@intlify/h3": { | |
931 | + "version": "0.5.0", | |
932 | + "resolved": "https://registry.npmmirror.com/@intlify/h3/-/h3-0.5.0.tgz", | |
933 | + "integrity": "sha512-cgfrtD3qu3BPJ47gfZ35J2LJpI64Riic0K8NGgid5ilyPXRQTNY7mXlT/B+HZYQg1hmBxKa5G5HJXyAZ4R2H5A==", | |
934 | + "dev": true, | |
935 | + "dependencies": { | |
936 | + "@intlify/core": "^9.8.0", | |
937 | + "@intlify/utils": "^0.12.0" | |
938 | + }, | |
939 | + "engines": { | |
940 | + "node": ">= 18" | |
941 | + }, | |
942 | + "funding": { | |
943 | + "url": "https://github.com/sponsors/kazupon" | |
944 | + } | |
945 | + }, | |
946 | + "node_modules/@intlify/message-compiler": { | |
947 | + "version": "9.14.1", | |
948 | + "resolved": "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.14.1.tgz", | |
949 | + "integrity": "sha512-MY8hwukJBnXvGAncVKlHsqKDQ5ZcQx4peqEmI8wBUTXn4pezrtTGYXNoz81cLyEEHB+L/zlKWVBSh5TiX4gYoQ==", | |
950 | + "dev": true, | |
951 | + "dependencies": { | |
952 | + "@intlify/shared": "9.14.1", | |
953 | + "source-map-js": "^1.0.2" | |
954 | + }, | |
955 | + "engines": { | |
956 | + "node": ">= 16" | |
957 | + }, | |
958 | + "funding": { | |
959 | + "url": "https://github.com/sponsors/kazupon" | |
960 | + } | |
961 | + }, | |
962 | + "node_modules/@intlify/shared": { | |
963 | + "version": "9.14.1", | |
964 | + "resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-9.14.1.tgz", | |
965 | + "integrity": "sha512-XjHu6PEQup9MnP1x0W9y0nXXfq9jFftAYSfV11hryjtH4XqXP8HrzMvXI+ZVifF+jZLszaTzIhvukllplxTQTg==", | |
966 | + "dev": true, | |
967 | + "engines": { | |
968 | + "node": ">= 16" | |
969 | + }, | |
970 | + "funding": { | |
971 | + "url": "https://github.com/sponsors/kazupon" | |
972 | + } | |
973 | + }, | |
974 | + "node_modules/@intlify/unplugin-vue-i18n": { | |
975 | + "version": "3.0.1", | |
976 | + "resolved": "https://registry.npmmirror.com/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-3.0.1.tgz", | |
977 | + "integrity": "sha512-q1zJhA/WpoLBzAAuKA5/AEp0e+bMOM10ll/HxT4g1VAw/9JhC4TTobP9KobKH90JMZ4U2daLFlYQfKNd29lpqw==", | |
978 | + "dev": true, | |
979 | + "dependencies": { | |
980 | + "@intlify/bundle-utils": "^7.4.0", | |
981 | + "@intlify/shared": "^9.4.0", | |
982 | + "@rollup/pluginutils": "^5.1.0", | |
983 | + "@vue/compiler-sfc": "^3.2.47", | |
984 | + "debug": "^4.3.3", | |
985 | + "fast-glob": "^3.2.12", | |
986 | + "js-yaml": "^4.1.0", | |
987 | + "json5": "^2.2.3", | |
988 | + "pathe": "^1.0.0", | |
989 | + "picocolors": "^1.0.0", | |
990 | + "source-map-js": "^1.0.2", | |
991 | + "unplugin": "^1.1.0" | |
992 | + }, | |
993 | + "engines": { | |
994 | + "node": ">= 14.16" | |
995 | + }, | |
996 | + "peerDependencies": { | |
997 | + "petite-vue-i18n": "*", | |
998 | + "vue-i18n": "*", | |
999 | + "vue-i18n-bridge": "*" | |
1000 | + }, | |
1001 | + "peerDependenciesMeta": { | |
1002 | + "petite-vue-i18n": { | |
1003 | + "optional": true | |
1004 | + }, | |
1005 | + "vue-i18n": { | |
1006 | + "optional": true | |
1007 | + }, | |
1008 | + "vue-i18n-bridge": { | |
1009 | + "optional": true | |
1010 | + } | |
1011 | + } | |
1012 | + }, | |
1013 | + "node_modules/@intlify/utils": { | |
1014 | + "version": "0.12.0", | |
1015 | + "resolved": "https://registry.npmmirror.com/@intlify/utils/-/utils-0.12.0.tgz", | |
1016 | + "integrity": "sha512-yCBNcuZQ49iInqmWC2xfW0rgEQyNtCM8C8KcWKTXxyscgUE1+48gjLgZZqP75MjhlApxwph7ZMWLqyABkSgxQA==", | |
1017 | + "dev": true, | |
1018 | + "engines": { | |
1019 | + "node": ">= 18" | |
1020 | + }, | |
1021 | + "funding": { | |
1022 | + "url": "https://github.com/sponsors/kazupon" | |
1023 | + } | |
1024 | + }, | |
1025 | + "node_modules/@ioredis/commands": { | |
1026 | + "version": "1.2.0", | |
1027 | + "resolved": "https://registry.npmmirror.com/@ioredis/commands/-/commands-1.2.0.tgz", | |
1028 | + "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==" | |
1029 | + }, | |
1030 | + "node_modules/@isaacs/cliui": { | |
1031 | + "version": "8.0.2", | |
1032 | + "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz", | |
1033 | + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", | |
1034 | + "dependencies": { | |
1035 | + "string-width": "^5.1.2", | |
1036 | + "string-width-cjs": "npm:string-width@^4.2.0", | |
1037 | + "strip-ansi": "^7.0.1", | |
1038 | + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", | |
1039 | + "wrap-ansi": "^8.1.0", | |
1040 | + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" | |
1041 | + }, | |
1042 | + "engines": { | |
1043 | + "node": ">=12" | |
1044 | + } | |
1045 | + }, | |
1046 | + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { | |
1047 | + "version": "6.1.0", | |
1048 | + "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz", | |
1049 | + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", | |
1050 | + "engines": { | |
1051 | + "node": ">=12" | |
1052 | + }, | |
1053 | + "funding": { | |
1054 | + "url": "https://github.com/chalk/ansi-regex?sponsor=1" | |
1055 | + } | |
1056 | + }, | |
1057 | + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { | |
1058 | + "version": "6.2.1", | |
1059 | + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz", | |
1060 | + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", | |
1061 | + "engines": { | |
1062 | + "node": ">=12" | |
1063 | + }, | |
1064 | + "funding": { | |
1065 | + "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
1066 | + } | |
1067 | + }, | |
1068 | + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { | |
1069 | + "version": "9.2.2", | |
1070 | + "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz", | |
1071 | + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" | |
1072 | + }, | |
1073 | + "node_modules/@isaacs/cliui/node_modules/string-width": { | |
1074 | + "version": "5.1.2", | |
1075 | + "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz", | |
1076 | + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", | |
1077 | + "dependencies": { | |
1078 | + "eastasianwidth": "^0.2.0", | |
1079 | + "emoji-regex": "^9.2.2", | |
1080 | + "strip-ansi": "^7.0.1" | |
1081 | + }, | |
1082 | + "engines": { | |
1083 | + "node": ">=12" | |
1084 | + }, | |
1085 | + "funding": { | |
1086 | + "url": "https://github.com/sponsors/sindresorhus" | |
1087 | + } | |
1088 | + }, | |
1089 | + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { | |
1090 | + "version": "7.1.0", | |
1091 | + "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz", | |
1092 | + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", | |
1093 | + "dependencies": { | |
1094 | + "ansi-regex": "^6.0.1" | |
1095 | + }, | |
1096 | + "engines": { | |
1097 | + "node": ">=12" | |
1098 | + }, | |
1099 | + "funding": { | |
1100 | + "url": "https://github.com/chalk/strip-ansi?sponsor=1" | |
1101 | + } | |
1102 | + }, | |
1103 | + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { | |
1104 | + "version": "8.1.0", | |
1105 | + "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz", | |
1106 | + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", | |
1107 | + "dependencies": { | |
1108 | + "ansi-styles": "^6.1.0", | |
1109 | + "string-width": "^5.0.1", | |
1110 | + "strip-ansi": "^7.0.1" | |
1111 | + }, | |
1112 | + "engines": { | |
1113 | + "node": ">=12" | |
1114 | + }, | |
1115 | + "funding": { | |
1116 | + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" | |
1117 | + } | |
1118 | + }, | |
1119 | + "node_modules/@jridgewell/gen-mapping": { | |
1120 | + "version": "0.3.5", | |
1121 | + "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", | |
1122 | + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", | |
1123 | + "dependencies": { | |
1124 | + "@jridgewell/set-array": "^1.2.1", | |
1125 | + "@jridgewell/sourcemap-codec": "^1.4.10", | |
1126 | + "@jridgewell/trace-mapping": "^0.3.24" | |
1127 | + }, | |
1128 | + "engines": { | |
1129 | + "node": ">=6.0.0" | |
1130 | + } | |
1131 | + }, | |
1132 | + "node_modules/@jridgewell/resolve-uri": { | |
1133 | + "version": "3.1.2", | |
1134 | + "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", | |
1135 | + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", | |
1136 | + "engines": { | |
1137 | + "node": ">=6.0.0" | |
1138 | + } | |
1139 | + }, | |
1140 | + "node_modules/@jridgewell/set-array": { | |
1141 | + "version": "1.2.1", | |
1142 | + "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz", | |
1143 | + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", | |
1144 | + "engines": { | |
1145 | + "node": ">=6.0.0" | |
1146 | + } | |
1147 | + }, | |
1148 | + "node_modules/@jridgewell/source-map": { | |
1149 | + "version": "0.3.6", | |
1150 | + "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.6.tgz", | |
1151 | + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", | |
1152 | + "dependencies": { | |
1153 | + "@jridgewell/gen-mapping": "^0.3.5", | |
1154 | + "@jridgewell/trace-mapping": "^0.3.25" | |
1155 | + } | |
1156 | + }, | |
1157 | + "node_modules/@jridgewell/sourcemap-codec": { | |
1158 | + "version": "1.5.0", | |
1159 | + "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", | |
1160 | + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" | |
1161 | + }, | |
1162 | + "node_modules/@jridgewell/trace-mapping": { | |
1163 | + "version": "0.3.25", | |
1164 | + "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", | |
1165 | + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", | |
1166 | + "dependencies": { | |
1167 | + "@jridgewell/resolve-uri": "^3.1.0", | |
1168 | + "@jridgewell/sourcemap-codec": "^1.4.14" | |
1169 | + } | |
1170 | + }, | |
1171 | + "node_modules/@kwsites/file-exists": { | |
1172 | + "version": "1.1.1", | |
1173 | + "resolved": "https://registry.npmmirror.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz", | |
1174 | + "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==", | |
1175 | + "dependencies": { | |
1176 | + "debug": "^4.1.1" | |
1177 | + } | |
1178 | + }, | |
1179 | + "node_modules/@kwsites/promise-deferred": { | |
1180 | + "version": "1.1.1", | |
1181 | + "resolved": "https://registry.npmmirror.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz", | |
1182 | + "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" | |
1183 | + }, | |
1184 | + "node_modules/@mapbox/node-pre-gyp": { | |
1185 | + "version": "1.0.11", | |
1186 | + "resolved": "https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", | |
1187 | + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", | |
1188 | + "dependencies": { | |
1189 | + "detect-libc": "^2.0.0", | |
1190 | + "https-proxy-agent": "^5.0.0", | |
1191 | + "make-dir": "^3.1.0", | |
1192 | + "node-fetch": "^2.6.7", | |
1193 | + "nopt": "^5.0.0", | |
1194 | + "npmlog": "^5.0.1", | |
1195 | + "rimraf": "^3.0.2", | |
1196 | + "semver": "^7.3.5", | |
1197 | + "tar": "^6.1.11" | |
1198 | + }, | |
1199 | + "bin": { | |
1200 | + "node-pre-gyp": "bin/node-pre-gyp" | |
1201 | + } | |
1202 | + }, | |
1203 | + "node_modules/@miyaneee/rollup-plugin-json5": { | |
1204 | + "version": "1.2.0", | |
1205 | + "resolved": "https://registry.npmmirror.com/@miyaneee/rollup-plugin-json5/-/rollup-plugin-json5-1.2.0.tgz", | |
1206 | + "integrity": "sha512-JjTIaXZp9WzhUHpElrqPnl1AzBi/rvRs065F71+aTmlqvTMVkdbjZ8vfFl4nRlgJy+TPBw69ZK4pwFdmOAt4aA==", | |
1207 | + "dev": true, | |
1208 | + "dependencies": { | |
1209 | + "@rollup/pluginutils": "^5.1.0", | |
1210 | + "json5": "^2.2.3" | |
1211 | + }, | |
1212 | + "peerDependencies": { | |
1213 | + "rollup": "^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" | |
1214 | + } | |
1215 | + }, | |
1216 | + "node_modules/@netlify/functions": { | |
1217 | + "version": "2.8.2", | |
1218 | + "resolved": "https://registry.npmmirror.com/@netlify/functions/-/functions-2.8.2.tgz", | |
1219 | + "integrity": "sha512-DeoAQh8LuNPvBE4qsKlezjKj0PyXDryOFJfJKo3Z1qZLKzQ21sT314KQKPVjfvw6knqijj+IO+0kHXy/TJiqNA==", | |
1220 | + "dependencies": { | |
1221 | + "@netlify/serverless-functions-api": "1.26.1" | |
1222 | + }, | |
1223 | + "engines": { | |
1224 | + "node": ">=14.0.0" | |
1225 | + } | |
1226 | + }, | |
1227 | + "node_modules/@netlify/node-cookies": { | |
1228 | + "version": "0.1.0", | |
1229 | + "resolved": "https://registry.npmmirror.com/@netlify/node-cookies/-/node-cookies-0.1.0.tgz", | |
1230 | + "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==", | |
1231 | + "engines": { | |
1232 | + "node": "^14.16.0 || >=16.0.0" | |
1233 | + } | |
1234 | + }, | |
1235 | + "node_modules/@netlify/serverless-functions-api": { | |
1236 | + "version": "1.26.1", | |
1237 | + "resolved": "https://registry.npmmirror.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.1.tgz", | |
1238 | + "integrity": "sha512-q3L9i3HoNfz0SGpTIS4zTcKBbRkxzCRpd169eyiTuk3IwcPC3/85mzLHranlKo2b+HYT0gu37YxGB45aD8A3Tw==", | |
1239 | + "dependencies": { | |
1240 | + "@netlify/node-cookies": "^0.1.0", | |
1241 | + "urlpattern-polyfill": "8.0.2" | |
1242 | + }, | |
1243 | + "engines": { | |
1244 | + "node": ">=18.0.0" | |
1245 | + } | |
1246 | + }, | |
1247 | + "node_modules/@nodelib/fs.scandir": { | |
1248 | + "version": "2.1.5", | |
1249 | + "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", | |
1250 | + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", | |
1251 | + "dependencies": { | |
1252 | + "@nodelib/fs.stat": "2.0.5", | |
1253 | + "run-parallel": "^1.1.9" | |
1254 | + }, | |
1255 | + "engines": { | |
1256 | + "node": ">= 8" | |
1257 | + } | |
1258 | + }, | |
1259 | + "node_modules/@nodelib/fs.stat": { | |
1260 | + "version": "2.0.5", | |
1261 | + "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", | |
1262 | + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", | |
1263 | + "engines": { | |
1264 | + "node": ">= 8" | |
1265 | + } | |
1266 | + }, | |
1267 | + "node_modules/@nodelib/fs.walk": { | |
1268 | + "version": "1.2.8", | |
1269 | + "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", | |
1270 | + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", | |
1271 | + "dependencies": { | |
1272 | + "@nodelib/fs.scandir": "2.1.5", | |
1273 | + "fastq": "^1.6.0" | |
1274 | + }, | |
1275 | + "engines": { | |
1276 | + "node": ">= 8" | |
1277 | + } | |
1278 | + }, | |
1279 | + "node_modules/@nuxt/devalue": { | |
1280 | + "version": "2.0.2", | |
1281 | + "resolved": "https://registry.npmmirror.com/@nuxt/devalue/-/devalue-2.0.2.tgz", | |
1282 | + "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==" | |
1283 | + }, | |
1284 | + "node_modules/@nuxt/devtools": { | |
1285 | + "version": "1.6.0", | |
1286 | + "resolved": "https://registry.npmmirror.com/@nuxt/devtools/-/devtools-1.6.0.tgz", | |
1287 | + "integrity": "sha512-xNorMapzpM8HaW7NnAsEEO38OrmrYBzGvkkqfBU5nNh5XEymmIfCbQc7IA/GIOH9pXOV4gRutCjHCWXHYbOl3A==", | |
1288 | + "dependencies": { | |
1289 | + "@antfu/utils": "^0.7.10", | |
1290 | + "@nuxt/devtools-kit": "1.6.0", | |
1291 | + "@nuxt/devtools-wizard": "1.6.0", | |
1292 | + "@nuxt/kit": "^3.13.2", | |
1293 | + "@vue/devtools-core": "7.4.4", | |
1294 | + "@vue/devtools-kit": "7.4.4", | |
1295 | + "birpc": "^0.2.17", | |
1296 | + "consola": "^3.2.3", | |
1297 | + "cronstrue": "^2.50.0", | |
1298 | + "destr": "^2.0.3", | |
1299 | + "error-stack-parser-es": "^0.1.5", | |
1300 | + "execa": "^7.2.0", | |
1301 | + "fast-npm-meta": "^0.2.2", | |
1302 | + "flatted": "^3.3.1", | |
1303 | + "get-port-please": "^3.1.2", | |
1304 | + "hookable": "^5.5.3", | |
1305 | + "image-meta": "^0.2.1", | |
1306 | + "is-installed-globally": "^1.0.0", | |
1307 | + "launch-editor": "^2.9.1", | |
1308 | + "local-pkg": "^0.5.0", | |
1309 | + "magicast": "^0.3.5", | |
1310 | + "nypm": "^0.3.11", | |
1311 | + "ohash": "^1.1.4", | |
1312 | + "pathe": "^1.1.2", | |
1313 | + "perfect-debounce": "^1.0.0", | |
1314 | + "pkg-types": "^1.2.0", | |
1315 | + "rc9": "^2.1.2", | |
1316 | + "scule": "^1.3.0", | |
1317 | + "semver": "^7.6.3", | |
1318 | + "simple-git": "^3.27.0", | |
1319 | + "sirv": "^2.0.4", | |
1320 | + "tinyglobby": "^0.2.6", | |
1321 | + "unimport": "^3.12.0", | |
1322 | + "vite-plugin-inspect": "^0.8.7", | |
1323 | + "vite-plugin-vue-inspector": "5.1.3", | |
1324 | + "which": "^3.0.1", | |
1325 | + "ws": "^8.18.0" | |
1326 | + }, | |
1327 | + "bin": { | |
1328 | + "devtools": "cli.mjs" | |
1329 | + }, | |
1330 | + "peerDependencies": { | |
1331 | + "vite": "*" | |
1332 | + } | |
1333 | + }, | |
1334 | + "node_modules/@nuxt/devtools-kit": { | |
1335 | + "version": "1.6.0", | |
1336 | + "resolved": "https://registry.npmmirror.com/@nuxt/devtools-kit/-/devtools-kit-1.6.0.tgz", | |
1337 | + "integrity": "sha512-kJ8mVKwTSN3tdEVNy7mxKCiQk9wsG5t3oOrRMWk6IEbTSov+5sOULqQSM/+OWxWsEDmDfA7QlS5sM3Ti9uMRqQ==", | |
1338 | + "dependencies": { | |
1339 | + "@nuxt/kit": "^3.13.2", | |
1340 | + "@nuxt/schema": "^3.13.2", | |
1341 | + "execa": "^7.2.0" | |
1342 | + }, | |
1343 | + "peerDependencies": { | |
1344 | + "vite": "*" | |
1345 | + } | |
1346 | + }, | |
1347 | + "node_modules/@nuxt/devtools-wizard": { | |
1348 | + "version": "1.6.0", | |
1349 | + "resolved": "https://registry.npmmirror.com/@nuxt/devtools-wizard/-/devtools-wizard-1.6.0.tgz", | |
1350 | + "integrity": "sha512-n+mzz5NwnKZim0tq1oBi+x1nNXb21fp7QeBl7bYKyDT1eJ0XCxFkVTr/kB/ddkkLYZ+o8TykpeNPa74cN+xAyQ==", | |
1351 | + "dependencies": { | |
1352 | + "consola": "^3.2.3", | |
1353 | + "diff": "^7.0.0", | |
1354 | + "execa": "^7.2.0", | |
1355 | + "global-directory": "^4.0.1", | |
1356 | + "magicast": "^0.3.5", | |
1357 | + "pathe": "^1.1.2", | |
1358 | + "pkg-types": "^1.2.0", | |
1359 | + "prompts": "^2.4.2", | |
1360 | + "rc9": "^2.1.2", | |
1361 | + "semver": "^7.6.3" | |
1362 | + }, | |
1363 | + "bin": { | |
1364 | + "devtools-wizard": "cli.mjs" | |
1365 | + } | |
1366 | + }, | |
1367 | + "node_modules/@nuxt/kit": { | |
1368 | + "version": "3.14.159", | |
1369 | + "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.14.159.tgz", | |
1370 | + "integrity": "sha512-ZqxsCI1NKV/gjfEUUZjMcr82sg0MKYZOuyB6bu9QY5Zr7NGpfIZY/z5Z822AKTmFxKGChnuz9M0UaS4ze6p42g==", | |
1371 | + "dependencies": { | |
1372 | + "@nuxt/schema": "3.14.159", | |
1373 | + "c12": "^2.0.1", | |
1374 | + "consola": "^3.2.3", | |
1375 | + "defu": "^6.1.4", | |
1376 | + "destr": "^2.0.3", | |
1377 | + "globby": "^14.0.2", | |
1378 | + "hash-sum": "^2.0.0", | |
1379 | + "ignore": "^6.0.2", | |
1380 | + "jiti": "^2.4.0", | |
1381 | + "klona": "^2.0.6", | |
1382 | + "knitwork": "^1.1.0", | |
1383 | + "mlly": "^1.7.2", | |
1384 | + "pathe": "^1.1.2", | |
1385 | + "pkg-types": "^1.2.1", | |
1386 | + "scule": "^1.3.0", | |
1387 | + "semver": "^7.6.3", | |
1388 | + "ufo": "^1.5.4", | |
1389 | + "unctx": "^2.3.1", | |
1390 | + "unimport": "^3.13.1", | |
1391 | + "untyped": "^1.5.1" | |
1392 | + }, | |
1393 | + "engines": { | |
1394 | + "node": "^14.18.0 || >=16.10.0" | |
1395 | + } | |
1396 | + }, | |
1397 | + "node_modules/@nuxt/schema": { | |
1398 | + "version": "3.14.159", | |
1399 | + "resolved": "https://registry.npmmirror.com/@nuxt/schema/-/schema-3.14.159.tgz", | |
1400 | + "integrity": "sha512-ggXA3F2f9udQoEy5WwrY6bTMvpDaErUYRLSEzdMqqCqjOQ5manfFgfuScGj3ooZiXLIX2TGLVTzcll4nnpDlnQ==", | |
1401 | + "dependencies": { | |
1402 | + "c12": "^2.0.1", | |
1403 | + "compatx": "^0.1.8", | |
1404 | + "consola": "^3.2.3", | |
1405 | + "defu": "^6.1.4", | |
1406 | + "hookable": "^5.5.3", | |
1407 | + "pathe": "^1.1.2", | |
1408 | + "pkg-types": "^1.2.1", | |
1409 | + "scule": "^1.3.0", | |
1410 | + "std-env": "^3.7.0", | |
1411 | + "ufo": "^1.5.4", | |
1412 | + "uncrypto": "^0.1.3", | |
1413 | + "unimport": "^3.13.1", | |
1414 | + "untyped": "^1.5.1" | |
1415 | + }, | |
1416 | + "engines": { | |
1417 | + "node": "^14.18.0 || >=16.10.0" | |
1418 | + } | |
1419 | + }, | |
1420 | + "node_modules/@nuxt/telemetry": { | |
1421 | + "version": "2.6.0", | |
1422 | + "resolved": "https://registry.npmmirror.com/@nuxt/telemetry/-/telemetry-2.6.0.tgz", | |
1423 | + "integrity": "sha512-h4YJ1d32cU7tDKjjhjtIIEck4WF/w3DTQBT348E9Pz85YLttnLqktLM0Ez9Xc2LzCeUgBDQv1el7Ob/zT3KUqg==", | |
1424 | + "dependencies": { | |
1425 | + "@nuxt/kit": "^3.13.1", | |
1426 | + "ci-info": "^4.0.0", | |
1427 | + "consola": "^3.2.3", | |
1428 | + "create-require": "^1.1.1", | |
1429 | + "defu": "^6.1.4", | |
1430 | + "destr": "^2.0.3", | |
1431 | + "dotenv": "^16.4.5", | |
1432 | + "git-url-parse": "^15.0.0", | |
1433 | + "is-docker": "^3.0.0", | |
1434 | + "jiti": "^1.21.6", | |
1435 | + "mri": "^1.2.0", | |
1436 | + "nanoid": "^5.0.7", | |
1437 | + "ofetch": "^1.3.4", | |
1438 | + "package-manager-detector": "^0.2.0", | |
1439 | + "parse-git-config": "^3.0.0", | |
1440 | + "pathe": "^1.1.2", | |
1441 | + "rc9": "^2.1.2", | |
1442 | + "std-env": "^3.7.0" | |
1443 | + }, | |
1444 | + "bin": { | |
1445 | + "nuxt-telemetry": "bin/nuxt-telemetry.mjs" | |
1446 | + } | |
1447 | + }, | |
1448 | + "node_modules/@nuxt/telemetry/node_modules/jiti": { | |
1449 | + "version": "1.21.6", | |
1450 | + "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.6.tgz", | |
1451 | + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", | |
1452 | + "bin": { | |
1453 | + "jiti": "bin/jiti.js" | |
1454 | + } | |
1455 | + }, | |
1456 | + "node_modules/@nuxt/vite-builder": { | |
1457 | + "version": "3.14.159", | |
1458 | + "resolved": "https://registry.npmmirror.com/@nuxt/vite-builder/-/vite-builder-3.14.159.tgz", | |
1459 | + "integrity": "sha512-V3FJnDNR3tCAYeYmxxPsAWuMq6z5mZi8KPWO+lrO/Z8LqfD3+uYpluzUtzj0S1IIhCERmHe4rUNzr67RqSTL2Q==", | |
1460 | + "dependencies": { | |
1461 | + "@nuxt/kit": "3.14.159", | |
1462 | + "@rollup/plugin-replace": "^6.0.1", | |
1463 | + "@vitejs/plugin-vue": "^5.1.4", | |
1464 | + "@vitejs/plugin-vue-jsx": "^4.0.1", | |
1465 | + "autoprefixer": "^10.4.20", | |
1466 | + "clear": "^0.1.0", | |
1467 | + "consola": "^3.2.3", | |
1468 | + "cssnano": "^7.0.6", | |
1469 | + "defu": "^6.1.4", | |
1470 | + "esbuild": "^0.24.0", | |
1471 | + "escape-string-regexp": "^5.0.0", | |
1472 | + "estree-walker": "^3.0.3", | |
1473 | + "externality": "^1.0.2", | |
1474 | + "get-port-please": "^3.1.2", | |
1475 | + "h3": "^1.13.0", | |
1476 | + "jiti": "^2.4.0", | |
1477 | + "knitwork": "^1.1.0", | |
1478 | + "magic-string": "^0.30.12", | |
1479 | + "mlly": "^1.7.2", | |
1480 | + "ohash": "^1.1.4", | |
1481 | + "pathe": "^1.1.2", | |
1482 | + "perfect-debounce": "^1.0.0", | |
1483 | + "pkg-types": "^1.2.1", | |
1484 | + "postcss": "^8.4.47", | |
1485 | + "rollup-plugin-visualizer": "^5.12.0", | |
1486 | + "std-env": "^3.7.0", | |
1487 | + "strip-literal": "^2.1.0", | |
1488 | + "ufo": "^1.5.4", | |
1489 | + "unenv": "^1.10.0", | |
1490 | + "unplugin": "^1.15.0", | |
1491 | + "vite": "^5.4.10", | |
1492 | + "vite-node": "^2.1.4", | |
1493 | + "vite-plugin-checker": "^0.8.0", | |
1494 | + "vue-bundle-renderer": "^2.1.1" | |
1495 | + }, | |
1496 | + "engines": { | |
1497 | + "node": "^14.18.0 || >=16.10.0" | |
1498 | + }, | |
1499 | + "peerDependencies": { | |
1500 | + "vue": "^3.3.4" | |
1501 | + } | |
1502 | + }, | |
1503 | + "node_modules/@nuxtjs/i18n": { | |
1504 | + "version": "8.5.6", | |
1505 | + "resolved": "https://registry.npmmirror.com/@nuxtjs/i18n/-/i18n-8.5.6.tgz", | |
1506 | + "integrity": "sha512-L+g+LygKNoaS/AXExk7tzS9wSNn9QdP1T9VdTjjEGYftpeFgv2U8AQsY0dQAhgPIbXXhIAkNYxTk4YcINj9CfA==", | |
1507 | + "dev": true, | |
1508 | + "dependencies": { | |
1509 | + "@intlify/h3": "^0.5.0", | |
1510 | + "@intlify/shared": "^9.14.1", | |
1511 | + "@intlify/unplugin-vue-i18n": "^3.0.1", | |
1512 | + "@intlify/utils": "^0.12.0", | |
1513 | + "@miyaneee/rollup-plugin-json5": "^1.2.0", | |
1514 | + "@nuxt/kit": "^3.13.1", | |
1515 | + "@rollup/plugin-yaml": "^4.1.2", | |
1516 | + "@vue/compiler-sfc": "^3.5.4", | |
1517 | + "debug": "^4.3.5", | |
1518 | + "defu": "^6.1.2", | |
1519 | + "estree-walker": "^3.0.3", | |
1520 | + "is-https": "^4.0.0", | |
1521 | + "knitwork": "^1.1.0", | |
1522 | + "magic-string": "^0.30.10", | |
1523 | + "mlly": "^1.7.1", | |
1524 | + "pathe": "^1.1.1", | |
1525 | + "scule": "^1.1.1", | |
1526 | + "sucrase": "^3.35.0", | |
1527 | + "ufo": "^1.3.1", | |
1528 | + "unplugin": "^1.10.1", | |
1529 | + "vue-i18n": "^9.14.1", | |
1530 | + "vue-router": "^4.4.4" | |
1531 | + }, | |
1532 | + "engines": { | |
1533 | + "node": "^14.16.0 || >=16.11.0" | |
1534 | + } | |
1535 | + }, | |
1536 | + "node_modules/@parcel/watcher": { | |
1537 | + "version": "2.5.0", | |
1538 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.0.tgz", | |
1539 | + "integrity": "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==", | |
1540 | + "hasInstallScript": true, | |
1541 | + "dependencies": { | |
1542 | + "detect-libc": "^1.0.3", | |
1543 | + "is-glob": "^4.0.3", | |
1544 | + "micromatch": "^4.0.5", | |
1545 | + "node-addon-api": "^7.0.0" | |
1546 | + }, | |
1547 | + "engines": { | |
1548 | + "node": ">= 10.0.0" | |
1549 | + }, | |
1550 | + "funding": { | |
1551 | + "type": "opencollective", | |
1552 | + "url": "https://opencollective.com/parcel" | |
1553 | + }, | |
1554 | + "optionalDependencies": { | |
1555 | + "@parcel/watcher-android-arm64": "2.5.0", | |
1556 | + "@parcel/watcher-darwin-arm64": "2.5.0", | |
1557 | + "@parcel/watcher-darwin-x64": "2.5.0", | |
1558 | + "@parcel/watcher-freebsd-x64": "2.5.0", | |
1559 | + "@parcel/watcher-linux-arm-glibc": "2.5.0", | |
1560 | + "@parcel/watcher-linux-arm-musl": "2.5.0", | |
1561 | + "@parcel/watcher-linux-arm64-glibc": "2.5.0", | |
1562 | + "@parcel/watcher-linux-arm64-musl": "2.5.0", | |
1563 | + "@parcel/watcher-linux-x64-glibc": "2.5.0", | |
1564 | + "@parcel/watcher-linux-x64-musl": "2.5.0", | |
1565 | + "@parcel/watcher-win32-arm64": "2.5.0", | |
1566 | + "@parcel/watcher-win32-ia32": "2.5.0", | |
1567 | + "@parcel/watcher-win32-x64": "2.5.0" | |
1568 | + } | |
1569 | + }, | |
1570 | + "node_modules/@parcel/watcher-android-arm64": { | |
1571 | + "version": "2.5.0", | |
1572 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.0.tgz", | |
1573 | + "integrity": "sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==", | |
1574 | + "cpu": [ | |
1575 | + "arm64" | |
1576 | + ], | |
1577 | + "optional": true, | |
1578 | + "os": [ | |
1579 | + "android" | |
1580 | + ], | |
1581 | + "engines": { | |
1582 | + "node": ">= 10.0.0" | |
1583 | + }, | |
1584 | + "funding": { | |
1585 | + "type": "opencollective", | |
1586 | + "url": "https://opencollective.com/parcel" | |
1587 | + } | |
1588 | + }, | |
1589 | + "node_modules/@parcel/watcher-darwin-arm64": { | |
1590 | + "version": "2.5.0", | |
1591 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.0.tgz", | |
1592 | + "integrity": "sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==", | |
1593 | + "cpu": [ | |
1594 | + "arm64" | |
1595 | + ], | |
1596 | + "optional": true, | |
1597 | + "os": [ | |
1598 | + "darwin" | |
1599 | + ], | |
1600 | + "engines": { | |
1601 | + "node": ">= 10.0.0" | |
1602 | + }, | |
1603 | + "funding": { | |
1604 | + "type": "opencollective", | |
1605 | + "url": "https://opencollective.com/parcel" | |
1606 | + } | |
1607 | + }, | |
1608 | + "node_modules/@parcel/watcher-darwin-x64": { | |
1609 | + "version": "2.5.0", | |
1610 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.0.tgz", | |
1611 | + "integrity": "sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==", | |
1612 | + "cpu": [ | |
1613 | + "x64" | |
1614 | + ], | |
1615 | + "optional": true, | |
1616 | + "os": [ | |
1617 | + "darwin" | |
1618 | + ], | |
1619 | + "engines": { | |
1620 | + "node": ">= 10.0.0" | |
1621 | + }, | |
1622 | + "funding": { | |
1623 | + "type": "opencollective", | |
1624 | + "url": "https://opencollective.com/parcel" | |
1625 | + } | |
1626 | + }, | |
1627 | + "node_modules/@parcel/watcher-freebsd-x64": { | |
1628 | + "version": "2.5.0", | |
1629 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.0.tgz", | |
1630 | + "integrity": "sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==", | |
1631 | + "cpu": [ | |
1632 | + "x64" | |
1633 | + ], | |
1634 | + "optional": true, | |
1635 | + "os": [ | |
1636 | + "freebsd" | |
1637 | + ], | |
1638 | + "engines": { | |
1639 | + "node": ">= 10.0.0" | |
1640 | + }, | |
1641 | + "funding": { | |
1642 | + "type": "opencollective", | |
1643 | + "url": "https://opencollective.com/parcel" | |
1644 | + } | |
1645 | + }, | |
1646 | + "node_modules/@parcel/watcher-linux-arm-glibc": { | |
1647 | + "version": "2.5.0", | |
1648 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.0.tgz", | |
1649 | + "integrity": "sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==", | |
1650 | + "cpu": [ | |
1651 | + "arm" | |
1652 | + ], | |
1653 | + "optional": true, | |
1654 | + "os": [ | |
1655 | + "linux" | |
1656 | + ], | |
1657 | + "engines": { | |
1658 | + "node": ">= 10.0.0" | |
1659 | + }, | |
1660 | + "funding": { | |
1661 | + "type": "opencollective", | |
1662 | + "url": "https://opencollective.com/parcel" | |
1663 | + } | |
1664 | + }, | |
1665 | + "node_modules/@parcel/watcher-linux-arm-musl": { | |
1666 | + "version": "2.5.0", | |
1667 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.0.tgz", | |
1668 | + "integrity": "sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==", | |
1669 | + "cpu": [ | |
1670 | + "arm" | |
1671 | + ], | |
1672 | + "optional": true, | |
1673 | + "os": [ | |
1674 | + "linux" | |
1675 | + ], | |
1676 | + "engines": { | |
1677 | + "node": ">= 10.0.0" | |
1678 | + }, | |
1679 | + "funding": { | |
1680 | + "type": "opencollective", | |
1681 | + "url": "https://opencollective.com/parcel" | |
1682 | + } | |
1683 | + }, | |
1684 | + "node_modules/@parcel/watcher-linux-arm64-glibc": { | |
1685 | + "version": "2.5.0", | |
1686 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.0.tgz", | |
1687 | + "integrity": "sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==", | |
1688 | + "cpu": [ | |
1689 | + "arm64" | |
1690 | + ], | |
1691 | + "optional": true, | |
1692 | + "os": [ | |
1693 | + "linux" | |
1694 | + ], | |
1695 | + "engines": { | |
1696 | + "node": ">= 10.0.0" | |
1697 | + }, | |
1698 | + "funding": { | |
1699 | + "type": "opencollective", | |
1700 | + "url": "https://opencollective.com/parcel" | |
1701 | + } | |
1702 | + }, | |
1703 | + "node_modules/@parcel/watcher-linux-arm64-musl": { | |
1704 | + "version": "2.5.0", | |
1705 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.0.tgz", | |
1706 | + "integrity": "sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==", | |
1707 | + "cpu": [ | |
1708 | + "arm64" | |
1709 | + ], | |
1710 | + "optional": true, | |
1711 | + "os": [ | |
1712 | + "linux" | |
1713 | + ], | |
1714 | + "engines": { | |
1715 | + "node": ">= 10.0.0" | |
1716 | + }, | |
1717 | + "funding": { | |
1718 | + "type": "opencollective", | |
1719 | + "url": "https://opencollective.com/parcel" | |
1720 | + } | |
1721 | + }, | |
1722 | + "node_modules/@parcel/watcher-linux-x64-glibc": { | |
1723 | + "version": "2.5.0", | |
1724 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.0.tgz", | |
1725 | + "integrity": "sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==", | |
1726 | + "cpu": [ | |
1727 | + "x64" | |
1728 | + ], | |
1729 | + "optional": true, | |
1730 | + "os": [ | |
1731 | + "linux" | |
1732 | + ], | |
1733 | + "engines": { | |
1734 | + "node": ">= 10.0.0" | |
1735 | + }, | |
1736 | + "funding": { | |
1737 | + "type": "opencollective", | |
1738 | + "url": "https://opencollective.com/parcel" | |
1739 | + } | |
1740 | + }, | |
1741 | + "node_modules/@parcel/watcher-linux-x64-musl": { | |
1742 | + "version": "2.5.0", | |
1743 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.0.tgz", | |
1744 | + "integrity": "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==", | |
1745 | + "cpu": [ | |
1746 | + "x64" | |
1747 | + ], | |
1748 | + "optional": true, | |
1749 | + "os": [ | |
1750 | + "linux" | |
1751 | + ], | |
1752 | + "engines": { | |
1753 | + "node": ">= 10.0.0" | |
1754 | + }, | |
1755 | + "funding": { | |
1756 | + "type": "opencollective", | |
1757 | + "url": "https://opencollective.com/parcel" | |
1758 | + } | |
1759 | + }, | |
1760 | + "node_modules/@parcel/watcher-wasm": { | |
1761 | + "version": "2.5.0", | |
1762 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-wasm/-/watcher-wasm-2.5.0.tgz", | |
1763 | + "integrity": "sha512-Z4ouuR8Pfggk1EYYbTaIoxc+Yv4o7cGQnH0Xy8+pQ+HbiW+ZnwhcD2LPf/prfq1nIWpAxjOkQ8uSMFWMtBLiVQ==", | |
1764 | + "bundleDependencies": [ | |
1765 | + "napi-wasm" | |
1766 | + ], | |
1767 | + "dependencies": { | |
1768 | + "is-glob": "^4.0.3", | |
1769 | + "micromatch": "^4.0.5", | |
1770 | + "napi-wasm": "^1.1.0" | |
1771 | + }, | |
1772 | + "engines": { | |
1773 | + "node": ">= 10.0.0" | |
1774 | + }, | |
1775 | + "funding": { | |
1776 | + "type": "opencollective", | |
1777 | + "url": "https://opencollective.com/parcel" | |
1778 | + } | |
1779 | + }, | |
1780 | + "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": { | |
1781 | + "version": "1.1.0", | |
1782 | + "inBundle": true, | |
1783 | + "license": "MIT" | |
1784 | + }, | |
1785 | + "node_modules/@parcel/watcher-win32-arm64": { | |
1786 | + "version": "2.5.0", | |
1787 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.0.tgz", | |
1788 | + "integrity": "sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==", | |
1789 | + "cpu": [ | |
1790 | + "arm64" | |
1791 | + ], | |
1792 | + "optional": true, | |
1793 | + "os": [ | |
1794 | + "win32" | |
1795 | + ], | |
1796 | + "engines": { | |
1797 | + "node": ">= 10.0.0" | |
1798 | + }, | |
1799 | + "funding": { | |
1800 | + "type": "opencollective", | |
1801 | + "url": "https://opencollective.com/parcel" | |
1802 | + } | |
1803 | + }, | |
1804 | + "node_modules/@parcel/watcher-win32-ia32": { | |
1805 | + "version": "2.5.0", | |
1806 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.0.tgz", | |
1807 | + "integrity": "sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==", | |
1808 | + "cpu": [ | |
1809 | + "ia32" | |
1810 | + ], | |
1811 | + "optional": true, | |
1812 | + "os": [ | |
1813 | + "win32" | |
1814 | + ], | |
1815 | + "engines": { | |
1816 | + "node": ">= 10.0.0" | |
1817 | + }, | |
1818 | + "funding": { | |
1819 | + "type": "opencollective", | |
1820 | + "url": "https://opencollective.com/parcel" | |
1821 | + } | |
1822 | + }, | |
1823 | + "node_modules/@parcel/watcher-win32-x64": { | |
1824 | + "version": "2.5.0", | |
1825 | + "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.0.tgz", | |
1826 | + "integrity": "sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==", | |
1827 | + "cpu": [ | |
1828 | + "x64" | |
1829 | + ], | |
1830 | + "optional": true, | |
1831 | + "os": [ | |
1832 | + "win32" | |
1833 | + ], | |
1834 | + "engines": { | |
1835 | + "node": ">= 10.0.0" | |
1836 | + }, | |
1837 | + "funding": { | |
1838 | + "type": "opencollective", | |
1839 | + "url": "https://opencollective.com/parcel" | |
1840 | + } | |
1841 | + }, | |
1842 | + "node_modules/@parcel/watcher/node_modules/detect-libc": { | |
1843 | + "version": "1.0.3", | |
1844 | + "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz", | |
1845 | + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", | |
1846 | + "bin": { | |
1847 | + "detect-libc": "bin/detect-libc.js" | |
1848 | + }, | |
1849 | + "engines": { | |
1850 | + "node": ">=0.10" | |
1851 | + } | |
1852 | + }, | |
1853 | + "node_modules/@pinia/nuxt": { | |
1854 | + "version": "0.5.5", | |
1855 | + "resolved": "https://registry.npmmirror.com/@pinia/nuxt/-/nuxt-0.5.5.tgz", | |
1856 | + "integrity": "sha512-wjxS7YqIesh4OLK+qE3ZjhdOJ5pYZQ+VlEmZNtTwzQn1Kavei/khovx7mzXVXNA/mvSPXVhb9xBzhyS3XMURtw==", | |
1857 | + "dependencies": { | |
1858 | + "@nuxt/kit": "^3.9.0", | |
1859 | + "pinia": "^2.2.3" | |
1860 | + }, | |
1861 | + "funding": { | |
1862 | + "url": "https://github.com/sponsors/posva" | |
1863 | + } | |
1864 | + }, | |
1865 | + "node_modules/@pinia/nuxt/node_modules/pinia": { | |
1866 | + "version": "2.2.6", | |
1867 | + "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.2.6.tgz", | |
1868 | + "integrity": "sha512-vIsR8JkDN5Ga2vAxqOE2cJj4VtsHnzpR1Fz30kClxlh0yCHfec6uoMeM3e/ddqmwFUejK3NlrcQa/shnpyT4hA==", | |
1869 | + "dependencies": { | |
1870 | + "@vue/devtools-api": "^6.6.3", | |
1871 | + "vue-demi": "^0.14.10" | |
1872 | + }, | |
1873 | + "funding": { | |
1874 | + "url": "https://github.com/sponsors/posva" | |
1875 | + }, | |
1876 | + "peerDependencies": { | |
1877 | + "@vue/composition-api": "^1.4.0", | |
1878 | + "typescript": ">=4.4.4", | |
1879 | + "vue": "^2.6.14 || ^3.5.11" | |
1880 | + }, | |
1881 | + "peerDependenciesMeta": { | |
1882 | + "@vue/composition-api": { | |
1883 | + "optional": true | |
1884 | + }, | |
1885 | + "typescript": { | |
1886 | + "optional": true | |
1887 | + } | |
1888 | + } | |
1889 | + }, | |
1890 | + "node_modules/@pinia/nuxt/node_modules/vue-demi": { | |
1891 | + "version": "0.14.10", | |
1892 | + "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz", | |
1893 | + "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", | |
1894 | + "hasInstallScript": true, | |
1895 | + "bin": { | |
1896 | + "vue-demi-fix": "bin/vue-demi-fix.js", | |
1897 | + "vue-demi-switch": "bin/vue-demi-switch.js" | |
1898 | + }, | |
1899 | + "engines": { | |
1900 | + "node": ">=12" | |
1901 | + }, | |
1902 | + "funding": { | |
1903 | + "url": "https://github.com/sponsors/antfu" | |
1904 | + }, | |
1905 | + "peerDependencies": { | |
1906 | + "@vue/composition-api": "^1.0.0-rc.1", | |
1907 | + "vue": "^3.0.0-0 || ^2.6.0" | |
1908 | + }, | |
1909 | + "peerDependenciesMeta": { | |
1910 | + "@vue/composition-api": { | |
1911 | + "optional": true | |
1912 | + } | |
1913 | + } | |
1914 | + }, | |
1915 | + "node_modules/@pkgjs/parseargs": { | |
1916 | + "version": "0.11.0", | |
1917 | + "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", | |
1918 | + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", | |
1919 | + "optional": true, | |
1920 | + "engines": { | |
1921 | + "node": ">=14" | |
1922 | + } | |
1923 | + }, | |
1924 | + "node_modules/@polka/url": { | |
1925 | + "version": "1.0.0-next.28", | |
1926 | + "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.28.tgz", | |
1927 | + "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==" | |
1928 | + }, | |
1929 | + "node_modules/@redocly/ajv": { | |
1930 | + "version": "8.11.2", | |
1931 | + "resolved": "https://registry.npmmirror.com/@redocly/ajv/-/ajv-8.11.2.tgz", | |
1932 | + "integrity": "sha512-io1JpnwtIcvojV7QKDUSIuMN/ikdOUd1ReEnUnMKGfDVridQZ31J0MmIuqwuRjWDZfmvr+Q0MqCcfHM2gTivOg==", | |
1933 | + "dependencies": { | |
1934 | + "fast-deep-equal": "^3.1.1", | |
1935 | + "json-schema-traverse": "^1.0.0", | |
1936 | + "require-from-string": "^2.0.2", | |
1937 | + "uri-js-replace": "^1.0.1" | |
1938 | + }, | |
1939 | + "funding": { | |
1940 | + "type": "github", | |
1941 | + "url": "https://github.com/sponsors/epoberezkin" | |
1942 | + } | |
1943 | + }, | |
1944 | + "node_modules/@redocly/config": { | |
1945 | + "version": "0.16.0", | |
1946 | + "resolved": "https://registry.npmmirror.com/@redocly/config/-/config-0.16.0.tgz", | |
1947 | + "integrity": "sha512-t9jnODbUcuANRSl/K4L9nb12V+U5acIHnVSl26NWrtSdDZVtoqUXk2yGFPZzohYf62cCfEQUT8ouJ3bhPfpnJg==" | |
1948 | + }, | |
1949 | + "node_modules/@redocly/openapi-core": { | |
1950 | + "version": "1.25.11", | |
1951 | + "resolved": "https://registry.npmmirror.com/@redocly/openapi-core/-/openapi-core-1.25.11.tgz", | |
1952 | + "integrity": "sha512-bH+a8izQz4fnKROKoX3bEU8sQ9rjvEIZOqU6qTmxlhOJ0NsKa5e+LmU18SV0oFeg5YhWQhhEDihXkvKJ1wMMNQ==", | |
1953 | + "dependencies": { | |
1954 | + "@redocly/ajv": "^8.11.2", | |
1955 | + "@redocly/config": "^0.16.0", | |
1956 | + "colorette": "^1.2.0", | |
1957 | + "https-proxy-agent": "^7.0.4", | |
1958 | + "js-levenshtein": "^1.1.6", | |
1959 | + "js-yaml": "^4.1.0", | |
1960 | + "lodash.isequal": "^4.5.0", | |
1961 | + "minimatch": "^5.0.1", | |
1962 | + "node-fetch": "^2.6.1", | |
1963 | + "pluralize": "^8.0.0", | |
1964 | + "yaml-ast-parser": "0.0.43" | |
1965 | + }, | |
1966 | + "engines": { | |
1967 | + "node": ">=14.19.0", | |
1968 | + "npm": ">=7.0.0" | |
1969 | + } | |
1970 | + }, | |
1971 | + "node_modules/@redocly/openapi-core/node_modules/agent-base": { | |
1972 | + "version": "7.1.1", | |
1973 | + "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.1.tgz", | |
1974 | + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", | |
1975 | + "dependencies": { | |
1976 | + "debug": "^4.3.4" | |
1977 | + }, | |
1978 | + "engines": { | |
1979 | + "node": ">= 14" | |
1980 | + } | |
1981 | + }, | |
1982 | + "node_modules/@redocly/openapi-core/node_modules/brace-expansion": { | |
1983 | + "version": "2.0.1", | |
1984 | + "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz", | |
1985 | + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", | |
1986 | + "dependencies": { | |
1987 | + "balanced-match": "^1.0.0" | |
1988 | + } | |
1989 | + }, | |
1990 | + "node_modules/@redocly/openapi-core/node_modules/https-proxy-agent": { | |
1991 | + "version": "7.0.5", | |
1992 | + "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", | |
1993 | + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", | |
1994 | + "dependencies": { | |
1995 | + "agent-base": "^7.0.2", | |
1996 | + "debug": "4" | |
1997 | + }, | |
1998 | + "engines": { | |
1999 | + "node": ">= 14" | |
2000 | + } | |
2001 | + }, | |
2002 | + "node_modules/@redocly/openapi-core/node_modules/minimatch": { | |
2003 | + "version": "5.1.6", | |
2004 | + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz", | |
2005 | + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", | |
2006 | + "dependencies": { | |
2007 | + "brace-expansion": "^2.0.1" | |
2008 | + }, | |
2009 | + "engines": { | |
2010 | + "node": ">=10" | |
2011 | + } | |
2012 | + }, | |
2013 | + "node_modules/@rollup/plugin-alias": { | |
2014 | + "version": "5.1.1", | |
2015 | + "resolved": "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz", | |
2016 | + "integrity": "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==", | |
2017 | + "engines": { | |
2018 | + "node": ">=14.0.0" | |
2019 | + }, | |
2020 | + "peerDependencies": { | |
2021 | + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" | |
2022 | + }, | |
2023 | + "peerDependenciesMeta": { | |
2024 | + "rollup": { | |
2025 | + "optional": true | |
2026 | + } | |
2027 | + } | |
2028 | + }, | |
2029 | + "node_modules/@rollup/plugin-commonjs": { | |
2030 | + "version": "28.0.1", | |
2031 | + "resolved": "https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.1.tgz", | |
2032 | + "integrity": "sha512-+tNWdlWKbpB3WgBN7ijjYkq9X5uhjmcvyjEght4NmH5fAU++zfQzAJ6wumLS+dNcvwEZhKx2Z+skY8m7v0wGSA==", | |
2033 | + "dependencies": { | |
2034 | + "@rollup/pluginutils": "^5.0.1", | |
2035 | + "commondir": "^1.0.1", | |
2036 | + "estree-walker": "^2.0.2", | |
2037 | + "fdir": "^6.2.0", | |
2038 | + "is-reference": "1.2.1", | |
2039 | + "magic-string": "^0.30.3", | |
2040 | + "picomatch": "^4.0.2" | |
2041 | + }, | |
2042 | + "engines": { | |
2043 | + "node": ">=16.0.0 || 14 >= 14.17" | |
2044 | + }, | |
2045 | + "peerDependencies": { | |
2046 | + "rollup": "^2.68.0||^3.0.0||^4.0.0" | |
2047 | + }, | |
2048 | + "peerDependenciesMeta": { | |
2049 | + "rollup": { | |
2050 | + "optional": true | |
2051 | + } | |
2052 | + } | |
2053 | + }, | |
2054 | + "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": { | |
2055 | + "version": "2.0.2", | |
2056 | + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", | |
2057 | + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" | |
2058 | + }, | |
2059 | + "node_modules/@rollup/plugin-inject": { | |
2060 | + "version": "5.0.5", | |
2061 | + "resolved": "https://registry.npmmirror.com/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz", | |
2062 | + "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==", | |
2063 | + "dependencies": { | |
2064 | + "@rollup/pluginutils": "^5.0.1", | |
2065 | + "estree-walker": "^2.0.2", | |
2066 | + "magic-string": "^0.30.3" | |
2067 | + }, | |
2068 | + "engines": { | |
2069 | + "node": ">=14.0.0" | |
2070 | + }, | |
2071 | + "peerDependencies": { | |
2072 | + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" | |
2073 | + }, | |
2074 | + "peerDependenciesMeta": { | |
2075 | + "rollup": { | |
2076 | + "optional": true | |
2077 | + } | |
2078 | + } | |
2079 | + }, | |
2080 | + "node_modules/@rollup/plugin-inject/node_modules/estree-walker": { | |
2081 | + "version": "2.0.2", | |
2082 | + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", | |
2083 | + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" | |
2084 | + }, | |
2085 | + "node_modules/@rollup/plugin-json": { | |
2086 | + "version": "6.1.0", | |
2087 | + "resolved": "https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz", | |
2088 | + "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==", | |
2089 | + "dependencies": { | |
2090 | + "@rollup/pluginutils": "^5.1.0" | |
2091 | + }, | |
2092 | + "engines": { | |
2093 | + "node": ">=14.0.0" | |
2094 | + }, | |
2095 | + "peerDependencies": { | |
2096 | + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" | |
2097 | + }, | |
2098 | + "peerDependenciesMeta": { | |
2099 | + "rollup": { | |
2100 | + "optional": true | |
2101 | + } | |
2102 | + } | |
2103 | + }, | |
2104 | + "node_modules/@rollup/plugin-node-resolve": { | |
2105 | + "version": "15.3.0", | |
2106 | + "resolved": "https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz", | |
2107 | + "integrity": "sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==", | |
2108 | + "dependencies": { | |
2109 | + "@rollup/pluginutils": "^5.0.1", | |
2110 | + "@types/resolve": "1.20.2", | |
2111 | + "deepmerge": "^4.2.2", | |
2112 | + "is-module": "^1.0.0", | |
2113 | + "resolve": "^1.22.1" | |
2114 | + }, | |
2115 | + "engines": { | |
2116 | + "node": ">=14.0.0" | |
2117 | + }, | |
2118 | + "peerDependencies": { | |
2119 | + "rollup": "^2.78.0||^3.0.0||^4.0.0" | |
2120 | + }, | |
2121 | + "peerDependenciesMeta": { | |
2122 | + "rollup": { | |
2123 | + "optional": true | |
2124 | + } | |
2125 | + } | |
2126 | + }, | |
2127 | + "node_modules/@rollup/plugin-replace": { | |
2128 | + "version": "6.0.1", | |
2129 | + "resolved": "https://registry.npmmirror.com/@rollup/plugin-replace/-/plugin-replace-6.0.1.tgz", | |
2130 | + "integrity": "sha512-2sPh9b73dj5IxuMmDAsQWVFT7mR+yoHweBaXG2W/R8vQ+IWZlnaI7BR7J6EguVQUp1hd8Z7XuozpDjEKQAAC2Q==", | |
2131 | + "dependencies": { | |
2132 | + "@rollup/pluginutils": "^5.0.1", | |
2133 | + "magic-string": "^0.30.3" | |
2134 | + }, | |
2135 | + "engines": { | |
2136 | + "node": ">=14.0.0" | |
2137 | + }, | |
2138 | + "peerDependencies": { | |
2139 | + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" | |
2140 | + }, | |
2141 | + "peerDependenciesMeta": { | |
2142 | + "rollup": { | |
2143 | + "optional": true | |
2144 | + } | |
2145 | + } | |
2146 | + }, | |
2147 | + "node_modules/@rollup/plugin-terser": { | |
2148 | + "version": "0.4.4", | |
2149 | + "resolved": "https://registry.npmmirror.com/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz", | |
2150 | + "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==", | |
2151 | + "dependencies": { | |
2152 | + "serialize-javascript": "^6.0.1", | |
2153 | + "smob": "^1.0.0", | |
2154 | + "terser": "^5.17.4" | |
2155 | + }, | |
2156 | + "engines": { | |
2157 | + "node": ">=14.0.0" | |
2158 | + }, | |
2159 | + "peerDependencies": { | |
2160 | + "rollup": "^2.0.0||^3.0.0||^4.0.0" | |
2161 | + }, | |
2162 | + "peerDependenciesMeta": { | |
2163 | + "rollup": { | |
2164 | + "optional": true | |
2165 | + } | |
2166 | + } | |
2167 | + }, | |
2168 | + "node_modules/@rollup/plugin-yaml": { | |
2169 | + "version": "4.1.2", | |
2170 | + "resolved": "https://registry.npmmirror.com/@rollup/plugin-yaml/-/plugin-yaml-4.1.2.tgz", | |
2171 | + "integrity": "sha512-RpupciIeZMUqhgFE97ba0s98mOFS7CWzN3EJNhJkqSv9XLlWYtwVdtE6cDw6ASOF/sZVFS7kRJXftaqM2Vakdw==", | |
2172 | + "dev": true, | |
2173 | + "dependencies": { | |
2174 | + "@rollup/pluginutils": "^5.0.1", | |
2175 | + "js-yaml": "^4.1.0", | |
2176 | + "tosource": "^2.0.0-alpha.3" | |
2177 | + }, | |
2178 | + "engines": { | |
2179 | + "node": ">=14.0.0" | |
2180 | + }, | |
2181 | + "peerDependencies": { | |
2182 | + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" | |
2183 | + }, | |
2184 | + "peerDependenciesMeta": { | |
2185 | + "rollup": { | |
2186 | + "optional": true | |
2187 | + } | |
2188 | + } | |
2189 | + }, | |
2190 | + "node_modules/@rollup/pluginutils": { | |
2191 | + "version": "5.1.3", | |
2192 | + "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.3.tgz", | |
2193 | + "integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==", | |
2194 | + "dependencies": { | |
2195 | + "@types/estree": "^1.0.0", | |
2196 | + "estree-walker": "^2.0.2", | |
2197 | + "picomatch": "^4.0.2" | |
2198 | + }, | |
2199 | + "engines": { | |
2200 | + "node": ">=14.0.0" | |
2201 | + }, | |
2202 | + "peerDependencies": { | |
2203 | + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" | |
2204 | + }, | |
2205 | + "peerDependenciesMeta": { | |
2206 | + "rollup": { | |
2207 | + "optional": true | |
2208 | + } | |
2209 | + } | |
2210 | + }, | |
2211 | + "node_modules/@rollup/pluginutils/node_modules/estree-walker": { | |
2212 | + "version": "2.0.2", | |
2213 | + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", | |
2214 | + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" | |
2215 | + }, | |
2216 | + "node_modules/@rollup/rollup-android-arm-eabi": { | |
2217 | + "version": "4.25.0", | |
2218 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.25.0.tgz", | |
2219 | + "integrity": "sha512-CC/ZqFZwlAIbU1wUPisHyV/XRc5RydFrNLtgl3dGYskdwPZdt4HERtKm50a/+DtTlKeCq9IXFEWR+P6blwjqBA==", | |
2220 | + "cpu": [ | |
2221 | + "arm" | |
2222 | + ], | |
2223 | + "optional": true, | |
2224 | + "os": [ | |
2225 | + "android" | |
2226 | + ] | |
2227 | + }, | |
2228 | + "node_modules/@rollup/rollup-android-arm64": { | |
2229 | + "version": "4.25.0", | |
2230 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.25.0.tgz", | |
2231 | + "integrity": "sha512-/Y76tmLGUJqVBXXCfVS8Q8FJqYGhgH4wl4qTA24E9v/IJM0XvJCGQVSW1QZ4J+VURO9h8YCa28sTFacZXwK7Rg==", | |
2232 | + "cpu": [ | |
2233 | + "arm64" | |
2234 | + ], | |
2235 | + "optional": true, | |
2236 | + "os": [ | |
2237 | + "android" | |
2238 | + ] | |
2239 | + }, | |
2240 | + "node_modules/@rollup/rollup-darwin-arm64": { | |
2241 | + "version": "4.25.0", | |
2242 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.25.0.tgz", | |
2243 | + "integrity": "sha512-YVT6L3UrKTlC0FpCZd0MGA7NVdp7YNaEqkENbWQ7AOVOqd/7VzyHpgIpc1mIaxRAo1ZsJRH45fq8j4N63I/vvg==", | |
2244 | + "cpu": [ | |
2245 | + "arm64" | |
2246 | + ], | |
2247 | + "optional": true, | |
2248 | + "os": [ | |
2249 | + "darwin" | |
2250 | + ] | |
2251 | + }, | |
2252 | + "node_modules/@rollup/rollup-darwin-x64": { | |
2253 | + "version": "4.25.0", | |
2254 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.25.0.tgz", | |
2255 | + "integrity": "sha512-ZRL+gexs3+ZmmWmGKEU43Bdn67kWnMeWXLFhcVv5Un8FQcx38yulHBA7XR2+KQdYIOtD0yZDWBCudmfj6lQJoA==", | |
2256 | + "cpu": [ | |
2257 | + "x64" | |
2258 | + ], | |
2259 | + "optional": true, | |
2260 | + "os": [ | |
2261 | + "darwin" | |
2262 | + ] | |
2263 | + }, | |
2264 | + "node_modules/@rollup/rollup-freebsd-arm64": { | |
2265 | + "version": "4.25.0", | |
2266 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.25.0.tgz", | |
2267 | + "integrity": "sha512-xpEIXhiP27EAylEpreCozozsxWQ2TJbOLSivGfXhU4G1TBVEYtUPi2pOZBnvGXHyOdLAUUhPnJzH3ah5cqF01g==", | |
2268 | + "cpu": [ | |
2269 | + "arm64" | |
2270 | + ], | |
2271 | + "optional": true, | |
2272 | + "os": [ | |
2273 | + "freebsd" | |
2274 | + ] | |
2275 | + }, | |
2276 | + "node_modules/@rollup/rollup-freebsd-x64": { | |
2277 | + "version": "4.25.0", | |
2278 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.25.0.tgz", | |
2279 | + "integrity": "sha512-sC5FsmZGlJv5dOcURrsnIK7ngc3Kirnx3as2XU9uER+zjfyqIjdcMVgzy4cOawhsssqzoAX19qmxgJ8a14Qrqw==", | |
2280 | + "cpu": [ | |
2281 | + "x64" | |
2282 | + ], | |
2283 | + "optional": true, | |
2284 | + "os": [ | |
2285 | + "freebsd" | |
2286 | + ] | |
2287 | + }, | |
2288 | + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { | |
2289 | + "version": "4.25.0", | |
2290 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.25.0.tgz", | |
2291 | + "integrity": "sha512-uD/dbLSs1BEPzg564TpRAQ/YvTnCds2XxyOndAO8nJhaQcqQGFgv/DAVko/ZHap3boCvxnzYMa3mTkV/B/3SWA==", | |
2292 | + "cpu": [ | |
2293 | + "arm" | |
2294 | + ], | |
2295 | + "optional": true, | |
2296 | + "os": [ | |
2297 | + "linux" | |
2298 | + ] | |
2299 | + }, | |
2300 | + "node_modules/@rollup/rollup-linux-arm-musleabihf": { | |
2301 | + "version": "4.25.0", | |
2302 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.25.0.tgz", | |
2303 | + "integrity": "sha512-ZVt/XkrDlQWegDWrwyC3l0OfAF7yeJUF4fq5RMS07YM72BlSfn2fQQ6lPyBNjt+YbczMguPiJoCfaQC2dnflpQ==", | |
2304 | + "cpu": [ | |
2305 | + "arm" | |
2306 | + ], | |
2307 | + "optional": true, | |
2308 | + "os": [ | |
2309 | + "linux" | |
2310 | + ] | |
2311 | + }, | |
2312 | + "node_modules/@rollup/rollup-linux-arm64-gnu": { | |
2313 | + "version": "4.25.0", | |
2314 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.25.0.tgz", | |
2315 | + "integrity": "sha512-qboZ+T0gHAW2kkSDPHxu7quaFaaBlynODXpBVnPxUgvWYaE84xgCKAPEYE+fSMd3Zv5PyFZR+L0tCdYCMAtG0A==", | |
2316 | + "cpu": [ | |
2317 | + "arm64" | |
2318 | + ], | |
2319 | + "optional": true, | |
2320 | + "os": [ | |
2321 | + "linux" | |
2322 | + ] | |
2323 | + }, | |
2324 | + "node_modules/@rollup/rollup-linux-arm64-musl": { | |
2325 | + "version": "4.25.0", | |
2326 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.25.0.tgz", | |
2327 | + "integrity": "sha512-ndWTSEmAaKr88dBuogGH2NZaxe7u2rDoArsejNslugHZ+r44NfWiwjzizVS1nUOHo+n1Z6qV3X60rqE/HlISgw==", | |
2328 | + "cpu": [ | |
2329 | + "arm64" | |
2330 | + ], | |
2331 | + "optional": true, | |
2332 | + "os": [ | |
2333 | + "linux" | |
2334 | + ] | |
2335 | + }, | |
2336 | + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { | |
2337 | + "version": "4.25.0", | |
2338 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.25.0.tgz", | |
2339 | + "integrity": "sha512-BVSQvVa2v5hKwJSy6X7W1fjDex6yZnNKy3Kx1JGimccHft6HV0THTwNtC2zawtNXKUu+S5CjXslilYdKBAadzA==", | |
2340 | + "cpu": [ | |
2341 | + "ppc64" | |
2342 | + ], | |
2343 | + "optional": true, | |
2344 | + "os": [ | |
2345 | + "linux" | |
2346 | + ] | |
2347 | + }, | |
2348 | + "node_modules/@rollup/rollup-linux-riscv64-gnu": { | |
2349 | + "version": "4.25.0", | |
2350 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.25.0.tgz", | |
2351 | + "integrity": "sha512-G4hTREQrIdeV0PE2JruzI+vXdRnaK1pg64hemHq2v5fhv8C7WjVaeXc9P5i4Q5UC06d/L+zA0mszYIKl+wY8oA==", | |
2352 | + "cpu": [ | |
2353 | + "riscv64" | |
2354 | + ], | |
2355 | + "optional": true, | |
2356 | + "os": [ | |
2357 | + "linux" | |
2358 | + ] | |
2359 | + }, | |
2360 | + "node_modules/@rollup/rollup-linux-s390x-gnu": { | |
2361 | + "version": "4.25.0", | |
2362 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.25.0.tgz", | |
2363 | + "integrity": "sha512-9T/w0kQ+upxdkFL9zPVB6zy9vWW1deA3g8IauJxojN4bnz5FwSsUAD034KpXIVX5j5p/rn6XqumBMxfRkcHapQ==", | |
2364 | + "cpu": [ | |
2365 | + "s390x" | |
2366 | + ], | |
2367 | + "optional": true, | |
2368 | + "os": [ | |
2369 | + "linux" | |
2370 | + ] | |
2371 | + }, | |
2372 | + "node_modules/@rollup/rollup-linux-x64-gnu": { | |
2373 | + "version": "4.25.0", | |
2374 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.25.0.tgz", | |
2375 | + "integrity": "sha512-ThcnU0EcMDn+J4B9LD++OgBYxZusuA7iemIIiz5yzEcFg04VZFzdFjuwPdlURmYPZw+fgVrFzj4CA64jSTG4Ig==", | |
2376 | + "cpu": [ | |
2377 | + "x64" | |
2378 | + ], | |
2379 | + "optional": true, | |
2380 | + "os": [ | |
2381 | + "linux" | |
2382 | + ] | |
2383 | + }, | |
2384 | + "node_modules/@rollup/rollup-linux-x64-musl": { | |
2385 | + "version": "4.25.0", | |
2386 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.25.0.tgz", | |
2387 | + "integrity": "sha512-zx71aY2oQxGxAT1JShfhNG79PnjYhMC6voAjzpu/xmMjDnKNf6Nl/xv7YaB/9SIa9jDYf8RBPWEnjcdlhlv1rQ==", | |
2388 | + "cpu": [ | |
2389 | + "x64" | |
2390 | + ], | |
2391 | + "optional": true, | |
2392 | + "os": [ | |
2393 | + "linux" | |
2394 | + ] | |
2395 | + }, | |
2396 | + "node_modules/@rollup/rollup-win32-arm64-msvc": { | |
2397 | + "version": "4.25.0", | |
2398 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.25.0.tgz", | |
2399 | + "integrity": "sha512-JT8tcjNocMs4CylWY/CxVLnv8e1lE7ff1fi6kbGocWwxDq9pj30IJ28Peb+Y8yiPNSF28oad42ApJB8oUkwGww==", | |
2400 | + "cpu": [ | |
2401 | + "arm64" | |
2402 | + ], | |
2403 | + "optional": true, | |
2404 | + "os": [ | |
2405 | + "win32" | |
2406 | + ] | |
2407 | + }, | |
2408 | + "node_modules/@rollup/rollup-win32-ia32-msvc": { | |
2409 | + "version": "4.25.0", | |
2410 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.25.0.tgz", | |
2411 | + "integrity": "sha512-dRLjLsO3dNOfSN6tjyVlG+Msm4IiZnGkuZ7G5NmpzwF9oOc582FZG05+UdfTbz5Jd4buK/wMb6UeHFhG18+OEg==", | |
2412 | + "cpu": [ | |
2413 | + "ia32" | |
2414 | + ], | |
2415 | + "optional": true, | |
2416 | + "os": [ | |
2417 | + "win32" | |
2418 | + ] | |
2419 | + }, | |
2420 | + "node_modules/@rollup/rollup-win32-x64-msvc": { | |
2421 | + "version": "4.25.0", | |
2422 | + "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.25.0.tgz", | |
2423 | + "integrity": "sha512-/RqrIFtLB926frMhZD0a5oDa4eFIbyNEwLLloMTEjmqfwZWXywwVVOVmwTsuyhC9HKkVEZcOOi+KV4U9wmOdlg==", | |
2424 | + "cpu": [ | |
2425 | + "x64" | |
2426 | + ], | |
2427 | + "optional": true, | |
2428 | + "os": [ | |
2429 | + "win32" | |
2430 | + ] | |
2431 | + }, | |
2432 | + "node_modules/@sindresorhus/merge-streams": { | |
2433 | + "version": "2.3.0", | |
2434 | + "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", | |
2435 | + "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", | |
2436 | + "engines": { | |
2437 | + "node": ">=18" | |
2438 | + }, | |
2439 | + "funding": { | |
2440 | + "url": "https://github.com/sponsors/sindresorhus" | |
2441 | + } | |
2442 | + }, | |
2443 | + "node_modules/@tailwindcss/aspect-ratio": { | |
2444 | + "version": "0.4.2", | |
2445 | + "resolved": "https://registry.npmmirror.com/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.2.tgz", | |
2446 | + "integrity": "sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==", | |
2447 | + "dev": true, | |
2448 | + "peerDependencies": { | |
2449 | + "tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1" | |
2450 | + } | |
2451 | + }, | |
2452 | + "node_modules/@trysound/sax": { | |
2453 | + "version": "0.2.0", | |
2454 | + "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz", | |
2455 | + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", | |
2456 | + "engines": { | |
2457 | + "node": ">=10.13.0" | |
2458 | + } | |
2459 | + }, | |
2460 | + "node_modules/@types/estree": { | |
2461 | + "version": "1.0.6", | |
2462 | + "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz", | |
2463 | + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==" | |
2464 | + }, | |
2465 | + "node_modules/@types/http-proxy": { | |
2466 | + "version": "1.17.15", | |
2467 | + "resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.15.tgz", | |
2468 | + "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==", | |
2469 | + "dependencies": { | |
2470 | + "@types/node": "*" | |
2471 | + } | |
2472 | + }, | |
2473 | + "node_modules/@types/node": { | |
2474 | + "version": "22.9.0", | |
2475 | + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.9.0.tgz", | |
2476 | + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", | |
2477 | + "dependencies": { | |
2478 | + "undici-types": "~6.19.8" | |
2479 | + } | |
2480 | + }, | |
2481 | + "node_modules/@types/resolve": { | |
2482 | + "version": "1.20.2", | |
2483 | + "resolved": "https://registry.npmmirror.com/@types/resolve/-/resolve-1.20.2.tgz", | |
2484 | + "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" | |
2485 | + }, | |
2486 | + "node_modules/@unhead/dom": { | |
2487 | + "version": "1.11.11", | |
2488 | + "resolved": "https://registry.npmmirror.com/@unhead/dom/-/dom-1.11.11.tgz", | |
2489 | + "integrity": "sha512-4YwziCH5CmjvUzSGdZ4Klj6BqhLSTNZooA9kt47yDxj4Qw9uHqVnXwWWupYsVdIYPNsw1tR2AkHveg82y1Fn3A==", | |
2490 | + "dependencies": { | |
2491 | + "@unhead/schema": "1.11.11", | |
2492 | + "@unhead/shared": "1.11.11" | |
2493 | + }, | |
2494 | + "funding": { | |
2495 | + "url": "https://github.com/sponsors/harlan-zw" | |
2496 | + } | |
2497 | + }, | |
2498 | + "node_modules/@unhead/schema": { | |
2499 | + "version": "1.11.11", | |
2500 | + "resolved": "https://registry.npmmirror.com/@unhead/schema/-/schema-1.11.11.tgz", | |
2501 | + "integrity": "sha512-xSGsWHPBYcMV/ckQeImbrVu6ddeRnrdDCgXUKv3xIjGBY+ob/96V80lGX8FKWh8GwdFSwhblISObKlDAt5K9ZQ==", | |
2502 | + "dependencies": { | |
2503 | + "hookable": "^5.5.3", | |
2504 | + "zhead": "^2.2.4" | |
2505 | + }, | |
2506 | + "funding": { | |
2507 | + "url": "https://github.com/sponsors/harlan-zw" | |
2508 | + } | |
2509 | + }, | |
2510 | + "node_modules/@unhead/shared": { | |
2511 | + "version": "1.11.11", | |
2512 | + "resolved": "https://registry.npmmirror.com/@unhead/shared/-/shared-1.11.11.tgz", | |
2513 | + "integrity": "sha512-RfdvUskPn90ipO+PmR98jKZ8Lsx1uuzscOenO5xcrMrtWGhlLWaEBIrbvFOvX5PZ/u8/VNMJChTXGDUjEtHmlg==", | |
2514 | + "dependencies": { | |
2515 | + "@unhead/schema": "1.11.11" | |
2516 | + }, | |
2517 | + "funding": { | |
2518 | + "url": "https://github.com/sponsors/harlan-zw" | |
2519 | + } | |
2520 | + }, | |
2521 | + "node_modules/@unhead/ssr": { | |
2522 | + "version": "1.11.11", | |
2523 | + "resolved": "https://registry.npmmirror.com/@unhead/ssr/-/ssr-1.11.11.tgz", | |
2524 | + "integrity": "sha512-NQC8y+4ldwkMr3x8WFwv3+OR6g+Sj7dwL6J/3ST25KnvlwDSub2KGbnm2hF1x8vTpTmXTVxMA3GDRL9MRfLvMg==", | |
2525 | + "dependencies": { | |
2526 | + "@unhead/schema": "1.11.11", | |
2527 | + "@unhead/shared": "1.11.11" | |
2528 | + }, | |
2529 | + "funding": { | |
2530 | + "url": "https://github.com/sponsors/harlan-zw" | |
2531 | + } | |
2532 | + }, | |
2533 | + "node_modules/@unhead/vue": { | |
2534 | + "version": "1.11.11", | |
2535 | + "resolved": "https://registry.npmmirror.com/@unhead/vue/-/vue-1.11.11.tgz", | |
2536 | + "integrity": "sha512-AxsHHauZ+w0m2irwDHqkc3GdNChMLBtolk8CN3IAZM6vTwH0EbPXlFCFcIk4WwkH0opG+R2GlKTThr5H0HLm7g==", | |
2537 | + "dependencies": { | |
2538 | + "@unhead/schema": "1.11.11", | |
2539 | + "@unhead/shared": "1.11.11", | |
2540 | + "defu": "^6.1.4", | |
2541 | + "hookable": "^5.5.3", | |
2542 | + "unhead": "1.11.11" | |
2543 | + }, | |
2544 | + "funding": { | |
2545 | + "url": "https://github.com/sponsors/harlan-zw" | |
2546 | + }, | |
2547 | + "peerDependencies": { | |
2548 | + "vue": ">=2.7 || >=3" | |
2549 | + } | |
2550 | + }, | |
2551 | + "node_modules/@vercel/nft": { | |
2552 | + "version": "0.27.6", | |
2553 | + "resolved": "https://registry.npmmirror.com/@vercel/nft/-/nft-0.27.6.tgz", | |
2554 | + "integrity": "sha512-mwuyUxskdcV8dd7N7JnxBgvFEz1D9UOePI/WyLLzktv6HSCwgPNQGit/UJ2IykAWGlypKw4pBQjOKWvIbXITSg==", | |
2555 | + "dependencies": { | |
2556 | + "@mapbox/node-pre-gyp": "^1.0.11", | |
2557 | + "@rollup/pluginutils": "^4.0.0", | |
2558 | + "acorn": "^8.6.0", | |
2559 | + "acorn-import-attributes": "^1.9.5", | |
2560 | + "async-sema": "^3.1.1", | |
2561 | + "bindings": "^1.4.0", | |
2562 | + "estree-walker": "2.0.2", | |
2563 | + "glob": "^7.1.3", | |
2564 | + "graceful-fs": "^4.2.9", | |
2565 | + "micromatch": "^4.0.8", | |
2566 | + "node-gyp-build": "^4.2.2", | |
2567 | + "resolve-from": "^5.0.0" | |
2568 | + }, | |
2569 | + "bin": { | |
2570 | + "nft": "out/cli.js" | |
2571 | + }, | |
2572 | + "engines": { | |
2573 | + "node": ">=16" | |
2574 | + } | |
2575 | + }, | |
2576 | + "node_modules/@vercel/nft/node_modules/@rollup/pluginutils": { | |
2577 | + "version": "4.2.1", | |
2578 | + "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", | |
2579 | + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", | |
2580 | + "dependencies": { | |
2581 | + "estree-walker": "^2.0.1", | |
2582 | + "picomatch": "^2.2.2" | |
2583 | + }, | |
2584 | + "engines": { | |
2585 | + "node": ">= 8.0.0" | |
2586 | + } | |
2587 | + }, | |
2588 | + "node_modules/@vercel/nft/node_modules/estree-walker": { | |
2589 | + "version": "2.0.2", | |
2590 | + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", | |
2591 | + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" | |
2592 | + }, | |
2593 | + "node_modules/@vercel/nft/node_modules/picomatch": { | |
2594 | + "version": "2.3.1", | |
2595 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", | |
2596 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
2597 | + "engines": { | |
2598 | + "node": ">=8.6" | |
2599 | + }, | |
2600 | + "funding": { | |
2601 | + "url": "https://github.com/sponsors/jonschlinkert" | |
2602 | + } | |
2603 | + }, | |
2604 | + "node_modules/@vitejs/plugin-vue": { | |
2605 | + "version": "5.1.5", | |
2606 | + "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.1.5.tgz", | |
2607 | + "integrity": "sha512-dlnib73G05CDBAUR/YpuZcQQ47fpjihnnNouAAqN62z+oqSsWJ+kh52GRzIxpkgFG3q11eXK7Di7RMmoCwISZA==", | |
2608 | + "engines": { | |
2609 | + "node": "^18.0.0 || >=20.0.0" | |
2610 | + }, | |
2611 | + "peerDependencies": { | |
2612 | + "vite": "^5.0.0", | |
2613 | + "vue": "^3.2.25" | |
2614 | + } | |
2615 | + }, | |
2616 | + "node_modules/@vitejs/plugin-vue-jsx": { | |
2617 | + "version": "4.1.0", | |
2618 | + "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.1.0.tgz", | |
2619 | + "integrity": "sha512-KuRejz7KAFvhXDzOudlaS2IyygAwoAEEMtHAdcRSy/8cA5iKH043Qudcz48zsC0M0vvN5iKwIwNMuWbBYn6/Yg==", | |
2620 | + "dependencies": { | |
2621 | + "@babel/core": "^7.26.0", | |
2622 | + "@babel/plugin-transform-typescript": "^7.25.9", | |
2623 | + "@vue/babel-plugin-jsx": "^1.2.5" | |
2624 | + }, | |
2625 | + "engines": { | |
2626 | + "node": "^18.0.0 || >=20.0.0" | |
2627 | + }, | |
2628 | + "peerDependencies": { | |
2629 | + "vite": "^5.0.0", | |
2630 | + "vue": "^3.0.0" | |
2631 | + } | |
2632 | + }, | |
2633 | + "node_modules/@vue-macros/common": { | |
2634 | + "version": "1.15.0", | |
2635 | + "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-1.15.0.tgz", | |
2636 | + "integrity": "sha512-yg5VqW7+HRfJGimdKvFYzx8zorHUYo0hzPwuraoC1DWa7HHazbTMoVsHDvk3JHa1SGfSL87fRnzmlvgjEHhszA==", | |
2637 | + "dependencies": { | |
2638 | + "@babel/types": "^7.25.8", | |
2639 | + "@rollup/pluginutils": "^5.1.2", | |
2640 | + "@vue/compiler-sfc": "^3.5.12", | |
2641 | + "ast-kit": "^1.3.0", | |
2642 | + "local-pkg": "^0.5.0", | |
2643 | + "magic-string-ast": "^0.6.2" | |
2644 | + }, | |
2645 | + "engines": { | |
2646 | + "node": ">=16.14.0" | |
2647 | + }, | |
2648 | + "peerDependencies": { | |
2649 | + "vue": "^2.7.0 || ^3.2.25" | |
2650 | + }, | |
2651 | + "peerDependenciesMeta": { | |
2652 | + "vue": { | |
2653 | + "optional": true | |
2654 | + } | |
2655 | + } | |
2656 | + }, | |
2657 | + "node_modules/@vue/babel-helper-vue-transform-on": { | |
2658 | + "version": "1.2.5", | |
2659 | + "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.5.tgz", | |
2660 | + "integrity": "sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==" | |
2661 | + }, | |
2662 | + "node_modules/@vue/babel-plugin-jsx": { | |
2663 | + "version": "1.2.5", | |
2664 | + "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz", | |
2665 | + "integrity": "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==", | |
2666 | + "dependencies": { | |
2667 | + "@babel/helper-module-imports": "^7.24.7", | |
2668 | + "@babel/helper-plugin-utils": "^7.24.8", | |
2669 | + "@babel/plugin-syntax-jsx": "^7.24.7", | |
2670 | + "@babel/template": "^7.25.0", | |
2671 | + "@babel/traverse": "^7.25.6", | |
2672 | + "@babel/types": "^7.25.6", | |
2673 | + "@vue/babel-helper-vue-transform-on": "1.2.5", | |
2674 | + "@vue/babel-plugin-resolve-type": "1.2.5", | |
2675 | + "html-tags": "^3.3.1", | |
2676 | + "svg-tags": "^1.0.0" | |
2677 | + }, | |
2678 | + "peerDependencies": { | |
2679 | + "@babel/core": "^7.0.0-0" | |
2680 | + }, | |
2681 | + "peerDependenciesMeta": { | |
2682 | + "@babel/core": { | |
2683 | + "optional": true | |
2684 | + } | |
2685 | + } | |
2686 | + }, | |
2687 | + "node_modules/@vue/babel-plugin-resolve-type": { | |
2688 | + "version": "1.2.5", | |
2689 | + "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.5.tgz", | |
2690 | + "integrity": "sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==", | |
2691 | + "dependencies": { | |
2692 | + "@babel/code-frame": "^7.24.7", | |
2693 | + "@babel/helper-module-imports": "^7.24.7", | |
2694 | + "@babel/helper-plugin-utils": "^7.24.8", | |
2695 | + "@babel/parser": "^7.25.6", | |
2696 | + "@vue/compiler-sfc": "^3.5.3" | |
2697 | + }, | |
2698 | + "peerDependencies": { | |
2699 | + "@babel/core": "^7.0.0-0" | |
2700 | + } | |
2701 | + }, | |
2702 | + "node_modules/@vue/compiler-core": { | |
2703 | + "version": "3.5.12", | |
2704 | + "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.12.tgz", | |
2705 | + "integrity": "sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==", | |
2706 | + "dependencies": { | |
2707 | + "@babel/parser": "^7.25.3", | |
2708 | + "@vue/shared": "3.5.12", | |
2709 | + "entities": "^4.5.0", | |
2710 | + "estree-walker": "^2.0.2", | |
2711 | + "source-map-js": "^1.2.0" | |
2712 | + } | |
2713 | + }, | |
2714 | + "node_modules/@vue/compiler-core/node_modules/estree-walker": { | |
2715 | + "version": "2.0.2", | |
2716 | + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", | |
2717 | + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" | |
2718 | + }, | |
2719 | + "node_modules/@vue/compiler-dom": { | |
2720 | + "version": "3.5.12", | |
2721 | + "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.12.tgz", | |
2722 | + "integrity": "sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==", | |
2723 | + "dependencies": { | |
2724 | + "@vue/compiler-core": "3.5.12", | |
2725 | + "@vue/shared": "3.5.12" | |
2726 | + } | |
2727 | + }, | |
2728 | + "node_modules/@vue/compiler-sfc": { | |
2729 | + "version": "3.5.12", | |
2730 | + "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.12.tgz", | |
2731 | + "integrity": "sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==", | |
2732 | + "dependencies": { | |
2733 | + "@babel/parser": "^7.25.3", | |
2734 | + "@vue/compiler-core": "3.5.12", | |
2735 | + "@vue/compiler-dom": "3.5.12", | |
2736 | + "@vue/compiler-ssr": "3.5.12", | |
2737 | + "@vue/shared": "3.5.12", | |
2738 | + "estree-walker": "^2.0.2", | |
2739 | + "magic-string": "^0.30.11", | |
2740 | + "postcss": "^8.4.47", | |
2741 | + "source-map-js": "^1.2.0" | |
2742 | + } | |
2743 | + }, | |
2744 | + "node_modules/@vue/compiler-sfc/node_modules/estree-walker": { | |
2745 | + "version": "2.0.2", | |
2746 | + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", | |
2747 | + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" | |
2748 | + }, | |
2749 | + "node_modules/@vue/compiler-ssr": { | |
2750 | + "version": "3.5.12", | |
2751 | + "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.12.tgz", | |
2752 | + "integrity": "sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==", | |
2753 | + "dependencies": { | |
2754 | + "@vue/compiler-dom": "3.5.12", | |
2755 | + "@vue/shared": "3.5.12" | |
2756 | + } | |
2757 | + }, | |
2758 | + "node_modules/@vue/devtools-api": { | |
2759 | + "version": "6.6.4", | |
2760 | + "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz", | |
2761 | + "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==" | |
2762 | + }, | |
2763 | + "node_modules/@vue/devtools-core": { | |
2764 | + "version": "7.4.4", | |
2765 | + "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.4.4.tgz", | |
2766 | + "integrity": "sha512-DLxgA3DfeADkRzhAfm3G2Rw/cWxub64SdP5b+s5dwL30+whOGj+QNhmyFpwZ8ZTrHDFRIPj0RqNzJ8IRR1pz7w==", | |
2767 | + "dependencies": { | |
2768 | + "@vue/devtools-kit": "^7.4.4", | |
2769 | + "@vue/devtools-shared": "^7.4.4", | |
2770 | + "mitt": "^3.0.1", | |
2771 | + "nanoid": "^3.3.4", | |
2772 | + "pathe": "^1.1.2", | |
2773 | + "vite-hot-client": "^0.2.3" | |
2774 | + }, | |
2775 | + "peerDependencies": { | |
2776 | + "vue": "^3.0.0" | |
2777 | + } | |
2778 | + }, | |
2779 | + "node_modules/@vue/devtools-core/node_modules/nanoid": { | |
2780 | + "version": "3.3.7", | |
2781 | + "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz", | |
2782 | + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", | |
2783 | + "funding": [ | |
2784 | + { | |
2785 | + "type": "github", | |
2786 | + "url": "https://github.com/sponsors/ai" | |
2787 | + } | |
2788 | + ], | |
2789 | + "bin": { | |
2790 | + "nanoid": "bin/nanoid.cjs" | |
2791 | + }, | |
2792 | + "engines": { | |
2793 | + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" | |
2794 | + } | |
2795 | + }, | |
2796 | + "node_modules/@vue/devtools-kit": { | |
2797 | + "version": "7.4.4", | |
2798 | + "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.4.4.tgz", | |
2799 | + "integrity": "sha512-awK/4NfsUG0nQ7qnTM37m7ZkEUMREyPh8taFCX+uQYps/MTFEum0AD05VeGDRMXwWvMmGIcWX9xp8ZiBddY0jw==", | |
2800 | + "dependencies": { | |
2801 | + "@vue/devtools-shared": "^7.4.4", | |
2802 | + "birpc": "^0.2.17", | |
2803 | + "hookable": "^5.5.3", | |
2804 | + "mitt": "^3.0.1", | |
2805 | + "perfect-debounce": "^1.0.0", | |
2806 | + "speakingurl": "^14.0.1", | |
2807 | + "superjson": "^2.2.1" | |
2808 | + } | |
2809 | + }, | |
2810 | + "node_modules/@vue/devtools-shared": { | |
2811 | + "version": "7.6.4", | |
2812 | + "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.6.4.tgz", | |
2813 | + "integrity": "sha512-nD6CUvBEel+y7zpyorjiUocy0nh77DThZJ0k1GRnJeOmY3ATq2fWijEp7wk37gb023Cb0R396uYh5qMSBQ5WFg==", | |
2814 | + "dependencies": { | |
2815 | + "rfdc": "^1.4.1" | |
2816 | + } | |
2817 | + }, | |
2818 | + "node_modules/@vue/reactivity": { | |
2819 | + "version": "3.5.12", | |
2820 | + "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.12.tgz", | |
2821 | + "integrity": "sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==", | |
2822 | + "dependencies": { | |
2823 | + "@vue/shared": "3.5.12" | |
2824 | + } | |
2825 | + }, | |
2826 | + "node_modules/@vue/runtime-core": { | |
2827 | + "version": "3.5.12", | |
2828 | + "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.12.tgz", | |
2829 | + "integrity": "sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==", | |
2830 | + "dependencies": { | |
2831 | + "@vue/reactivity": "3.5.12", | |
2832 | + "@vue/shared": "3.5.12" | |
2833 | + } | |
2834 | + }, | |
2835 | + "node_modules/@vue/runtime-dom": { | |
2836 | + "version": "3.5.12", | |
2837 | + "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.12.tgz", | |
2838 | + "integrity": "sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==", | |
2839 | + "dependencies": { | |
2840 | + "@vue/reactivity": "3.5.12", | |
2841 | + "@vue/runtime-core": "3.5.12", | |
2842 | + "@vue/shared": "3.5.12", | |
2843 | + "csstype": "^3.1.3" | |
2844 | + } | |
2845 | + }, | |
2846 | + "node_modules/@vue/server-renderer": { | |
2847 | + "version": "3.5.12", | |
2848 | + "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.12.tgz", | |
2849 | + "integrity": "sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==", | |
2850 | + "dependencies": { | |
2851 | + "@vue/compiler-ssr": "3.5.12", | |
2852 | + "@vue/shared": "3.5.12" | |
2853 | + }, | |
2854 | + "peerDependencies": { | |
2855 | + "vue": "3.5.12" | |
2856 | + } | |
2857 | + }, | |
2858 | + "node_modules/@vue/shared": { | |
2859 | + "version": "3.5.12", | |
2860 | + "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.12.tgz", | |
2861 | + "integrity": "sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==" | |
2862 | + }, | |
2863 | + "node_modules/@vuetify/loader-shared": { | |
2864 | + "version": "2.0.3", | |
2865 | + "resolved": "https://registry.npmmirror.com/@vuetify/loader-shared/-/loader-shared-2.0.3.tgz", | |
2866 | + "integrity": "sha512-Ss3GC7eJYkp2SF6xVzsT7FAruEmdihmn4OCk2+UocREerlXKWgOKKzTN5PN3ZVN5q05jHHrsNhTuWbhN61Bpdg==", | |
2867 | + "dependencies": { | |
2868 | + "upath": "^2.0.1" | |
2869 | + }, | |
2870 | + "peerDependencies": { | |
2871 | + "vue": "^3.0.0", | |
2872 | + "vuetify": "^3.0.0" | |
2873 | + } | |
2874 | + }, | |
2875 | + "node_modules/abbrev": { | |
2876 | + "version": "1.1.1", | |
2877 | + "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-1.1.1.tgz", | |
2878 | + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" | |
2879 | + }, | |
2880 | + "node_modules/abort-controller": { | |
2881 | + "version": "3.0.0", | |
2882 | + "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz", | |
2883 | + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", | |
2884 | + "dependencies": { | |
2885 | + "event-target-shim": "^5.0.0" | |
2886 | + }, | |
2887 | + "engines": { | |
2888 | + "node": ">=6.5" | |
2889 | + } | |
2890 | + }, | |
2891 | + "node_modules/acorn": { | |
2892 | + "version": "8.14.0", | |
2893 | + "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.0.tgz", | |
2894 | + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", | |
2895 | + "bin": { | |
2896 | + "acorn": "bin/acorn" | |
2897 | + }, | |
2898 | + "engines": { | |
2899 | + "node": ">=0.4.0" | |
2900 | + } | |
2901 | + }, | |
2902 | + "node_modules/acorn-import-attributes": { | |
2903 | + "version": "1.9.5", | |
2904 | + "resolved": "https://registry.npmmirror.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", | |
2905 | + "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", | |
2906 | + "peerDependencies": { | |
2907 | + "acorn": "^8" | |
2908 | + } | |
2909 | + }, | |
2910 | + "node_modules/acorn-jsx": { | |
2911 | + "version": "5.3.2", | |
2912 | + "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz", | |
2913 | + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", | |
2914 | + "dev": true, | |
2915 | + "peerDependencies": { | |
2916 | + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" | |
2917 | + } | |
2918 | + }, | |
2919 | + "node_modules/agent-base": { | |
2920 | + "version": "6.0.2", | |
2921 | + "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz", | |
2922 | + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", | |
2923 | + "dependencies": { | |
2924 | + "debug": "4" | |
2925 | + }, | |
2926 | + "engines": { | |
2927 | + "node": ">= 6.0.0" | |
2928 | + } | |
2929 | + }, | |
2930 | + "node_modules/ansi-colors": { | |
2931 | + "version": "4.1.3", | |
2932 | + "resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz", | |
2933 | + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", | |
2934 | + "engines": { | |
2935 | + "node": ">=6" | |
2936 | + } | |
2937 | + }, | |
2938 | + "node_modules/ansi-escapes": { | |
2939 | + "version": "4.3.2", | |
2940 | + "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz", | |
2941 | + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", | |
2942 | + "dependencies": { | |
2943 | + "type-fest": "^0.21.3" | |
2944 | + }, | |
2945 | + "engines": { | |
2946 | + "node": ">=8" | |
2947 | + }, | |
2948 | + "funding": { | |
2949 | + "url": "https://github.com/sponsors/sindresorhus" | |
2950 | + } | |
2951 | + }, | |
2952 | + "node_modules/ansi-escapes/node_modules/type-fest": { | |
2953 | + "version": "0.21.3", | |
2954 | + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.21.3.tgz", | |
2955 | + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", | |
2956 | + "engines": { | |
2957 | + "node": ">=10" | |
2958 | + }, | |
2959 | + "funding": { | |
2960 | + "url": "https://github.com/sponsors/sindresorhus" | |
2961 | + } | |
2962 | + }, | |
2963 | + "node_modules/ansi-regex": { | |
2964 | + "version": "5.0.1", | |
2965 | + "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", | |
2966 | + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | |
2967 | + "engines": { | |
2968 | + "node": ">=8" | |
2969 | + } | |
2970 | + }, | |
2971 | + "node_modules/ansi-styles": { | |
2972 | + "version": "4.3.0", | |
2973 | + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
2974 | + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
2975 | + "dependencies": { | |
2976 | + "color-convert": "^2.0.1" | |
2977 | + }, | |
2978 | + "engines": { | |
2979 | + "node": ">=8" | |
2980 | + }, | |
2981 | + "funding": { | |
2982 | + "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
2983 | + } | |
2984 | + }, | |
2985 | + "node_modules/any-promise": { | |
2986 | + "version": "1.3.0", | |
2987 | + "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz", | |
2988 | + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", | |
2989 | + "dev": true | |
2990 | + }, | |
2991 | + "node_modules/anymatch": { | |
2992 | + "version": "3.1.3", | |
2993 | + "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz", | |
2994 | + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", | |
2995 | + "dependencies": { | |
2996 | + "normalize-path": "^3.0.0", | |
2997 | + "picomatch": "^2.0.4" | |
2998 | + }, | |
2999 | + "engines": { | |
3000 | + "node": ">= 8" | |
3001 | + } | |
3002 | + }, | |
3003 | + "node_modules/anymatch/node_modules/picomatch": { | |
3004 | + "version": "2.3.1", | |
3005 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", | |
3006 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
3007 | + "engines": { | |
3008 | + "node": ">=8.6" | |
3009 | + }, | |
3010 | + "funding": { | |
3011 | + "url": "https://github.com/sponsors/jonschlinkert" | |
3012 | + } | |
3013 | + }, | |
3014 | + "node_modules/aproba": { | |
3015 | + "version": "2.0.0", | |
3016 | + "resolved": "https://registry.npmmirror.com/aproba/-/aproba-2.0.0.tgz", | |
3017 | + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" | |
3018 | + }, | |
3019 | + "node_modules/archiver": { | |
3020 | + "version": "7.0.1", | |
3021 | + "resolved": "https://registry.npmmirror.com/archiver/-/archiver-7.0.1.tgz", | |
3022 | + "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==", | |
3023 | + "dependencies": { | |
3024 | + "archiver-utils": "^5.0.2", | |
3025 | + "async": "^3.2.4", | |
3026 | + "buffer-crc32": "^1.0.0", | |
3027 | + "readable-stream": "^4.0.0", | |
3028 | + "readdir-glob": "^1.1.2", | |
3029 | + "tar-stream": "^3.0.0", | |
3030 | + "zip-stream": "^6.0.1" | |
3031 | + }, | |
3032 | + "engines": { | |
3033 | + "node": ">= 14" | |
3034 | + } | |
3035 | + }, | |
3036 | + "node_modules/archiver-utils": { | |
3037 | + "version": "5.0.2", | |
3038 | + "resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-5.0.2.tgz", | |
3039 | + "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==", | |
3040 | + "dependencies": { | |
3041 | + "glob": "^10.0.0", | |
3042 | + "graceful-fs": "^4.2.0", | |
3043 | + "is-stream": "^2.0.1", | |
3044 | + "lazystream": "^1.0.0", | |
3045 | + "lodash": "^4.17.15", | |
3046 | + "normalize-path": "^3.0.0", | |
3047 | + "readable-stream": "^4.0.0" | |
3048 | + }, | |
3049 | + "engines": { | |
3050 | + "node": ">= 14" | |
3051 | + } | |
3052 | + }, | |
3053 | + "node_modules/archiver-utils/node_modules/brace-expansion": { | |
3054 | + "version": "2.0.1", | |
3055 | + "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz", | |
3056 | + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", | |
3057 | + "dependencies": { | |
3058 | + "balanced-match": "^1.0.0" | |
3059 | + } | |
3060 | + }, | |
3061 | + "node_modules/archiver-utils/node_modules/glob": { | |
3062 | + "version": "10.4.5", | |
3063 | + "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz", | |
3064 | + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", | |
3065 | + "dependencies": { | |
3066 | + "foreground-child": "^3.1.0", | |
3067 | + "jackspeak": "^3.1.2", | |
3068 | + "minimatch": "^9.0.4", | |
3069 | + "minipass": "^7.1.2", | |
3070 | + "package-json-from-dist": "^1.0.0", | |
3071 | + "path-scurry": "^1.11.1" | |
3072 | + }, | |
3073 | + "bin": { | |
3074 | + "glob": "dist/esm/bin.mjs" | |
3075 | + }, | |
3076 | + "funding": { | |
3077 | + "url": "https://github.com/sponsors/isaacs" | |
3078 | + } | |
3079 | + }, | |
3080 | + "node_modules/archiver-utils/node_modules/is-stream": { | |
3081 | + "version": "2.0.1", | |
3082 | + "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz", | |
3083 | + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", | |
3084 | + "engines": { | |
3085 | + "node": ">=8" | |
3086 | + }, | |
3087 | + "funding": { | |
3088 | + "url": "https://github.com/sponsors/sindresorhus" | |
3089 | + } | |
3090 | + }, | |
3091 | + "node_modules/archiver-utils/node_modules/minimatch": { | |
3092 | + "version": "9.0.5", | |
3093 | + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz", | |
3094 | + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", | |
3095 | + "dependencies": { | |
3096 | + "brace-expansion": "^2.0.1" | |
3097 | + }, | |
3098 | + "engines": { | |
3099 | + "node": ">=16 || 14 >=14.17" | |
3100 | + }, | |
3101 | + "funding": { | |
3102 | + "url": "https://github.com/sponsors/isaacs" | |
3103 | + } | |
3104 | + }, | |
3105 | + "node_modules/archiver-utils/node_modules/minipass": { | |
3106 | + "version": "7.1.2", | |
3107 | + "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz", | |
3108 | + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", | |
3109 | + "engines": { | |
3110 | + "node": ">=16 || 14 >=14.17" | |
3111 | + } | |
3112 | + }, | |
3113 | + "node_modules/are-we-there-yet": { | |
3114 | + "version": "2.0.0", | |
3115 | + "resolved": "https://registry.npmmirror.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", | |
3116 | + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", | |
3117 | + "deprecated": "This package is no longer supported.", | |
3118 | + "dependencies": { | |
3119 | + "delegates": "^1.0.0", | |
3120 | + "readable-stream": "^3.6.0" | |
3121 | + }, | |
3122 | + "engines": { | |
3123 | + "node": ">=10" | |
3124 | + } | |
3125 | + }, | |
3126 | + "node_modules/are-we-there-yet/node_modules/readable-stream": { | |
3127 | + "version": "3.6.2", | |
3128 | + "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz", | |
3129 | + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
3130 | + "dependencies": { | |
3131 | + "inherits": "^2.0.3", | |
3132 | + "string_decoder": "^1.1.1", | |
3133 | + "util-deprecate": "^1.0.1" | |
3134 | + }, | |
3135 | + "engines": { | |
3136 | + "node": ">= 6" | |
3137 | + } | |
3138 | + }, | |
3139 | + "node_modules/arg": { | |
3140 | + "version": "5.0.2", | |
3141 | + "resolved": "https://registry.npmmirror.com/arg/-/arg-5.0.2.tgz", | |
3142 | + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", | |
3143 | + "dev": true | |
3144 | + }, | |
3145 | + "node_modules/argparse": { | |
3146 | + "version": "2.0.1", | |
3147 | + "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz", | |
3148 | + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" | |
3149 | + }, | |
3150 | + "node_modules/ast-kit": { | |
3151 | + "version": "1.3.1", | |
3152 | + "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-1.3.1.tgz", | |
3153 | + "integrity": "sha512-3bIRV4s/cNAee2rKjuvYdoG+0CMqtOIgCvWrJL6zG8R0fDyMwYzStspX5JqXPbdMzM+qxHZ6g2rMHKhr3HkPlQ==", | |
3154 | + "dependencies": { | |
3155 | + "@babel/parser": "^7.26.2", | |
3156 | + "pathe": "^1.1.2" | |
3157 | + }, | |
3158 | + "engines": { | |
3159 | + "node": ">=16.14.0" | |
3160 | + } | |
3161 | + }, | |
3162 | + "node_modules/ast-walker-scope": { | |
3163 | + "version": "0.6.2", | |
3164 | + "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.6.2.tgz", | |
3165 | + "integrity": "sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==", | |
3166 | + "dependencies": { | |
3167 | + "@babel/parser": "^7.25.3", | |
3168 | + "ast-kit": "^1.0.1" | |
3169 | + }, | |
3170 | + "engines": { | |
3171 | + "node": ">=16.14.0" | |
3172 | + } | |
3173 | + }, | |
3174 | + "node_modules/async": { | |
3175 | + "version": "3.2.6", | |
3176 | + "resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz", | |
3177 | + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" | |
3178 | + }, | |
3179 | + "node_modules/async-sema": { | |
3180 | + "version": "3.1.1", | |
3181 | + "resolved": "https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz", | |
3182 | + "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==" | |
3183 | + }, | |
3184 | + "node_modules/autoprefixer": { | |
3185 | + "version": "10.4.20", | |
3186 | + "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.20.tgz", | |
3187 | + "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", | |
3188 | + "funding": [ | |
3189 | + { | |
3190 | + "type": "opencollective", | |
3191 | + "url": "https://opencollective.com/postcss/" | |
3192 | + }, | |
3193 | + { | |
3194 | + "type": "tidelift", | |
3195 | + "url": "https://tidelift.com/funding/github/npm/autoprefixer" | |
3196 | + }, | |
3197 | + { | |
3198 | + "type": "github", | |
3199 | + "url": "https://github.com/sponsors/ai" | |
3200 | + } | |
3201 | + ], | |
3202 | + "dependencies": { | |
3203 | + "browserslist": "^4.23.3", | |
3204 | + "caniuse-lite": "^1.0.30001646", | |
3205 | + "fraction.js": "^4.3.7", | |
3206 | + "normalize-range": "^0.1.2", | |
3207 | + "picocolors": "^1.0.1", | |
3208 | + "postcss-value-parser": "^4.2.0" | |
3209 | + }, | |
3210 | + "bin": { | |
3211 | + "autoprefixer": "bin/autoprefixer" | |
3212 | + }, | |
3213 | + "engines": { | |
3214 | + "node": "^10 || ^12 || >=14" | |
3215 | + }, | |
3216 | + "peerDependencies": { | |
3217 | + "postcss": "^8.1.0" | |
3218 | + } | |
3219 | + }, | |
3220 | + "node_modules/b4a": { | |
3221 | + "version": "1.6.7", | |
3222 | + "resolved": "https://registry.npmmirror.com/b4a/-/b4a-1.6.7.tgz", | |
3223 | + "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==" | |
3224 | + }, | |
3225 | + "node_modules/balanced-match": { | |
3226 | + "version": "1.0.2", | |
3227 | + "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", | |
3228 | + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" | |
3229 | + }, | |
3230 | + "node_modules/bare-events": { | |
3231 | + "version": "2.5.0", | |
3232 | + "resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.5.0.tgz", | |
3233 | + "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==", | |
3234 | + "optional": true | |
3235 | + }, | |
3236 | + "node_modules/base64-js": { | |
3237 | + "version": "1.5.1", | |
3238 | + "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz", | |
3239 | + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", | |
3240 | + "funding": [ | |
3241 | + { | |
3242 | + "type": "github", | |
3243 | + "url": "https://github.com/sponsors/feross" | |
3244 | + }, | |
3245 | + { | |
3246 | + "type": "patreon", | |
3247 | + "url": "https://www.patreon.com/feross" | |
3248 | + }, | |
3249 | + { | |
3250 | + "type": "consulting", | |
3251 | + "url": "https://feross.org/support" | |
3252 | + } | |
3253 | + ] | |
3254 | + }, | |
3255 | + "node_modules/binary-extensions": { | |
3256 | + "version": "2.3.0", | |
3257 | + "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz", | |
3258 | + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", | |
3259 | + "engines": { | |
3260 | + "node": ">=8" | |
3261 | + }, | |
3262 | + "funding": { | |
3263 | + "url": "https://github.com/sponsors/sindresorhus" | |
3264 | + } | |
3265 | + }, | |
3266 | + "node_modules/bindings": { | |
3267 | + "version": "1.5.0", | |
3268 | + "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz", | |
3269 | + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", | |
3270 | + "dependencies": { | |
3271 | + "file-uri-to-path": "1.0.0" | |
3272 | + } | |
3273 | + }, | |
3274 | + "node_modules/birpc": { | |
3275 | + "version": "0.2.19", | |
3276 | + "resolved": "https://registry.npmmirror.com/birpc/-/birpc-0.2.19.tgz", | |
3277 | + "integrity": "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==", | |
3278 | + "funding": { | |
3279 | + "url": "https://github.com/sponsors/antfu" | |
3280 | + } | |
3281 | + }, | |
3282 | + "node_modules/boolbase": { | |
3283 | + "version": "1.0.0", | |
3284 | + "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz", | |
3285 | + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" | |
3286 | + }, | |
3287 | + "node_modules/brace-expansion": { | |
3288 | + "version": "1.1.11", | |
3289 | + "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz", | |
3290 | + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", | |
3291 | + "dependencies": { | |
3292 | + "balanced-match": "^1.0.0", | |
3293 | + "concat-map": "0.0.1" | |
3294 | + } | |
3295 | + }, | |
3296 | + "node_modules/braces": { | |
3297 | + "version": "3.0.3", | |
3298 | + "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz", | |
3299 | + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", | |
3300 | + "dependencies": { | |
3301 | + "fill-range": "^7.1.1" | |
3302 | + }, | |
3303 | + "engines": { | |
3304 | + "node": ">=8" | |
3305 | + } | |
3306 | + }, | |
3307 | + "node_modules/browserslist": { | |
3308 | + "version": "4.24.2", | |
3309 | + "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.2.tgz", | |
3310 | + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", | |
3311 | + "funding": [ | |
3312 | + { | |
3313 | + "type": "opencollective", | |
3314 | + "url": "https://opencollective.com/browserslist" | |
3315 | + }, | |
3316 | + { | |
3317 | + "type": "tidelift", | |
3318 | + "url": "https://tidelift.com/funding/github/npm/browserslist" | |
3319 | + }, | |
3320 | + { | |
3321 | + "type": "github", | |
3322 | + "url": "https://github.com/sponsors/ai" | |
3323 | + } | |
3324 | + ], | |
3325 | + "dependencies": { | |
3326 | + "caniuse-lite": "^1.0.30001669", | |
3327 | + "electron-to-chromium": "^1.5.41", | |
3328 | + "node-releases": "^2.0.18", | |
3329 | + "update-browserslist-db": "^1.1.1" | |
3330 | + }, | |
3331 | + "bin": { | |
3332 | + "browserslist": "cli.js" | |
3333 | + }, | |
3334 | + "engines": { | |
3335 | + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | |
3336 | + } | |
3337 | + }, | |
3338 | + "node_modules/buffer": { | |
3339 | + "version": "6.0.3", | |
3340 | + "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz", | |
3341 | + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", | |
3342 | + "funding": [ | |
3343 | + { | |
3344 | + "type": "github", | |
3345 | + "url": "https://github.com/sponsors/feross" | |
3346 | + }, | |
3347 | + { | |
3348 | + "type": "patreon", | |
3349 | + "url": "https://www.patreon.com/feross" | |
3350 | + }, | |
3351 | + { | |
3352 | + "type": "consulting", | |
3353 | + "url": "https://feross.org/support" | |
3354 | + } | |
3355 | + ], | |
3356 | + "dependencies": { | |
3357 | + "base64-js": "^1.3.1", | |
3358 | + "ieee754": "^1.2.1" | |
3359 | + } | |
3360 | + }, | |
3361 | + "node_modules/buffer-crc32": { | |
3362 | + "version": "1.0.0", | |
3363 | + "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz", | |
3364 | + "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==", | |
3365 | + "engines": { | |
3366 | + "node": ">=8.0.0" | |
3367 | + } | |
3368 | + }, | |
3369 | + "node_modules/buffer-from": { | |
3370 | + "version": "1.1.2", | |
3371 | + "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz", | |
3372 | + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" | |
3373 | + }, | |
3374 | + "node_modules/bundle-name": { | |
3375 | + "version": "4.1.0", | |
3376 | + "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz", | |
3377 | + "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", | |
3378 | + "dependencies": { | |
3379 | + "run-applescript": "^7.0.0" | |
3380 | + }, | |
3381 | + "engines": { | |
3382 | + "node": ">=18" | |
3383 | + }, | |
3384 | + "funding": { | |
3385 | + "url": "https://github.com/sponsors/sindresorhus" | |
3386 | + } | |
3387 | + }, | |
3388 | + "node_modules/c12": { | |
3389 | + "version": "2.0.1", | |
3390 | + "resolved": "https://registry.npmmirror.com/c12/-/c12-2.0.1.tgz", | |
3391 | + "integrity": "sha512-Z4JgsKXHG37C6PYUtIxCfLJZvo6FyhHJoClwwb9ftUkLpPSkuYqn6Tr+vnaN8hymm0kIbcg6Ey3kv/Q71k5w/A==", | |
3392 | + "dependencies": { | |
3393 | + "chokidar": "^4.0.1", | |
3394 | + "confbox": "^0.1.7", | |
3395 | + "defu": "^6.1.4", | |
3396 | + "dotenv": "^16.4.5", | |
3397 | + "giget": "^1.2.3", | |
3398 | + "jiti": "^2.3.0", | |
3399 | + "mlly": "^1.7.1", | |
3400 | + "ohash": "^1.1.4", | |
3401 | + "pathe": "^1.1.2", | |
3402 | + "perfect-debounce": "^1.0.0", | |
3403 | + "pkg-types": "^1.2.0", | |
3404 | + "rc9": "^2.1.2" | |
3405 | + }, | |
3406 | + "peerDependencies": { | |
3407 | + "magicast": "^0.3.5" | |
3408 | + }, | |
3409 | + "peerDependenciesMeta": { | |
3410 | + "magicast": { | |
3411 | + "optional": true | |
3412 | + } | |
3413 | + } | |
3414 | + }, | |
3415 | + "node_modules/cac": { | |
3416 | + "version": "6.7.14", | |
3417 | + "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz", | |
3418 | + "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", | |
3419 | + "engines": { | |
3420 | + "node": ">=8" | |
3421 | + } | |
3422 | + }, | |
3423 | + "node_modules/camelcase-css": { | |
3424 | + "version": "2.0.1", | |
3425 | + "resolved": "https://registry.npmmirror.com/camelcase-css/-/camelcase-css-2.0.1.tgz", | |
3426 | + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", | |
3427 | + "dev": true, | |
3428 | + "engines": { | |
3429 | + "node": ">= 6" | |
3430 | + } | |
3431 | + }, | |
3432 | + "node_modules/caniuse-api": { | |
3433 | + "version": "3.0.0", | |
3434 | + "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz", | |
3435 | + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", | |
3436 | + "dependencies": { | |
3437 | + "browserslist": "^4.0.0", | |
3438 | + "caniuse-lite": "^1.0.0", | |
3439 | + "lodash.memoize": "^4.1.2", | |
3440 | + "lodash.uniq": "^4.5.0" | |
3441 | + } | |
3442 | + }, | |
3443 | + "node_modules/caniuse-lite": { | |
3444 | + "version": "1.0.30001680", | |
3445 | + "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", | |
3446 | + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", | |
3447 | + "funding": [ | |
3448 | + { | |
3449 | + "type": "opencollective", | |
3450 | + "url": "https://opencollective.com/browserslist" | |
3451 | + }, | |
3452 | + { | |
3453 | + "type": "tidelift", | |
3454 | + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" | |
3455 | + }, | |
3456 | + { | |
3457 | + "type": "github", | |
3458 | + "url": "https://github.com/sponsors/ai" | |
3459 | + } | |
3460 | + ] | |
3461 | + }, | |
3462 | + "node_modules/chalk": { | |
3463 | + "version": "4.1.2", | |
3464 | + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", | |
3465 | + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
3466 | + "dependencies": { | |
3467 | + "ansi-styles": "^4.1.0", | |
3468 | + "supports-color": "^7.1.0" | |
3469 | + }, | |
3470 | + "engines": { | |
3471 | + "node": ">=10" | |
3472 | + }, | |
3473 | + "funding": { | |
3474 | + "url": "https://github.com/chalk/chalk?sponsor=1" | |
3475 | + } | |
3476 | + }, | |
3477 | + "node_modules/chalk/node_modules/supports-color": { | |
3478 | + "version": "7.2.0", | |
3479 | + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", | |
3480 | + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
3481 | + "dependencies": { | |
3482 | + "has-flag": "^4.0.0" | |
3483 | + }, | |
3484 | + "engines": { | |
3485 | + "node": ">=8" | |
3486 | + } | |
3487 | + }, | |
3488 | + "node_modules/change-case": { | |
3489 | + "version": "5.4.4", | |
3490 | + "resolved": "https://registry.npmmirror.com/change-case/-/change-case-5.4.4.tgz", | |
3491 | + "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==" | |
3492 | + }, | |
3493 | + "node_modules/chokidar": { | |
3494 | + "version": "4.0.1", | |
3495 | + "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.1.tgz", | |
3496 | + "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", | |
3497 | + "dependencies": { | |
3498 | + "readdirp": "^4.0.1" | |
3499 | + }, | |
3500 | + "engines": { | |
3501 | + "node": ">= 14.16.0" | |
3502 | + }, | |
3503 | + "funding": { | |
3504 | + "url": "https://paulmillr.com/funding/" | |
3505 | + } | |
3506 | + }, | |
3507 | + "node_modules/chownr": { | |
3508 | + "version": "2.0.0", | |
3509 | + "resolved": "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz", | |
3510 | + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", | |
3511 | + "engines": { | |
3512 | + "node": ">=10" | |
3513 | + } | |
3514 | + }, | |
3515 | + "node_modules/ci-info": { | |
3516 | + "version": "4.1.0", | |
3517 | + "resolved": "https://registry.npmmirror.com/ci-info/-/ci-info-4.1.0.tgz", | |
3518 | + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", | |
3519 | + "funding": [ | |
3520 | + { | |
3521 | + "type": "github", | |
3522 | + "url": "https://github.com/sponsors/sibiraj-s" | |
3523 | + } | |
3524 | + ], | |
3525 | + "engines": { | |
3526 | + "node": ">=8" | |
3527 | + } | |
3528 | + }, | |
3529 | + "node_modules/citty": { | |
3530 | + "version": "0.1.6", | |
3531 | + "resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz", | |
3532 | + "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==", | |
3533 | + "dependencies": { | |
3534 | + "consola": "^3.2.3" | |
3535 | + } | |
3536 | + }, | |
3537 | + "node_modules/clear": { | |
3538 | + "version": "0.1.0", | |
3539 | + "resolved": "https://registry.npmmirror.com/clear/-/clear-0.1.0.tgz", | |
3540 | + "integrity": "sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==", | |
3541 | + "engines": { | |
3542 | + "node": "*" | |
3543 | + } | |
3544 | + }, | |
3545 | + "node_modules/clipboardy": { | |
3546 | + "version": "4.0.0", | |
3547 | + "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-4.0.0.tgz", | |
3548 | + "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==", | |
3549 | + "dependencies": { | |
3550 | + "execa": "^8.0.1", | |
3551 | + "is-wsl": "^3.1.0", | |
3552 | + "is64bit": "^2.0.0" | |
3553 | + }, | |
3554 | + "engines": { | |
3555 | + "node": ">=18" | |
3556 | + }, | |
3557 | + "funding": { | |
3558 | + "url": "https://github.com/sponsors/sindresorhus" | |
3559 | + } | |
3560 | + }, | |
3561 | + "node_modules/clipboardy/node_modules/execa": { | |
3562 | + "version": "8.0.1", | |
3563 | + "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz", | |
3564 | + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", | |
3565 | + "dependencies": { | |
3566 | + "cross-spawn": "^7.0.3", | |
3567 | + "get-stream": "^8.0.1", | |
3568 | + "human-signals": "^5.0.0", | |
3569 | + "is-stream": "^3.0.0", | |
3570 | + "merge-stream": "^2.0.0", | |
3571 | + "npm-run-path": "^5.1.0", | |
3572 | + "onetime": "^6.0.0", | |
3573 | + "signal-exit": "^4.1.0", | |
3574 | + "strip-final-newline": "^3.0.0" | |
3575 | + }, | |
3576 | + "engines": { | |
3577 | + "node": ">=16.17" | |
3578 | + }, | |
3579 | + "funding": { | |
3580 | + "url": "https://github.com/sindresorhus/execa?sponsor=1" | |
3581 | + } | |
3582 | + }, | |
3583 | + "node_modules/clipboardy/node_modules/get-stream": { | |
3584 | + "version": "8.0.1", | |
3585 | + "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz", | |
3586 | + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", | |
3587 | + "engines": { | |
3588 | + "node": ">=16" | |
3589 | + }, | |
3590 | + "funding": { | |
3591 | + "url": "https://github.com/sponsors/sindresorhus" | |
3592 | + } | |
3593 | + }, | |
3594 | + "node_modules/clipboardy/node_modules/human-signals": { | |
3595 | + "version": "5.0.0", | |
3596 | + "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz", | |
3597 | + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", | |
3598 | + "engines": { | |
3599 | + "node": ">=16.17.0" | |
3600 | + } | |
3601 | + }, | |
3602 | + "node_modules/clipboardy/node_modules/signal-exit": { | |
3603 | + "version": "4.1.0", | |
3604 | + "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz", | |
3605 | + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", | |
3606 | + "engines": { | |
3607 | + "node": ">=14" | |
3608 | + }, | |
3609 | + "funding": { | |
3610 | + "url": "https://github.com/sponsors/isaacs" | |
3611 | + } | |
3612 | + }, | |
3613 | + "node_modules/cliui": { | |
3614 | + "version": "8.0.1", | |
3615 | + "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz", | |
3616 | + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", | |
3617 | + "dependencies": { | |
3618 | + "string-width": "^4.2.0", | |
3619 | + "strip-ansi": "^6.0.1", | |
3620 | + "wrap-ansi": "^7.0.0" | |
3621 | + }, | |
3622 | + "engines": { | |
3623 | + "node": ">=12" | |
3624 | + } | |
3625 | + }, | |
3626 | + "node_modules/cluster-key-slot": { | |
3627 | + "version": "1.1.2", | |
3628 | + "resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz", | |
3629 | + "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==", | |
3630 | + "engines": { | |
3631 | + "node": ">=0.10.0" | |
3632 | + } | |
3633 | + }, | |
3634 | + "node_modules/color-convert": { | |
3635 | + "version": "2.0.1", | |
3636 | + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", | |
3637 | + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
3638 | + "dependencies": { | |
3639 | + "color-name": "~1.1.4" | |
3640 | + }, | |
3641 | + "engines": { | |
3642 | + "node": ">=7.0.0" | |
3643 | + } | |
3644 | + }, | |
3645 | + "node_modules/color-name": { | |
3646 | + "version": "1.1.4", | |
3647 | + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", | |
3648 | + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
3649 | + }, | |
3650 | + "node_modules/color-support": { | |
3651 | + "version": "1.1.3", | |
3652 | + "resolved": "https://registry.npmmirror.com/color-support/-/color-support-1.1.3.tgz", | |
3653 | + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", | |
3654 | + "bin": { | |
3655 | + "color-support": "bin.js" | |
3656 | + } | |
3657 | + }, | |
3658 | + "node_modules/colord": { | |
3659 | + "version": "2.9.3", | |
3660 | + "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz", | |
3661 | + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" | |
3662 | + }, | |
3663 | + "node_modules/colorette": { | |
3664 | + "version": "1.4.0", | |
3665 | + "resolved": "https://registry.npmmirror.com/colorette/-/colorette-1.4.0.tgz", | |
3666 | + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" | |
3667 | + }, | |
3668 | + "node_modules/commander": { | |
3669 | + "version": "4.1.1", | |
3670 | + "resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz", | |
3671 | + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", | |
3672 | + "dev": true, | |
3673 | + "engines": { | |
3674 | + "node": ">= 6" | |
3675 | + } | |
3676 | + }, | |
3677 | + "node_modules/commondir": { | |
3678 | + "version": "1.0.1", | |
3679 | + "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz", | |
3680 | + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" | |
3681 | + }, | |
3682 | + "node_modules/compatx": { | |
3683 | + "version": "0.1.8", | |
3684 | + "resolved": "https://registry.npmmirror.com/compatx/-/compatx-0.1.8.tgz", | |
3685 | + "integrity": "sha512-jcbsEAR81Bt5s1qOFymBufmCbXCXbk0Ql+K5ouj6gCyx2yHlu6AgmGIi9HxfKixpUDO5bCFJUHQ5uM6ecbTebw==" | |
3686 | + }, | |
3687 | + "node_modules/compress-commons": { | |
3688 | + "version": "6.0.2", | |
3689 | + "resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-6.0.2.tgz", | |
3690 | + "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==", | |
3691 | + "dependencies": { | |
3692 | + "crc-32": "^1.2.0", | |
3693 | + "crc32-stream": "^6.0.0", | |
3694 | + "is-stream": "^2.0.1", | |
3695 | + "normalize-path": "^3.0.0", | |
3696 | + "readable-stream": "^4.0.0" | |
3697 | + }, | |
3698 | + "engines": { | |
3699 | + "node": ">= 14" | |
3700 | + } | |
3701 | + }, | |
3702 | + "node_modules/compress-commons/node_modules/is-stream": { | |
3703 | + "version": "2.0.1", | |
3704 | + "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz", | |
3705 | + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", | |
3706 | + "engines": { | |
3707 | + "node": ">=8" | |
3708 | + }, | |
3709 | + "funding": { | |
3710 | + "url": "https://github.com/sponsors/sindresorhus" | |
3711 | + } | |
3712 | + }, | |
3713 | + "node_modules/concat-map": { | |
3714 | + "version": "0.0.1", | |
3715 | + "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz", | |
3716 | + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" | |
3717 | + }, | |
3718 | + "node_modules/confbox": { | |
3719 | + "version": "0.1.8", | |
3720 | + "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz", | |
3721 | + "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==" | |
3722 | + }, | |
3723 | + "node_modules/consola": { | |
3724 | + "version": "3.2.3", | |
3725 | + "resolved": "https://registry.npmmirror.com/consola/-/consola-3.2.3.tgz", | |
3726 | + "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==", | |
3727 | + "engines": { | |
3728 | + "node": "^14.18.0 || >=16.10.0" | |
3729 | + } | |
3730 | + }, | |
3731 | + "node_modules/console-control-strings": { | |
3732 | + "version": "1.1.0", | |
3733 | + "resolved": "https://registry.npmmirror.com/console-control-strings/-/console-control-strings-1.1.0.tgz", | |
3734 | + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" | |
3735 | + }, | |
3736 | + "node_modules/convert-source-map": { | |
3737 | + "version": "2.0.0", | |
3738 | + "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz", | |
3739 | + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" | |
3740 | + }, | |
3741 | + "node_modules/cookie-es": { | |
3742 | + "version": "1.2.2", | |
3743 | + "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-1.2.2.tgz", | |
3744 | + "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==" | |
3745 | + }, | |
3746 | + "node_modules/copy-anything": { | |
3747 | + "version": "3.0.5", | |
3748 | + "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz", | |
3749 | + "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==", | |
3750 | + "dependencies": { | |
3751 | + "is-what": "^4.1.8" | |
3752 | + }, | |
3753 | + "engines": { | |
3754 | + "node": ">=12.13" | |
3755 | + }, | |
3756 | + "funding": { | |
3757 | + "url": "https://github.com/sponsors/mesqueeb" | |
3758 | + } | |
3759 | + }, | |
3760 | + "node_modules/core-util-is": { | |
3761 | + "version": "1.0.3", | |
3762 | + "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz", | |
3763 | + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" | |
3764 | + }, | |
3765 | + "node_modules/crc-32": { | |
3766 | + "version": "1.2.2", | |
3767 | + "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz", | |
3768 | + "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", | |
3769 | + "bin": { | |
3770 | + "crc32": "bin/crc32.njs" | |
3771 | + }, | |
3772 | + "engines": { | |
3773 | + "node": ">=0.8" | |
3774 | + } | |
3775 | + }, | |
3776 | + "node_modules/crc32-stream": { | |
3777 | + "version": "6.0.0", | |
3778 | + "resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-6.0.0.tgz", | |
3779 | + "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==", | |
3780 | + "dependencies": { | |
3781 | + "crc-32": "^1.2.0", | |
3782 | + "readable-stream": "^4.0.0" | |
3783 | + }, | |
3784 | + "engines": { | |
3785 | + "node": ">= 14" | |
3786 | + } | |
3787 | + }, | |
3788 | + "node_modules/create-require": { | |
3789 | + "version": "1.1.1", | |
3790 | + "resolved": "https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz", | |
3791 | + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" | |
3792 | + }, | |
3793 | + "node_modules/croner": { | |
3794 | + "version": "9.0.0", | |
3795 | + "resolved": "https://registry.npmmirror.com/croner/-/croner-9.0.0.tgz", | |
3796 | + "integrity": "sha512-onMB0OkDjkXunhdW9htFjEhqrD54+M94i6ackoUkjHKbRnXdyEyKRelp4nJ1kAz32+s27jP1FsebpJCVl0BsvA==", | |
3797 | + "engines": { | |
3798 | + "node": ">=18.0" | |
3799 | + } | |
3800 | + }, | |
3801 | + "node_modules/cronstrue": { | |
3802 | + "version": "2.51.0", | |
3803 | + "resolved": "https://registry.npmmirror.com/cronstrue/-/cronstrue-2.51.0.tgz", | |
3804 | + "integrity": "sha512-7EG9VaZZ5SRbZ7m25dmP6xaS0qe9ay6wywMskFOU/lMDKa+3gZr2oeT5OUfXwRP/Bcj8wxdYJ65AHU70CI3tsw==", | |
3805 | + "bin": { | |
3806 | + "cronstrue": "bin/cli.js" | |
3807 | + } | |
3808 | + }, | |
3809 | + "node_modules/cross-spawn": { | |
3810 | + "version": "7.0.5", | |
3811 | + "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.5.tgz", | |
3812 | + "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", | |
3813 | + "dependencies": { | |
3814 | + "path-key": "^3.1.0", | |
3815 | + "shebang-command": "^2.0.0", | |
3816 | + "which": "^2.0.1" | |
3817 | + }, | |
3818 | + "engines": { | |
3819 | + "node": ">= 8" | |
3820 | + } | |
3821 | + }, | |
3822 | + "node_modules/cross-spawn/node_modules/which": { | |
3823 | + "version": "2.0.2", | |
3824 | + "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", | |
3825 | + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | |
3826 | + "dependencies": { | |
3827 | + "isexe": "^2.0.0" | |
3828 | + }, | |
3829 | + "bin": { | |
3830 | + "node-which": "bin/node-which" | |
3831 | + }, | |
3832 | + "engines": { | |
3833 | + "node": ">= 8" | |
3834 | + } | |
3835 | + }, | |
3836 | + "node_modules/crossws": { | |
3837 | + "version": "0.3.1", | |
3838 | + "resolved": "https://registry.npmmirror.com/crossws/-/crossws-0.3.1.tgz", | |
3839 | + "integrity": "sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==", | |
3840 | + "dependencies": { | |
3841 | + "uncrypto": "^0.1.3" | |
3842 | + } | |
3843 | + }, | |
3844 | + "node_modules/css-declaration-sorter": { | |
3845 | + "version": "7.2.0", | |
3846 | + "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", | |
3847 | + "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==", | |
3848 | + "engines": { | |
3849 | + "node": "^14 || ^16 || >=18" | |
3850 | + }, | |
3851 | + "peerDependencies": { | |
3852 | + "postcss": "^8.0.9" | |
3853 | + } | |
3854 | + }, | |
3855 | + "node_modules/css-select": { | |
3856 | + "version": "5.1.0", | |
3857 | + "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.1.0.tgz", | |
3858 | + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", | |
3859 | + "dependencies": { | |
3860 | + "boolbase": "^1.0.0", | |
3861 | + "css-what": "^6.1.0", | |
3862 | + "domhandler": "^5.0.2", | |
3863 | + "domutils": "^3.0.1", | |
3864 | + "nth-check": "^2.0.1" | |
3865 | + }, | |
3866 | + "funding": { | |
3867 | + "url": "https://github.com/sponsors/fb55" | |
3868 | + } | |
3869 | + }, | |
3870 | + "node_modules/css-tree": { | |
3871 | + "version": "2.3.1", | |
3872 | + "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.3.1.tgz", | |
3873 | + "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", | |
3874 | + "dependencies": { | |
3875 | + "mdn-data": "2.0.30", | |
3876 | + "source-map-js": "^1.0.1" | |
3877 | + }, | |
3878 | + "engines": { | |
3879 | + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" | |
3880 | + } | |
3881 | + }, | |
3882 | + "node_modules/css-what": { | |
3883 | + "version": "6.1.0", | |
3884 | + "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz", | |
3885 | + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", | |
3886 | + "engines": { | |
3887 | + "node": ">= 6" | |
3888 | + }, | |
3889 | + "funding": { | |
3890 | + "url": "https://github.com/sponsors/fb55" | |
3891 | + } | |
3892 | + }, | |
3893 | + "node_modules/cssesc": { | |
3894 | + "version": "3.0.0", | |
3895 | + "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz", | |
3896 | + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", | |
3897 | + "bin": { | |
3898 | + "cssesc": "bin/cssesc" | |
3899 | + }, | |
3900 | + "engines": { | |
3901 | + "node": ">=4" | |
3902 | + } | |
3903 | + }, | |
3904 | + "node_modules/cssnano": { | |
3905 | + "version": "7.0.6", | |
3906 | + "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-7.0.6.tgz", | |
3907 | + "integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==", | |
3908 | + "dependencies": { | |
3909 | + "cssnano-preset-default": "^7.0.6", | |
3910 | + "lilconfig": "^3.1.2" | |
3911 | + }, | |
3912 | + "engines": { | |
3913 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
3914 | + }, | |
3915 | + "funding": { | |
3916 | + "type": "opencollective", | |
3917 | + "url": "https://opencollective.com/cssnano" | |
3918 | + }, | |
3919 | + "peerDependencies": { | |
3920 | + "postcss": "^8.4.31" | |
3921 | + } | |
3922 | + }, | |
3923 | + "node_modules/cssnano-preset-default": { | |
3924 | + "version": "7.0.6", | |
3925 | + "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-7.0.6.tgz", | |
3926 | + "integrity": "sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==", | |
3927 | + "dependencies": { | |
3928 | + "browserslist": "^4.23.3", | |
3929 | + "css-declaration-sorter": "^7.2.0", | |
3930 | + "cssnano-utils": "^5.0.0", | |
3931 | + "postcss-calc": "^10.0.2", | |
3932 | + "postcss-colormin": "^7.0.2", | |
3933 | + "postcss-convert-values": "^7.0.4", | |
3934 | + "postcss-discard-comments": "^7.0.3", | |
3935 | + "postcss-discard-duplicates": "^7.0.1", | |
3936 | + "postcss-discard-empty": "^7.0.0", | |
3937 | + "postcss-discard-overridden": "^7.0.0", | |
3938 | + "postcss-merge-longhand": "^7.0.4", | |
3939 | + "postcss-merge-rules": "^7.0.4", | |
3940 | + "postcss-minify-font-values": "^7.0.0", | |
3941 | + "postcss-minify-gradients": "^7.0.0", | |
3942 | + "postcss-minify-params": "^7.0.2", | |
3943 | + "postcss-minify-selectors": "^7.0.4", | |
3944 | + "postcss-normalize-charset": "^7.0.0", | |
3945 | + "postcss-normalize-display-values": "^7.0.0", | |
3946 | + "postcss-normalize-positions": "^7.0.0", | |
3947 | + "postcss-normalize-repeat-style": "^7.0.0", | |
3948 | + "postcss-normalize-string": "^7.0.0", | |
3949 | + "postcss-normalize-timing-functions": "^7.0.0", | |
3950 | + "postcss-normalize-unicode": "^7.0.2", | |
3951 | + "postcss-normalize-url": "^7.0.0", | |
3952 | + "postcss-normalize-whitespace": "^7.0.0", | |
3953 | + "postcss-ordered-values": "^7.0.1", | |
3954 | + "postcss-reduce-initial": "^7.0.2", | |
3955 | + "postcss-reduce-transforms": "^7.0.0", | |
3956 | + "postcss-svgo": "^7.0.1", | |
3957 | + "postcss-unique-selectors": "^7.0.3" | |
3958 | + }, | |
3959 | + "engines": { | |
3960 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
3961 | + }, | |
3962 | + "peerDependencies": { | |
3963 | + "postcss": "^8.4.31" | |
3964 | + } | |
3965 | + }, | |
3966 | + "node_modules/cssnano-utils": { | |
3967 | + "version": "5.0.0", | |
3968 | + "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-5.0.0.tgz", | |
3969 | + "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==", | |
3970 | + "engines": { | |
3971 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
3972 | + }, | |
3973 | + "peerDependencies": { | |
3974 | + "postcss": "^8.4.31" | |
3975 | + } | |
3976 | + }, | |
3977 | + "node_modules/csso": { | |
3978 | + "version": "5.0.5", | |
3979 | + "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz", | |
3980 | + "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", | |
3981 | + "dependencies": { | |
3982 | + "css-tree": "~2.2.0" | |
3983 | + }, | |
3984 | + "engines": { | |
3985 | + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", | |
3986 | + "npm": ">=7.0.0" | |
3987 | + } | |
3988 | + }, | |
3989 | + "node_modules/csso/node_modules/css-tree": { | |
3990 | + "version": "2.2.1", | |
3991 | + "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz", | |
3992 | + "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", | |
3993 | + "dependencies": { | |
3994 | + "mdn-data": "2.0.28", | |
3995 | + "source-map-js": "^1.0.1" | |
3996 | + }, | |
3997 | + "engines": { | |
3998 | + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", | |
3999 | + "npm": ">=7.0.0" | |
4000 | + } | |
4001 | + }, | |
4002 | + "node_modules/csso/node_modules/mdn-data": { | |
4003 | + "version": "2.0.28", | |
4004 | + "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz", | |
4005 | + "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==" | |
4006 | + }, | |
4007 | + "node_modules/csstype": { | |
4008 | + "version": "3.1.3", | |
4009 | + "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz", | |
4010 | + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" | |
4011 | + }, | |
4012 | + "node_modules/db0": { | |
4013 | + "version": "0.2.1", | |
4014 | + "resolved": "https://registry.npmmirror.com/db0/-/db0-0.2.1.tgz", | |
4015 | + "integrity": "sha512-BWSFmLaCkfyqbSEZBQINMVNjCVfrogi7GQ2RSy1tmtfK9OXlsup6lUMwLsqSD7FbAjD04eWFdXowSHHUp6SE/Q==", | |
4016 | + "peerDependencies": { | |
4017 | + "@electric-sql/pglite": "*", | |
4018 | + "@libsql/client": "*", | |
4019 | + "better-sqlite3": "*", | |
4020 | + "drizzle-orm": "*", | |
4021 | + "mysql2": "*" | |
4022 | + }, | |
4023 | + "peerDependenciesMeta": { | |
4024 | + "@electric-sql/pglite": { | |
4025 | + "optional": true | |
4026 | + }, | |
4027 | + "@libsql/client": { | |
4028 | + "optional": true | |
4029 | + }, | |
4030 | + "better-sqlite3": { | |
4031 | + "optional": true | |
4032 | + }, | |
4033 | + "drizzle-orm": { | |
4034 | + "optional": true | |
4035 | + }, | |
4036 | + "mysql2": { | |
4037 | + "optional": true | |
4038 | + } | |
4039 | + } | |
4040 | + }, | |
4041 | + "node_modules/debug": { | |
4042 | + "version": "4.3.7", | |
4043 | + "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.7.tgz", | |
4044 | + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", | |
4045 | + "dependencies": { | |
4046 | + "ms": "^2.1.3" | |
4047 | + }, | |
4048 | + "engines": { | |
4049 | + "node": ">=6.0" | |
4050 | + }, | |
4051 | + "peerDependenciesMeta": { | |
4052 | + "supports-color": { | |
4053 | + "optional": true | |
4054 | + } | |
4055 | + } | |
4056 | + }, | |
4057 | + "node_modules/deepmerge": { | |
4058 | + "version": "4.3.1", | |
4059 | + "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz", | |
4060 | + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", | |
4061 | + "engines": { | |
4062 | + "node": ">=0.10.0" | |
4063 | + } | |
4064 | + }, | |
4065 | + "node_modules/default-browser": { | |
4066 | + "version": "5.2.1", | |
4067 | + "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz", | |
4068 | + "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", | |
4069 | + "dependencies": { | |
4070 | + "bundle-name": "^4.1.0", | |
4071 | + "default-browser-id": "^5.0.0" | |
4072 | + }, | |
4073 | + "engines": { | |
4074 | + "node": ">=18" | |
4075 | + }, | |
4076 | + "funding": { | |
4077 | + "url": "https://github.com/sponsors/sindresorhus" | |
4078 | + } | |
4079 | + }, | |
4080 | + "node_modules/default-browser-id": { | |
4081 | + "version": "5.0.0", | |
4082 | + "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz", | |
4083 | + "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", | |
4084 | + "engines": { | |
4085 | + "node": ">=18" | |
4086 | + }, | |
4087 | + "funding": { | |
4088 | + "url": "https://github.com/sponsors/sindresorhus" | |
4089 | + } | |
4090 | + }, | |
4091 | + "node_modules/define-lazy-prop": { | |
4092 | + "version": "2.0.0", | |
4093 | + "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", | |
4094 | + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", | |
4095 | + "engines": { | |
4096 | + "node": ">=8" | |
4097 | + } | |
4098 | + }, | |
4099 | + "node_modules/defu": { | |
4100 | + "version": "6.1.4", | |
4101 | + "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz", | |
4102 | + "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==" | |
4103 | + }, | |
4104 | + "node_modules/delegates": { | |
4105 | + "version": "1.0.0", | |
4106 | + "resolved": "https://registry.npmmirror.com/delegates/-/delegates-1.0.0.tgz", | |
4107 | + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" | |
4108 | + }, | |
4109 | + "node_modules/denque": { | |
4110 | + "version": "2.1.0", | |
4111 | + "resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz", | |
4112 | + "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==", | |
4113 | + "engines": { | |
4114 | + "node": ">=0.10" | |
4115 | + } | |
4116 | + }, | |
4117 | + "node_modules/depd": { | |
4118 | + "version": "2.0.0", | |
4119 | + "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz", | |
4120 | + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", | |
4121 | + "engines": { | |
4122 | + "node": ">= 0.8" | |
4123 | + } | |
4124 | + }, | |
4125 | + "node_modules/destr": { | |
4126 | + "version": "2.0.3", | |
4127 | + "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.3.tgz", | |
4128 | + "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==" | |
4129 | + }, | |
4130 | + "node_modules/destroy": { | |
4131 | + "version": "1.2.0", | |
4132 | + "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz", | |
4133 | + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", | |
4134 | + "engines": { | |
4135 | + "node": ">= 0.8", | |
4136 | + "npm": "1.2.8000 || >= 1.4.16" | |
4137 | + } | |
4138 | + }, | |
4139 | + "node_modules/detect-libc": { | |
4140 | + "version": "2.0.3", | |
4141 | + "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.3.tgz", | |
4142 | + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", | |
4143 | + "engines": { | |
4144 | + "node": ">=8" | |
4145 | + } | |
4146 | + }, | |
4147 | + "node_modules/devalue": { | |
4148 | + "version": "5.1.1", | |
4149 | + "resolved": "https://registry.npmmirror.com/devalue/-/devalue-5.1.1.tgz", | |
4150 | + "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==" | |
4151 | + }, | |
4152 | + "node_modules/didyoumean": { | |
4153 | + "version": "1.2.2", | |
4154 | + "resolved": "https://registry.npmmirror.com/didyoumean/-/didyoumean-1.2.2.tgz", | |
4155 | + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", | |
4156 | + "dev": true | |
4157 | + }, | |
4158 | + "node_modules/diff": { | |
4159 | + "version": "7.0.0", | |
4160 | + "resolved": "https://registry.npmmirror.com/diff/-/diff-7.0.0.tgz", | |
4161 | + "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==", | |
4162 | + "engines": { | |
4163 | + "node": ">=0.3.1" | |
4164 | + } | |
4165 | + }, | |
4166 | + "node_modules/dlv": { | |
4167 | + "version": "1.1.3", | |
4168 | + "resolved": "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz", | |
4169 | + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", | |
4170 | + "dev": true | |
4171 | + }, | |
4172 | + "node_modules/dom-serializer": { | |
4173 | + "version": "2.0.0", | |
4174 | + "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz", | |
4175 | + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", | |
4176 | + "dependencies": { | |
4177 | + "domelementtype": "^2.3.0", | |
4178 | + "domhandler": "^5.0.2", | |
4179 | + "entities": "^4.2.0" | |
4180 | + }, | |
4181 | + "funding": { | |
4182 | + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" | |
4183 | + } | |
4184 | + }, | |
4185 | + "node_modules/domelementtype": { | |
4186 | + "version": "2.3.0", | |
4187 | + "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz", | |
4188 | + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", | |
4189 | + "funding": [ | |
4190 | + { | |
4191 | + "type": "github", | |
4192 | + "url": "https://github.com/sponsors/fb55" | |
4193 | + } | |
4194 | + ] | |
4195 | + }, | |
4196 | + "node_modules/domhandler": { | |
4197 | + "version": "5.0.3", | |
4198 | + "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz", | |
4199 | + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", | |
4200 | + "dependencies": { | |
4201 | + "domelementtype": "^2.3.0" | |
4202 | + }, | |
4203 | + "engines": { | |
4204 | + "node": ">= 4" | |
4205 | + }, | |
4206 | + "funding": { | |
4207 | + "url": "https://github.com/fb55/domhandler?sponsor=1" | |
4208 | + } | |
4209 | + }, | |
4210 | + "node_modules/domutils": { | |
4211 | + "version": "3.1.0", | |
4212 | + "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.1.0.tgz", | |
4213 | + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", | |
4214 | + "dependencies": { | |
4215 | + "dom-serializer": "^2.0.0", | |
4216 | + "domelementtype": "^2.3.0", | |
4217 | + "domhandler": "^5.0.3" | |
4218 | + }, | |
4219 | + "funding": { | |
4220 | + "url": "https://github.com/fb55/domutils?sponsor=1" | |
4221 | + } | |
4222 | + }, | |
4223 | + "node_modules/dot-prop": { | |
4224 | + "version": "9.0.0", | |
4225 | + "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-9.0.0.tgz", | |
4226 | + "integrity": "sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==", | |
4227 | + "dependencies": { | |
4228 | + "type-fest": "^4.18.2" | |
4229 | + }, | |
4230 | + "engines": { | |
4231 | + "node": ">=18" | |
4232 | + }, | |
4233 | + "funding": { | |
4234 | + "url": "https://github.com/sponsors/sindresorhus" | |
4235 | + } | |
4236 | + }, | |
4237 | + "node_modules/dotenv": { | |
4238 | + "version": "16.4.5", | |
4239 | + "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.4.5.tgz", | |
4240 | + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", | |
4241 | + "engines": { | |
4242 | + "node": ">=12" | |
4243 | + }, | |
4244 | + "funding": { | |
4245 | + "url": "https://dotenvx.com" | |
4246 | + } | |
4247 | + }, | |
4248 | + "node_modules/duplexer": { | |
4249 | + "version": "0.1.2", | |
4250 | + "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz", | |
4251 | + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" | |
4252 | + }, | |
4253 | + "node_modules/eastasianwidth": { | |
4254 | + "version": "0.2.0", | |
4255 | + "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz", | |
4256 | + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" | |
4257 | + }, | |
4258 | + "node_modules/ee-first": { | |
4259 | + "version": "1.1.1", | |
4260 | + "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz", | |
4261 | + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" | |
4262 | + }, | |
4263 | + "node_modules/electron-to-chromium": { | |
4264 | + "version": "1.5.57", | |
4265 | + "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.57.tgz", | |
4266 | + "integrity": "sha512-xS65H/tqgOwUBa5UmOuNSLuslDo7zho0y/lgQw35pnrqiZh7UOWHCeL/Bt6noJATbA6tpQJGCifsFsIRZj1Fqg==" | |
4267 | + }, | |
4268 | + "node_modules/emoji-regex": { | |
4269 | + "version": "8.0.0", | |
4270 | + "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz", | |
4271 | + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" | |
4272 | + }, | |
4273 | + "node_modules/encodeurl": { | |
4274 | + "version": "2.0.0", | |
4275 | + "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz", | |
4276 | + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", | |
4277 | + "engines": { | |
4278 | + "node": ">= 0.8" | |
4279 | + } | |
4280 | + }, | |
4281 | + "node_modules/enhanced-resolve": { | |
4282 | + "version": "5.17.1", | |
4283 | + "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", | |
4284 | + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", | |
4285 | + "dependencies": { | |
4286 | + "graceful-fs": "^4.2.4", | |
4287 | + "tapable": "^2.2.0" | |
4288 | + }, | |
4289 | + "engines": { | |
4290 | + "node": ">=10.13.0" | |
4291 | + } | |
4292 | + }, | |
4293 | + "node_modules/entities": { | |
4294 | + "version": "4.5.0", | |
4295 | + "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz", | |
4296 | + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", | |
4297 | + "engines": { | |
4298 | + "node": ">=0.12" | |
4299 | + }, | |
4300 | + "funding": { | |
4301 | + "url": "https://github.com/fb55/entities?sponsor=1" | |
4302 | + } | |
4303 | + }, | |
4304 | + "node_modules/error-stack-parser-es": { | |
4305 | + "version": "0.1.5", | |
4306 | + "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz", | |
4307 | + "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==", | |
4308 | + "funding": { | |
4309 | + "url": "https://github.com/sponsors/antfu" | |
4310 | + } | |
4311 | + }, | |
4312 | + "node_modules/errx": { | |
4313 | + "version": "0.1.0", | |
4314 | + "resolved": "https://registry.npmmirror.com/errx/-/errx-0.1.0.tgz", | |
4315 | + "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==" | |
4316 | + }, | |
4317 | + "node_modules/esbuild": { | |
4318 | + "version": "0.24.0", | |
4319 | + "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.24.0.tgz", | |
4320 | + "integrity": "sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==", | |
4321 | + "hasInstallScript": true, | |
4322 | + "bin": { | |
4323 | + "esbuild": "bin/esbuild" | |
4324 | + }, | |
4325 | + "engines": { | |
4326 | + "node": ">=18" | |
4327 | + }, | |
4328 | + "optionalDependencies": { | |
4329 | + "@esbuild/aix-ppc64": "0.24.0", | |
4330 | + "@esbuild/android-arm": "0.24.0", | |
4331 | + "@esbuild/android-arm64": "0.24.0", | |
4332 | + "@esbuild/android-x64": "0.24.0", | |
4333 | + "@esbuild/darwin-arm64": "0.24.0", | |
4334 | + "@esbuild/darwin-x64": "0.24.0", | |
4335 | + "@esbuild/freebsd-arm64": "0.24.0", | |
4336 | + "@esbuild/freebsd-x64": "0.24.0", | |
4337 | + "@esbuild/linux-arm": "0.24.0", | |
4338 | + "@esbuild/linux-arm64": "0.24.0", | |
4339 | + "@esbuild/linux-ia32": "0.24.0", | |
4340 | + "@esbuild/linux-loong64": "0.24.0", | |
4341 | + "@esbuild/linux-mips64el": "0.24.0", | |
4342 | + "@esbuild/linux-ppc64": "0.24.0", | |
4343 | + "@esbuild/linux-riscv64": "0.24.0", | |
4344 | + "@esbuild/linux-s390x": "0.24.0", | |
4345 | + "@esbuild/linux-x64": "0.24.0", | |
4346 | + "@esbuild/netbsd-x64": "0.24.0", | |
4347 | + "@esbuild/openbsd-arm64": "0.24.0", | |
4348 | + "@esbuild/openbsd-x64": "0.24.0", | |
4349 | + "@esbuild/sunos-x64": "0.24.0", | |
4350 | + "@esbuild/win32-arm64": "0.24.0", | |
4351 | + "@esbuild/win32-ia32": "0.24.0", | |
4352 | + "@esbuild/win32-x64": "0.24.0" | |
4353 | + } | |
4354 | + }, | |
4355 | + "node_modules/escalade": { | |
4356 | + "version": "3.2.0", | |
4357 | + "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz", | |
4358 | + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", | |
4359 | + "engines": { | |
4360 | + "node": ">=6" | |
4361 | + } | |
4362 | + }, | |
4363 | + "node_modules/escape-html": { | |
4364 | + "version": "1.0.3", | |
4365 | + "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz", | |
4366 | + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" | |
4367 | + }, | |
4368 | + "node_modules/escape-string-regexp": { | |
4369 | + "version": "5.0.0", | |
4370 | + "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", | |
4371 | + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", | |
4372 | + "engines": { | |
4373 | + "node": ">=12" | |
4374 | + }, | |
4375 | + "funding": { | |
4376 | + "url": "https://github.com/sponsors/sindresorhus" | |
4377 | + } | |
4378 | + }, | |
4379 | + "node_modules/escodegen": { | |
4380 | + "version": "2.1.0", | |
4381 | + "resolved": "https://registry.npmmirror.com/escodegen/-/escodegen-2.1.0.tgz", | |
4382 | + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", | |
4383 | + "dev": true, | |
4384 | + "dependencies": { | |
4385 | + "esprima": "^4.0.1", | |
4386 | + "estraverse": "^5.2.0", | |
4387 | + "esutils": "^2.0.2" | |
4388 | + }, | |
4389 | + "bin": { | |
4390 | + "escodegen": "bin/escodegen.js", | |
4391 | + "esgenerate": "bin/esgenerate.js" | |
4392 | + }, | |
4393 | + "engines": { | |
4394 | + "node": ">=6.0" | |
4395 | + }, | |
4396 | + "optionalDependencies": { | |
4397 | + "source-map": "~0.6.1" | |
4398 | + } | |
4399 | + }, | |
4400 | + "node_modules/eslint-visitor-keys": { | |
4401 | + "version": "3.4.3", | |
4402 | + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", | |
4403 | + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", | |
4404 | + "dev": true, | |
4405 | + "engines": { | |
4406 | + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |
4407 | + }, | |
4408 | + "funding": { | |
4409 | + "url": "https://opencollective.com/eslint" | |
4410 | + } | |
4411 | + }, | |
4412 | + "node_modules/espree": { | |
4413 | + "version": "9.6.1", | |
4414 | + "resolved": "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz", | |
4415 | + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", | |
4416 | + "dev": true, | |
4417 | + "dependencies": { | |
4418 | + "acorn": "^8.9.0", | |
4419 | + "acorn-jsx": "^5.3.2", | |
4420 | + "eslint-visitor-keys": "^3.4.1" | |
4421 | + }, | |
4422 | + "engines": { | |
4423 | + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |
4424 | + }, | |
4425 | + "funding": { | |
4426 | + "url": "https://opencollective.com/eslint" | |
4427 | + } | |
4428 | + }, | |
4429 | + "node_modules/esprima": { | |
4430 | + "version": "4.0.1", | |
4431 | + "resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz", | |
4432 | + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", | |
4433 | + "dev": true, | |
4434 | + "bin": { | |
4435 | + "esparse": "bin/esparse.js", | |
4436 | + "esvalidate": "bin/esvalidate.js" | |
4437 | + }, | |
4438 | + "engines": { | |
4439 | + "node": ">=4" | |
4440 | + } | |
4441 | + }, | |
4442 | + "node_modules/estraverse": { | |
4443 | + "version": "5.3.0", | |
4444 | + "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz", | |
4445 | + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", | |
4446 | + "dev": true, | |
4447 | + "engines": { | |
4448 | + "node": ">=4.0" | |
4449 | + } | |
4450 | + }, | |
4451 | + "node_modules/estree-walker": { | |
4452 | + "version": "3.0.3", | |
4453 | + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz", | |
4454 | + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", | |
4455 | + "dependencies": { | |
4456 | + "@types/estree": "^1.0.0" | |
4457 | + } | |
4458 | + }, | |
4459 | + "node_modules/esutils": { | |
4460 | + "version": "2.0.3", | |
4461 | + "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz", | |
4462 | + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", | |
4463 | + "dev": true, | |
4464 | + "engines": { | |
4465 | + "node": ">=0.10.0" | |
4466 | + } | |
4467 | + }, | |
4468 | + "node_modules/etag": { | |
4469 | + "version": "1.8.1", | |
4470 | + "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz", | |
4471 | + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", | |
4472 | + "engines": { | |
4473 | + "node": ">= 0.6" | |
4474 | + } | |
4475 | + }, | |
4476 | + "node_modules/event-target-shim": { | |
4477 | + "version": "5.0.1", | |
4478 | + "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz", | |
4479 | + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", | |
4480 | + "engines": { | |
4481 | + "node": ">=6" | |
4482 | + } | |
4483 | + }, | |
4484 | + "node_modules/events": { | |
4485 | + "version": "3.3.0", | |
4486 | + "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz", | |
4487 | + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", | |
4488 | + "engines": { | |
4489 | + "node": ">=0.8.x" | |
4490 | + } | |
4491 | + }, | |
4492 | + "node_modules/execa": { | |
4493 | + "version": "7.2.0", | |
4494 | + "resolved": "https://registry.npmmirror.com/execa/-/execa-7.2.0.tgz", | |
4495 | + "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", | |
4496 | + "dependencies": { | |
4497 | + "cross-spawn": "^7.0.3", | |
4498 | + "get-stream": "^6.0.1", | |
4499 | + "human-signals": "^4.3.0", | |
4500 | + "is-stream": "^3.0.0", | |
4501 | + "merge-stream": "^2.0.0", | |
4502 | + "npm-run-path": "^5.1.0", | |
4503 | + "onetime": "^6.0.0", | |
4504 | + "signal-exit": "^3.0.7", | |
4505 | + "strip-final-newline": "^3.0.0" | |
4506 | + }, | |
4507 | + "engines": { | |
4508 | + "node": "^14.18.0 || ^16.14.0 || >=18.0.0" | |
4509 | + }, | |
4510 | + "funding": { | |
4511 | + "url": "https://github.com/sindresorhus/execa?sponsor=1" | |
4512 | + } | |
4513 | + }, | |
4514 | + "node_modules/externality": { | |
4515 | + "version": "1.0.2", | |
4516 | + "resolved": "https://registry.npmmirror.com/externality/-/externality-1.0.2.tgz", | |
4517 | + "integrity": "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==", | |
4518 | + "dependencies": { | |
4519 | + "enhanced-resolve": "^5.14.1", | |
4520 | + "mlly": "^1.3.0", | |
4521 | + "pathe": "^1.1.1", | |
4522 | + "ufo": "^1.1.2" | |
4523 | + } | |
4524 | + }, | |
4525 | + "node_modules/fast-deep-equal": { | |
4526 | + "version": "3.1.3", | |
4527 | + "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", | |
4528 | + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" | |
4529 | + }, | |
4530 | + "node_modules/fast-fifo": { | |
4531 | + "version": "1.3.2", | |
4532 | + "resolved": "https://registry.npmmirror.com/fast-fifo/-/fast-fifo-1.3.2.tgz", | |
4533 | + "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" | |
4534 | + }, | |
4535 | + "node_modules/fast-glob": { | |
4536 | + "version": "3.3.2", | |
4537 | + "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz", | |
4538 | + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", | |
4539 | + "dependencies": { | |
4540 | + "@nodelib/fs.stat": "^2.0.2", | |
4541 | + "@nodelib/fs.walk": "^1.2.3", | |
4542 | + "glob-parent": "^5.1.2", | |
4543 | + "merge2": "^1.3.0", | |
4544 | + "micromatch": "^4.0.4" | |
4545 | + }, | |
4546 | + "engines": { | |
4547 | + "node": ">=8.6.0" | |
4548 | + } | |
4549 | + }, | |
4550 | + "node_modules/fast-npm-meta": { | |
4551 | + "version": "0.2.2", | |
4552 | + "resolved": "https://registry.npmmirror.com/fast-npm-meta/-/fast-npm-meta-0.2.2.tgz", | |
4553 | + "integrity": "sha512-E+fdxeaOQGo/CMWc9f4uHFfgUPJRAu7N3uB8GBvB3SDPAIWJK4GKyYhkAGFq+GYrcbKNfQIz5VVQyJnDuPPCrg==", | |
4554 | + "funding": { | |
4555 | + "url": "https://github.com/sponsors/antfu" | |
4556 | + } | |
4557 | + }, | |
4558 | + "node_modules/fastq": { | |
4559 | + "version": "1.17.1", | |
4560 | + "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.17.1.tgz", | |
4561 | + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", | |
4562 | + "dependencies": { | |
4563 | + "reusify": "^1.0.4" | |
4564 | + } | |
4565 | + }, | |
4566 | + "node_modules/fdir": { | |
4567 | + "version": "6.4.2", | |
4568 | + "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.2.tgz", | |
4569 | + "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==", | |
4570 | + "peerDependencies": { | |
4571 | + "picomatch": "^3 || ^4" | |
4572 | + }, | |
4573 | + "peerDependenciesMeta": { | |
4574 | + "picomatch": { | |
4575 | + "optional": true | |
4576 | + } | |
4577 | + } | |
4578 | + }, | |
4579 | + "node_modules/file-uri-to-path": { | |
4580 | + "version": "1.0.0", | |
4581 | + "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", | |
4582 | + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" | |
4583 | + }, | |
4584 | + "node_modules/fill-range": { | |
4585 | + "version": "7.1.1", | |
4586 | + "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz", | |
4587 | + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", | |
4588 | + "dependencies": { | |
4589 | + "to-regex-range": "^5.0.1" | |
4590 | + }, | |
4591 | + "engines": { | |
4592 | + "node": ">=8" | |
4593 | + } | |
4594 | + }, | |
4595 | + "node_modules/flatted": { | |
4596 | + "version": "3.3.1", | |
4597 | + "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.1.tgz", | |
4598 | + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" | |
4599 | + }, | |
4600 | + "node_modules/foreground-child": { | |
4601 | + "version": "3.3.0", | |
4602 | + "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.0.tgz", | |
4603 | + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", | |
4604 | + "dependencies": { | |
4605 | + "cross-spawn": "^7.0.0", | |
4606 | + "signal-exit": "^4.0.1" | |
4607 | + }, | |
4608 | + "engines": { | |
4609 | + "node": ">=14" | |
4610 | + }, | |
4611 | + "funding": { | |
4612 | + "url": "https://github.com/sponsors/isaacs" | |
4613 | + } | |
4614 | + }, | |
4615 | + "node_modules/foreground-child/node_modules/signal-exit": { | |
4616 | + "version": "4.1.0", | |
4617 | + "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz", | |
4618 | + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", | |
4619 | + "engines": { | |
4620 | + "node": ">=14" | |
4621 | + }, | |
4622 | + "funding": { | |
4623 | + "url": "https://github.com/sponsors/isaacs" | |
4624 | + } | |
4625 | + }, | |
4626 | + "node_modules/fraction.js": { | |
4627 | + "version": "4.3.7", | |
4628 | + "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz", | |
4629 | + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", | |
4630 | + "engines": { | |
4631 | + "node": "*" | |
4632 | + }, | |
4633 | + "funding": { | |
4634 | + "type": "patreon", | |
4635 | + "url": "https://github.com/sponsors/rawify" | |
4636 | + } | |
4637 | + }, | |
4638 | + "node_modules/fresh": { | |
4639 | + "version": "0.5.2", | |
4640 | + "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz", | |
4641 | + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", | |
4642 | + "engines": { | |
4643 | + "node": ">= 0.6" | |
4644 | + } | |
4645 | + }, | |
4646 | + "node_modules/fs-extra": { | |
4647 | + "version": "11.2.0", | |
4648 | + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.2.0.tgz", | |
4649 | + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", | |
4650 | + "dependencies": { | |
4651 | + "graceful-fs": "^4.2.0", | |
4652 | + "jsonfile": "^6.0.1", | |
4653 | + "universalify": "^2.0.0" | |
4654 | + }, | |
4655 | + "engines": { | |
4656 | + "node": ">=14.14" | |
4657 | + } | |
4658 | + }, | |
4659 | + "node_modules/fs-minipass": { | |
4660 | + "version": "2.1.0", | |
4661 | + "resolved": "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz", | |
4662 | + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", | |
4663 | + "dependencies": { | |
4664 | + "minipass": "^3.0.0" | |
4665 | + }, | |
4666 | + "engines": { | |
4667 | + "node": ">= 8" | |
4668 | + } | |
4669 | + }, | |
4670 | + "node_modules/fs-minipass/node_modules/minipass": { | |
4671 | + "version": "3.3.6", | |
4672 | + "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz", | |
4673 | + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", | |
4674 | + "dependencies": { | |
4675 | + "yallist": "^4.0.0" | |
4676 | + }, | |
4677 | + "engines": { | |
4678 | + "node": ">=8" | |
4679 | + } | |
4680 | + }, | |
4681 | + "node_modules/fs-minipass/node_modules/yallist": { | |
4682 | + "version": "4.0.0", | |
4683 | + "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", | |
4684 | + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" | |
4685 | + }, | |
4686 | + "node_modules/fs.realpath": { | |
4687 | + "version": "1.0.0", | |
4688 | + "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz", | |
4689 | + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" | |
4690 | + }, | |
4691 | + "node_modules/fsevents": { | |
4692 | + "version": "2.3.3", | |
4693 | + "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz", | |
4694 | + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", | |
4695 | + "hasInstallScript": true, | |
4696 | + "optional": true, | |
4697 | + "os": [ | |
4698 | + "darwin" | |
4699 | + ], | |
4700 | + "engines": { | |
4701 | + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | |
4702 | + } | |
4703 | + }, | |
4704 | + "node_modules/function-bind": { | |
4705 | + "version": "1.1.2", | |
4706 | + "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", | |
4707 | + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", | |
4708 | + "funding": { | |
4709 | + "url": "https://github.com/sponsors/ljharb" | |
4710 | + } | |
4711 | + }, | |
4712 | + "node_modules/gauge": { | |
4713 | + "version": "3.0.2", | |
4714 | + "resolved": "https://registry.npmmirror.com/gauge/-/gauge-3.0.2.tgz", | |
4715 | + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", | |
4716 | + "deprecated": "This package is no longer supported.", | |
4717 | + "dependencies": { | |
4718 | + "aproba": "^1.0.3 || ^2.0.0", | |
4719 | + "color-support": "^1.1.2", | |
4720 | + "console-control-strings": "^1.0.0", | |
4721 | + "has-unicode": "^2.0.1", | |
4722 | + "object-assign": "^4.1.1", | |
4723 | + "signal-exit": "^3.0.0", | |
4724 | + "string-width": "^4.2.3", | |
4725 | + "strip-ansi": "^6.0.1", | |
4726 | + "wide-align": "^1.1.2" | |
4727 | + }, | |
4728 | + "engines": { | |
4729 | + "node": ">=10" | |
4730 | + } | |
4731 | + }, | |
4732 | + "node_modules/gensync": { | |
4733 | + "version": "1.0.0-beta.2", | |
4734 | + "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz", | |
4735 | + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", | |
4736 | + "engines": { | |
4737 | + "node": ">=6.9.0" | |
4738 | + } | |
4739 | + }, | |
4740 | + "node_modules/get-caller-file": { | |
4741 | + "version": "2.0.5", | |
4742 | + "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz", | |
4743 | + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", | |
4744 | + "engines": { | |
4745 | + "node": "6.* || 8.* || >= 10.*" | |
4746 | + } | |
4747 | + }, | |
4748 | + "node_modules/get-port-please": { | |
4749 | + "version": "3.1.2", | |
4750 | + "resolved": "https://registry.npmmirror.com/get-port-please/-/get-port-please-3.1.2.tgz", | |
4751 | + "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==" | |
4752 | + }, | |
4753 | + "node_modules/get-stream": { | |
4754 | + "version": "6.0.1", | |
4755 | + "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz", | |
4756 | + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", | |
4757 | + "engines": { | |
4758 | + "node": ">=10" | |
4759 | + }, | |
4760 | + "funding": { | |
4761 | + "url": "https://github.com/sponsors/sindresorhus" | |
4762 | + } | |
4763 | + }, | |
4764 | + "node_modules/giget": { | |
4765 | + "version": "1.2.3", | |
4766 | + "resolved": "https://registry.npmmirror.com/giget/-/giget-1.2.3.tgz", | |
4767 | + "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==", | |
4768 | + "dependencies": { | |
4769 | + "citty": "^0.1.6", | |
4770 | + "consola": "^3.2.3", | |
4771 | + "defu": "^6.1.4", | |
4772 | + "node-fetch-native": "^1.6.3", | |
4773 | + "nypm": "^0.3.8", | |
4774 | + "ohash": "^1.1.3", | |
4775 | + "pathe": "^1.1.2", | |
4776 | + "tar": "^6.2.0" | |
4777 | + }, | |
4778 | + "bin": { | |
4779 | + "giget": "dist/cli.mjs" | |
4780 | + } | |
4781 | + }, | |
4782 | + "node_modules/git-config-path": { | |
4783 | + "version": "2.0.0", | |
4784 | + "resolved": "https://registry.npmmirror.com/git-config-path/-/git-config-path-2.0.0.tgz", | |
4785 | + "integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==", | |
4786 | + "engines": { | |
4787 | + "node": ">=4" | |
4788 | + } | |
4789 | + }, | |
4790 | + "node_modules/git-up": { | |
4791 | + "version": "7.0.0", | |
4792 | + "resolved": "https://registry.npmmirror.com/git-up/-/git-up-7.0.0.tgz", | |
4793 | + "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==", | |
4794 | + "dependencies": { | |
4795 | + "is-ssh": "^1.4.0", | |
4796 | + "parse-url": "^8.1.0" | |
4797 | + } | |
4798 | + }, | |
4799 | + "node_modules/git-url-parse": { | |
4800 | + "version": "15.0.0", | |
4801 | + "resolved": "https://registry.npmmirror.com/git-url-parse/-/git-url-parse-15.0.0.tgz", | |
4802 | + "integrity": "sha512-5reeBufLi+i4QD3ZFftcJs9jC26aULFLBU23FeKM/b1rI0K6ofIeAblmDVO7Ht22zTDE9+CkJ3ZVb0CgJmz3UQ==", | |
4803 | + "dependencies": { | |
4804 | + "git-up": "^7.0.0" | |
4805 | + } | |
4806 | + }, | |
4807 | + "node_modules/glob": { | |
4808 | + "version": "7.2.3", | |
4809 | + "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz", | |
4810 | + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", | |
4811 | + "deprecated": "Glob versions prior to v9 are no longer supported", | |
4812 | + "dependencies": { | |
4813 | + "fs.realpath": "^1.0.0", | |
4814 | + "inflight": "^1.0.4", | |
4815 | + "inherits": "2", | |
4816 | + "minimatch": "^3.1.1", | |
4817 | + "once": "^1.3.0", | |
4818 | + "path-is-absolute": "^1.0.0" | |
4819 | + }, | |
4820 | + "engines": { | |
4821 | + "node": "*" | |
4822 | + }, | |
4823 | + "funding": { | |
4824 | + "url": "https://github.com/sponsors/isaacs" | |
4825 | + } | |
4826 | + }, | |
4827 | + "node_modules/glob-parent": { | |
4828 | + "version": "5.1.2", | |
4829 | + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", | |
4830 | + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", | |
4831 | + "dependencies": { | |
4832 | + "is-glob": "^4.0.1" | |
4833 | + }, | |
4834 | + "engines": { | |
4835 | + "node": ">= 6" | |
4836 | + } | |
4837 | + }, | |
4838 | + "node_modules/global-directory": { | |
4839 | + "version": "4.0.1", | |
4840 | + "resolved": "https://registry.npmmirror.com/global-directory/-/global-directory-4.0.1.tgz", | |
4841 | + "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==", | |
4842 | + "dependencies": { | |
4843 | + "ini": "4.1.1" | |
4844 | + }, | |
4845 | + "engines": { | |
4846 | + "node": ">=18" | |
4847 | + }, | |
4848 | + "funding": { | |
4849 | + "url": "https://github.com/sponsors/sindresorhus" | |
4850 | + } | |
4851 | + }, | |
4852 | + "node_modules/globals": { | |
4853 | + "version": "11.12.0", | |
4854 | + "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz", | |
4855 | + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", | |
4856 | + "engines": { | |
4857 | + "node": ">=4" | |
4858 | + } | |
4859 | + }, | |
4860 | + "node_modules/globby": { | |
4861 | + "version": "14.0.2", | |
4862 | + "resolved": "https://registry.npmmirror.com/globby/-/globby-14.0.2.tgz", | |
4863 | + "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", | |
4864 | + "dependencies": { | |
4865 | + "@sindresorhus/merge-streams": "^2.1.0", | |
4866 | + "fast-glob": "^3.3.2", | |
4867 | + "ignore": "^5.2.4", | |
4868 | + "path-type": "^5.0.0", | |
4869 | + "slash": "^5.1.0", | |
4870 | + "unicorn-magic": "^0.1.0" | |
4871 | + }, | |
4872 | + "engines": { | |
4873 | + "node": ">=18" | |
4874 | + }, | |
4875 | + "funding": { | |
4876 | + "url": "https://github.com/sponsors/sindresorhus" | |
4877 | + } | |
4878 | + }, | |
4879 | + "node_modules/globby/node_modules/ignore": { | |
4880 | + "version": "5.3.2", | |
4881 | + "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz", | |
4882 | + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", | |
4883 | + "engines": { | |
4884 | + "node": ">= 4" | |
4885 | + } | |
4886 | + }, | |
4887 | + "node_modules/graceful-fs": { | |
4888 | + "version": "4.2.11", | |
4889 | + "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz", | |
4890 | + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" | |
4891 | + }, | |
4892 | + "node_modules/gzip-size": { | |
4893 | + "version": "7.0.0", | |
4894 | + "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-7.0.0.tgz", | |
4895 | + "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==", | |
4896 | + "dependencies": { | |
4897 | + "duplexer": "^0.1.2" | |
4898 | + }, | |
4899 | + "engines": { | |
4900 | + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" | |
4901 | + }, | |
4902 | + "funding": { | |
4903 | + "url": "https://github.com/sponsors/sindresorhus" | |
4904 | + } | |
4905 | + }, | |
4906 | + "node_modules/h3": { | |
4907 | + "version": "1.13.0", | |
4908 | + "resolved": "https://registry.npmmirror.com/h3/-/h3-1.13.0.tgz", | |
4909 | + "integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==", | |
4910 | + "dependencies": { | |
4911 | + "cookie-es": "^1.2.2", | |
4912 | + "crossws": ">=0.2.0 <0.4.0", | |
4913 | + "defu": "^6.1.4", | |
4914 | + "destr": "^2.0.3", | |
4915 | + "iron-webcrypto": "^1.2.1", | |
4916 | + "ohash": "^1.1.4", | |
4917 | + "radix3": "^1.1.2", | |
4918 | + "ufo": "^1.5.4", | |
4919 | + "uncrypto": "^0.1.3", | |
4920 | + "unenv": "^1.10.0" | |
4921 | + } | |
4922 | + }, | |
4923 | + "node_modules/has-flag": { | |
4924 | + "version": "4.0.0", | |
4925 | + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", | |
4926 | + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
4927 | + "engines": { | |
4928 | + "node": ">=8" | |
4929 | + } | |
4930 | + }, | |
4931 | + "node_modules/has-unicode": { | |
4932 | + "version": "2.0.1", | |
4933 | + "resolved": "https://registry.npmmirror.com/has-unicode/-/has-unicode-2.0.1.tgz", | |
4934 | + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" | |
4935 | + }, | |
4936 | + "node_modules/hash-sum": { | |
4937 | + "version": "2.0.0", | |
4938 | + "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-2.0.0.tgz", | |
4939 | + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==" | |
4940 | + }, | |
4941 | + "node_modules/hasown": { | |
4942 | + "version": "2.0.2", | |
4943 | + "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz", | |
4944 | + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", | |
4945 | + "dependencies": { | |
4946 | + "function-bind": "^1.1.2" | |
4947 | + }, | |
4948 | + "engines": { | |
4949 | + "node": ">= 0.4" | |
4950 | + } | |
4951 | + }, | |
4952 | + "node_modules/hookable": { | |
4953 | + "version": "5.5.3", | |
4954 | + "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz", | |
4955 | + "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" | |
4956 | + }, | |
4957 | + "node_modules/html-tags": { | |
4958 | + "version": "3.3.1", | |
4959 | + "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz", | |
4960 | + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", | |
4961 | + "engines": { | |
4962 | + "node": ">=8" | |
4963 | + }, | |
4964 | + "funding": { | |
4965 | + "url": "https://github.com/sponsors/sindresorhus" | |
4966 | + } | |
4967 | + }, | |
4968 | + "node_modules/http-errors": { | |
4969 | + "version": "2.0.0", | |
4970 | + "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz", | |
4971 | + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", | |
4972 | + "dependencies": { | |
4973 | + "depd": "2.0.0", | |
4974 | + "inherits": "2.0.4", | |
4975 | + "setprototypeof": "1.2.0", | |
4976 | + "statuses": "2.0.1", | |
4977 | + "toidentifier": "1.0.1" | |
4978 | + }, | |
4979 | + "engines": { | |
4980 | + "node": ">= 0.8" | |
4981 | + } | |
4982 | + }, | |
4983 | + "node_modules/http-shutdown": { | |
4984 | + "version": "1.2.2", | |
4985 | + "resolved": "https://registry.npmmirror.com/http-shutdown/-/http-shutdown-1.2.2.tgz", | |
4986 | + "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==", | |
4987 | + "engines": { | |
4988 | + "iojs": ">= 1.0.0", | |
4989 | + "node": ">= 0.12.0" | |
4990 | + } | |
4991 | + }, | |
4992 | + "node_modules/https-proxy-agent": { | |
4993 | + "version": "5.0.1", | |
4994 | + "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", | |
4995 | + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", | |
4996 | + "dependencies": { | |
4997 | + "agent-base": "6", | |
4998 | + "debug": "4" | |
4999 | + }, | |
5000 | + "engines": { | |
5001 | + "node": ">= 6" | |
5002 | + } | |
5003 | + }, | |
5004 | + "node_modules/httpxy": { | |
5005 | + "version": "0.1.5", | |
5006 | + "resolved": "https://registry.npmmirror.com/httpxy/-/httpxy-0.1.5.tgz", | |
5007 | + "integrity": "sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ==" | |
5008 | + }, | |
5009 | + "node_modules/human-signals": { | |
5010 | + "version": "4.3.1", | |
5011 | + "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-4.3.1.tgz", | |
5012 | + "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", | |
5013 | + "engines": { | |
5014 | + "node": ">=14.18.0" | |
5015 | + } | |
5016 | + }, | |
5017 | + "node_modules/ieee754": { | |
5018 | + "version": "1.2.1", | |
5019 | + "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz", | |
5020 | + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", | |
5021 | + "funding": [ | |
5022 | + { | |
5023 | + "type": "github", | |
5024 | + "url": "https://github.com/sponsors/feross" | |
5025 | + }, | |
5026 | + { | |
5027 | + "type": "patreon", | |
5028 | + "url": "https://www.patreon.com/feross" | |
5029 | + }, | |
5030 | + { | |
5031 | + "type": "consulting", | |
5032 | + "url": "https://feross.org/support" | |
5033 | + } | |
5034 | + ] | |
5035 | + }, | |
5036 | + "node_modules/ignore": { | |
5037 | + "version": "6.0.2", | |
5038 | + "resolved": "https://registry.npmmirror.com/ignore/-/ignore-6.0.2.tgz", | |
5039 | + "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", | |
5040 | + "engines": { | |
5041 | + "node": ">= 4" | |
5042 | + } | |
5043 | + }, | |
5044 | + "node_modules/image-meta": { | |
5045 | + "version": "0.2.1", | |
5046 | + "resolved": "https://registry.npmmirror.com/image-meta/-/image-meta-0.2.1.tgz", | |
5047 | + "integrity": "sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw==" | |
5048 | + }, | |
5049 | + "node_modules/immutable": { | |
5050 | + "version": "5.0.2", | |
5051 | + "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.0.2.tgz", | |
5052 | + "integrity": "sha512-1NU7hWZDkV7hJ4PJ9dur9gTNQ4ePNPN4k9/0YhwjzykTi/+3Q5pF93YU5QoVj8BuOnhLgaY8gs0U2pj4kSYVcw==", | |
5053 | + "devOptional": true | |
5054 | + }, | |
5055 | + "node_modules/impound": { | |
5056 | + "version": "0.2.0", | |
5057 | + "resolved": "https://registry.npmmirror.com/impound/-/impound-0.2.0.tgz", | |
5058 | + "integrity": "sha512-gXgeSyp9Hf7qG2/PLKmywHXyQf2xFrw+mJGpoj9DsAB9L7/MIKn+DeEx98UryWXdmbv8wUUPdcQof6qXnZoCGg==", | |
5059 | + "dependencies": { | |
5060 | + "@rollup/pluginutils": "^5.1.2", | |
5061 | + "mlly": "^1.7.2", | |
5062 | + "pathe": "^1.1.2", | |
5063 | + "unenv": "^1.10.0", | |
5064 | + "unplugin": "^1.14.1" | |
5065 | + } | |
5066 | + }, | |
5067 | + "node_modules/index-to-position": { | |
5068 | + "version": "0.1.2", | |
5069 | + "resolved": "https://registry.npmmirror.com/index-to-position/-/index-to-position-0.1.2.tgz", | |
5070 | + "integrity": "sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==", | |
5071 | + "engines": { | |
5072 | + "node": ">=18" | |
5073 | + }, | |
5074 | + "funding": { | |
5075 | + "url": "https://github.com/sponsors/sindresorhus" | |
5076 | + } | |
5077 | + }, | |
5078 | + "node_modules/inflight": { | |
5079 | + "version": "1.0.6", | |
5080 | + "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz", | |
5081 | + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", | |
5082 | + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", | |
5083 | + "dependencies": { | |
5084 | + "once": "^1.3.0", | |
5085 | + "wrappy": "1" | |
5086 | + } | |
5087 | + }, | |
5088 | + "node_modules/inherits": { | |
5089 | + "version": "2.0.4", | |
5090 | + "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz", | |
5091 | + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" | |
5092 | + }, | |
5093 | + "node_modules/ini": { | |
5094 | + "version": "4.1.1", | |
5095 | + "resolved": "https://registry.npmmirror.com/ini/-/ini-4.1.1.tgz", | |
5096 | + "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", | |
5097 | + "engines": { | |
5098 | + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" | |
5099 | + } | |
5100 | + }, | |
5101 | + "node_modules/ioredis": { | |
5102 | + "version": "5.4.1", | |
5103 | + "resolved": "https://registry.npmmirror.com/ioredis/-/ioredis-5.4.1.tgz", | |
5104 | + "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==", | |
5105 | + "dependencies": { | |
5106 | + "@ioredis/commands": "^1.1.1", | |
5107 | + "cluster-key-slot": "^1.1.0", | |
5108 | + "debug": "^4.3.4", | |
5109 | + "denque": "^2.1.0", | |
5110 | + "lodash.defaults": "^4.2.0", | |
5111 | + "lodash.isarguments": "^3.1.0", | |
5112 | + "redis-errors": "^1.2.0", | |
5113 | + "redis-parser": "^3.0.0", | |
5114 | + "standard-as-callback": "^2.1.0" | |
5115 | + }, | |
5116 | + "engines": { | |
5117 | + "node": ">=12.22.0" | |
5118 | + }, | |
5119 | + "funding": { | |
5120 | + "type": "opencollective", | |
5121 | + "url": "https://opencollective.com/ioredis" | |
5122 | + } | |
5123 | + }, | |
5124 | + "node_modules/iron-webcrypto": { | |
5125 | + "version": "1.2.1", | |
5126 | + "resolved": "https://registry.npmmirror.com/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", | |
5127 | + "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", | |
5128 | + "funding": { | |
5129 | + "url": "https://github.com/sponsors/brc-dd" | |
5130 | + } | |
5131 | + }, | |
5132 | + "node_modules/is-binary-path": { | |
5133 | + "version": "2.1.0", | |
5134 | + "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz", | |
5135 | + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", | |
5136 | + "dependencies": { | |
5137 | + "binary-extensions": "^2.0.0" | |
5138 | + }, | |
5139 | + "engines": { | |
5140 | + "node": ">=8" | |
5141 | + } | |
5142 | + }, | |
5143 | + "node_modules/is-core-module": { | |
5144 | + "version": "2.15.1", | |
5145 | + "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.15.1.tgz", | |
5146 | + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", | |
5147 | + "dependencies": { | |
5148 | + "hasown": "^2.0.2" | |
5149 | + }, | |
5150 | + "engines": { | |
5151 | + "node": ">= 0.4" | |
5152 | + }, | |
5153 | + "funding": { | |
5154 | + "url": "https://github.com/sponsors/ljharb" | |
5155 | + } | |
5156 | + }, | |
5157 | + "node_modules/is-docker": { | |
5158 | + "version": "3.0.0", | |
5159 | + "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz", | |
5160 | + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", | |
5161 | + "bin": { | |
5162 | + "is-docker": "cli.js" | |
5163 | + }, | |
5164 | + "engines": { | |
5165 | + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" | |
5166 | + }, | |
5167 | + "funding": { | |
5168 | + "url": "https://github.com/sponsors/sindresorhus" | |
5169 | + } | |
5170 | + }, | |
5171 | + "node_modules/is-extglob": { | |
5172 | + "version": "2.1.1", | |
5173 | + "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", | |
5174 | + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", | |
5175 | + "engines": { | |
5176 | + "node": ">=0.10.0" | |
5177 | + } | |
5178 | + }, | |
5179 | + "node_modules/is-fullwidth-code-point": { | |
5180 | + "version": "3.0.0", | |
5181 | + "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", | |
5182 | + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", | |
5183 | + "engines": { | |
5184 | + "node": ">=8" | |
5185 | + } | |
5186 | + }, | |
5187 | + "node_modules/is-glob": { | |
5188 | + "version": "4.0.3", | |
5189 | + "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", | |
5190 | + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", | |
5191 | + "dependencies": { | |
5192 | + "is-extglob": "^2.1.1" | |
5193 | + }, | |
5194 | + "engines": { | |
5195 | + "node": ">=0.10.0" | |
5196 | + } | |
5197 | + }, | |
5198 | + "node_modules/is-https": { | |
5199 | + "version": "4.0.0", | |
5200 | + "resolved": "https://registry.npmmirror.com/is-https/-/is-https-4.0.0.tgz", | |
5201 | + "integrity": "sha512-FeMLiqf8E5g6SdiVJsPcNZX8k4h2fBs1wp5Bb6uaNxn58ufK1axBqQZdmAQsqh0t9BuwFObybrdVJh6MKyPlyg==", | |
5202 | + "dev": true | |
5203 | + }, | |
5204 | + "node_modules/is-inside-container": { | |
5205 | + "version": "1.0.0", | |
5206 | + "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz", | |
5207 | + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", | |
5208 | + "dependencies": { | |
5209 | + "is-docker": "^3.0.0" | |
5210 | + }, | |
5211 | + "bin": { | |
5212 | + "is-inside-container": "cli.js" | |
5213 | + }, | |
5214 | + "engines": { | |
5215 | + "node": ">=14.16" | |
5216 | + }, | |
5217 | + "funding": { | |
5218 | + "url": "https://github.com/sponsors/sindresorhus" | |
5219 | + } | |
5220 | + }, | |
5221 | + "node_modules/is-installed-globally": { | |
5222 | + "version": "1.0.0", | |
5223 | + "resolved": "https://registry.npmmirror.com/is-installed-globally/-/is-installed-globally-1.0.0.tgz", | |
5224 | + "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==", | |
5225 | + "dependencies": { | |
5226 | + "global-directory": "^4.0.1", | |
5227 | + "is-path-inside": "^4.0.0" | |
5228 | + }, | |
5229 | + "engines": { | |
5230 | + "node": ">=18" | |
5231 | + }, | |
5232 | + "funding": { | |
5233 | + "url": "https://github.com/sponsors/sindresorhus" | |
5234 | + } | |
5235 | + }, | |
5236 | + "node_modules/is-module": { | |
5237 | + "version": "1.0.0", | |
5238 | + "resolved": "https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz", | |
5239 | + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" | |
5240 | + }, | |
5241 | + "node_modules/is-number": { | |
5242 | + "version": "7.0.0", | |
5243 | + "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", | |
5244 | + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", | |
5245 | + "engines": { | |
5246 | + "node": ">=0.12.0" | |
5247 | + } | |
5248 | + }, | |
5249 | + "node_modules/is-path-inside": { | |
5250 | + "version": "4.0.0", | |
5251 | + "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-4.0.0.tgz", | |
5252 | + "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==", | |
5253 | + "engines": { | |
5254 | + "node": ">=12" | |
5255 | + }, | |
5256 | + "funding": { | |
5257 | + "url": "https://github.com/sponsors/sindresorhus" | |
5258 | + } | |
5259 | + }, | |
5260 | + "node_modules/is-reference": { | |
5261 | + "version": "1.2.1", | |
5262 | + "resolved": "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz", | |
5263 | + "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==", | |
5264 | + "dependencies": { | |
5265 | + "@types/estree": "*" | |
5266 | + } | |
5267 | + }, | |
5268 | + "node_modules/is-ssh": { | |
5269 | + "version": "1.4.0", | |
5270 | + "resolved": "https://registry.npmmirror.com/is-ssh/-/is-ssh-1.4.0.tgz", | |
5271 | + "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==", | |
5272 | + "dependencies": { | |
5273 | + "protocols": "^2.0.1" | |
5274 | + } | |
5275 | + }, | |
5276 | + "node_modules/is-stream": { | |
5277 | + "version": "3.0.0", | |
5278 | + "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz", | |
5279 | + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", | |
5280 | + "engines": { | |
5281 | + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" | |
5282 | + }, | |
5283 | + "funding": { | |
5284 | + "url": "https://github.com/sponsors/sindresorhus" | |
5285 | + } | |
5286 | + }, | |
5287 | + "node_modules/is-what": { | |
5288 | + "version": "4.1.16", | |
5289 | + "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz", | |
5290 | + "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==", | |
5291 | + "engines": { | |
5292 | + "node": ">=12.13" | |
5293 | + }, | |
5294 | + "funding": { | |
5295 | + "url": "https://github.com/sponsors/mesqueeb" | |
5296 | + } | |
5297 | + }, | |
5298 | + "node_modules/is-wsl": { | |
5299 | + "version": "3.1.0", | |
5300 | + "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz", | |
5301 | + "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", | |
5302 | + "dependencies": { | |
5303 | + "is-inside-container": "^1.0.0" | |
5304 | + }, | |
5305 | + "engines": { | |
5306 | + "node": ">=16" | |
5307 | + }, | |
5308 | + "funding": { | |
5309 | + "url": "https://github.com/sponsors/sindresorhus" | |
5310 | + } | |
5311 | + }, | |
5312 | + "node_modules/is64bit": { | |
5313 | + "version": "2.0.0", | |
5314 | + "resolved": "https://registry.npmmirror.com/is64bit/-/is64bit-2.0.0.tgz", | |
5315 | + "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==", | |
5316 | + "dependencies": { | |
5317 | + "system-architecture": "^0.1.0" | |
5318 | + }, | |
5319 | + "engines": { | |
5320 | + "node": ">=18" | |
5321 | + }, | |
5322 | + "funding": { | |
5323 | + "url": "https://github.com/sponsors/sindresorhus" | |
5324 | + } | |
5325 | + }, | |
5326 | + "node_modules/isarray": { | |
5327 | + "version": "1.0.0", | |
5328 | + "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz", | |
5329 | + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" | |
5330 | + }, | |
5331 | + "node_modules/isexe": { | |
5332 | + "version": "2.0.0", | |
5333 | + "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", | |
5334 | + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" | |
5335 | + }, | |
5336 | + "node_modules/jackspeak": { | |
5337 | + "version": "3.4.3", | |
5338 | + "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz", | |
5339 | + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", | |
5340 | + "dependencies": { | |
5341 | + "@isaacs/cliui": "^8.0.2" | |
5342 | + }, | |
5343 | + "funding": { | |
5344 | + "url": "https://github.com/sponsors/isaacs" | |
5345 | + }, | |
5346 | + "optionalDependencies": { | |
5347 | + "@pkgjs/parseargs": "^0.11.0" | |
5348 | + } | |
5349 | + }, | |
5350 | + "node_modules/jiti": { | |
5351 | + "version": "2.4.0", | |
5352 | + "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.4.0.tgz", | |
5353 | + "integrity": "sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==", | |
5354 | + "bin": { | |
5355 | + "jiti": "lib/jiti-cli.mjs" | |
5356 | + } | |
5357 | + }, | |
5358 | + "node_modules/js-levenshtein": { | |
5359 | + "version": "1.1.6", | |
5360 | + "resolved": "https://registry.npmmirror.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz", | |
5361 | + "integrity": "sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==", | |
5362 | + "engines": { | |
5363 | + "node": ">=0.10.0" | |
5364 | + } | |
5365 | + }, | |
5366 | + "node_modules/js-tokens": { | |
5367 | + "version": "4.0.0", | |
5368 | + "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz", | |
5369 | + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" | |
5370 | + }, | |
5371 | + "node_modules/js-yaml": { | |
5372 | + "version": "4.1.0", | |
5373 | + "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz", | |
5374 | + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", | |
5375 | + "dependencies": { | |
5376 | + "argparse": "^2.0.1" | |
5377 | + }, | |
5378 | + "bin": { | |
5379 | + "js-yaml": "bin/js-yaml.js" | |
5380 | + } | |
5381 | + }, | |
5382 | + "node_modules/jsesc": { | |
5383 | + "version": "3.0.2", | |
5384 | + "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz", | |
5385 | + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", | |
5386 | + "bin": { | |
5387 | + "jsesc": "bin/jsesc" | |
5388 | + }, | |
5389 | + "engines": { | |
5390 | + "node": ">=6" | |
5391 | + } | |
5392 | + }, | |
5393 | + "node_modules/json-schema-traverse": { | |
5394 | + "version": "1.0.0", | |
5395 | + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", | |
5396 | + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" | |
5397 | + }, | |
5398 | + "node_modules/json5": { | |
5399 | + "version": "2.2.3", | |
5400 | + "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz", | |
5401 | + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", | |
5402 | + "bin": { | |
5403 | + "json5": "lib/cli.js" | |
5404 | + }, | |
5405 | + "engines": { | |
5406 | + "node": ">=6" | |
5407 | + } | |
5408 | + }, | |
5409 | + "node_modules/jsonc-eslint-parser": { | |
5410 | + "version": "2.4.0", | |
5411 | + "resolved": "https://registry.npmmirror.com/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.0.tgz", | |
5412 | + "integrity": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==", | |
5413 | + "dev": true, | |
5414 | + "dependencies": { | |
5415 | + "acorn": "^8.5.0", | |
5416 | + "eslint-visitor-keys": "^3.0.0", | |
5417 | + "espree": "^9.0.0", | |
5418 | + "semver": "^7.3.5" | |
5419 | + }, | |
5420 | + "engines": { | |
5421 | + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |
5422 | + }, | |
5423 | + "funding": { | |
5424 | + "url": "https://github.com/sponsors/ota-meshi" | |
5425 | + } | |
5426 | + }, | |
5427 | + "node_modules/jsonfile": { | |
5428 | + "version": "6.1.0", | |
5429 | + "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz", | |
5430 | + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", | |
5431 | + "dependencies": { | |
5432 | + "universalify": "^2.0.0" | |
5433 | + }, | |
5434 | + "optionalDependencies": { | |
5435 | + "graceful-fs": "^4.1.6" | |
5436 | + } | |
5437 | + }, | |
5438 | + "node_modules/kleur": { | |
5439 | + "version": "3.0.3", | |
5440 | + "resolved": "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz", | |
5441 | + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", | |
5442 | + "engines": { | |
5443 | + "node": ">=6" | |
5444 | + } | |
5445 | + }, | |
5446 | + "node_modules/klona": { | |
5447 | + "version": "2.0.6", | |
5448 | + "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz", | |
5449 | + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", | |
5450 | + "engines": { | |
5451 | + "node": ">= 8" | |
5452 | + } | |
5453 | + }, | |
5454 | + "node_modules/knitwork": { | |
5455 | + "version": "1.1.0", | |
5456 | + "resolved": "https://registry.npmmirror.com/knitwork/-/knitwork-1.1.0.tgz", | |
5457 | + "integrity": "sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw==" | |
5458 | + }, | |
5459 | + "node_modules/kolorist": { | |
5460 | + "version": "1.8.0", | |
5461 | + "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz", | |
5462 | + "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" | |
5463 | + }, | |
5464 | + "node_modules/launch-editor": { | |
5465 | + "version": "2.9.1", | |
5466 | + "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.9.1.tgz", | |
5467 | + "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==", | |
5468 | + "dependencies": { | |
5469 | + "picocolors": "^1.0.0", | |
5470 | + "shell-quote": "^1.8.1" | |
5471 | + } | |
5472 | + }, | |
5473 | + "node_modules/lazystream": { | |
5474 | + "version": "1.0.1", | |
5475 | + "resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz", | |
5476 | + "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==", | |
5477 | + "dependencies": { | |
5478 | + "readable-stream": "^2.0.5" | |
5479 | + }, | |
5480 | + "engines": { | |
5481 | + "node": ">= 0.6.3" | |
5482 | + } | |
5483 | + }, | |
5484 | + "node_modules/lazystream/node_modules/readable-stream": { | |
5485 | + "version": "2.3.8", | |
5486 | + "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz", | |
5487 | + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", | |
5488 | + "dependencies": { | |
5489 | + "core-util-is": "~1.0.0", | |
5490 | + "inherits": "~2.0.3", | |
5491 | + "isarray": "~1.0.0", | |
5492 | + "process-nextick-args": "~2.0.0", | |
5493 | + "safe-buffer": "~5.1.1", | |
5494 | + "string_decoder": "~1.1.1", | |
5495 | + "util-deprecate": "~1.0.1" | |
5496 | + } | |
5497 | + }, | |
5498 | + "node_modules/lazystream/node_modules/safe-buffer": { | |
5499 | + "version": "5.1.2", | |
5500 | + "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz", | |
5501 | + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" | |
5502 | + }, | |
5503 | + "node_modules/lazystream/node_modules/string_decoder": { | |
5504 | + "version": "1.1.1", | |
5505 | + "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz", | |
5506 | + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", | |
5507 | + "dependencies": { | |
5508 | + "safe-buffer": "~5.1.0" | |
5509 | + } | |
5510 | + }, | |
5511 | + "node_modules/lilconfig": { | |
5512 | + "version": "3.1.2", | |
5513 | + "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.2.tgz", | |
5514 | + "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", | |
5515 | + "engines": { | |
5516 | + "node": ">=14" | |
5517 | + }, | |
5518 | + "funding": { | |
5519 | + "url": "https://github.com/sponsors/antonk52" | |
5520 | + } | |
5521 | + }, | |
5522 | + "node_modules/lines-and-columns": { | |
5523 | + "version": "1.2.4", | |
5524 | + "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz", | |
5525 | + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", | |
5526 | + "dev": true | |
5527 | + }, | |
5528 | + "node_modules/listhen": { | |
5529 | + "version": "1.9.0", | |
5530 | + "resolved": "https://registry.npmmirror.com/listhen/-/listhen-1.9.0.tgz", | |
5531 | + "integrity": "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==", | |
5532 | + "dependencies": { | |
5533 | + "@parcel/watcher": "^2.4.1", | |
5534 | + "@parcel/watcher-wasm": "^2.4.1", | |
5535 | + "citty": "^0.1.6", | |
5536 | + "clipboardy": "^4.0.0", | |
5537 | + "consola": "^3.2.3", | |
5538 | + "crossws": ">=0.2.0 <0.4.0", | |
5539 | + "defu": "^6.1.4", | |
5540 | + "get-port-please": "^3.1.2", | |
5541 | + "h3": "^1.12.0", | |
5542 | + "http-shutdown": "^1.2.2", | |
5543 | + "jiti": "^2.1.2", | |
5544 | + "mlly": "^1.7.1", | |
5545 | + "node-forge": "^1.3.1", | |
5546 | + "pathe": "^1.1.2", | |
5547 | + "std-env": "^3.7.0", | |
5548 | + "ufo": "^1.5.4", | |
5549 | + "untun": "^0.1.3", | |
5550 | + "uqr": "^0.1.2" | |
5551 | + }, | |
5552 | + "bin": { | |
5553 | + "listen": "bin/listhen.mjs", | |
5554 | + "listhen": "bin/listhen.mjs" | |
5555 | + } | |
5556 | + }, | |
5557 | + "node_modules/local-pkg": { | |
5558 | + "version": "0.5.0", | |
5559 | + "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.0.tgz", | |
5560 | + "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", | |
5561 | + "dependencies": { | |
5562 | + "mlly": "^1.4.2", | |
5563 | + "pkg-types": "^1.0.3" | |
5564 | + }, | |
5565 | + "engines": { | |
5566 | + "node": ">=14" | |
5567 | + }, | |
5568 | + "funding": { | |
5569 | + "url": "https://github.com/sponsors/antfu" | |
5570 | + } | |
5571 | + }, | |
5572 | + "node_modules/lodash": { | |
5573 | + "version": "4.17.21", | |
5574 | + "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz", | |
5575 | + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" | |
5576 | + }, | |
5577 | + "node_modules/lodash.defaults": { | |
5578 | + "version": "4.2.0", | |
5579 | + "resolved": "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz", | |
5580 | + "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==" | |
5581 | + }, | |
5582 | + "node_modules/lodash.isarguments": { | |
5583 | + "version": "3.1.0", | |
5584 | + "resolved": "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", | |
5585 | + "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==" | |
5586 | + }, | |
5587 | + "node_modules/lodash.isequal": { | |
5588 | + "version": "4.5.0", | |
5589 | + "resolved": "https://registry.npmmirror.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz", | |
5590 | + "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" | |
5591 | + }, | |
5592 | + "node_modules/lodash.memoize": { | |
5593 | + "version": "4.1.2", | |
5594 | + "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz", | |
5595 | + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" | |
5596 | + }, | |
5597 | + "node_modules/lodash.uniq": { | |
5598 | + "version": "4.5.0", | |
5599 | + "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz", | |
5600 | + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" | |
5601 | + }, | |
5602 | + "node_modules/lru-cache": { | |
5603 | + "version": "5.1.1", | |
5604 | + "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz", | |
5605 | + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", | |
5606 | + "dependencies": { | |
5607 | + "yallist": "^3.0.2" | |
5608 | + } | |
5609 | + }, | |
5610 | + "node_modules/magic-string": { | |
5611 | + "version": "0.30.12", | |
5612 | + "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.12.tgz", | |
5613 | + "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==", | |
5614 | + "dependencies": { | |
5615 | + "@jridgewell/sourcemap-codec": "^1.5.0" | |
5616 | + } | |
5617 | + }, | |
5618 | + "node_modules/magic-string-ast": { | |
5619 | + "version": "0.6.2", | |
5620 | + "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-0.6.2.tgz", | |
5621 | + "integrity": "sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==", | |
5622 | + "dependencies": { | |
5623 | + "magic-string": "^0.30.10" | |
5624 | + }, | |
5625 | + "engines": { | |
5626 | + "node": ">=16.14.0" | |
5627 | + } | |
5628 | + }, | |
5629 | + "node_modules/magicast": { | |
5630 | + "version": "0.3.5", | |
5631 | + "resolved": "https://registry.npmmirror.com/magicast/-/magicast-0.3.5.tgz", | |
5632 | + "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", | |
5633 | + "dependencies": { | |
5634 | + "@babel/parser": "^7.25.4", | |
5635 | + "@babel/types": "^7.25.4", | |
5636 | + "source-map-js": "^1.2.0" | |
5637 | + } | |
5638 | + }, | |
5639 | + "node_modules/make-dir": { | |
5640 | + "version": "3.1.0", | |
5641 | + "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz", | |
5642 | + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", | |
5643 | + "dependencies": { | |
5644 | + "semver": "^6.0.0" | |
5645 | + }, | |
5646 | + "engines": { | |
5647 | + "node": ">=8" | |
5648 | + }, | |
5649 | + "funding": { | |
5650 | + "url": "https://github.com/sponsors/sindresorhus" | |
5651 | + } | |
5652 | + }, | |
5653 | + "node_modules/make-dir/node_modules/semver": { | |
5654 | + "version": "6.3.1", | |
5655 | + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", | |
5656 | + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
5657 | + "bin": { | |
5658 | + "semver": "bin/semver.js" | |
5659 | + } | |
5660 | + }, | |
5661 | + "node_modules/mdn-data": { | |
5662 | + "version": "2.0.30", | |
5663 | + "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.30.tgz", | |
5664 | + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" | |
5665 | + }, | |
5666 | + "node_modules/merge-stream": { | |
5667 | + "version": "2.0.0", | |
5668 | + "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz", | |
5669 | + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" | |
5670 | + }, | |
5671 | + "node_modules/merge2": { | |
5672 | + "version": "1.4.1", | |
5673 | + "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz", | |
5674 | + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", | |
5675 | + "engines": { | |
5676 | + "node": ">= 8" | |
5677 | + } | |
5678 | + }, | |
5679 | + "node_modules/micromatch": { | |
5680 | + "version": "4.0.8", | |
5681 | + "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz", | |
5682 | + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", | |
5683 | + "dependencies": { | |
5684 | + "braces": "^3.0.3", | |
5685 | + "picomatch": "^2.3.1" | |
5686 | + }, | |
5687 | + "engines": { | |
5688 | + "node": ">=8.6" | |
5689 | + } | |
5690 | + }, | |
5691 | + "node_modules/micromatch/node_modules/picomatch": { | |
5692 | + "version": "2.3.1", | |
5693 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", | |
5694 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
5695 | + "engines": { | |
5696 | + "node": ">=8.6" | |
5697 | + }, | |
5698 | + "funding": { | |
5699 | + "url": "https://github.com/sponsors/jonschlinkert" | |
5700 | + } | |
5701 | + }, | |
5702 | + "node_modules/mime": { | |
5703 | + "version": "4.0.4", | |
5704 | + "resolved": "https://registry.npmmirror.com/mime/-/mime-4.0.4.tgz", | |
5705 | + "integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==", | |
5706 | + "funding": [ | |
5707 | + "https://github.com/sponsors/broofa" | |
5708 | + ], | |
5709 | + "bin": { | |
5710 | + "mime": "bin/cli.js" | |
5711 | + }, | |
5712 | + "engines": { | |
5713 | + "node": ">=16" | |
5714 | + } | |
5715 | + }, | |
5716 | + "node_modules/mimic-fn": { | |
5717 | + "version": "4.0.0", | |
5718 | + "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz", | |
5719 | + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", | |
5720 | + "engines": { | |
5721 | + "node": ">=12" | |
5722 | + }, | |
5723 | + "funding": { | |
5724 | + "url": "https://github.com/sponsors/sindresorhus" | |
5725 | + } | |
5726 | + }, | |
5727 | + "node_modules/minimatch": { | |
5728 | + "version": "3.1.2", | |
5729 | + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz", | |
5730 | + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", | |
5731 | + "dependencies": { | |
5732 | + "brace-expansion": "^1.1.7" | |
5733 | + }, | |
5734 | + "engines": { | |
5735 | + "node": "*" | |
5736 | + } | |
5737 | + }, | |
5738 | + "node_modules/minipass": { | |
5739 | + "version": "5.0.0", | |
5740 | + "resolved": "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz", | |
5741 | + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", | |
5742 | + "engines": { | |
5743 | + "node": ">=8" | |
5744 | + } | |
5745 | + }, | |
5746 | + "node_modules/minizlib": { | |
5747 | + "version": "2.1.2", | |
5748 | + "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz", | |
5749 | + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", | |
5750 | + "dependencies": { | |
5751 | + "minipass": "^3.0.0", | |
5752 | + "yallist": "^4.0.0" | |
5753 | + }, | |
5754 | + "engines": { | |
5755 | + "node": ">= 8" | |
5756 | + } | |
5757 | + }, | |
5758 | + "node_modules/minizlib/node_modules/minipass": { | |
5759 | + "version": "3.3.6", | |
5760 | + "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz", | |
5761 | + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", | |
5762 | + "dependencies": { | |
5763 | + "yallist": "^4.0.0" | |
5764 | + }, | |
5765 | + "engines": { | |
5766 | + "node": ">=8" | |
5767 | + } | |
5768 | + }, | |
5769 | + "node_modules/minizlib/node_modules/yallist": { | |
5770 | + "version": "4.0.0", | |
5771 | + "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", | |
5772 | + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" | |
5773 | + }, | |
5774 | + "node_modules/mitt": { | |
5775 | + "version": "3.0.1", | |
5776 | + "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz", | |
5777 | + "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" | |
5778 | + }, | |
5779 | + "node_modules/mkdirp": { | |
5780 | + "version": "1.0.4", | |
5781 | + "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz", | |
5782 | + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", | |
5783 | + "bin": { | |
5784 | + "mkdirp": "bin/cmd.js" | |
5785 | + }, | |
5786 | + "engines": { | |
5787 | + "node": ">=10" | |
5788 | + } | |
5789 | + }, | |
5790 | + "node_modules/mlly": { | |
5791 | + "version": "1.7.3", | |
5792 | + "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.3.tgz", | |
5793 | + "integrity": "sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==", | |
5794 | + "dependencies": { | |
5795 | + "acorn": "^8.14.0", | |
5796 | + "pathe": "^1.1.2", | |
5797 | + "pkg-types": "^1.2.1", | |
5798 | + "ufo": "^1.5.4" | |
5799 | + } | |
5800 | + }, | |
5801 | + "node_modules/mri": { | |
5802 | + "version": "1.2.0", | |
5803 | + "resolved": "https://registry.npmmirror.com/mri/-/mri-1.2.0.tgz", | |
5804 | + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", | |
5805 | + "engines": { | |
5806 | + "node": ">=4" | |
5807 | + } | |
5808 | + }, | |
5809 | + "node_modules/mrmime": { | |
5810 | + "version": "2.0.0", | |
5811 | + "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.0.tgz", | |
5812 | + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", | |
5813 | + "engines": { | |
5814 | + "node": ">=10" | |
5815 | + } | |
5816 | + }, | |
5817 | + "node_modules/ms": { | |
5818 | + "version": "2.1.3", | |
5819 | + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz", | |
5820 | + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" | |
5821 | + }, | |
5822 | + "node_modules/mz": { | |
5823 | + "version": "2.7.0", | |
5824 | + "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz", | |
5825 | + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", | |
5826 | + "dev": true, | |
5827 | + "dependencies": { | |
5828 | + "any-promise": "^1.0.0", | |
5829 | + "object-assign": "^4.0.1", | |
5830 | + "thenify-all": "^1.0.0" | |
5831 | + } | |
5832 | + }, | |
5833 | + "node_modules/nanoid": { | |
5834 | + "version": "5.0.8", | |
5835 | + "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.0.8.tgz", | |
5836 | + "integrity": "sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==", | |
5837 | + "funding": [ | |
5838 | + { | |
5839 | + "type": "github", | |
5840 | + "url": "https://github.com/sponsors/ai" | |
5841 | + } | |
5842 | + ], | |
5843 | + "bin": { | |
5844 | + "nanoid": "bin/nanoid.js" | |
5845 | + }, | |
5846 | + "engines": { | |
5847 | + "node": "^18 || >=20" | |
5848 | + } | |
5849 | + }, | |
5850 | + "node_modules/nanotar": { | |
5851 | + "version": "0.1.1", | |
5852 | + "resolved": "https://registry.npmmirror.com/nanotar/-/nanotar-0.1.1.tgz", | |
5853 | + "integrity": "sha512-AiJsGsSF3O0havL1BydvI4+wR76sKT+okKRwWIaK96cZUnXqH0uNBOsHlbwZq3+m2BR1VKqHDVudl3gO4mYjpQ==" | |
5854 | + }, | |
5855 | + "node_modules/nitropack": { | |
5856 | + "version": "2.10.4", | |
5857 | + "resolved": "https://registry.npmmirror.com/nitropack/-/nitropack-2.10.4.tgz", | |
5858 | + "integrity": "sha512-sJiG/MIQlZCVSw2cQrFG1H6mLeSqHlYfFerRjLKz69vUfdu0EL2l0WdOxlQbzJr3mMv/l4cOlCCLzVRzjzzF/g==", | |
5859 | + "dependencies": { | |
5860 | + "@cloudflare/kv-asset-handler": "^0.3.4", | |
5861 | + "@netlify/functions": "^2.8.2", | |
5862 | + "@rollup/plugin-alias": "^5.1.1", | |
5863 | + "@rollup/plugin-commonjs": "^28.0.1", | |
5864 | + "@rollup/plugin-inject": "^5.0.5", | |
5865 | + "@rollup/plugin-json": "^6.1.0", | |
5866 | + "@rollup/plugin-node-resolve": "^15.3.0", | |
5867 | + "@rollup/plugin-replace": "^6.0.1", | |
5868 | + "@rollup/plugin-terser": "^0.4.4", | |
5869 | + "@rollup/pluginutils": "^5.1.3", | |
5870 | + "@types/http-proxy": "^1.17.15", | |
5871 | + "@vercel/nft": "^0.27.5", | |
5872 | + "archiver": "^7.0.1", | |
5873 | + "c12": "2.0.1", | |
5874 | + "chokidar": "^3.6.0", | |
5875 | + "citty": "^0.1.6", | |
5876 | + "compatx": "^0.1.8", | |
5877 | + "confbox": "^0.1.8", | |
5878 | + "consola": "^3.2.3", | |
5879 | + "cookie-es": "^1.2.2", | |
5880 | + "croner": "^9.0.0", | |
5881 | + "crossws": "^0.3.1", | |
5882 | + "db0": "^0.2.1", | |
5883 | + "defu": "^6.1.4", | |
5884 | + "destr": "^2.0.3", | |
5885 | + "dot-prop": "^9.0.0", | |
5886 | + "esbuild": "^0.24.0", | |
5887 | + "escape-string-regexp": "^5.0.0", | |
5888 | + "etag": "^1.8.1", | |
5889 | + "fs-extra": "^11.2.0", | |
5890 | + "globby": "^14.0.2", | |
5891 | + "gzip-size": "^7.0.0", | |
5892 | + "h3": "^1.13.0", | |
5893 | + "hookable": "^5.5.3", | |
5894 | + "httpxy": "^0.1.5", | |
5895 | + "ioredis": "^5.4.1", | |
5896 | + "jiti": "^2.4.0", | |
5897 | + "klona": "^2.0.6", | |
5898 | + "knitwork": "^1.1.0", | |
5899 | + "listhen": "^1.9.0", | |
5900 | + "magic-string": "^0.30.12", | |
5901 | + "magicast": "^0.3.5", | |
5902 | + "mime": "^4.0.4", | |
5903 | + "mlly": "^1.7.2", | |
5904 | + "node-fetch-native": "^1.6.4", | |
5905 | + "ofetch": "^1.4.1", | |
5906 | + "ohash": "^1.1.4", | |
5907 | + "openapi-typescript": "^7.4.2", | |
5908 | + "pathe": "^1.1.2", | |
5909 | + "perfect-debounce": "^1.0.0", | |
5910 | + "pkg-types": "^1.2.1", | |
5911 | + "pretty-bytes": "^6.1.1", | |
5912 | + "radix3": "^1.1.2", | |
5913 | + "rollup": "^4.24.3", | |
5914 | + "rollup-plugin-visualizer": "^5.12.0", | |
5915 | + "scule": "^1.3.0", | |
5916 | + "semver": "^7.6.3", | |
5917 | + "serve-placeholder": "^2.0.2", | |
5918 | + "serve-static": "^1.16.2", | |
5919 | + "std-env": "^3.7.0", | |
5920 | + "ufo": "^1.5.4", | |
5921 | + "uncrypto": "^0.1.3", | |
5922 | + "unctx": "^2.3.1", | |
5923 | + "unenv": "^1.10.0", | |
5924 | + "unimport": "^3.13.1", | |
5925 | + "unstorage": "^1.13.1", | |
5926 | + "untyped": "^1.5.1", | |
5927 | + "unwasm": "^0.3.9" | |
5928 | + }, | |
5929 | + "bin": { | |
5930 | + "nitro": "dist/cli/index.mjs", | |
5931 | + "nitropack": "dist/cli/index.mjs" | |
5932 | + }, | |
5933 | + "engines": { | |
5934 | + "node": "^16.11.0 || >=17.0.0" | |
5935 | + }, | |
5936 | + "peerDependencies": { | |
5937 | + "xml2js": "^0.6.2" | |
5938 | + }, | |
5939 | + "peerDependenciesMeta": { | |
5940 | + "xml2js": { | |
5941 | + "optional": true | |
5942 | + } | |
5943 | + } | |
5944 | + }, | |
5945 | + "node_modules/nitropack/node_modules/chokidar": { | |
5946 | + "version": "3.6.0", | |
5947 | + "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz", | |
5948 | + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", | |
5949 | + "dependencies": { | |
5950 | + "anymatch": "~3.1.2", | |
5951 | + "braces": "~3.0.2", | |
5952 | + "glob-parent": "~5.1.2", | |
5953 | + "is-binary-path": "~2.1.0", | |
5954 | + "is-glob": "~4.0.1", | |
5955 | + "normalize-path": "~3.0.0", | |
5956 | + "readdirp": "~3.6.0" | |
5957 | + }, | |
5958 | + "engines": { | |
5959 | + "node": ">= 8.10.0" | |
5960 | + }, | |
5961 | + "funding": { | |
5962 | + "url": "https://paulmillr.com/funding/" | |
5963 | + }, | |
5964 | + "optionalDependencies": { | |
5965 | + "fsevents": "~2.3.2" | |
5966 | + } | |
5967 | + }, | |
5968 | + "node_modules/nitropack/node_modules/picomatch": { | |
5969 | + "version": "2.3.1", | |
5970 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", | |
5971 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
5972 | + "engines": { | |
5973 | + "node": ">=8.6" | |
5974 | + }, | |
5975 | + "funding": { | |
5976 | + "url": "https://github.com/sponsors/jonschlinkert" | |
5977 | + } | |
5978 | + }, | |
5979 | + "node_modules/nitropack/node_modules/readdirp": { | |
5980 | + "version": "3.6.0", | |
5981 | + "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", | |
5982 | + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", | |
5983 | + "dependencies": { | |
5984 | + "picomatch": "^2.2.1" | |
5985 | + }, | |
5986 | + "engines": { | |
5987 | + "node": ">=8.10.0" | |
5988 | + } | |
5989 | + }, | |
5990 | + "node_modules/node-addon-api": { | |
5991 | + "version": "7.1.1", | |
5992 | + "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz", | |
5993 | + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" | |
5994 | + }, | |
5995 | + "node_modules/node-fetch": { | |
5996 | + "version": "2.7.0", | |
5997 | + "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz", | |
5998 | + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", | |
5999 | + "dependencies": { | |
6000 | + "whatwg-url": "^5.0.0" | |
6001 | + }, | |
6002 | + "engines": { | |
6003 | + "node": "4.x || >=6.0.0" | |
6004 | + }, | |
6005 | + "peerDependencies": { | |
6006 | + "encoding": "^0.1.0" | |
6007 | + }, | |
6008 | + "peerDependenciesMeta": { | |
6009 | + "encoding": { | |
6010 | + "optional": true | |
6011 | + } | |
6012 | + } | |
6013 | + }, | |
6014 | + "node_modules/node-fetch-native": { | |
6015 | + "version": "1.6.4", | |
6016 | + "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.4.tgz", | |
6017 | + "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==" | |
6018 | + }, | |
6019 | + "node_modules/node-forge": { | |
6020 | + "version": "1.3.1", | |
6021 | + "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz", | |
6022 | + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", | |
6023 | + "engines": { | |
6024 | + "node": ">= 6.13.0" | |
6025 | + } | |
6026 | + }, | |
6027 | + "node_modules/node-gyp-build": { | |
6028 | + "version": "4.8.3", | |
6029 | + "resolved": "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.3.tgz", | |
6030 | + "integrity": "sha512-EMS95CMJzdoSKoIiXo8pxKoL8DYxwIZXYlLmgPb8KUv794abpnLK6ynsCAWNliOjREKruYKdzbh76HHYUHX7nw==", | |
6031 | + "bin": { | |
6032 | + "node-gyp-build": "bin.js", | |
6033 | + "node-gyp-build-optional": "optional.js", | |
6034 | + "node-gyp-build-test": "build-test.js" | |
6035 | + } | |
6036 | + }, | |
6037 | + "node_modules/node-releases": { | |
6038 | + "version": "2.0.18", | |
6039 | + "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.18.tgz", | |
6040 | + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==" | |
6041 | + }, | |
6042 | + "node_modules/nopt": { | |
6043 | + "version": "5.0.0", | |
6044 | + "resolved": "https://registry.npmmirror.com/nopt/-/nopt-5.0.0.tgz", | |
6045 | + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", | |
6046 | + "dependencies": { | |
6047 | + "abbrev": "1" | |
6048 | + }, | |
6049 | + "bin": { | |
6050 | + "nopt": "bin/nopt.js" | |
6051 | + }, | |
6052 | + "engines": { | |
6053 | + "node": ">=6" | |
6054 | + } | |
6055 | + }, | |
6056 | + "node_modules/normalize-path": { | |
6057 | + "version": "3.0.0", | |
6058 | + "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz", | |
6059 | + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", | |
6060 | + "engines": { | |
6061 | + "node": ">=0.10.0" | |
6062 | + } | |
6063 | + }, | |
6064 | + "node_modules/normalize-range": { | |
6065 | + "version": "0.1.2", | |
6066 | + "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz", | |
6067 | + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", | |
6068 | + "engines": { | |
6069 | + "node": ">=0.10.0" | |
6070 | + } | |
6071 | + }, | |
6072 | + "node_modules/npm-run-path": { | |
6073 | + "version": "5.3.0", | |
6074 | + "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz", | |
6075 | + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", | |
6076 | + "dependencies": { | |
6077 | + "path-key": "^4.0.0" | |
6078 | + }, | |
6079 | + "engines": { | |
6080 | + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" | |
6081 | + }, | |
6082 | + "funding": { | |
6083 | + "url": "https://github.com/sponsors/sindresorhus" | |
6084 | + } | |
6085 | + }, | |
6086 | + "node_modules/npm-run-path/node_modules/path-key": { | |
6087 | + "version": "4.0.0", | |
6088 | + "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz", | |
6089 | + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", | |
6090 | + "engines": { | |
6091 | + "node": ">=12" | |
6092 | + }, | |
6093 | + "funding": { | |
6094 | + "url": "https://github.com/sponsors/sindresorhus" | |
6095 | + } | |
6096 | + }, | |
6097 | + "node_modules/npmlog": { | |
6098 | + "version": "5.0.1", | |
6099 | + "resolved": "https://registry.npmmirror.com/npmlog/-/npmlog-5.0.1.tgz", | |
6100 | + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", | |
6101 | + "deprecated": "This package is no longer supported.", | |
6102 | + "dependencies": { | |
6103 | + "are-we-there-yet": "^2.0.0", | |
6104 | + "console-control-strings": "^1.1.0", | |
6105 | + "gauge": "^3.0.0", | |
6106 | + "set-blocking": "^2.0.0" | |
6107 | + } | |
6108 | + }, | |
6109 | + "node_modules/nth-check": { | |
6110 | + "version": "2.1.1", | |
6111 | + "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz", | |
6112 | + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", | |
6113 | + "dependencies": { | |
6114 | + "boolbase": "^1.0.0" | |
6115 | + }, | |
6116 | + "funding": { | |
6117 | + "url": "https://github.com/fb55/nth-check?sponsor=1" | |
6118 | + } | |
6119 | + }, | |
6120 | + "node_modules/nuxi": { | |
6121 | + "version": "3.15.0", | |
6122 | + "resolved": "https://registry.npmmirror.com/nuxi/-/nuxi-3.15.0.tgz", | |
6123 | + "integrity": "sha512-ZVu45nuDrdb7nzKW2kLGY/N1vvFYLLbUVX6gUYw4BApKGGu4+GktTR5o48dGVgMYX9A8chaugl7TL9ZYmwC9Mg==", | |
6124 | + "bin": { | |
6125 | + "nuxi": "bin/nuxi.mjs", | |
6126 | + "nuxi-ng": "bin/nuxi.mjs", | |
6127 | + "nuxt": "bin/nuxi.mjs", | |
6128 | + "nuxt-cli": "bin/nuxi.mjs" | |
6129 | + }, | |
6130 | + "engines": { | |
6131 | + "node": "^16.10.0 || >=18.0.0" | |
6132 | + } | |
6133 | + }, | |
6134 | + "node_modules/nuxt": { | |
6135 | + "version": "3.14.159", | |
6136 | + "resolved": "https://registry.npmmirror.com/nuxt/-/nuxt-3.14.159.tgz", | |
6137 | + "integrity": "sha512-1xz6AfFkun+byUIkBNX3/CTOTShPRFJe0y9HqWZX2aV9xdoz5ByeaHZfktokhOOSbvabjDyzkTbbHh3V673qHw==", | |
6138 | + "dependencies": { | |
6139 | + "@nuxt/devalue": "^2.0.2", | |
6140 | + "@nuxt/devtools": "^1.6.0", | |
6141 | + "@nuxt/kit": "3.14.159", | |
6142 | + "@nuxt/schema": "3.14.159", | |
6143 | + "@nuxt/telemetry": "^2.6.0", | |
6144 | + "@nuxt/vite-builder": "3.14.159", | |
6145 | + "@unhead/dom": "^1.11.11", | |
6146 | + "@unhead/shared": "^1.11.11", | |
6147 | + "@unhead/ssr": "^1.11.11", | |
6148 | + "@unhead/vue": "^1.11.11", | |
6149 | + "@vue/shared": "^3.5.12", | |
6150 | + "acorn": "8.14.0", | |
6151 | + "c12": "^2.0.1", | |
6152 | + "chokidar": "^4.0.1", | |
6153 | + "compatx": "^0.1.8", | |
6154 | + "consola": "^3.2.3", | |
6155 | + "cookie-es": "^1.2.2", | |
6156 | + "defu": "^6.1.4", | |
6157 | + "destr": "^2.0.3", | |
6158 | + "devalue": "^5.1.1", | |
6159 | + "errx": "^0.1.0", | |
6160 | + "esbuild": "^0.24.0", | |
6161 | + "escape-string-regexp": "^5.0.0", | |
6162 | + "estree-walker": "^3.0.3", | |
6163 | + "globby": "^14.0.2", | |
6164 | + "h3": "^1.13.0", | |
6165 | + "hookable": "^5.5.3", | |
6166 | + "ignore": "^6.0.2", | |
6167 | + "impound": "^0.2.0", | |
6168 | + "jiti": "^2.4.0", | |
6169 | + "klona": "^2.0.6", | |
6170 | + "knitwork": "^1.1.0", | |
6171 | + "magic-string": "^0.30.12", | |
6172 | + "mlly": "^1.7.2", | |
6173 | + "nanotar": "^0.1.1", | |
6174 | + "nitropack": "^2.10.3", | |
6175 | + "nuxi": "^3.15.0", | |
6176 | + "nypm": "^0.3.12", | |
6177 | + "ofetch": "^1.4.1", | |
6178 | + "ohash": "^1.1.4", | |
6179 | + "pathe": "^1.1.2", | |
6180 | + "perfect-debounce": "^1.0.0", | |
6181 | + "pkg-types": "^1.2.1", | |
6182 | + "radix3": "^1.1.2", | |
6183 | + "scule": "^1.3.0", | |
6184 | + "semver": "^7.6.3", | |
6185 | + "std-env": "^3.7.0", | |
6186 | + "strip-literal": "^2.1.0", | |
6187 | + "tinyglobby": "0.2.10", | |
6188 | + "ufo": "^1.5.4", | |
6189 | + "ultrahtml": "^1.5.3", | |
6190 | + "uncrypto": "^0.1.3", | |
6191 | + "unctx": "^2.3.1", | |
6192 | + "unenv": "^1.10.0", | |
6193 | + "unhead": "^1.11.11", | |
6194 | + "unimport": "^3.13.1", | |
6195 | + "unplugin": "^1.15.0", | |
6196 | + "unplugin-vue-router": "^0.10.8", | |
6197 | + "unstorage": "^1.13.1", | |
6198 | + "untyped": "^1.5.1", | |
6199 | + "vue": "^3.5.12", | |
6200 | + "vue-bundle-renderer": "^2.1.1", | |
6201 | + "vue-devtools-stub": "^0.1.0", | |
6202 | + "vue-router": "^4.4.5" | |
6203 | + }, | |
6204 | + "bin": { | |
6205 | + "nuxi": "bin/nuxt.mjs", | |
6206 | + "nuxt": "bin/nuxt.mjs" | |
6207 | + }, | |
6208 | + "engines": { | |
6209 | + "node": "^14.18.0 || >=16.10.0" | |
6210 | + }, | |
6211 | + "peerDependencies": { | |
6212 | + "@parcel/watcher": "^2.1.0", | |
6213 | + "@types/node": "^14.18.0 || >=16.10.0" | |
6214 | + }, | |
6215 | + "peerDependenciesMeta": { | |
6216 | + "@parcel/watcher": { | |
6217 | + "optional": true | |
6218 | + }, | |
6219 | + "@types/node": { | |
6220 | + "optional": true | |
6221 | + } | |
6222 | + } | |
6223 | + }, | |
6224 | + "node_modules/nypm": { | |
6225 | + "version": "0.3.12", | |
6226 | + "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.3.12.tgz", | |
6227 | + "integrity": "sha512-D3pzNDWIvgA+7IORhD/IuWzEk4uXv6GsgOxiid4UU3h9oq5IqV1KtPDi63n4sZJ/xcWlr88c0QM2RgN5VbOhFA==", | |
6228 | + "dependencies": { | |
6229 | + "citty": "^0.1.6", | |
6230 | + "consola": "^3.2.3", | |
6231 | + "execa": "^8.0.1", | |
6232 | + "pathe": "^1.1.2", | |
6233 | + "pkg-types": "^1.2.0", | |
6234 | + "ufo": "^1.5.4" | |
6235 | + }, | |
6236 | + "bin": { | |
6237 | + "nypm": "dist/cli.mjs" | |
6238 | + }, | |
6239 | + "engines": { | |
6240 | + "node": "^14.16.0 || >=16.10.0" | |
6241 | + } | |
6242 | + }, | |
6243 | + "node_modules/nypm/node_modules/execa": { | |
6244 | + "version": "8.0.1", | |
6245 | + "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz", | |
6246 | + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", | |
6247 | + "dependencies": { | |
6248 | + "cross-spawn": "^7.0.3", | |
6249 | + "get-stream": "^8.0.1", | |
6250 | + "human-signals": "^5.0.0", | |
6251 | + "is-stream": "^3.0.0", | |
6252 | + "merge-stream": "^2.0.0", | |
6253 | + "npm-run-path": "^5.1.0", | |
6254 | + "onetime": "^6.0.0", | |
6255 | + "signal-exit": "^4.1.0", | |
6256 | + "strip-final-newline": "^3.0.0" | |
6257 | + }, | |
6258 | + "engines": { | |
6259 | + "node": ">=16.17" | |
6260 | + }, | |
6261 | + "funding": { | |
6262 | + "url": "https://github.com/sindresorhus/execa?sponsor=1" | |
6263 | + } | |
6264 | + }, | |
6265 | + "node_modules/nypm/node_modules/get-stream": { | |
6266 | + "version": "8.0.1", | |
6267 | + "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz", | |
6268 | + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", | |
6269 | + "engines": { | |
6270 | + "node": ">=16" | |
6271 | + }, | |
6272 | + "funding": { | |
6273 | + "url": "https://github.com/sponsors/sindresorhus" | |
6274 | + } | |
6275 | + }, | |
6276 | + "node_modules/nypm/node_modules/human-signals": { | |
6277 | + "version": "5.0.0", | |
6278 | + "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz", | |
6279 | + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", | |
6280 | + "engines": { | |
6281 | + "node": ">=16.17.0" | |
6282 | + } | |
6283 | + }, | |
6284 | + "node_modules/nypm/node_modules/signal-exit": { | |
6285 | + "version": "4.1.0", | |
6286 | + "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz", | |
6287 | + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", | |
6288 | + "engines": { | |
6289 | + "node": ">=14" | |
6290 | + }, | |
6291 | + "funding": { | |
6292 | + "url": "https://github.com/sponsors/isaacs" | |
6293 | + } | |
6294 | + }, | |
6295 | + "node_modules/object-assign": { | |
6296 | + "version": "4.1.1", | |
6297 | + "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz", | |
6298 | + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", | |
6299 | + "engines": { | |
6300 | + "node": ">=0.10.0" | |
6301 | + } | |
6302 | + }, | |
6303 | + "node_modules/object-hash": { | |
6304 | + "version": "3.0.0", | |
6305 | + "resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-3.0.0.tgz", | |
6306 | + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", | |
6307 | + "dev": true, | |
6308 | + "engines": { | |
6309 | + "node": ">= 6" | |
6310 | + } | |
6311 | + }, | |
6312 | + "node_modules/ofetch": { | |
6313 | + "version": "1.4.1", | |
6314 | + "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.4.1.tgz", | |
6315 | + "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==", | |
6316 | + "dependencies": { | |
6317 | + "destr": "^2.0.3", | |
6318 | + "node-fetch-native": "^1.6.4", | |
6319 | + "ufo": "^1.5.4" | |
6320 | + } | |
6321 | + }, | |
6322 | + "node_modules/ohash": { | |
6323 | + "version": "1.1.4", | |
6324 | + "resolved": "https://registry.npmmirror.com/ohash/-/ohash-1.1.4.tgz", | |
6325 | + "integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==" | |
6326 | + }, | |
6327 | + "node_modules/on-finished": { | |
6328 | + "version": "2.4.1", | |
6329 | + "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz", | |
6330 | + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", | |
6331 | + "dependencies": { | |
6332 | + "ee-first": "1.1.1" | |
6333 | + }, | |
6334 | + "engines": { | |
6335 | + "node": ">= 0.8" | |
6336 | + } | |
6337 | + }, | |
6338 | + "node_modules/once": { | |
6339 | + "version": "1.4.0", | |
6340 | + "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz", | |
6341 | + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", | |
6342 | + "dependencies": { | |
6343 | + "wrappy": "1" | |
6344 | + } | |
6345 | + }, | |
6346 | + "node_modules/onetime": { | |
6347 | + "version": "6.0.0", | |
6348 | + "resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz", | |
6349 | + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", | |
6350 | + "dependencies": { | |
6351 | + "mimic-fn": "^4.0.0" | |
6352 | + }, | |
6353 | + "engines": { | |
6354 | + "node": ">=12" | |
6355 | + }, | |
6356 | + "funding": { | |
6357 | + "url": "https://github.com/sponsors/sindresorhus" | |
6358 | + } | |
6359 | + }, | |
6360 | + "node_modules/open": { | |
6361 | + "version": "8.4.2", | |
6362 | + "resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz", | |
6363 | + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", | |
6364 | + "dependencies": { | |
6365 | + "define-lazy-prop": "^2.0.0", | |
6366 | + "is-docker": "^2.1.1", | |
6367 | + "is-wsl": "^2.2.0" | |
6368 | + }, | |
6369 | + "engines": { | |
6370 | + "node": ">=12" | |
6371 | + }, | |
6372 | + "funding": { | |
6373 | + "url": "https://github.com/sponsors/sindresorhus" | |
6374 | + } | |
6375 | + }, | |
6376 | + "node_modules/open/node_modules/is-docker": { | |
6377 | + "version": "2.2.1", | |
6378 | + "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz", | |
6379 | + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", | |
6380 | + "bin": { | |
6381 | + "is-docker": "cli.js" | |
6382 | + }, | |
6383 | + "engines": { | |
6384 | + "node": ">=8" | |
6385 | + }, | |
6386 | + "funding": { | |
6387 | + "url": "https://github.com/sponsors/sindresorhus" | |
6388 | + } | |
6389 | + }, | |
6390 | + "node_modules/open/node_modules/is-wsl": { | |
6391 | + "version": "2.2.0", | |
6392 | + "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz", | |
6393 | + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", | |
6394 | + "dependencies": { | |
6395 | + "is-docker": "^2.0.0" | |
6396 | + }, | |
6397 | + "engines": { | |
6398 | + "node": ">=8" | |
6399 | + } | |
6400 | + }, | |
6401 | + "node_modules/openapi-typescript": { | |
6402 | + "version": "7.4.3", | |
6403 | + "resolved": "https://registry.npmmirror.com/openapi-typescript/-/openapi-typescript-7.4.3.tgz", | |
6404 | + "integrity": "sha512-xTIjMIIOv9kNhsr8JxaC00ucbIY/6ZwuJPJBZMSh5FA2dicZN5uM805DWVJojXdom8YI4AQTavPDPHMx/3g0vQ==", | |
6405 | + "dependencies": { | |
6406 | + "@redocly/openapi-core": "^1.25.9", | |
6407 | + "ansi-colors": "^4.1.3", | |
6408 | + "change-case": "^5.4.4", | |
6409 | + "parse-json": "^8.1.0", | |
6410 | + "supports-color": "^9.4.0", | |
6411 | + "yargs-parser": "^21.1.1" | |
6412 | + }, | |
6413 | + "bin": { | |
6414 | + "openapi-typescript": "bin/cli.js" | |
6415 | + }, | |
6416 | + "peerDependencies": { | |
6417 | + "typescript": "^5.x" | |
6418 | + } | |
6419 | + }, | |
6420 | + "node_modules/package-json-from-dist": { | |
6421 | + "version": "1.0.1", | |
6422 | + "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", | |
6423 | + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" | |
6424 | + }, | |
6425 | + "node_modules/package-manager-detector": { | |
6426 | + "version": "0.2.2", | |
6427 | + "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-0.2.2.tgz", | |
6428 | + "integrity": "sha512-VgXbyrSNsml4eHWIvxxG/nTL4wgybMTXCV2Un/+yEc3aDKKU6nQBZjbeP3Pl3qm9Qg92X/1ng4ffvCeD/zwHgg==" | |
6429 | + }, | |
6430 | + "node_modules/parse-git-config": { | |
6431 | + "version": "3.0.0", | |
6432 | + "resolved": "https://registry.npmmirror.com/parse-git-config/-/parse-git-config-3.0.0.tgz", | |
6433 | + "integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==", | |
6434 | + "dependencies": { | |
6435 | + "git-config-path": "^2.0.0", | |
6436 | + "ini": "^1.3.5" | |
6437 | + }, | |
6438 | + "engines": { | |
6439 | + "node": ">=8" | |
6440 | + } | |
6441 | + }, | |
6442 | + "node_modules/parse-git-config/node_modules/ini": { | |
6443 | + "version": "1.3.8", | |
6444 | + "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz", | |
6445 | + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" | |
6446 | + }, | |
6447 | + "node_modules/parse-json": { | |
6448 | + "version": "8.1.0", | |
6449 | + "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-8.1.0.tgz", | |
6450 | + "integrity": "sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==", | |
6451 | + "dependencies": { | |
6452 | + "@babel/code-frame": "^7.22.13", | |
6453 | + "index-to-position": "^0.1.2", | |
6454 | + "type-fest": "^4.7.1" | |
6455 | + }, | |
6456 | + "engines": { | |
6457 | + "node": ">=18" | |
6458 | + }, | |
6459 | + "funding": { | |
6460 | + "url": "https://github.com/sponsors/sindresorhus" | |
6461 | + } | |
6462 | + }, | |
6463 | + "node_modules/parse-path": { | |
6464 | + "version": "7.0.0", | |
6465 | + "resolved": "https://registry.npmmirror.com/parse-path/-/parse-path-7.0.0.tgz", | |
6466 | + "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==", | |
6467 | + "dependencies": { | |
6468 | + "protocols": "^2.0.0" | |
6469 | + } | |
6470 | + }, | |
6471 | + "node_modules/parse-url": { | |
6472 | + "version": "8.1.0", | |
6473 | + "resolved": "https://registry.npmmirror.com/parse-url/-/parse-url-8.1.0.tgz", | |
6474 | + "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==", | |
6475 | + "dependencies": { | |
6476 | + "parse-path": "^7.0.0" | |
6477 | + } | |
6478 | + }, | |
6479 | + "node_modules/parseurl": { | |
6480 | + "version": "1.3.3", | |
6481 | + "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz", | |
6482 | + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", | |
6483 | + "engines": { | |
6484 | + "node": ">= 0.8" | |
6485 | + } | |
6486 | + }, | |
6487 | + "node_modules/path-is-absolute": { | |
6488 | + "version": "1.0.1", | |
6489 | + "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz", | |
6490 | + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", | |
6491 | + "engines": { | |
6492 | + "node": ">=0.10.0" | |
6493 | + } | |
6494 | + }, | |
6495 | + "node_modules/path-key": { | |
6496 | + "version": "3.1.1", | |
6497 | + "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", | |
6498 | + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", | |
6499 | + "engines": { | |
6500 | + "node": ">=8" | |
6501 | + } | |
6502 | + }, | |
6503 | + "node_modules/path-parse": { | |
6504 | + "version": "1.0.7", | |
6505 | + "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz", | |
6506 | + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" | |
6507 | + }, | |
6508 | + "node_modules/path-scurry": { | |
6509 | + "version": "1.11.1", | |
6510 | + "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz", | |
6511 | + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", | |
6512 | + "dependencies": { | |
6513 | + "lru-cache": "^10.2.0", | |
6514 | + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" | |
6515 | + }, | |
6516 | + "engines": { | |
6517 | + "node": ">=16 || 14 >=14.18" | |
6518 | + }, | |
6519 | + "funding": { | |
6520 | + "url": "https://github.com/sponsors/isaacs" | |
6521 | + } | |
6522 | + }, | |
6523 | + "node_modules/path-scurry/node_modules/lru-cache": { | |
6524 | + "version": "10.4.3", | |
6525 | + "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz", | |
6526 | + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" | |
6527 | + }, | |
6528 | + "node_modules/path-type": { | |
6529 | + "version": "5.0.0", | |
6530 | + "resolved": "https://registry.npmmirror.com/path-type/-/path-type-5.0.0.tgz", | |
6531 | + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", | |
6532 | + "engines": { | |
6533 | + "node": ">=12" | |
6534 | + }, | |
6535 | + "funding": { | |
6536 | + "url": "https://github.com/sponsors/sindresorhus" | |
6537 | + } | |
6538 | + }, | |
6539 | + "node_modules/pathe": { | |
6540 | + "version": "1.1.2", | |
6541 | + "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz", | |
6542 | + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" | |
6543 | + }, | |
6544 | + "node_modules/perfect-debounce": { | |
6545 | + "version": "1.0.0", | |
6546 | + "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz", | |
6547 | + "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==" | |
6548 | + }, | |
6549 | + "node_modules/picocolors": { | |
6550 | + "version": "1.1.1", | |
6551 | + "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz", | |
6552 | + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" | |
6553 | + }, | |
6554 | + "node_modules/picomatch": { | |
6555 | + "version": "4.0.2", | |
6556 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz", | |
6557 | + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", | |
6558 | + "engines": { | |
6559 | + "node": ">=12" | |
6560 | + }, | |
6561 | + "funding": { | |
6562 | + "url": "https://github.com/sponsors/jonschlinkert" | |
6563 | + } | |
6564 | + }, | |
6565 | + "node_modules/pify": { | |
6566 | + "version": "2.3.0", | |
6567 | + "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz", | |
6568 | + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", | |
6569 | + "dev": true, | |
6570 | + "engines": { | |
6571 | + "node": ">=0.10.0" | |
6572 | + } | |
6573 | + }, | |
6574 | + "node_modules/pirates": { | |
6575 | + "version": "4.0.6", | |
6576 | + "resolved": "https://registry.npmmirror.com/pirates/-/pirates-4.0.6.tgz", | |
6577 | + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", | |
6578 | + "dev": true, | |
6579 | + "engines": { | |
6580 | + "node": ">= 6" | |
6581 | + } | |
6582 | + }, | |
6583 | + "node_modules/pkg-types": { | |
6584 | + "version": "1.2.1", | |
6585 | + "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.2.1.tgz", | |
6586 | + "integrity": "sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==", | |
6587 | + "dependencies": { | |
6588 | + "confbox": "^0.1.8", | |
6589 | + "mlly": "^1.7.2", | |
6590 | + "pathe": "^1.1.2" | |
6591 | + } | |
6592 | + }, | |
6593 | + "node_modules/pluralize": { | |
6594 | + "version": "8.0.0", | |
6595 | + "resolved": "https://registry.npmmirror.com/pluralize/-/pluralize-8.0.0.tgz", | |
6596 | + "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==", | |
6597 | + "engines": { | |
6598 | + "node": ">=4" | |
6599 | + } | |
6600 | + }, | |
6601 | + "node_modules/postcss": { | |
6602 | + "version": "8.4.49", | |
6603 | + "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.49.tgz", | |
6604 | + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", | |
6605 | + "funding": [ | |
6606 | + { | |
6607 | + "type": "opencollective", | |
6608 | + "url": "https://opencollective.com/postcss/" | |
6609 | + }, | |
6610 | + { | |
6611 | + "type": "tidelift", | |
6612 | + "url": "https://tidelift.com/funding/github/npm/postcss" | |
6613 | + }, | |
6614 | + { | |
6615 | + "type": "github", | |
6616 | + "url": "https://github.com/sponsors/ai" | |
6617 | + } | |
6618 | + ], | |
6619 | + "dependencies": { | |
6620 | + "nanoid": "^3.3.7", | |
6621 | + "picocolors": "^1.1.1", | |
6622 | + "source-map-js": "^1.2.1" | |
6623 | + }, | |
6624 | + "engines": { | |
6625 | + "node": "^10 || ^12 || >=14" | |
6626 | + } | |
6627 | + }, | |
6628 | + "node_modules/postcss-calc": { | |
6629 | + "version": "10.0.2", | |
6630 | + "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-10.0.2.tgz", | |
6631 | + "integrity": "sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==", | |
6632 | + "dependencies": { | |
6633 | + "postcss-selector-parser": "^6.1.2", | |
6634 | + "postcss-value-parser": "^4.2.0" | |
6635 | + }, | |
6636 | + "engines": { | |
6637 | + "node": "^18.12 || ^20.9 || >=22.0" | |
6638 | + }, | |
6639 | + "peerDependencies": { | |
6640 | + "postcss": "^8.4.38" | |
6641 | + } | |
6642 | + }, | |
6643 | + "node_modules/postcss-colormin": { | |
6644 | + "version": "7.0.2", | |
6645 | + "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-7.0.2.tgz", | |
6646 | + "integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==", | |
6647 | + "dependencies": { | |
6648 | + "browserslist": "^4.23.3", | |
6649 | + "caniuse-api": "^3.0.0", | |
6650 | + "colord": "^2.9.3", | |
6651 | + "postcss-value-parser": "^4.2.0" | |
6652 | + }, | |
6653 | + "engines": { | |
6654 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6655 | + }, | |
6656 | + "peerDependencies": { | |
6657 | + "postcss": "^8.4.31" | |
6658 | + } | |
6659 | + }, | |
6660 | + "node_modules/postcss-convert-values": { | |
6661 | + "version": "7.0.4", | |
6662 | + "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz", | |
6663 | + "integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==", | |
6664 | + "dependencies": { | |
6665 | + "browserslist": "^4.23.3", | |
6666 | + "postcss-value-parser": "^4.2.0" | |
6667 | + }, | |
6668 | + "engines": { | |
6669 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6670 | + }, | |
6671 | + "peerDependencies": { | |
6672 | + "postcss": "^8.4.31" | |
6673 | + } | |
6674 | + }, | |
6675 | + "node_modules/postcss-discard-comments": { | |
6676 | + "version": "7.0.3", | |
6677 | + "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-7.0.3.tgz", | |
6678 | + "integrity": "sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==", | |
6679 | + "dependencies": { | |
6680 | + "postcss-selector-parser": "^6.1.2" | |
6681 | + }, | |
6682 | + "engines": { | |
6683 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6684 | + }, | |
6685 | + "peerDependencies": { | |
6686 | + "postcss": "^8.4.31" | |
6687 | + } | |
6688 | + }, | |
6689 | + "node_modules/postcss-discard-duplicates": { | |
6690 | + "version": "7.0.1", | |
6691 | + "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz", | |
6692 | + "integrity": "sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==", | |
6693 | + "engines": { | |
6694 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6695 | + }, | |
6696 | + "peerDependencies": { | |
6697 | + "postcss": "^8.4.31" | |
6698 | + } | |
6699 | + }, | |
6700 | + "node_modules/postcss-discard-empty": { | |
6701 | + "version": "7.0.0", | |
6702 | + "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz", | |
6703 | + "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==", | |
6704 | + "engines": { | |
6705 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6706 | + }, | |
6707 | + "peerDependencies": { | |
6708 | + "postcss": "^8.4.31" | |
6709 | + } | |
6710 | + }, | |
6711 | + "node_modules/postcss-discard-overridden": { | |
6712 | + "version": "7.0.0", | |
6713 | + "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz", | |
6714 | + "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==", | |
6715 | + "engines": { | |
6716 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6717 | + }, | |
6718 | + "peerDependencies": { | |
6719 | + "postcss": "^8.4.31" | |
6720 | + } | |
6721 | + }, | |
6722 | + "node_modules/postcss-import": { | |
6723 | + "version": "15.1.0", | |
6724 | + "resolved": "https://registry.npmmirror.com/postcss-import/-/postcss-import-15.1.0.tgz", | |
6725 | + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", | |
6726 | + "dev": true, | |
6727 | + "dependencies": { | |
6728 | + "postcss-value-parser": "^4.0.0", | |
6729 | + "read-cache": "^1.0.0", | |
6730 | + "resolve": "^1.1.7" | |
6731 | + }, | |
6732 | + "engines": { | |
6733 | + "node": ">=14.0.0" | |
6734 | + }, | |
6735 | + "peerDependencies": { | |
6736 | + "postcss": "^8.0.0" | |
6737 | + } | |
6738 | + }, | |
6739 | + "node_modules/postcss-js": { | |
6740 | + "version": "4.0.1", | |
6741 | + "resolved": "https://registry.npmmirror.com/postcss-js/-/postcss-js-4.0.1.tgz", | |
6742 | + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", | |
6743 | + "dev": true, | |
6744 | + "dependencies": { | |
6745 | + "camelcase-css": "^2.0.1" | |
6746 | + }, | |
6747 | + "engines": { | |
6748 | + "node": "^12 || ^14 || >= 16" | |
6749 | + }, | |
6750 | + "funding": { | |
6751 | + "type": "opencollective", | |
6752 | + "url": "https://opencollective.com/postcss/" | |
6753 | + }, | |
6754 | + "peerDependencies": { | |
6755 | + "postcss": "^8.4.21" | |
6756 | + } | |
6757 | + }, | |
6758 | + "node_modules/postcss-load-config": { | |
6759 | + "version": "4.0.2", | |
6760 | + "resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz", | |
6761 | + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", | |
6762 | + "dev": true, | |
6763 | + "funding": [ | |
6764 | + { | |
6765 | + "type": "opencollective", | |
6766 | + "url": "https://opencollective.com/postcss/" | |
6767 | + }, | |
6768 | + { | |
6769 | + "type": "github", | |
6770 | + "url": "https://github.com/sponsors/ai" | |
6771 | + } | |
6772 | + ], | |
6773 | + "dependencies": { | |
6774 | + "lilconfig": "^3.0.0", | |
6775 | + "yaml": "^2.3.4" | |
6776 | + }, | |
6777 | + "engines": { | |
6778 | + "node": ">= 14" | |
6779 | + }, | |
6780 | + "peerDependencies": { | |
6781 | + "postcss": ">=8.0.9", | |
6782 | + "ts-node": ">=9.0.0" | |
6783 | + }, | |
6784 | + "peerDependenciesMeta": { | |
6785 | + "postcss": { | |
6786 | + "optional": true | |
6787 | + }, | |
6788 | + "ts-node": { | |
6789 | + "optional": true | |
6790 | + } | |
6791 | + } | |
6792 | + }, | |
6793 | + "node_modules/postcss-merge-longhand": { | |
6794 | + "version": "7.0.4", | |
6795 | + "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz", | |
6796 | + "integrity": "sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==", | |
6797 | + "dependencies": { | |
6798 | + "postcss-value-parser": "^4.2.0", | |
6799 | + "stylehacks": "^7.0.4" | |
6800 | + }, | |
6801 | + "engines": { | |
6802 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6803 | + }, | |
6804 | + "peerDependencies": { | |
6805 | + "postcss": "^8.4.31" | |
6806 | + } | |
6807 | + }, | |
6808 | + "node_modules/postcss-merge-rules": { | |
6809 | + "version": "7.0.4", | |
6810 | + "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-7.0.4.tgz", | |
6811 | + "integrity": "sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==", | |
6812 | + "dependencies": { | |
6813 | + "browserslist": "^4.23.3", | |
6814 | + "caniuse-api": "^3.0.0", | |
6815 | + "cssnano-utils": "^5.0.0", | |
6816 | + "postcss-selector-parser": "^6.1.2" | |
6817 | + }, | |
6818 | + "engines": { | |
6819 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6820 | + }, | |
6821 | + "peerDependencies": { | |
6822 | + "postcss": "^8.4.31" | |
6823 | + } | |
6824 | + }, | |
6825 | + "node_modules/postcss-minify-font-values": { | |
6826 | + "version": "7.0.0", | |
6827 | + "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz", | |
6828 | + "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==", | |
6829 | + "dependencies": { | |
6830 | + "postcss-value-parser": "^4.2.0" | |
6831 | + }, | |
6832 | + "engines": { | |
6833 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6834 | + }, | |
6835 | + "peerDependencies": { | |
6836 | + "postcss": "^8.4.31" | |
6837 | + } | |
6838 | + }, | |
6839 | + "node_modules/postcss-minify-gradients": { | |
6840 | + "version": "7.0.0", | |
6841 | + "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz", | |
6842 | + "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==", | |
6843 | + "dependencies": { | |
6844 | + "colord": "^2.9.3", | |
6845 | + "cssnano-utils": "^5.0.0", | |
6846 | + "postcss-value-parser": "^4.2.0" | |
6847 | + }, | |
6848 | + "engines": { | |
6849 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6850 | + }, | |
6851 | + "peerDependencies": { | |
6852 | + "postcss": "^8.4.31" | |
6853 | + } | |
6854 | + }, | |
6855 | + "node_modules/postcss-minify-params": { | |
6856 | + "version": "7.0.2", | |
6857 | + "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-7.0.2.tgz", | |
6858 | + "integrity": "sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==", | |
6859 | + "dependencies": { | |
6860 | + "browserslist": "^4.23.3", | |
6861 | + "cssnano-utils": "^5.0.0", | |
6862 | + "postcss-value-parser": "^4.2.0" | |
6863 | + }, | |
6864 | + "engines": { | |
6865 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6866 | + }, | |
6867 | + "peerDependencies": { | |
6868 | + "postcss": "^8.4.31" | |
6869 | + } | |
6870 | + }, | |
6871 | + "node_modules/postcss-minify-selectors": { | |
6872 | + "version": "7.0.4", | |
6873 | + "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.4.tgz", | |
6874 | + "integrity": "sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==", | |
6875 | + "dependencies": { | |
6876 | + "cssesc": "^3.0.0", | |
6877 | + "postcss-selector-parser": "^6.1.2" | |
6878 | + }, | |
6879 | + "engines": { | |
6880 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6881 | + }, | |
6882 | + "peerDependencies": { | |
6883 | + "postcss": "^8.4.31" | |
6884 | + } | |
6885 | + }, | |
6886 | + "node_modules/postcss-nested": { | |
6887 | + "version": "6.2.0", | |
6888 | + "resolved": "https://registry.npmmirror.com/postcss-nested/-/postcss-nested-6.2.0.tgz", | |
6889 | + "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", | |
6890 | + "dev": true, | |
6891 | + "funding": [ | |
6892 | + { | |
6893 | + "type": "opencollective", | |
6894 | + "url": "https://opencollective.com/postcss/" | |
6895 | + }, | |
6896 | + { | |
6897 | + "type": "github", | |
6898 | + "url": "https://github.com/sponsors/ai" | |
6899 | + } | |
6900 | + ], | |
6901 | + "dependencies": { | |
6902 | + "postcss-selector-parser": "^6.1.1" | |
6903 | + }, | |
6904 | + "engines": { | |
6905 | + "node": ">=12.0" | |
6906 | + }, | |
6907 | + "peerDependencies": { | |
6908 | + "postcss": "^8.2.14" | |
6909 | + } | |
6910 | + }, | |
6911 | + "node_modules/postcss-normalize-charset": { | |
6912 | + "version": "7.0.0", | |
6913 | + "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz", | |
6914 | + "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==", | |
6915 | + "engines": { | |
6916 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6917 | + }, | |
6918 | + "peerDependencies": { | |
6919 | + "postcss": "^8.4.31" | |
6920 | + } | |
6921 | + }, | |
6922 | + "node_modules/postcss-normalize-display-values": { | |
6923 | + "version": "7.0.0", | |
6924 | + "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz", | |
6925 | + "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==", | |
6926 | + "dependencies": { | |
6927 | + "postcss-value-parser": "^4.2.0" | |
6928 | + }, | |
6929 | + "engines": { | |
6930 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6931 | + }, | |
6932 | + "peerDependencies": { | |
6933 | + "postcss": "^8.4.31" | |
6934 | + } | |
6935 | + }, | |
6936 | + "node_modules/postcss-normalize-positions": { | |
6937 | + "version": "7.0.0", | |
6938 | + "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz", | |
6939 | + "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==", | |
6940 | + "dependencies": { | |
6941 | + "postcss-value-parser": "^4.2.0" | |
6942 | + }, | |
6943 | + "engines": { | |
6944 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6945 | + }, | |
6946 | + "peerDependencies": { | |
6947 | + "postcss": "^8.4.31" | |
6948 | + } | |
6949 | + }, | |
6950 | + "node_modules/postcss-normalize-repeat-style": { | |
6951 | + "version": "7.0.0", | |
6952 | + "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz", | |
6953 | + "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==", | |
6954 | + "dependencies": { | |
6955 | + "postcss-value-parser": "^4.2.0" | |
6956 | + }, | |
6957 | + "engines": { | |
6958 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6959 | + }, | |
6960 | + "peerDependencies": { | |
6961 | + "postcss": "^8.4.31" | |
6962 | + } | |
6963 | + }, | |
6964 | + "node_modules/postcss-normalize-string": { | |
6965 | + "version": "7.0.0", | |
6966 | + "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz", | |
6967 | + "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==", | |
6968 | + "dependencies": { | |
6969 | + "postcss-value-parser": "^4.2.0" | |
6970 | + }, | |
6971 | + "engines": { | |
6972 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6973 | + }, | |
6974 | + "peerDependencies": { | |
6975 | + "postcss": "^8.4.31" | |
6976 | + } | |
6977 | + }, | |
6978 | + "node_modules/postcss-normalize-timing-functions": { | |
6979 | + "version": "7.0.0", | |
6980 | + "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz", | |
6981 | + "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==", | |
6982 | + "dependencies": { | |
6983 | + "postcss-value-parser": "^4.2.0" | |
6984 | + }, | |
6985 | + "engines": { | |
6986 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
6987 | + }, | |
6988 | + "peerDependencies": { | |
6989 | + "postcss": "^8.4.31" | |
6990 | + } | |
6991 | + }, | |
6992 | + "node_modules/postcss-normalize-unicode": { | |
6993 | + "version": "7.0.2", | |
6994 | + "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.2.tgz", | |
6995 | + "integrity": "sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==", | |
6996 | + "dependencies": { | |
6997 | + "browserslist": "^4.23.3", | |
6998 | + "postcss-value-parser": "^4.2.0" | |
6999 | + }, | |
7000 | + "engines": { | |
7001 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
7002 | + }, | |
7003 | + "peerDependencies": { | |
7004 | + "postcss": "^8.4.31" | |
7005 | + } | |
7006 | + }, | |
7007 | + "node_modules/postcss-normalize-url": { | |
7008 | + "version": "7.0.0", | |
7009 | + "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz", | |
7010 | + "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==", | |
7011 | + "dependencies": { | |
7012 | + "postcss-value-parser": "^4.2.0" | |
7013 | + }, | |
7014 | + "engines": { | |
7015 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
7016 | + }, | |
7017 | + "peerDependencies": { | |
7018 | + "postcss": "^8.4.31" | |
7019 | + } | |
7020 | + }, | |
7021 | + "node_modules/postcss-normalize-whitespace": { | |
7022 | + "version": "7.0.0", | |
7023 | + "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz", | |
7024 | + "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==", | |
7025 | + "dependencies": { | |
7026 | + "postcss-value-parser": "^4.2.0" | |
7027 | + }, | |
7028 | + "engines": { | |
7029 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
7030 | + }, | |
7031 | + "peerDependencies": { | |
7032 | + "postcss": "^8.4.31" | |
7033 | + } | |
7034 | + }, | |
7035 | + "node_modules/postcss-ordered-values": { | |
7036 | + "version": "7.0.1", | |
7037 | + "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz", | |
7038 | + "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==", | |
7039 | + "dependencies": { | |
7040 | + "cssnano-utils": "^5.0.0", | |
7041 | + "postcss-value-parser": "^4.2.0" | |
7042 | + }, | |
7043 | + "engines": { | |
7044 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
7045 | + }, | |
7046 | + "peerDependencies": { | |
7047 | + "postcss": "^8.4.31" | |
7048 | + } | |
7049 | + }, | |
7050 | + "node_modules/postcss-reduce-initial": { | |
7051 | + "version": "7.0.2", | |
7052 | + "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.2.tgz", | |
7053 | + "integrity": "sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==", | |
7054 | + "dependencies": { | |
7055 | + "browserslist": "^4.23.3", | |
7056 | + "caniuse-api": "^3.0.0" | |
7057 | + }, | |
7058 | + "engines": { | |
7059 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
7060 | + }, | |
7061 | + "peerDependencies": { | |
7062 | + "postcss": "^8.4.31" | |
7063 | + } | |
7064 | + }, | |
7065 | + "node_modules/postcss-reduce-transforms": { | |
7066 | + "version": "7.0.0", | |
7067 | + "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz", | |
7068 | + "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==", | |
7069 | + "dependencies": { | |
7070 | + "postcss-value-parser": "^4.2.0" | |
7071 | + }, | |
7072 | + "engines": { | |
7073 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
7074 | + }, | |
7075 | + "peerDependencies": { | |
7076 | + "postcss": "^8.4.31" | |
7077 | + } | |
7078 | + }, | |
7079 | + "node_modules/postcss-selector-parser": { | |
7080 | + "version": "6.1.2", | |
7081 | + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", | |
7082 | + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", | |
7083 | + "dependencies": { | |
7084 | + "cssesc": "^3.0.0", | |
7085 | + "util-deprecate": "^1.0.2" | |
7086 | + }, | |
7087 | + "engines": { | |
7088 | + "node": ">=4" | |
7089 | + } | |
7090 | + }, | |
7091 | + "node_modules/postcss-svgo": { | |
7092 | + "version": "7.0.1", | |
7093 | + "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-7.0.1.tgz", | |
7094 | + "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==", | |
7095 | + "dependencies": { | |
7096 | + "postcss-value-parser": "^4.2.0", | |
7097 | + "svgo": "^3.3.2" | |
7098 | + }, | |
7099 | + "engines": { | |
7100 | + "node": "^18.12.0 || ^20.9.0 || >= 18" | |
7101 | + }, | |
7102 | + "peerDependencies": { | |
7103 | + "postcss": "^8.4.31" | |
7104 | + } | |
7105 | + }, | |
7106 | + "node_modules/postcss-unique-selectors": { | |
7107 | + "version": "7.0.3", | |
7108 | + "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.3.tgz", | |
7109 | + "integrity": "sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==", | |
7110 | + "dependencies": { | |
7111 | + "postcss-selector-parser": "^6.1.2" | |
7112 | + }, | |
7113 | + "engines": { | |
7114 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
7115 | + }, | |
7116 | + "peerDependencies": { | |
7117 | + "postcss": "^8.4.31" | |
7118 | + } | |
7119 | + }, | |
7120 | + "node_modules/postcss-value-parser": { | |
7121 | + "version": "4.2.0", | |
7122 | + "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", | |
7123 | + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" | |
7124 | + }, | |
7125 | + "node_modules/postcss/node_modules/nanoid": { | |
7126 | + "version": "3.3.7", | |
7127 | + "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz", | |
7128 | + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", | |
7129 | + "funding": [ | |
7130 | + { | |
7131 | + "type": "github", | |
7132 | + "url": "https://github.com/sponsors/ai" | |
7133 | + } | |
7134 | + ], | |
7135 | + "bin": { | |
7136 | + "nanoid": "bin/nanoid.cjs" | |
7137 | + }, | |
7138 | + "engines": { | |
7139 | + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" | |
7140 | + } | |
7141 | + }, | |
7142 | + "node_modules/pretty-bytes": { | |
7143 | + "version": "6.1.1", | |
7144 | + "resolved": "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-6.1.1.tgz", | |
7145 | + "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==", | |
7146 | + "engines": { | |
7147 | + "node": "^14.13.1 || >=16.0.0" | |
7148 | + }, | |
7149 | + "funding": { | |
7150 | + "url": "https://github.com/sponsors/sindresorhus" | |
7151 | + } | |
7152 | + }, | |
7153 | + "node_modules/process": { | |
7154 | + "version": "0.11.10", | |
7155 | + "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz", | |
7156 | + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", | |
7157 | + "engines": { | |
7158 | + "node": ">= 0.6.0" | |
7159 | + } | |
7160 | + }, | |
7161 | + "node_modules/process-nextick-args": { | |
7162 | + "version": "2.0.1", | |
7163 | + "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz", | |
7164 | + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" | |
7165 | + }, | |
7166 | + "node_modules/prompts": { | |
7167 | + "version": "2.4.2", | |
7168 | + "resolved": "https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz", | |
7169 | + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", | |
7170 | + "dependencies": { | |
7171 | + "kleur": "^3.0.3", | |
7172 | + "sisteransi": "^1.0.5" | |
7173 | + }, | |
7174 | + "engines": { | |
7175 | + "node": ">= 6" | |
7176 | + } | |
7177 | + }, | |
7178 | + "node_modules/protocols": { | |
7179 | + "version": "2.0.1", | |
7180 | + "resolved": "https://registry.npmmirror.com/protocols/-/protocols-2.0.1.tgz", | |
7181 | + "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==" | |
7182 | + }, | |
7183 | + "node_modules/queue-microtask": { | |
7184 | + "version": "1.2.3", | |
7185 | + "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", | |
7186 | + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", | |
7187 | + "funding": [ | |
7188 | + { | |
7189 | + "type": "github", | |
7190 | + "url": "https://github.com/sponsors/feross" | |
7191 | + }, | |
7192 | + { | |
7193 | + "type": "patreon", | |
7194 | + "url": "https://www.patreon.com/feross" | |
7195 | + }, | |
7196 | + { | |
7197 | + "type": "consulting", | |
7198 | + "url": "https://feross.org/support" | |
7199 | + } | |
7200 | + ] | |
7201 | + }, | |
7202 | + "node_modules/queue-tick": { | |
7203 | + "version": "1.0.1", | |
7204 | + "resolved": "https://registry.npmmirror.com/queue-tick/-/queue-tick-1.0.1.tgz", | |
7205 | + "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==" | |
7206 | + }, | |
7207 | + "node_modules/radix3": { | |
7208 | + "version": "1.1.2", | |
7209 | + "resolved": "https://registry.npmmirror.com/radix3/-/radix3-1.1.2.tgz", | |
7210 | + "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==" | |
7211 | + }, | |
7212 | + "node_modules/randombytes": { | |
7213 | + "version": "2.1.0", | |
7214 | + "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz", | |
7215 | + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", | |
7216 | + "dependencies": { | |
7217 | + "safe-buffer": "^5.1.0" | |
7218 | + } | |
7219 | + }, | |
7220 | + "node_modules/range-parser": { | |
7221 | + "version": "1.2.1", | |
7222 | + "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz", | |
7223 | + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", | |
7224 | + "engines": { | |
7225 | + "node": ">= 0.6" | |
7226 | + } | |
7227 | + }, | |
7228 | + "node_modules/rc9": { | |
7229 | + "version": "2.1.2", | |
7230 | + "resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz", | |
7231 | + "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==", | |
7232 | + "dependencies": { | |
7233 | + "defu": "^6.1.4", | |
7234 | + "destr": "^2.0.3" | |
7235 | + } | |
7236 | + }, | |
7237 | + "node_modules/read-cache": { | |
7238 | + "version": "1.0.0", | |
7239 | + "resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz", | |
7240 | + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", | |
7241 | + "dev": true, | |
7242 | + "dependencies": { | |
7243 | + "pify": "^2.3.0" | |
7244 | + } | |
7245 | + }, | |
7246 | + "node_modules/readable-stream": { | |
7247 | + "version": "4.5.2", | |
7248 | + "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.5.2.tgz", | |
7249 | + "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", | |
7250 | + "dependencies": { | |
7251 | + "abort-controller": "^3.0.0", | |
7252 | + "buffer": "^6.0.3", | |
7253 | + "events": "^3.3.0", | |
7254 | + "process": "^0.11.10", | |
7255 | + "string_decoder": "^1.3.0" | |
7256 | + }, | |
7257 | + "engines": { | |
7258 | + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |
7259 | + } | |
7260 | + }, | |
7261 | + "node_modules/readdir-glob": { | |
7262 | + "version": "1.1.3", | |
7263 | + "resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz", | |
7264 | + "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==", | |
7265 | + "dependencies": { | |
7266 | + "minimatch": "^5.1.0" | |
7267 | + } | |
7268 | + }, | |
7269 | + "node_modules/readdir-glob/node_modules/brace-expansion": { | |
7270 | + "version": "2.0.1", | |
7271 | + "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz", | |
7272 | + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", | |
7273 | + "dependencies": { | |
7274 | + "balanced-match": "^1.0.0" | |
7275 | + } | |
7276 | + }, | |
7277 | + "node_modules/readdir-glob/node_modules/minimatch": { | |
7278 | + "version": "5.1.6", | |
7279 | + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz", | |
7280 | + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", | |
7281 | + "dependencies": { | |
7282 | + "brace-expansion": "^2.0.1" | |
7283 | + }, | |
7284 | + "engines": { | |
7285 | + "node": ">=10" | |
7286 | + } | |
7287 | + }, | |
7288 | + "node_modules/readdirp": { | |
7289 | + "version": "4.0.2", | |
7290 | + "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.0.2.tgz", | |
7291 | + "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", | |
7292 | + "engines": { | |
7293 | + "node": ">= 14.16.0" | |
7294 | + }, | |
7295 | + "funding": { | |
7296 | + "type": "individual", | |
7297 | + "url": "https://paulmillr.com/funding/" | |
7298 | + } | |
7299 | + }, | |
7300 | + "node_modules/redis-errors": { | |
7301 | + "version": "1.2.0", | |
7302 | + "resolved": "https://registry.npmmirror.com/redis-errors/-/redis-errors-1.2.0.tgz", | |
7303 | + "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==", | |
7304 | + "engines": { | |
7305 | + "node": ">=4" | |
7306 | + } | |
7307 | + }, | |
7308 | + "node_modules/redis-parser": { | |
7309 | + "version": "3.0.0", | |
7310 | + "resolved": "https://registry.npmmirror.com/redis-parser/-/redis-parser-3.0.0.tgz", | |
7311 | + "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==", | |
7312 | + "dependencies": { | |
7313 | + "redis-errors": "^1.0.0" | |
7314 | + }, | |
7315 | + "engines": { | |
7316 | + "node": ">=4" | |
7317 | + } | |
7318 | + }, | |
7319 | + "node_modules/require-directory": { | |
7320 | + "version": "2.1.1", | |
7321 | + "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz", | |
7322 | + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", | |
7323 | + "engines": { | |
7324 | + "node": ">=0.10.0" | |
7325 | + } | |
7326 | + }, | |
7327 | + "node_modules/require-from-string": { | |
7328 | + "version": "2.0.2", | |
7329 | + "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz", | |
7330 | + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", | |
7331 | + "engines": { | |
7332 | + "node": ">=0.10.0" | |
7333 | + } | |
7334 | + }, | |
7335 | + "node_modules/resolve": { | |
7336 | + "version": "1.22.8", | |
7337 | + "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz", | |
7338 | + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", | |
7339 | + "dependencies": { | |
7340 | + "is-core-module": "^2.13.0", | |
7341 | + "path-parse": "^1.0.7", | |
7342 | + "supports-preserve-symlinks-flag": "^1.0.0" | |
7343 | + }, | |
7344 | + "bin": { | |
7345 | + "resolve": "bin/resolve" | |
7346 | + }, | |
7347 | + "funding": { | |
7348 | + "url": "https://github.com/sponsors/ljharb" | |
7349 | + } | |
7350 | + }, | |
7351 | + "node_modules/resolve-from": { | |
7352 | + "version": "5.0.0", | |
7353 | + "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz", | |
7354 | + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", | |
7355 | + "engines": { | |
7356 | + "node": ">=8" | |
7357 | + } | |
7358 | + }, | |
7359 | + "node_modules/reusify": { | |
7360 | + "version": "1.0.4", | |
7361 | + "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz", | |
7362 | + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", | |
7363 | + "engines": { | |
7364 | + "iojs": ">=1.0.0", | |
7365 | + "node": ">=0.10.0" | |
7366 | + } | |
7367 | + }, | |
7368 | + "node_modules/rfdc": { | |
7369 | + "version": "1.4.1", | |
7370 | + "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz", | |
7371 | + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" | |
7372 | + }, | |
7373 | + "node_modules/rimraf": { | |
7374 | + "version": "3.0.2", | |
7375 | + "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz", | |
7376 | + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", | |
7377 | + "deprecated": "Rimraf versions prior to v4 are no longer supported", | |
7378 | + "dependencies": { | |
7379 | + "glob": "^7.1.3" | |
7380 | + }, | |
7381 | + "bin": { | |
7382 | + "rimraf": "bin.js" | |
7383 | + }, | |
7384 | + "funding": { | |
7385 | + "url": "https://github.com/sponsors/isaacs" | |
7386 | + } | |
7387 | + }, | |
7388 | + "node_modules/rollup": { | |
7389 | + "version": "4.25.0", | |
7390 | + "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.25.0.tgz", | |
7391 | + "integrity": "sha512-uVbClXmR6wvx5R1M3Od4utyLUxrmOcEm3pAtMphn73Apq19PDtHpgZoEvqH2YnnaNUuvKmg2DgRd2Sqv+odyqg==", | |
7392 | + "dependencies": { | |
7393 | + "@types/estree": "1.0.6" | |
7394 | + }, | |
7395 | + "bin": { | |
7396 | + "rollup": "dist/bin/rollup" | |
7397 | + }, | |
7398 | + "engines": { | |
7399 | + "node": ">=18.0.0", | |
7400 | + "npm": ">=8.0.0" | |
7401 | + }, | |
7402 | + "optionalDependencies": { | |
7403 | + "@rollup/rollup-android-arm-eabi": "4.25.0", | |
7404 | + "@rollup/rollup-android-arm64": "4.25.0", | |
7405 | + "@rollup/rollup-darwin-arm64": "4.25.0", | |
7406 | + "@rollup/rollup-darwin-x64": "4.25.0", | |
7407 | + "@rollup/rollup-freebsd-arm64": "4.25.0", | |
7408 | + "@rollup/rollup-freebsd-x64": "4.25.0", | |
7409 | + "@rollup/rollup-linux-arm-gnueabihf": "4.25.0", | |
7410 | + "@rollup/rollup-linux-arm-musleabihf": "4.25.0", | |
7411 | + "@rollup/rollup-linux-arm64-gnu": "4.25.0", | |
7412 | + "@rollup/rollup-linux-arm64-musl": "4.25.0", | |
7413 | + "@rollup/rollup-linux-powerpc64le-gnu": "4.25.0", | |
7414 | + "@rollup/rollup-linux-riscv64-gnu": "4.25.0", | |
7415 | + "@rollup/rollup-linux-s390x-gnu": "4.25.0", | |
7416 | + "@rollup/rollup-linux-x64-gnu": "4.25.0", | |
7417 | + "@rollup/rollup-linux-x64-musl": "4.25.0", | |
7418 | + "@rollup/rollup-win32-arm64-msvc": "4.25.0", | |
7419 | + "@rollup/rollup-win32-ia32-msvc": "4.25.0", | |
7420 | + "@rollup/rollup-win32-x64-msvc": "4.25.0", | |
7421 | + "fsevents": "~2.3.2" | |
7422 | + } | |
7423 | + }, | |
7424 | + "node_modules/rollup-plugin-visualizer": { | |
7425 | + "version": "5.12.0", | |
7426 | + "resolved": "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz", | |
7427 | + "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==", | |
7428 | + "dependencies": { | |
7429 | + "open": "^8.4.0", | |
7430 | + "picomatch": "^2.3.1", | |
7431 | + "source-map": "^0.7.4", | |
7432 | + "yargs": "^17.5.1" | |
7433 | + }, | |
7434 | + "bin": { | |
7435 | + "rollup-plugin-visualizer": "dist/bin/cli.js" | |
7436 | + }, | |
7437 | + "engines": { | |
7438 | + "node": ">=14" | |
7439 | + }, | |
7440 | + "peerDependencies": { | |
7441 | + "rollup": "2.x || 3.x || 4.x" | |
7442 | + }, | |
7443 | + "peerDependenciesMeta": { | |
7444 | + "rollup": { | |
7445 | + "optional": true | |
7446 | + } | |
7447 | + } | |
7448 | + }, | |
7449 | + "node_modules/rollup-plugin-visualizer/node_modules/picomatch": { | |
7450 | + "version": "2.3.1", | |
7451 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", | |
7452 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
7453 | + "engines": { | |
7454 | + "node": ">=8.6" | |
7455 | + }, | |
7456 | + "funding": { | |
7457 | + "url": "https://github.com/sponsors/jonschlinkert" | |
7458 | + } | |
7459 | + }, | |
7460 | + "node_modules/rollup-plugin-visualizer/node_modules/source-map": { | |
7461 | + "version": "0.7.4", | |
7462 | + "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz", | |
7463 | + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", | |
7464 | + "engines": { | |
7465 | + "node": ">= 8" | |
7466 | + } | |
7467 | + }, | |
7468 | + "node_modules/run-applescript": { | |
7469 | + "version": "7.0.0", | |
7470 | + "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz", | |
7471 | + "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", | |
7472 | + "engines": { | |
7473 | + "node": ">=18" | |
7474 | + }, | |
7475 | + "funding": { | |
7476 | + "url": "https://github.com/sponsors/sindresorhus" | |
7477 | + } | |
7478 | + }, | |
7479 | + "node_modules/run-parallel": { | |
7480 | + "version": "1.2.0", | |
7481 | + "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz", | |
7482 | + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", | |
7483 | + "funding": [ | |
7484 | + { | |
7485 | + "type": "github", | |
7486 | + "url": "https://github.com/sponsors/feross" | |
7487 | + }, | |
7488 | + { | |
7489 | + "type": "patreon", | |
7490 | + "url": "https://www.patreon.com/feross" | |
7491 | + }, | |
7492 | + { | |
7493 | + "type": "consulting", | |
7494 | + "url": "https://feross.org/support" | |
7495 | + } | |
7496 | + ], | |
7497 | + "dependencies": { | |
7498 | + "queue-microtask": "^1.2.2" | |
7499 | + } | |
7500 | + }, | |
7501 | + "node_modules/safe-buffer": { | |
7502 | + "version": "5.2.1", | |
7503 | + "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz", | |
7504 | + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", | |
7505 | + "funding": [ | |
7506 | + { | |
7507 | + "type": "github", | |
7508 | + "url": "https://github.com/sponsors/feross" | |
7509 | + }, | |
7510 | + { | |
7511 | + "type": "patreon", | |
7512 | + "url": "https://www.patreon.com/feross" | |
7513 | + }, | |
7514 | + { | |
7515 | + "type": "consulting", | |
7516 | + "url": "https://feross.org/support" | |
7517 | + } | |
7518 | + ] | |
7519 | + }, | |
7520 | + "node_modules/sass": { | |
7521 | + "version": "1.80.7", | |
7522 | + "resolved": "https://registry.npmmirror.com/sass/-/sass-1.80.7.tgz", | |
7523 | + "integrity": "sha512-MVWvN0u5meytrSjsU7AWsbhoXi1sc58zADXFllfZzbsBT1GHjjar6JwBINYPRrkx/zqnQ6uqbQuHgE95O+C+eQ==", | |
7524 | + "devOptional": true, | |
7525 | + "dependencies": { | |
7526 | + "chokidar": "^4.0.0", | |
7527 | + "immutable": "^5.0.2", | |
7528 | + "source-map-js": ">=0.6.2 <2.0.0" | |
7529 | + }, | |
7530 | + "bin": { | |
7531 | + "sass": "sass.js" | |
7532 | + }, | |
7533 | + "engines": { | |
7534 | + "node": ">=14.0.0" | |
7535 | + }, | |
7536 | + "optionalDependencies": { | |
7537 | + "@parcel/watcher": "^2.4.1" | |
7538 | + } | |
7539 | + }, | |
7540 | + "node_modules/scule": { | |
7541 | + "version": "1.3.0", | |
7542 | + "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz", | |
7543 | + "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==" | |
7544 | + }, | |
7545 | + "node_modules/semver": { | |
7546 | + "version": "7.6.3", | |
7547 | + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz", | |
7548 | + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", | |
7549 | + "bin": { | |
7550 | + "semver": "bin/semver.js" | |
7551 | + }, | |
7552 | + "engines": { | |
7553 | + "node": ">=10" | |
7554 | + } | |
7555 | + }, | |
7556 | + "node_modules/send": { | |
7557 | + "version": "0.19.0", | |
7558 | + "resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz", | |
7559 | + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", | |
7560 | + "dependencies": { | |
7561 | + "debug": "2.6.9", | |
7562 | + "depd": "2.0.0", | |
7563 | + "destroy": "1.2.0", | |
7564 | + "encodeurl": "~1.0.2", | |
7565 | + "escape-html": "~1.0.3", | |
7566 | + "etag": "~1.8.1", | |
7567 | + "fresh": "0.5.2", | |
7568 | + "http-errors": "2.0.0", | |
7569 | + "mime": "1.6.0", | |
7570 | + "ms": "2.1.3", | |
7571 | + "on-finished": "2.4.1", | |
7572 | + "range-parser": "~1.2.1", | |
7573 | + "statuses": "2.0.1" | |
7574 | + }, | |
7575 | + "engines": { | |
7576 | + "node": ">= 0.8.0" | |
7577 | + } | |
7578 | + }, | |
7579 | + "node_modules/send/node_modules/debug": { | |
7580 | + "version": "2.6.9", | |
7581 | + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", | |
7582 | + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", | |
7583 | + "dependencies": { | |
7584 | + "ms": "2.0.0" | |
7585 | + } | |
7586 | + }, | |
7587 | + "node_modules/send/node_modules/debug/node_modules/ms": { | |
7588 | + "version": "2.0.0", | |
7589 | + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", | |
7590 | + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" | |
7591 | + }, | |
7592 | + "node_modules/send/node_modules/encodeurl": { | |
7593 | + "version": "1.0.2", | |
7594 | + "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz", | |
7595 | + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", | |
7596 | + "engines": { | |
7597 | + "node": ">= 0.8" | |
7598 | + } | |
7599 | + }, | |
7600 | + "node_modules/send/node_modules/mime": { | |
7601 | + "version": "1.6.0", | |
7602 | + "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz", | |
7603 | + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", | |
7604 | + "bin": { | |
7605 | + "mime": "cli.js" | |
7606 | + }, | |
7607 | + "engines": { | |
7608 | + "node": ">=4" | |
7609 | + } | |
7610 | + }, | |
7611 | + "node_modules/serialize-javascript": { | |
7612 | + "version": "6.0.2", | |
7613 | + "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz", | |
7614 | + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", | |
7615 | + "dependencies": { | |
7616 | + "randombytes": "^2.1.0" | |
7617 | + } | |
7618 | + }, | |
7619 | + "node_modules/serve-placeholder": { | |
7620 | + "version": "2.0.2", | |
7621 | + "resolved": "https://registry.npmmirror.com/serve-placeholder/-/serve-placeholder-2.0.2.tgz", | |
7622 | + "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==", | |
7623 | + "dependencies": { | |
7624 | + "defu": "^6.1.4" | |
7625 | + } | |
7626 | + }, | |
7627 | + "node_modules/serve-static": { | |
7628 | + "version": "1.16.2", | |
7629 | + "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.2.tgz", | |
7630 | + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", | |
7631 | + "dependencies": { | |
7632 | + "encodeurl": "~2.0.0", | |
7633 | + "escape-html": "~1.0.3", | |
7634 | + "parseurl": "~1.3.3", | |
7635 | + "send": "0.19.0" | |
7636 | + }, | |
7637 | + "engines": { | |
7638 | + "node": ">= 0.8.0" | |
7639 | + } | |
7640 | + }, | |
7641 | + "node_modules/set-blocking": { | |
7642 | + "version": "2.0.0", | |
7643 | + "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz", | |
7644 | + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" | |
7645 | + }, | |
7646 | + "node_modules/setprototypeof": { | |
7647 | + "version": "1.2.0", | |
7648 | + "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz", | |
7649 | + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" | |
7650 | + }, | |
7651 | + "node_modules/shebang-command": { | |
7652 | + "version": "2.0.0", | |
7653 | + "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", | |
7654 | + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", | |
7655 | + "dependencies": { | |
7656 | + "shebang-regex": "^3.0.0" | |
7657 | + }, | |
7658 | + "engines": { | |
7659 | + "node": ">=8" | |
7660 | + } | |
7661 | + }, | |
7662 | + "node_modules/shebang-regex": { | |
7663 | + "version": "3.0.0", | |
7664 | + "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", | |
7665 | + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", | |
7666 | + "engines": { | |
7667 | + "node": ">=8" | |
7668 | + } | |
7669 | + }, | |
7670 | + "node_modules/shell-quote": { | |
7671 | + "version": "1.8.1", | |
7672 | + "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.1.tgz", | |
7673 | + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", | |
7674 | + "funding": { | |
7675 | + "url": "https://github.com/sponsors/ljharb" | |
7676 | + } | |
7677 | + }, | |
7678 | + "node_modules/signal-exit": { | |
7679 | + "version": "3.0.7", | |
7680 | + "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz", | |
7681 | + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" | |
7682 | + }, | |
7683 | + "node_modules/simple-git": { | |
7684 | + "version": "3.27.0", | |
7685 | + "resolved": "https://registry.npmmirror.com/simple-git/-/simple-git-3.27.0.tgz", | |
7686 | + "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==", | |
7687 | + "dependencies": { | |
7688 | + "@kwsites/file-exists": "^1.1.1", | |
7689 | + "@kwsites/promise-deferred": "^1.1.1", | |
7690 | + "debug": "^4.3.5" | |
7691 | + }, | |
7692 | + "funding": { | |
7693 | + "type": "github", | |
7694 | + "url": "https://github.com/steveukx/git-js?sponsor=1" | |
7695 | + } | |
7696 | + }, | |
7697 | + "node_modules/sirv": { | |
7698 | + "version": "2.0.4", | |
7699 | + "resolved": "https://registry.npmmirror.com/sirv/-/sirv-2.0.4.tgz", | |
7700 | + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", | |
7701 | + "dependencies": { | |
7702 | + "@polka/url": "^1.0.0-next.24", | |
7703 | + "mrmime": "^2.0.0", | |
7704 | + "totalist": "^3.0.0" | |
7705 | + }, | |
7706 | + "engines": { | |
7707 | + "node": ">= 10" | |
7708 | + } | |
7709 | + }, | |
7710 | + "node_modules/sisteransi": { | |
7711 | + "version": "1.0.5", | |
7712 | + "resolved": "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz", | |
7713 | + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" | |
7714 | + }, | |
7715 | + "node_modules/slash": { | |
7716 | + "version": "5.1.0", | |
7717 | + "resolved": "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz", | |
7718 | + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", | |
7719 | + "engines": { | |
7720 | + "node": ">=14.16" | |
7721 | + }, | |
7722 | + "funding": { | |
7723 | + "url": "https://github.com/sponsors/sindresorhus" | |
7724 | + } | |
7725 | + }, | |
7726 | + "node_modules/smob": { | |
7727 | + "version": "1.5.0", | |
7728 | + "resolved": "https://registry.npmmirror.com/smob/-/smob-1.5.0.tgz", | |
7729 | + "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==" | |
7730 | + }, | |
7731 | + "node_modules/source-map": { | |
7732 | + "version": "0.6.1", | |
7733 | + "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz", | |
7734 | + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", | |
7735 | + "engines": { | |
7736 | + "node": ">=0.10.0" | |
7737 | + } | |
7738 | + }, | |
7739 | + "node_modules/source-map-js": { | |
7740 | + "version": "1.2.1", | |
7741 | + "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz", | |
7742 | + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", | |
7743 | + "engines": { | |
7744 | + "node": ">=0.10.0" | |
7745 | + } | |
7746 | + }, | |
7747 | + "node_modules/source-map-support": { | |
7748 | + "version": "0.5.21", | |
7749 | + "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz", | |
7750 | + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", | |
7751 | + "dependencies": { | |
7752 | + "buffer-from": "^1.0.0", | |
7753 | + "source-map": "^0.6.0" | |
7754 | + } | |
7755 | + }, | |
7756 | + "node_modules/speakingurl": { | |
7757 | + "version": "14.0.1", | |
7758 | + "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz", | |
7759 | + "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==", | |
7760 | + "engines": { | |
7761 | + "node": ">=0.10.0" | |
7762 | + } | |
7763 | + }, | |
7764 | + "node_modules/standard-as-callback": { | |
7765 | + "version": "2.1.0", | |
7766 | + "resolved": "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz", | |
7767 | + "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==" | |
7768 | + }, | |
7769 | + "node_modules/statuses": { | |
7770 | + "version": "2.0.1", | |
7771 | + "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz", | |
7772 | + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", | |
7773 | + "engines": { | |
7774 | + "node": ">= 0.8" | |
7775 | + } | |
7776 | + }, | |
7777 | + "node_modules/std-env": { | |
7778 | + "version": "3.8.0", | |
7779 | + "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.8.0.tgz", | |
7780 | + "integrity": "sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==" | |
7781 | + }, | |
7782 | + "node_modules/streamx": { | |
7783 | + "version": "2.20.1", | |
7784 | + "resolved": "https://registry.npmmirror.com/streamx/-/streamx-2.20.1.tgz", | |
7785 | + "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==", | |
7786 | + "dependencies": { | |
7787 | + "fast-fifo": "^1.3.2", | |
7788 | + "queue-tick": "^1.0.1", | |
7789 | + "text-decoder": "^1.1.0" | |
7790 | + }, | |
7791 | + "optionalDependencies": { | |
7792 | + "bare-events": "^2.2.0" | |
7793 | + } | |
7794 | + }, | |
7795 | + "node_modules/string_decoder": { | |
7796 | + "version": "1.3.0", | |
7797 | + "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz", | |
7798 | + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", | |
7799 | + "dependencies": { | |
7800 | + "safe-buffer": "~5.2.0" | |
7801 | + } | |
7802 | + }, | |
7803 | + "node_modules/string-width": { | |
7804 | + "version": "4.2.3", | |
7805 | + "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz", | |
7806 | + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", | |
7807 | + "dependencies": { | |
7808 | + "emoji-regex": "^8.0.0", | |
7809 | + "is-fullwidth-code-point": "^3.0.0", | |
7810 | + "strip-ansi": "^6.0.1" | |
7811 | + }, | |
7812 | + "engines": { | |
7813 | + "node": ">=8" | |
7814 | + } | |
7815 | + }, | |
7816 | + "node_modules/string-width-cjs": { | |
7817 | + "name": "string-width", | |
7818 | + "version": "4.2.3", | |
7819 | + "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz", | |
7820 | + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", | |
7821 | + "dependencies": { | |
7822 | + "emoji-regex": "^8.0.0", | |
7823 | + "is-fullwidth-code-point": "^3.0.0", | |
7824 | + "strip-ansi": "^6.0.1" | |
7825 | + }, | |
7826 | + "engines": { | |
7827 | + "node": ">=8" | |
7828 | + } | |
7829 | + }, | |
7830 | + "node_modules/strip-ansi": { | |
7831 | + "version": "6.0.1", | |
7832 | + "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz", | |
7833 | + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", | |
7834 | + "dependencies": { | |
7835 | + "ansi-regex": "^5.0.1" | |
7836 | + }, | |
7837 | + "engines": { | |
7838 | + "node": ">=8" | |
7839 | + } | |
7840 | + }, | |
7841 | + "node_modules/strip-ansi-cjs": { | |
7842 | + "name": "strip-ansi", | |
7843 | + "version": "6.0.1", | |
7844 | + "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz", | |
7845 | + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", | |
7846 | + "dependencies": { | |
7847 | + "ansi-regex": "^5.0.1" | |
7848 | + }, | |
7849 | + "engines": { | |
7850 | + "node": ">=8" | |
7851 | + } | |
7852 | + }, | |
7853 | + "node_modules/strip-final-newline": { | |
7854 | + "version": "3.0.0", | |
7855 | + "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz", | |
7856 | + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", | |
7857 | + "engines": { | |
7858 | + "node": ">=12" | |
7859 | + }, | |
7860 | + "funding": { | |
7861 | + "url": "https://github.com/sponsors/sindresorhus" | |
7862 | + } | |
7863 | + }, | |
7864 | + "node_modules/strip-literal": { | |
7865 | + "version": "2.1.0", | |
7866 | + "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.0.tgz", | |
7867 | + "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==", | |
7868 | + "dependencies": { | |
7869 | + "js-tokens": "^9.0.0" | |
7870 | + }, | |
7871 | + "funding": { | |
7872 | + "url": "https://github.com/sponsors/antfu" | |
7873 | + } | |
7874 | + }, | |
7875 | + "node_modules/strip-literal/node_modules/js-tokens": { | |
7876 | + "version": "9.0.0", | |
7877 | + "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.0.tgz", | |
7878 | + "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==" | |
7879 | + }, | |
7880 | + "node_modules/stylehacks": { | |
7881 | + "version": "7.0.4", | |
7882 | + "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-7.0.4.tgz", | |
7883 | + "integrity": "sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==", | |
7884 | + "dependencies": { | |
7885 | + "browserslist": "^4.23.3", | |
7886 | + "postcss-selector-parser": "^6.1.2" | |
7887 | + }, | |
7888 | + "engines": { | |
7889 | + "node": "^18.12.0 || ^20.9.0 || >=22.0" | |
7890 | + }, | |
7891 | + "peerDependencies": { | |
7892 | + "postcss": "^8.4.31" | |
7893 | + } | |
7894 | + }, | |
7895 | + "node_modules/sucrase": { | |
7896 | + "version": "3.35.0", | |
7897 | + "resolved": "https://registry.npmmirror.com/sucrase/-/sucrase-3.35.0.tgz", | |
7898 | + "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", | |
7899 | + "dev": true, | |
7900 | + "dependencies": { | |
7901 | + "@jridgewell/gen-mapping": "^0.3.2", | |
7902 | + "commander": "^4.0.0", | |
7903 | + "glob": "^10.3.10", | |
7904 | + "lines-and-columns": "^1.1.6", | |
7905 | + "mz": "^2.7.0", | |
7906 | + "pirates": "^4.0.1", | |
7907 | + "ts-interface-checker": "^0.1.9" | |
7908 | + }, | |
7909 | + "bin": { | |
7910 | + "sucrase": "bin/sucrase", | |
7911 | + "sucrase-node": "bin/sucrase-node" | |
7912 | + }, | |
7913 | + "engines": { | |
7914 | + "node": ">=16 || 14 >=14.17" | |
7915 | + } | |
7916 | + }, | |
7917 | + "node_modules/sucrase/node_modules/brace-expansion": { | |
7918 | + "version": "2.0.1", | |
7919 | + "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz", | |
7920 | + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", | |
7921 | + "dev": true, | |
7922 | + "dependencies": { | |
7923 | + "balanced-match": "^1.0.0" | |
7924 | + } | |
7925 | + }, | |
7926 | + "node_modules/sucrase/node_modules/glob": { | |
7927 | + "version": "10.4.5", | |
7928 | + "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz", | |
7929 | + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", | |
7930 | + "dev": true, | |
7931 | + "dependencies": { | |
7932 | + "foreground-child": "^3.1.0", | |
7933 | + "jackspeak": "^3.1.2", | |
7934 | + "minimatch": "^9.0.4", | |
7935 | + "minipass": "^7.1.2", | |
7936 | + "package-json-from-dist": "^1.0.0", | |
7937 | + "path-scurry": "^1.11.1" | |
7938 | + }, | |
7939 | + "bin": { | |
7940 | + "glob": "dist/esm/bin.mjs" | |
7941 | + }, | |
7942 | + "funding": { | |
7943 | + "url": "https://github.com/sponsors/isaacs" | |
7944 | + } | |
7945 | + }, | |
7946 | + "node_modules/sucrase/node_modules/minimatch": { | |
7947 | + "version": "9.0.5", | |
7948 | + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz", | |
7949 | + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", | |
7950 | + "dev": true, | |
7951 | + "dependencies": { | |
7952 | + "brace-expansion": "^2.0.1" | |
7953 | + }, | |
7954 | + "engines": { | |
7955 | + "node": ">=16 || 14 >=14.17" | |
7956 | + }, | |
7957 | + "funding": { | |
7958 | + "url": "https://github.com/sponsors/isaacs" | |
7959 | + } | |
7960 | + }, | |
7961 | + "node_modules/sucrase/node_modules/minipass": { | |
7962 | + "version": "7.1.2", | |
7963 | + "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz", | |
7964 | + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", | |
7965 | + "dev": true, | |
7966 | + "engines": { | |
7967 | + "node": ">=16 || 14 >=14.17" | |
7968 | + } | |
7969 | + }, | |
7970 | + "node_modules/superjson": { | |
7971 | + "version": "2.2.1", | |
7972 | + "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.1.tgz", | |
7973 | + "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==", | |
7974 | + "dependencies": { | |
7975 | + "copy-anything": "^3.0.2" | |
7976 | + }, | |
7977 | + "engines": { | |
7978 | + "node": ">=16" | |
7979 | + } | |
7980 | + }, | |
7981 | + "node_modules/supports-color": { | |
7982 | + "version": "9.4.0", | |
7983 | + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-9.4.0.tgz", | |
7984 | + "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==", | |
7985 | + "engines": { | |
7986 | + "node": ">=12" | |
7987 | + }, | |
7988 | + "funding": { | |
7989 | + "url": "https://github.com/chalk/supports-color?sponsor=1" | |
7990 | + } | |
7991 | + }, | |
7992 | + "node_modules/supports-preserve-symlinks-flag": { | |
7993 | + "version": "1.0.0", | |
7994 | + "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", | |
7995 | + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", | |
7996 | + "engines": { | |
7997 | + "node": ">= 0.4" | |
7998 | + }, | |
7999 | + "funding": { | |
8000 | + "url": "https://github.com/sponsors/ljharb" | |
8001 | + } | |
8002 | + }, | |
8003 | + "node_modules/svg-tags": { | |
8004 | + "version": "1.0.0", | |
8005 | + "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz", | |
8006 | + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==" | |
8007 | + }, | |
8008 | + "node_modules/svgo": { | |
8009 | + "version": "3.3.2", | |
8010 | + "resolved": "https://registry.npmmirror.com/svgo/-/svgo-3.3.2.tgz", | |
8011 | + "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", | |
8012 | + "dependencies": { | |
8013 | + "@trysound/sax": "0.2.0", | |
8014 | + "commander": "^7.2.0", | |
8015 | + "css-select": "^5.1.0", | |
8016 | + "css-tree": "^2.3.1", | |
8017 | + "css-what": "^6.1.0", | |
8018 | + "csso": "^5.0.5", | |
8019 | + "picocolors": "^1.0.0" | |
8020 | + }, | |
8021 | + "bin": { | |
8022 | + "svgo": "bin/svgo" | |
8023 | + }, | |
8024 | + "engines": { | |
8025 | + "node": ">=14.0.0" | |
8026 | + }, | |
8027 | + "funding": { | |
8028 | + "type": "opencollective", | |
8029 | + "url": "https://opencollective.com/svgo" | |
8030 | + } | |
8031 | + }, | |
8032 | + "node_modules/svgo/node_modules/commander": { | |
8033 | + "version": "7.2.0", | |
8034 | + "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz", | |
8035 | + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", | |
8036 | + "engines": { | |
8037 | + "node": ">= 10" | |
8038 | + } | |
8039 | + }, | |
8040 | + "node_modules/system-architecture": { | |
8041 | + "version": "0.1.0", | |
8042 | + "resolved": "https://registry.npmmirror.com/system-architecture/-/system-architecture-0.1.0.tgz", | |
8043 | + "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==", | |
8044 | + "engines": { | |
8045 | + "node": ">=18" | |
8046 | + }, | |
8047 | + "funding": { | |
8048 | + "url": "https://github.com/sponsors/sindresorhus" | |
8049 | + } | |
8050 | + }, | |
8051 | + "node_modules/tailwindcss": { | |
8052 | + "version": "3.4.14", | |
8053 | + "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-3.4.14.tgz", | |
8054 | + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", | |
8055 | + "dev": true, | |
8056 | + "dependencies": { | |
8057 | + "@alloc/quick-lru": "^5.2.0", | |
8058 | + "arg": "^5.0.2", | |
8059 | + "chokidar": "^3.5.3", | |
8060 | + "didyoumean": "^1.2.2", | |
8061 | + "dlv": "^1.1.3", | |
8062 | + "fast-glob": "^3.3.0", | |
8063 | + "glob-parent": "^6.0.2", | |
8064 | + "is-glob": "^4.0.3", | |
8065 | + "jiti": "^1.21.0", | |
8066 | + "lilconfig": "^2.1.0", | |
8067 | + "micromatch": "^4.0.5", | |
8068 | + "normalize-path": "^3.0.0", | |
8069 | + "object-hash": "^3.0.0", | |
8070 | + "picocolors": "^1.0.0", | |
8071 | + "postcss": "^8.4.23", | |
8072 | + "postcss-import": "^15.1.0", | |
8073 | + "postcss-js": "^4.0.1", | |
8074 | + "postcss-load-config": "^4.0.1", | |
8075 | + "postcss-nested": "^6.0.1", | |
8076 | + "postcss-selector-parser": "^6.0.11", | |
8077 | + "resolve": "^1.22.2", | |
8078 | + "sucrase": "^3.32.0" | |
8079 | + }, | |
8080 | + "bin": { | |
8081 | + "tailwind": "lib/cli.js", | |
8082 | + "tailwindcss": "lib/cli.js" | |
8083 | + }, | |
8084 | + "engines": { | |
8085 | + "node": ">=14.0.0" | |
8086 | + } | |
8087 | + }, | |
8088 | + "node_modules/tailwindcss/node_modules/chokidar": { | |
8089 | + "version": "3.6.0", | |
8090 | + "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz", | |
8091 | + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", | |
8092 | + "dev": true, | |
8093 | + "dependencies": { | |
8094 | + "anymatch": "~3.1.2", | |
8095 | + "braces": "~3.0.2", | |
8096 | + "glob-parent": "~5.1.2", | |
8097 | + "is-binary-path": "~2.1.0", | |
8098 | + "is-glob": "~4.0.1", | |
8099 | + "normalize-path": "~3.0.0", | |
8100 | + "readdirp": "~3.6.0" | |
8101 | + }, | |
8102 | + "engines": { | |
8103 | + "node": ">= 8.10.0" | |
8104 | + }, | |
8105 | + "funding": { | |
8106 | + "url": "https://paulmillr.com/funding/" | |
8107 | + }, | |
8108 | + "optionalDependencies": { | |
8109 | + "fsevents": "~2.3.2" | |
8110 | + } | |
8111 | + }, | |
8112 | + "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": { | |
8113 | + "version": "5.1.2", | |
8114 | + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", | |
8115 | + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", | |
8116 | + "dev": true, | |
8117 | + "dependencies": { | |
8118 | + "is-glob": "^4.0.1" | |
8119 | + }, | |
8120 | + "engines": { | |
8121 | + "node": ">= 6" | |
8122 | + } | |
8123 | + }, | |
8124 | + "node_modules/tailwindcss/node_modules/glob-parent": { | |
8125 | + "version": "6.0.2", | |
8126 | + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz", | |
8127 | + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", | |
8128 | + "dev": true, | |
8129 | + "dependencies": { | |
8130 | + "is-glob": "^4.0.3" | |
8131 | + }, | |
8132 | + "engines": { | |
8133 | + "node": ">=10.13.0" | |
8134 | + } | |
8135 | + }, | |
8136 | + "node_modules/tailwindcss/node_modules/jiti": { | |
8137 | + "version": "1.21.6", | |
8138 | + "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.6.tgz", | |
8139 | + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", | |
8140 | + "dev": true, | |
8141 | + "bin": { | |
8142 | + "jiti": "bin/jiti.js" | |
8143 | + } | |
8144 | + }, | |
8145 | + "node_modules/tailwindcss/node_modules/lilconfig": { | |
8146 | + "version": "2.1.0", | |
8147 | + "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz", | |
8148 | + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", | |
8149 | + "dev": true, | |
8150 | + "engines": { | |
8151 | + "node": ">=10" | |
8152 | + } | |
8153 | + }, | |
8154 | + "node_modules/tailwindcss/node_modules/picomatch": { | |
8155 | + "version": "2.3.1", | |
8156 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", | |
8157 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
8158 | + "dev": true, | |
8159 | + "engines": { | |
8160 | + "node": ">=8.6" | |
8161 | + }, | |
8162 | + "funding": { | |
8163 | + "url": "https://github.com/sponsors/jonschlinkert" | |
8164 | + } | |
8165 | + }, | |
8166 | + "node_modules/tailwindcss/node_modules/readdirp": { | |
8167 | + "version": "3.6.0", | |
8168 | + "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", | |
8169 | + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", | |
8170 | + "dev": true, | |
8171 | + "dependencies": { | |
8172 | + "picomatch": "^2.2.1" | |
8173 | + }, | |
8174 | + "engines": { | |
8175 | + "node": ">=8.10.0" | |
8176 | + } | |
8177 | + }, | |
8178 | + "node_modules/tapable": { | |
8179 | + "version": "2.2.1", | |
8180 | + "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz", | |
8181 | + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", | |
8182 | + "engines": { | |
8183 | + "node": ">=6" | |
8184 | + } | |
8185 | + }, | |
8186 | + "node_modules/tar": { | |
8187 | + "version": "6.2.1", | |
8188 | + "resolved": "https://registry.npmmirror.com/tar/-/tar-6.2.1.tgz", | |
8189 | + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", | |
8190 | + "dependencies": { | |
8191 | + "chownr": "^2.0.0", | |
8192 | + "fs-minipass": "^2.0.0", | |
8193 | + "minipass": "^5.0.0", | |
8194 | + "minizlib": "^2.1.1", | |
8195 | + "mkdirp": "^1.0.3", | |
8196 | + "yallist": "^4.0.0" | |
8197 | + }, | |
8198 | + "engines": { | |
8199 | + "node": ">=10" | |
8200 | + } | |
8201 | + }, | |
8202 | + "node_modules/tar-stream": { | |
8203 | + "version": "3.1.7", | |
8204 | + "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-3.1.7.tgz", | |
8205 | + "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", | |
8206 | + "dependencies": { | |
8207 | + "b4a": "^1.6.4", | |
8208 | + "fast-fifo": "^1.2.0", | |
8209 | + "streamx": "^2.15.0" | |
8210 | + } | |
8211 | + }, | |
8212 | + "node_modules/tar/node_modules/yallist": { | |
8213 | + "version": "4.0.0", | |
8214 | + "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", | |
8215 | + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" | |
8216 | + }, | |
8217 | + "node_modules/terser": { | |
8218 | + "version": "5.36.0", | |
8219 | + "resolved": "https://registry.npmmirror.com/terser/-/terser-5.36.0.tgz", | |
8220 | + "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", | |
8221 | + "dependencies": { | |
8222 | + "@jridgewell/source-map": "^0.3.3", | |
8223 | + "acorn": "^8.8.2", | |
8224 | + "commander": "^2.20.0", | |
8225 | + "source-map-support": "~0.5.20" | |
8226 | + }, | |
8227 | + "bin": { | |
8228 | + "terser": "bin/terser" | |
8229 | + }, | |
8230 | + "engines": { | |
8231 | + "node": ">=10" | |
8232 | + } | |
8233 | + }, | |
8234 | + "node_modules/terser/node_modules/commander": { | |
8235 | + "version": "2.20.3", | |
8236 | + "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz", | |
8237 | + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" | |
8238 | + }, | |
8239 | + "node_modules/text-decoder": { | |
8240 | + "version": "1.2.1", | |
8241 | + "resolved": "https://registry.npmmirror.com/text-decoder/-/text-decoder-1.2.1.tgz", | |
8242 | + "integrity": "sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==" | |
8243 | + }, | |
8244 | + "node_modules/thenify": { | |
8245 | + "version": "3.3.1", | |
8246 | + "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz", | |
8247 | + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", | |
8248 | + "dev": true, | |
8249 | + "dependencies": { | |
8250 | + "any-promise": "^1.0.0" | |
8251 | + } | |
8252 | + }, | |
8253 | + "node_modules/thenify-all": { | |
8254 | + "version": "1.6.0", | |
8255 | + "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz", | |
8256 | + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", | |
8257 | + "dev": true, | |
8258 | + "dependencies": { | |
8259 | + "thenify": ">= 3.1.0 < 4" | |
8260 | + }, | |
8261 | + "engines": { | |
8262 | + "node": ">=0.8" | |
8263 | + } | |
8264 | + }, | |
8265 | + "node_modules/tiny-invariant": { | |
8266 | + "version": "1.3.3", | |
8267 | + "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz", | |
8268 | + "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" | |
8269 | + }, | |
8270 | + "node_modules/tinyglobby": { | |
8271 | + "version": "0.2.10", | |
8272 | + "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.10.tgz", | |
8273 | + "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==", | |
8274 | + "dependencies": { | |
8275 | + "fdir": "^6.4.2", | |
8276 | + "picomatch": "^4.0.2" | |
8277 | + }, | |
8278 | + "engines": { | |
8279 | + "node": ">=12.0.0" | |
8280 | + } | |
8281 | + }, | |
8282 | + "node_modules/to-regex-range": { | |
8283 | + "version": "5.0.1", | |
8284 | + "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", | |
8285 | + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", | |
8286 | + "dependencies": { | |
8287 | + "is-number": "^7.0.0" | |
8288 | + }, | |
8289 | + "engines": { | |
8290 | + "node": ">=8.0" | |
8291 | + } | |
8292 | + }, | |
8293 | + "node_modules/toidentifier": { | |
8294 | + "version": "1.0.1", | |
8295 | + "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz", | |
8296 | + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", | |
8297 | + "engines": { | |
8298 | + "node": ">=0.6" | |
8299 | + } | |
8300 | + }, | |
8301 | + "node_modules/tosource": { | |
8302 | + "version": "2.0.0-alpha.3", | |
8303 | + "resolved": "https://registry.npmmirror.com/tosource/-/tosource-2.0.0-alpha.3.tgz", | |
8304 | + "integrity": "sha512-KAB2lrSS48y91MzFPFuDg4hLbvDiyTjOVgaK7Erw+5AmZXNq4sFRVn8r6yxSLuNs15PaokrDRpS61ERY9uZOug==", | |
8305 | + "dev": true, | |
8306 | + "engines": { | |
8307 | + "node": ">=10" | |
8308 | + } | |
8309 | + }, | |
8310 | + "node_modules/totalist": { | |
8311 | + "version": "3.0.1", | |
8312 | + "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz", | |
8313 | + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", | |
8314 | + "engines": { | |
8315 | + "node": ">=6" | |
8316 | + } | |
8317 | + }, | |
8318 | + "node_modules/tr46": { | |
8319 | + "version": "0.0.3", | |
8320 | + "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz", | |
8321 | + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" | |
8322 | + }, | |
8323 | + "node_modules/ts-interface-checker": { | |
8324 | + "version": "0.1.13", | |
8325 | + "resolved": "https://registry.npmmirror.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", | |
8326 | + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", | |
8327 | + "dev": true | |
8328 | + }, | |
8329 | + "node_modules/type-fest": { | |
8330 | + "version": "4.26.1", | |
8331 | + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-4.26.1.tgz", | |
8332 | + "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==", | |
8333 | + "engines": { | |
8334 | + "node": ">=16" | |
8335 | + }, | |
8336 | + "funding": { | |
8337 | + "url": "https://github.com/sponsors/sindresorhus" | |
8338 | + } | |
8339 | + }, | |
8340 | + "node_modules/typescript": { | |
8341 | + "version": "5.6.3", | |
8342 | + "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.6.3.tgz", | |
8343 | + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", | |
8344 | + "peer": true, | |
8345 | + "bin": { | |
8346 | + "tsc": "bin/tsc", | |
8347 | + "tsserver": "bin/tsserver" | |
8348 | + }, | |
8349 | + "engines": { | |
8350 | + "node": ">=14.17" | |
8351 | + } | |
8352 | + }, | |
8353 | + "node_modules/ufo": { | |
8354 | + "version": "1.5.4", | |
8355 | + "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz", | |
8356 | + "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==" | |
8357 | + }, | |
8358 | + "node_modules/ultrahtml": { | |
8359 | + "version": "1.5.3", | |
8360 | + "resolved": "https://registry.npmmirror.com/ultrahtml/-/ultrahtml-1.5.3.tgz", | |
8361 | + "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==" | |
8362 | + }, | |
8363 | + "node_modules/unconfig": { | |
8364 | + "version": "0.3.13", | |
8365 | + "resolved": "https://registry.npmmirror.com/unconfig/-/unconfig-0.3.13.tgz", | |
8366 | + "integrity": "sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==", | |
8367 | + "dependencies": { | |
8368 | + "@antfu/utils": "^0.7.7", | |
8369 | + "defu": "^6.1.4", | |
8370 | + "jiti": "^1.21.0" | |
8371 | + }, | |
8372 | + "funding": { | |
8373 | + "url": "https://github.com/sponsors/antfu" | |
8374 | + } | |
8375 | + }, | |
8376 | + "node_modules/unconfig/node_modules/jiti": { | |
8377 | + "version": "1.21.6", | |
8378 | + "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.6.tgz", | |
8379 | + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", | |
8380 | + "bin": { | |
8381 | + "jiti": "bin/jiti.js" | |
8382 | + } | |
8383 | + }, | |
8384 | + "node_modules/uncrypto": { | |
8385 | + "version": "0.1.3", | |
8386 | + "resolved": "https://registry.npmmirror.com/uncrypto/-/uncrypto-0.1.3.tgz", | |
8387 | + "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==" | |
8388 | + }, | |
8389 | + "node_modules/unctx": { | |
8390 | + "version": "2.3.1", | |
8391 | + "resolved": "https://registry.npmmirror.com/unctx/-/unctx-2.3.1.tgz", | |
8392 | + "integrity": "sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==", | |
8393 | + "dependencies": { | |
8394 | + "acorn": "^8.8.2", | |
8395 | + "estree-walker": "^3.0.3", | |
8396 | + "magic-string": "^0.30.0", | |
8397 | + "unplugin": "^1.3.1" | |
8398 | + } | |
8399 | + }, | |
8400 | + "node_modules/undici-types": { | |
8401 | + "version": "6.19.8", | |
8402 | + "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.19.8.tgz", | |
8403 | + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" | |
8404 | + }, | |
8405 | + "node_modules/unenv": { | |
8406 | + "version": "1.10.0", | |
8407 | + "resolved": "https://registry.npmmirror.com/unenv/-/unenv-1.10.0.tgz", | |
8408 | + "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==", | |
8409 | + "dependencies": { | |
8410 | + "consola": "^3.2.3", | |
8411 | + "defu": "^6.1.4", | |
8412 | + "mime": "^3.0.0", | |
8413 | + "node-fetch-native": "^1.6.4", | |
8414 | + "pathe": "^1.1.2" | |
8415 | + } | |
8416 | + }, | |
8417 | + "node_modules/unenv/node_modules/mime": { | |
8418 | + "version": "3.0.0", | |
8419 | + "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz", | |
8420 | + "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", | |
8421 | + "bin": { | |
8422 | + "mime": "cli.js" | |
8423 | + }, | |
8424 | + "engines": { | |
8425 | + "node": ">=10.0.0" | |
8426 | + } | |
8427 | + }, | |
8428 | + "node_modules/unhead": { | |
8429 | + "version": "1.11.11", | |
8430 | + "resolved": "https://registry.npmmirror.com/unhead/-/unhead-1.11.11.tgz", | |
8431 | + "integrity": "sha512-98tM2R8OWJhvS6uqTewkfIrsPqFU/VwnKpU2tVZ+jPXSWgWSLmM3K2Y2v5AEM4bZjmC/XH8pLVGzbqB7xzFI/Q==", | |
8432 | + "dependencies": { | |
8433 | + "@unhead/dom": "1.11.11", | |
8434 | + "@unhead/schema": "1.11.11", | |
8435 | + "@unhead/shared": "1.11.11", | |
8436 | + "hookable": "^5.5.3" | |
8437 | + }, | |
8438 | + "funding": { | |
8439 | + "url": "https://github.com/sponsors/harlan-zw" | |
8440 | + } | |
8441 | + }, | |
8442 | + "node_modules/unicorn-magic": { | |
8443 | + "version": "0.1.0", | |
8444 | + "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz", | |
8445 | + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", | |
8446 | + "engines": { | |
8447 | + "node": ">=18" | |
8448 | + }, | |
8449 | + "funding": { | |
8450 | + "url": "https://github.com/sponsors/sindresorhus" | |
8451 | + } | |
8452 | + }, | |
8453 | + "node_modules/unimport": { | |
8454 | + "version": "3.13.1", | |
8455 | + "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.13.1.tgz", | |
8456 | + "integrity": "sha512-nNrVzcs93yrZQOW77qnyOVHtb68LegvhYFwxFMfuuWScmwQmyVCG/NBuN8tYsaGzgQUVYv34E/af+Cc9u4og4A==", | |
8457 | + "dependencies": { | |
8458 | + "@rollup/pluginutils": "^5.1.2", | |
8459 | + "acorn": "^8.12.1", | |
8460 | + "escape-string-regexp": "^5.0.0", | |
8461 | + "estree-walker": "^3.0.3", | |
8462 | + "fast-glob": "^3.3.2", | |
8463 | + "local-pkg": "^0.5.0", | |
8464 | + "magic-string": "^0.30.11", | |
8465 | + "mlly": "^1.7.1", | |
8466 | + "pathe": "^1.1.2", | |
8467 | + "pkg-types": "^1.2.0", | |
8468 | + "scule": "^1.3.0", | |
8469 | + "strip-literal": "^2.1.0", | |
8470 | + "unplugin": "^1.14.1" | |
8471 | + } | |
8472 | + }, | |
8473 | + "node_modules/universalify": { | |
8474 | + "version": "2.0.1", | |
8475 | + "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz", | |
8476 | + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", | |
8477 | + "engines": { | |
8478 | + "node": ">= 10.0.0" | |
8479 | + } | |
8480 | + }, | |
8481 | + "node_modules/unplugin": { | |
8482 | + "version": "1.15.0", | |
8483 | + "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.15.0.tgz", | |
8484 | + "integrity": "sha512-jTPIs63W+DUEDW207ztbaoO7cQ4p5aVaB823LSlxpsFEU3Mykwxf3ZGC/wzxFJeZlASZYgVrWeo7LgOrqJZ8RA==", | |
8485 | + "dependencies": { | |
8486 | + "acorn": "^8.14.0", | |
8487 | + "webpack-virtual-modules": "^0.6.2" | |
8488 | + }, | |
8489 | + "engines": { | |
8490 | + "node": ">=14.0.0" | |
8491 | + }, | |
8492 | + "peerDependencies": { | |
8493 | + "webpack-sources": "^3" | |
8494 | + }, | |
8495 | + "peerDependenciesMeta": { | |
8496 | + "webpack-sources": { | |
8497 | + "optional": true | |
8498 | + } | |
8499 | + } | |
8500 | + }, | |
8501 | + "node_modules/unplugin-vue-router": { | |
8502 | + "version": "0.10.8", | |
8503 | + "resolved": "https://registry.npmmirror.com/unplugin-vue-router/-/unplugin-vue-router-0.10.8.tgz", | |
8504 | + "integrity": "sha512-xi+eLweYAqolIoTRSmumbi6Yx0z5M0PLvl+NFNVWHJgmE2ByJG1SZbrn+TqyuDtIyln20KKgq8tqmL7aLoiFjw==", | |
8505 | + "dependencies": { | |
8506 | + "@babel/types": "^7.25.4", | |
8507 | + "@rollup/pluginutils": "^5.1.0", | |
8508 | + "@vue-macros/common": "^1.12.2", | |
8509 | + "ast-walker-scope": "^0.6.2", | |
8510 | + "chokidar": "^3.6.0", | |
8511 | + "fast-glob": "^3.3.2", | |
8512 | + "json5": "^2.2.3", | |
8513 | + "local-pkg": "^0.5.0", | |
8514 | + "magic-string": "^0.30.11", | |
8515 | + "mlly": "^1.7.1", | |
8516 | + "pathe": "^1.1.2", | |
8517 | + "scule": "^1.3.0", | |
8518 | + "unplugin": "^1.12.2", | |
8519 | + "yaml": "^2.5.0" | |
8520 | + }, | |
8521 | + "peerDependencies": { | |
8522 | + "vue-router": "^4.4.0" | |
8523 | + }, | |
8524 | + "peerDependenciesMeta": { | |
8525 | + "vue-router": { | |
8526 | + "optional": true | |
8527 | + } | |
8528 | + } | |
8529 | + }, | |
8530 | + "node_modules/unplugin-vue-router/node_modules/chokidar": { | |
8531 | + "version": "3.6.0", | |
8532 | + "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz", | |
8533 | + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", | |
8534 | + "dependencies": { | |
8535 | + "anymatch": "~3.1.2", | |
8536 | + "braces": "~3.0.2", | |
8537 | + "glob-parent": "~5.1.2", | |
8538 | + "is-binary-path": "~2.1.0", | |
8539 | + "is-glob": "~4.0.1", | |
8540 | + "normalize-path": "~3.0.0", | |
8541 | + "readdirp": "~3.6.0" | |
8542 | + }, | |
8543 | + "engines": { | |
8544 | + "node": ">= 8.10.0" | |
8545 | + }, | |
8546 | + "funding": { | |
8547 | + "url": "https://paulmillr.com/funding/" | |
8548 | + }, | |
8549 | + "optionalDependencies": { | |
8550 | + "fsevents": "~2.3.2" | |
8551 | + } | |
8552 | + }, | |
8553 | + "node_modules/unplugin-vue-router/node_modules/picomatch": { | |
8554 | + "version": "2.3.1", | |
8555 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", | |
8556 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
8557 | + "engines": { | |
8558 | + "node": ">=8.6" | |
8559 | + }, | |
8560 | + "funding": { | |
8561 | + "url": "https://github.com/sponsors/jonschlinkert" | |
8562 | + } | |
8563 | + }, | |
8564 | + "node_modules/unplugin-vue-router/node_modules/readdirp": { | |
8565 | + "version": "3.6.0", | |
8566 | + "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", | |
8567 | + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", | |
8568 | + "dependencies": { | |
8569 | + "picomatch": "^2.2.1" | |
8570 | + }, | |
8571 | + "engines": { | |
8572 | + "node": ">=8.10.0" | |
8573 | + } | |
8574 | + }, | |
8575 | + "node_modules/unstorage": { | |
8576 | + "version": "1.13.1", | |
8577 | + "resolved": "https://registry.npmmirror.com/unstorage/-/unstorage-1.13.1.tgz", | |
8578 | + "integrity": "sha512-ELexQHUrG05QVIM/iUeQNdl9FXDZhqLJ4yP59fnmn2jGUh0TEulwOgov1ubOb3Gt2ZGK/VMchJwPDNVEGWQpRg==", | |
8579 | + "dependencies": { | |
8580 | + "anymatch": "^3.1.3", | |
8581 | + "chokidar": "^3.6.0", | |
8582 | + "citty": "^0.1.6", | |
8583 | + "destr": "^2.0.3", | |
8584 | + "h3": "^1.13.0", | |
8585 | + "listhen": "^1.9.0", | |
8586 | + "lru-cache": "^10.4.3", | |
8587 | + "node-fetch-native": "^1.6.4", | |
8588 | + "ofetch": "^1.4.1", | |
8589 | + "ufo": "^1.5.4" | |
8590 | + }, | |
8591 | + "peerDependencies": { | |
8592 | + "@azure/app-configuration": "^1.7.0", | |
8593 | + "@azure/cosmos": "^4.1.1", | |
8594 | + "@azure/data-tables": "^13.2.2", | |
8595 | + "@azure/identity": "^4.5.0", | |
8596 | + "@azure/keyvault-secrets": "^4.9.0", | |
8597 | + "@azure/storage-blob": "^12.25.0", | |
8598 | + "@capacitor/preferences": "^6.0.2", | |
8599 | + "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0", | |
8600 | + "@planetscale/database": "^1.19.0", | |
8601 | + "@upstash/redis": "^1.34.3", | |
8602 | + "@vercel/kv": "^1.0.1", | |
8603 | + "idb-keyval": "^6.2.1", | |
8604 | + "ioredis": "^5.4.1" | |
8605 | + }, | |
8606 | + "peerDependenciesMeta": { | |
8607 | + "@azure/app-configuration": { | |
8608 | + "optional": true | |
8609 | + }, | |
8610 | + "@azure/cosmos": { | |
8611 | + "optional": true | |
8612 | + }, | |
8613 | + "@azure/data-tables": { | |
8614 | + "optional": true | |
8615 | + }, | |
8616 | + "@azure/identity": { | |
8617 | + "optional": true | |
8618 | + }, | |
8619 | + "@azure/keyvault-secrets": { | |
8620 | + "optional": true | |
8621 | + }, | |
8622 | + "@azure/storage-blob": { | |
8623 | + "optional": true | |
8624 | + }, | |
8625 | + "@capacitor/preferences": { | |
8626 | + "optional": true | |
8627 | + }, | |
8628 | + "@netlify/blobs": { | |
8629 | + "optional": true | |
8630 | + }, | |
8631 | + "@planetscale/database": { | |
8632 | + "optional": true | |
8633 | + }, | |
8634 | + "@upstash/redis": { | |
8635 | + "optional": true | |
8636 | + }, | |
8637 | + "@vercel/kv": { | |
8638 | + "optional": true | |
8639 | + }, | |
8640 | + "idb-keyval": { | |
8641 | + "optional": true | |
8642 | + }, | |
8643 | + "ioredis": { | |
8644 | + "optional": true | |
8645 | + } | |
8646 | + } | |
8647 | + }, | |
8648 | + "node_modules/unstorage/node_modules/chokidar": { | |
8649 | + "version": "3.6.0", | |
8650 | + "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz", | |
8651 | + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", | |
8652 | + "dependencies": { | |
8653 | + "anymatch": "~3.1.2", | |
8654 | + "braces": "~3.0.2", | |
8655 | + "glob-parent": "~5.1.2", | |
8656 | + "is-binary-path": "~2.1.0", | |
8657 | + "is-glob": "~4.0.1", | |
8658 | + "normalize-path": "~3.0.0", | |
8659 | + "readdirp": "~3.6.0" | |
8660 | + }, | |
8661 | + "engines": { | |
8662 | + "node": ">= 8.10.0" | |
8663 | + }, | |
8664 | + "funding": { | |
8665 | + "url": "https://paulmillr.com/funding/" | |
8666 | + }, | |
8667 | + "optionalDependencies": { | |
8668 | + "fsevents": "~2.3.2" | |
8669 | + } | |
8670 | + }, | |
8671 | + "node_modules/unstorage/node_modules/lru-cache": { | |
8672 | + "version": "10.4.3", | |
8673 | + "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz", | |
8674 | + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" | |
8675 | + }, | |
8676 | + "node_modules/unstorage/node_modules/picomatch": { | |
8677 | + "version": "2.3.1", | |
8678 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", | |
8679 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
8680 | + "engines": { | |
8681 | + "node": ">=8.6" | |
8682 | + }, | |
8683 | + "funding": { | |
8684 | + "url": "https://github.com/sponsors/jonschlinkert" | |
8685 | + } | |
8686 | + }, | |
8687 | + "node_modules/unstorage/node_modules/readdirp": { | |
8688 | + "version": "3.6.0", | |
8689 | + "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", | |
8690 | + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", | |
8691 | + "dependencies": { | |
8692 | + "picomatch": "^2.2.1" | |
8693 | + }, | |
8694 | + "engines": { | |
8695 | + "node": ">=8.10.0" | |
8696 | + } | |
8697 | + }, | |
8698 | + "node_modules/untun": { | |
8699 | + "version": "0.1.3", | |
8700 | + "resolved": "https://registry.npmmirror.com/untun/-/untun-0.1.3.tgz", | |
8701 | + "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==", | |
8702 | + "dependencies": { | |
8703 | + "citty": "^0.1.5", | |
8704 | + "consola": "^3.2.3", | |
8705 | + "pathe": "^1.1.1" | |
8706 | + }, | |
8707 | + "bin": { | |
8708 | + "untun": "bin/untun.mjs" | |
8709 | + } | |
8710 | + }, | |
8711 | + "node_modules/untyped": { | |
8712 | + "version": "1.5.1", | |
8713 | + "resolved": "https://registry.npmmirror.com/untyped/-/untyped-1.5.1.tgz", | |
8714 | + "integrity": "sha512-reBOnkJBFfBZ8pCKaeHgfZLcehXtM6UTxc+vqs1JvCps0c4amLNp3fhdGBZwYp+VLyoY9n3X5KOP7lCyWBUX9A==", | |
8715 | + "dependencies": { | |
8716 | + "@babel/core": "^7.25.7", | |
8717 | + "@babel/standalone": "^7.25.7", | |
8718 | + "@babel/types": "^7.25.7", | |
8719 | + "defu": "^6.1.4", | |
8720 | + "jiti": "^2.3.1", | |
8721 | + "mri": "^1.2.0", | |
8722 | + "scule": "^1.3.0" | |
8723 | + }, | |
8724 | + "bin": { | |
8725 | + "untyped": "dist/cli.mjs" | |
8726 | + } | |
8727 | + }, | |
8728 | + "node_modules/unwasm": { | |
8729 | + "version": "0.3.9", | |
8730 | + "resolved": "https://registry.npmmirror.com/unwasm/-/unwasm-0.3.9.tgz", | |
8731 | + "integrity": "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==", | |
8732 | + "dependencies": { | |
8733 | + "knitwork": "^1.0.0", | |
8734 | + "magic-string": "^0.30.8", | |
8735 | + "mlly": "^1.6.1", | |
8736 | + "pathe": "^1.1.2", | |
8737 | + "pkg-types": "^1.0.3", | |
8738 | + "unplugin": "^1.10.0" | |
8739 | + } | |
8740 | + }, | |
8741 | + "node_modules/upath": { | |
8742 | + "version": "2.0.1", | |
8743 | + "resolved": "https://registry.npmmirror.com/upath/-/upath-2.0.1.tgz", | |
8744 | + "integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==", | |
8745 | + "engines": { | |
8746 | + "node": ">=4", | |
8747 | + "yarn": "*" | |
8748 | + } | |
8749 | + }, | |
8750 | + "node_modules/update-browserslist-db": { | |
8751 | + "version": "1.1.1", | |
8752 | + "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", | |
8753 | + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", | |
8754 | + "funding": [ | |
8755 | + { | |
8756 | + "type": "opencollective", | |
8757 | + "url": "https://opencollective.com/browserslist" | |
8758 | + }, | |
8759 | + { | |
8760 | + "type": "tidelift", | |
8761 | + "url": "https://tidelift.com/funding/github/npm/browserslist" | |
8762 | + }, | |
8763 | + { | |
8764 | + "type": "github", | |
8765 | + "url": "https://github.com/sponsors/ai" | |
8766 | + } | |
8767 | + ], | |
8768 | + "dependencies": { | |
8769 | + "escalade": "^3.2.0", | |
8770 | + "picocolors": "^1.1.0" | |
8771 | + }, | |
8772 | + "bin": { | |
8773 | + "update-browserslist-db": "cli.js" | |
8774 | + }, | |
8775 | + "peerDependencies": { | |
8776 | + "browserslist": ">= 4.21.0" | |
8777 | + } | |
8778 | + }, | |
8779 | + "node_modules/uqr": { | |
8780 | + "version": "0.1.2", | |
8781 | + "resolved": "https://registry.npmmirror.com/uqr/-/uqr-0.1.2.tgz", | |
8782 | + "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==" | |
8783 | + }, | |
8784 | + "node_modules/uri-js-replace": { | |
8785 | + "version": "1.0.1", | |
8786 | + "resolved": "https://registry.npmmirror.com/uri-js-replace/-/uri-js-replace-1.0.1.tgz", | |
8787 | + "integrity": "sha512-W+C9NWNLFOoBI2QWDp4UT9pv65r2w5Cx+3sTYFvtMdDBxkKt1syCqsUdSFAChbEe1uK5TfS04wt/nGwmaeIQ0g==" | |
8788 | + }, | |
8789 | + "node_modules/urlpattern-polyfill": { | |
8790 | + "version": "8.0.2", | |
8791 | + "resolved": "https://registry.npmmirror.com/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz", | |
8792 | + "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==" | |
8793 | + }, | |
8794 | + "node_modules/util-deprecate": { | |
8795 | + "version": "1.0.2", | |
8796 | + "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", | |
8797 | + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" | |
8798 | + }, | |
8799 | + "node_modules/vite": { | |
8800 | + "version": "5.4.11", | |
8801 | + "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.11.tgz", | |
8802 | + "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", | |
8803 | + "dependencies": { | |
8804 | + "esbuild": "^0.21.3", | |
8805 | + "postcss": "^8.4.43", | |
8806 | + "rollup": "^4.20.0" | |
8807 | + }, | |
8808 | + "bin": { | |
8809 | + "vite": "bin/vite.js" | |
8810 | + }, | |
8811 | + "engines": { | |
8812 | + "node": "^18.0.0 || >=20.0.0" | |
8813 | + }, | |
8814 | + "funding": { | |
8815 | + "url": "https://github.com/vitejs/vite?sponsor=1" | |
8816 | + }, | |
8817 | + "optionalDependencies": { | |
8818 | + "fsevents": "~2.3.3" | |
8819 | + }, | |
8820 | + "peerDependencies": { | |
8821 | + "@types/node": "^18.0.0 || >=20.0.0", | |
8822 | + "less": "*", | |
8823 | + "lightningcss": "^1.21.0", | |
8824 | + "sass": "*", | |
8825 | + "sass-embedded": "*", | |
8826 | + "stylus": "*", | |
8827 | + "sugarss": "*", | |
8828 | + "terser": "^5.4.0" | |
8829 | + }, | |
8830 | + "peerDependenciesMeta": { | |
8831 | + "@types/node": { | |
8832 | + "optional": true | |
8833 | + }, | |
8834 | + "less": { | |
8835 | + "optional": true | |
8836 | + }, | |
8837 | + "lightningcss": { | |
8838 | + "optional": true | |
8839 | + }, | |
8840 | + "sass": { | |
8841 | + "optional": true | |
8842 | + }, | |
8843 | + "sass-embedded": { | |
8844 | + "optional": true | |
8845 | + }, | |
8846 | + "stylus": { | |
8847 | + "optional": true | |
8848 | + }, | |
8849 | + "sugarss": { | |
8850 | + "optional": true | |
8851 | + }, | |
8852 | + "terser": { | |
8853 | + "optional": true | |
8854 | + } | |
8855 | + } | |
8856 | + }, | |
8857 | + "node_modules/vite-hot-client": { | |
8858 | + "version": "0.2.3", | |
8859 | + "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-0.2.3.tgz", | |
8860 | + "integrity": "sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==", | |
8861 | + "funding": { | |
8862 | + "url": "https://github.com/sponsors/antfu" | |
8863 | + }, | |
8864 | + "peerDependencies": { | |
8865 | + "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0" | |
8866 | + } | |
8867 | + }, | |
8868 | + "node_modules/vite-node": { | |
8869 | + "version": "2.1.4", | |
8870 | + "resolved": "https://registry.npmmirror.com/vite-node/-/vite-node-2.1.4.tgz", | |
8871 | + "integrity": "sha512-kqa9v+oi4HwkG6g8ufRnb5AeplcRw8jUF6/7/Qz1qRQOXHImG8YnLbB+LLszENwFnoBl9xIf9nVdCFzNd7GQEg==", | |
8872 | + "dependencies": { | |
8873 | + "cac": "^6.7.14", | |
8874 | + "debug": "^4.3.7", | |
8875 | + "pathe": "^1.1.2", | |
8876 | + "vite": "^5.0.0" | |
8877 | + }, | |
8878 | + "bin": { | |
8879 | + "vite-node": "vite-node.mjs" | |
8880 | + }, | |
8881 | + "engines": { | |
8882 | + "node": "^18.0.0 || >=20.0.0" | |
8883 | + }, | |
8884 | + "funding": { | |
8885 | + "url": "https://opencollective.com/vitest" | |
8886 | + } | |
8887 | + }, | |
8888 | + "node_modules/vite-plugin-checker": { | |
8889 | + "version": "0.8.0", | |
8890 | + "resolved": "https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.8.0.tgz", | |
8891 | + "integrity": "sha512-UA5uzOGm97UvZRTdZHiQVYFnd86AVn8EVaD4L3PoVzxH+IZSfaAw14WGFwX9QS23UW3lV/5bVKZn6l0w+q9P0g==", | |
8892 | + "dependencies": { | |
8893 | + "@babel/code-frame": "^7.12.13", | |
8894 | + "ansi-escapes": "^4.3.0", | |
8895 | + "chalk": "^4.1.1", | |
8896 | + "chokidar": "^3.5.1", | |
8897 | + "commander": "^8.0.0", | |
8898 | + "fast-glob": "^3.2.7", | |
8899 | + "fs-extra": "^11.1.0", | |
8900 | + "npm-run-path": "^4.0.1", | |
8901 | + "strip-ansi": "^6.0.0", | |
8902 | + "tiny-invariant": "^1.1.0", | |
8903 | + "vscode-languageclient": "^7.0.0", | |
8904 | + "vscode-languageserver": "^7.0.0", | |
8905 | + "vscode-languageserver-textdocument": "^1.0.1", | |
8906 | + "vscode-uri": "^3.0.2" | |
8907 | + }, | |
8908 | + "engines": { | |
8909 | + "node": ">=14.16" | |
8910 | + }, | |
8911 | + "peerDependencies": { | |
8912 | + "@biomejs/biome": ">=1.7", | |
8913 | + "eslint": ">=7", | |
8914 | + "meow": "^9.0.0", | |
8915 | + "optionator": "^0.9.1", | |
8916 | + "stylelint": ">=13", | |
8917 | + "typescript": "*", | |
8918 | + "vite": ">=2.0.0", | |
8919 | + "vls": "*", | |
8920 | + "vti": "*", | |
8921 | + "vue-tsc": "~2.1.6" | |
8922 | + }, | |
8923 | + "peerDependenciesMeta": { | |
8924 | + "@biomejs/biome": { | |
8925 | + "optional": true | |
8926 | + }, | |
8927 | + "eslint": { | |
8928 | + "optional": true | |
8929 | + }, | |
8930 | + "meow": { | |
8931 | + "optional": true | |
8932 | + }, | |
8933 | + "optionator": { | |
8934 | + "optional": true | |
8935 | + }, | |
8936 | + "stylelint": { | |
8937 | + "optional": true | |
8938 | + }, | |
8939 | + "typescript": { | |
8940 | + "optional": true | |
8941 | + }, | |
8942 | + "vls": { | |
8943 | + "optional": true | |
8944 | + }, | |
8945 | + "vti": { | |
8946 | + "optional": true | |
8947 | + }, | |
8948 | + "vue-tsc": { | |
8949 | + "optional": true | |
8950 | + } | |
8951 | + } | |
8952 | + }, | |
8953 | + "node_modules/vite-plugin-checker/node_modules/chokidar": { | |
8954 | + "version": "3.6.0", | |
8955 | + "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz", | |
8956 | + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", | |
8957 | + "dependencies": { | |
8958 | + "anymatch": "~3.1.2", | |
8959 | + "braces": "~3.0.2", | |
8960 | + "glob-parent": "~5.1.2", | |
8961 | + "is-binary-path": "~2.1.0", | |
8962 | + "is-glob": "~4.0.1", | |
8963 | + "normalize-path": "~3.0.0", | |
8964 | + "readdirp": "~3.6.0" | |
8965 | + }, | |
8966 | + "engines": { | |
8967 | + "node": ">= 8.10.0" | |
8968 | + }, | |
8969 | + "funding": { | |
8970 | + "url": "https://paulmillr.com/funding/" | |
8971 | + }, | |
8972 | + "optionalDependencies": { | |
8973 | + "fsevents": "~2.3.2" | |
8974 | + } | |
8975 | + }, | |
8976 | + "node_modules/vite-plugin-checker/node_modules/commander": { | |
8977 | + "version": "8.3.0", | |
8978 | + "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz", | |
8979 | + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", | |
8980 | + "engines": { | |
8981 | + "node": ">= 12" | |
8982 | + } | |
8983 | + }, | |
8984 | + "node_modules/vite-plugin-checker/node_modules/npm-run-path": { | |
8985 | + "version": "4.0.1", | |
8986 | + "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz", | |
8987 | + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", | |
8988 | + "dependencies": { | |
8989 | + "path-key": "^3.0.0" | |
8990 | + }, | |
8991 | + "engines": { | |
8992 | + "node": ">=8" | |
8993 | + } | |
8994 | + }, | |
8995 | + "node_modules/vite-plugin-checker/node_modules/picomatch": { | |
8996 | + "version": "2.3.1", | |
8997 | + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", | |
8998 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
8999 | + "engines": { | |
9000 | + "node": ">=8.6" | |
9001 | + }, | |
9002 | + "funding": { | |
9003 | + "url": "https://github.com/sponsors/jonschlinkert" | |
9004 | + } | |
9005 | + }, | |
9006 | + "node_modules/vite-plugin-checker/node_modules/readdirp": { | |
9007 | + "version": "3.6.0", | |
9008 | + "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", | |
9009 | + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", | |
9010 | + "dependencies": { | |
9011 | + "picomatch": "^2.2.1" | |
9012 | + }, | |
9013 | + "engines": { | |
9014 | + "node": ">=8.10.0" | |
9015 | + } | |
9016 | + }, | |
9017 | + "node_modules/vite-plugin-inspect": { | |
9018 | + "version": "0.8.7", | |
9019 | + "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.7.tgz", | |
9020 | + "integrity": "sha512-/XXou3MVc13A5O9/2Nd6xczjrUwt7ZyI9h8pTnUMkr5SshLcb0PJUOVq2V+XVkdeU4njsqAtmK87THZuO2coGA==", | |
9021 | + "dependencies": { | |
9022 | + "@antfu/utils": "^0.7.10", | |
9023 | + "@rollup/pluginutils": "^5.1.0", | |
9024 | + "debug": "^4.3.6", | |
9025 | + "error-stack-parser-es": "^0.1.5", | |
9026 | + "fs-extra": "^11.2.0", | |
9027 | + "open": "^10.1.0", | |
9028 | + "perfect-debounce": "^1.0.0", | |
9029 | + "picocolors": "^1.0.1", | |
9030 | + "sirv": "^2.0.4" | |
9031 | + }, | |
9032 | + "engines": { | |
9033 | + "node": ">=14" | |
9034 | + }, | |
9035 | + "funding": { | |
9036 | + "url": "https://github.com/sponsors/antfu" | |
9037 | + }, | |
9038 | + "peerDependencies": { | |
9039 | + "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0" | |
9040 | + }, | |
9041 | + "peerDependenciesMeta": { | |
9042 | + "@nuxt/kit": { | |
9043 | + "optional": true | |
9044 | + } | |
9045 | + } | |
9046 | + }, | |
9047 | + "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": { | |
9048 | + "version": "3.0.0", | |
9049 | + "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", | |
9050 | + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", | |
9051 | + "engines": { | |
9052 | + "node": ">=12" | |
9053 | + }, | |
9054 | + "funding": { | |
9055 | + "url": "https://github.com/sponsors/sindresorhus" | |
9056 | + } | |
9057 | + }, | |
9058 | + "node_modules/vite-plugin-inspect/node_modules/open": { | |
9059 | + "version": "10.1.0", | |
9060 | + "resolved": "https://registry.npmmirror.com/open/-/open-10.1.0.tgz", | |
9061 | + "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", | |
9062 | + "dependencies": { | |
9063 | + "default-browser": "^5.2.1", | |
9064 | + "define-lazy-prop": "^3.0.0", | |
9065 | + "is-inside-container": "^1.0.0", | |
9066 | + "is-wsl": "^3.1.0" | |
9067 | + }, | |
9068 | + "engines": { | |
9069 | + "node": ">=18" | |
9070 | + }, | |
9071 | + "funding": { | |
9072 | + "url": "https://github.com/sponsors/sindresorhus" | |
9073 | + } | |
9074 | + }, | |
9075 | + "node_modules/vite-plugin-vue-inspector": { | |
9076 | + "version": "5.1.3", | |
9077 | + "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.1.3.tgz", | |
9078 | + "integrity": "sha512-pMrseXIDP1Gb38mOevY+BvtNGNqiqmqa2pKB99lnLsADQww9w9xMbAfT4GB6RUoaOkSPrtlXqpq2Fq+Dj2AgFg==", | |
9079 | + "dependencies": { | |
9080 | + "@babel/core": "^7.23.0", | |
9081 | + "@babel/plugin-proposal-decorators": "^7.23.0", | |
9082 | + "@babel/plugin-syntax-import-attributes": "^7.22.5", | |
9083 | + "@babel/plugin-syntax-import-meta": "^7.10.4", | |
9084 | + "@babel/plugin-transform-typescript": "^7.22.15", | |
9085 | + "@vue/babel-plugin-jsx": "^1.1.5", | |
9086 | + "@vue/compiler-dom": "^3.3.4", | |
9087 | + "kolorist": "^1.8.0", | |
9088 | + "magic-string": "^0.30.4" | |
9089 | + }, | |
9090 | + "peerDependencies": { | |
9091 | + "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0" | |
9092 | + } | |
9093 | + }, | |
9094 | + "node_modules/vite-plugin-vuetify": { | |
9095 | + "version": "2.0.4", | |
9096 | + "resolved": "https://registry.npmmirror.com/vite-plugin-vuetify/-/vite-plugin-vuetify-2.0.4.tgz", | |
9097 | + "integrity": "sha512-A4cliYUoP/u4AWSRVRvAPKgpgR987Pss7LpFa7s1GvOe8WjgDq92Rt3eVXrvgxGCWvZsPKziVqfHHdCMqeDhfw==", | |
9098 | + "dependencies": { | |
9099 | + "@vuetify/loader-shared": "^2.0.3", | |
9100 | + "debug": "^4.3.3", | |
9101 | + "upath": "^2.0.1" | |
9102 | + }, | |
9103 | + "engines": { | |
9104 | + "node": "^18.0.0 || >=20.0.0" | |
9105 | + }, | |
9106 | + "peerDependencies": { | |
9107 | + "vite": ">=5", | |
9108 | + "vue": "^3.0.0", | |
9109 | + "vuetify": "^3.0.0" | |
9110 | + } | |
9111 | + }, | |
9112 | + "node_modules/vite/node_modules/@esbuild/aix-ppc64": { | |
9113 | + "version": "0.21.5", | |
9114 | + "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", | |
9115 | + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", | |
9116 | + "cpu": [ | |
9117 | + "ppc64" | |
9118 | + ], | |
9119 | + "optional": true, | |
9120 | + "os": [ | |
9121 | + "aix" | |
9122 | + ], | |
9123 | + "engines": { | |
9124 | + "node": ">=12" | |
9125 | + } | |
9126 | + }, | |
9127 | + "node_modules/vite/node_modules/@esbuild/android-arm": { | |
9128 | + "version": "0.21.5", | |
9129 | + "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz", | |
9130 | + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", | |
9131 | + "cpu": [ | |
9132 | + "arm" | |
9133 | + ], | |
9134 | + "optional": true, | |
9135 | + "os": [ | |
9136 | + "android" | |
9137 | + ], | |
9138 | + "engines": { | |
9139 | + "node": ">=12" | |
9140 | + } | |
9141 | + }, | |
9142 | + "node_modules/vite/node_modules/@esbuild/android-arm64": { | |
9143 | + "version": "0.21.5", | |
9144 | + "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", | |
9145 | + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", | |
9146 | + "cpu": [ | |
9147 | + "arm64" | |
9148 | + ], | |
9149 | + "optional": true, | |
9150 | + "os": [ | |
9151 | + "android" | |
9152 | + ], | |
9153 | + "engines": { | |
9154 | + "node": ">=12" | |
9155 | + } | |
9156 | + }, | |
9157 | + "node_modules/vite/node_modules/@esbuild/android-x64": { | |
9158 | + "version": "0.21.5", | |
9159 | + "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz", | |
9160 | + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", | |
9161 | + "cpu": [ | |
9162 | + "x64" | |
9163 | + ], | |
9164 | + "optional": true, | |
9165 | + "os": [ | |
9166 | + "android" | |
9167 | + ], | |
9168 | + "engines": { | |
9169 | + "node": ">=12" | |
9170 | + } | |
9171 | + }, | |
9172 | + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { | |
9173 | + "version": "0.21.5", | |
9174 | + "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", | |
9175 | + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", | |
9176 | + "cpu": [ | |
9177 | + "arm64" | |
9178 | + ], | |
9179 | + "optional": true, | |
9180 | + "os": [ | |
9181 | + "darwin" | |
9182 | + ], | |
9183 | + "engines": { | |
9184 | + "node": ">=12" | |
9185 | + } | |
9186 | + }, | |
9187 | + "node_modules/vite/node_modules/@esbuild/darwin-x64": { | |
9188 | + "version": "0.21.5", | |
9189 | + "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", | |
9190 | + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", | |
9191 | + "cpu": [ | |
9192 | + "x64" | |
9193 | + ], | |
9194 | + "optional": true, | |
9195 | + "os": [ | |
9196 | + "darwin" | |
9197 | + ], | |
9198 | + "engines": { | |
9199 | + "node": ">=12" | |
9200 | + } | |
9201 | + }, | |
9202 | + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { | |
9203 | + "version": "0.21.5", | |
9204 | + "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", | |
9205 | + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", | |
9206 | + "cpu": [ | |
9207 | + "arm64" | |
9208 | + ], | |
9209 | + "optional": true, | |
9210 | + "os": [ | |
9211 | + "freebsd" | |
9212 | + ], | |
9213 | + "engines": { | |
9214 | + "node": ">=12" | |
9215 | + } | |
9216 | + }, | |
9217 | + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { | |
9218 | + "version": "0.21.5", | |
9219 | + "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", | |
9220 | + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", | |
9221 | + "cpu": [ | |
9222 | + "x64" | |
9223 | + ], | |
9224 | + "optional": true, | |
9225 | + "os": [ | |
9226 | + "freebsd" | |
9227 | + ], | |
9228 | + "engines": { | |
9229 | + "node": ">=12" | |
9230 | + } | |
9231 | + }, | |
9232 | + "node_modules/vite/node_modules/@esbuild/linux-arm": { | |
9233 | + "version": "0.21.5", | |
9234 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", | |
9235 | + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", | |
9236 | + "cpu": [ | |
9237 | + "arm" | |
9238 | + ], | |
9239 | + "optional": true, | |
9240 | + "os": [ | |
9241 | + "linux" | |
9242 | + ], | |
9243 | + "engines": { | |
9244 | + "node": ">=12" | |
9245 | + } | |
9246 | + }, | |
9247 | + "node_modules/vite/node_modules/@esbuild/linux-arm64": { | |
9248 | + "version": "0.21.5", | |
9249 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", | |
9250 | + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", | |
9251 | + "cpu": [ | |
9252 | + "arm64" | |
9253 | + ], | |
9254 | + "optional": true, | |
9255 | + "os": [ | |
9256 | + "linux" | |
9257 | + ], | |
9258 | + "engines": { | |
9259 | + "node": ">=12" | |
9260 | + } | |
9261 | + }, | |
9262 | + "node_modules/vite/node_modules/@esbuild/linux-ia32": { | |
9263 | + "version": "0.21.5", | |
9264 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", | |
9265 | + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", | |
9266 | + "cpu": [ | |
9267 | + "ia32" | |
9268 | + ], | |
9269 | + "optional": true, | |
9270 | + "os": [ | |
9271 | + "linux" | |
9272 | + ], | |
9273 | + "engines": { | |
9274 | + "node": ">=12" | |
9275 | + } | |
9276 | + }, | |
9277 | + "node_modules/vite/node_modules/@esbuild/linux-loong64": { | |
9278 | + "version": "0.21.5", | |
9279 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", | |
9280 | + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", | |
9281 | + "cpu": [ | |
9282 | + "loong64" | |
9283 | + ], | |
9284 | + "optional": true, | |
9285 | + "os": [ | |
9286 | + "linux" | |
9287 | + ], | |
9288 | + "engines": { | |
9289 | + "node": ">=12" | |
9290 | + } | |
9291 | + }, | |
9292 | + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { | |
9293 | + "version": "0.21.5", | |
9294 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", | |
9295 | + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", | |
9296 | + "cpu": [ | |
9297 | + "mips64el" | |
9298 | + ], | |
9299 | + "optional": true, | |
9300 | + "os": [ | |
9301 | + "linux" | |
9302 | + ], | |
9303 | + "engines": { | |
9304 | + "node": ">=12" | |
9305 | + } | |
9306 | + }, | |
9307 | + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { | |
9308 | + "version": "0.21.5", | |
9309 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", | |
9310 | + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", | |
9311 | + "cpu": [ | |
9312 | + "ppc64" | |
9313 | + ], | |
9314 | + "optional": true, | |
9315 | + "os": [ | |
9316 | + "linux" | |
9317 | + ], | |
9318 | + "engines": { | |
9319 | + "node": ">=12" | |
9320 | + } | |
9321 | + }, | |
9322 | + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { | |
9323 | + "version": "0.21.5", | |
9324 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", | |
9325 | + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", | |
9326 | + "cpu": [ | |
9327 | + "riscv64" | |
9328 | + ], | |
9329 | + "optional": true, | |
9330 | + "os": [ | |
9331 | + "linux" | |
9332 | + ], | |
9333 | + "engines": { | |
9334 | + "node": ">=12" | |
9335 | + } | |
9336 | + }, | |
9337 | + "node_modules/vite/node_modules/@esbuild/linux-s390x": { | |
9338 | + "version": "0.21.5", | |
9339 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", | |
9340 | + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", | |
9341 | + "cpu": [ | |
9342 | + "s390x" | |
9343 | + ], | |
9344 | + "optional": true, | |
9345 | + "os": [ | |
9346 | + "linux" | |
9347 | + ], | |
9348 | + "engines": { | |
9349 | + "node": ">=12" | |
9350 | + } | |
9351 | + }, | |
9352 | + "node_modules/vite/node_modules/@esbuild/linux-x64": { | |
9353 | + "version": "0.21.5", | |
9354 | + "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", | |
9355 | + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", | |
9356 | + "cpu": [ | |
9357 | + "x64" | |
9358 | + ], | |
9359 | + "optional": true, | |
9360 | + "os": [ | |
9361 | + "linux" | |
9362 | + ], | |
9363 | + "engines": { | |
9364 | + "node": ">=12" | |
9365 | + } | |
9366 | + }, | |
9367 | + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { | |
9368 | + "version": "0.21.5", | |
9369 | + "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", | |
9370 | + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", | |
9371 | + "cpu": [ | |
9372 | + "x64" | |
9373 | + ], | |
9374 | + "optional": true, | |
9375 | + "os": [ | |
9376 | + "netbsd" | |
9377 | + ], | |
9378 | + "engines": { | |
9379 | + "node": ">=12" | |
9380 | + } | |
9381 | + }, | |
9382 | + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { | |
9383 | + "version": "0.21.5", | |
9384 | + "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", | |
9385 | + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", | |
9386 | + "cpu": [ | |
9387 | + "x64" | |
9388 | + ], | |
9389 | + "optional": true, | |
9390 | + "os": [ | |
9391 | + "openbsd" | |
9392 | + ], | |
9393 | + "engines": { | |
9394 | + "node": ">=12" | |
9395 | + } | |
9396 | + }, | |
9397 | + "node_modules/vite/node_modules/@esbuild/sunos-x64": { | |
9398 | + "version": "0.21.5", | |
9399 | + "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", | |
9400 | + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", | |
9401 | + "cpu": [ | |
9402 | + "x64" | |
9403 | + ], | |
9404 | + "optional": true, | |
9405 | + "os": [ | |
9406 | + "sunos" | |
9407 | + ], | |
9408 | + "engines": { | |
9409 | + "node": ">=12" | |
9410 | + } | |
9411 | + }, | |
9412 | + "node_modules/vite/node_modules/@esbuild/win32-arm64": { | |
9413 | + "version": "0.21.5", | |
9414 | + "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", | |
9415 | + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", | |
9416 | + "cpu": [ | |
9417 | + "arm64" | |
9418 | + ], | |
9419 | + "optional": true, | |
9420 | + "os": [ | |
9421 | + "win32" | |
9422 | + ], | |
9423 | + "engines": { | |
9424 | + "node": ">=12" | |
9425 | + } | |
9426 | + }, | |
9427 | + "node_modules/vite/node_modules/@esbuild/win32-ia32": { | |
9428 | + "version": "0.21.5", | |
9429 | + "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", | |
9430 | + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", | |
9431 | + "cpu": [ | |
9432 | + "ia32" | |
9433 | + ], | |
9434 | + "optional": true, | |
9435 | + "os": [ | |
9436 | + "win32" | |
9437 | + ], | |
9438 | + "engines": { | |
9439 | + "node": ">=12" | |
9440 | + } | |
9441 | + }, | |
9442 | + "node_modules/vite/node_modules/@esbuild/win32-x64": { | |
9443 | + "version": "0.21.5", | |
9444 | + "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", | |
9445 | + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", | |
9446 | + "cpu": [ | |
9447 | + "x64" | |
9448 | + ], | |
9449 | + "optional": true, | |
9450 | + "os": [ | |
9451 | + "win32" | |
9452 | + ], | |
9453 | + "engines": { | |
9454 | + "node": ">=12" | |
9455 | + } | |
9456 | + }, | |
9457 | + "node_modules/vite/node_modules/esbuild": { | |
9458 | + "version": "0.21.5", | |
9459 | + "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz", | |
9460 | + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", | |
9461 | + "hasInstallScript": true, | |
9462 | + "bin": { | |
9463 | + "esbuild": "bin/esbuild" | |
9464 | + }, | |
9465 | + "engines": { | |
9466 | + "node": ">=12" | |
9467 | + }, | |
9468 | + "optionalDependencies": { | |
9469 | + "@esbuild/aix-ppc64": "0.21.5", | |
9470 | + "@esbuild/android-arm": "0.21.5", | |
9471 | + "@esbuild/android-arm64": "0.21.5", | |
9472 | + "@esbuild/android-x64": "0.21.5", | |
9473 | + "@esbuild/darwin-arm64": "0.21.5", | |
9474 | + "@esbuild/darwin-x64": "0.21.5", | |
9475 | + "@esbuild/freebsd-arm64": "0.21.5", | |
9476 | + "@esbuild/freebsd-x64": "0.21.5", | |
9477 | + "@esbuild/linux-arm": "0.21.5", | |
9478 | + "@esbuild/linux-arm64": "0.21.5", | |
9479 | + "@esbuild/linux-ia32": "0.21.5", | |
9480 | + "@esbuild/linux-loong64": "0.21.5", | |
9481 | + "@esbuild/linux-mips64el": "0.21.5", | |
9482 | + "@esbuild/linux-ppc64": "0.21.5", | |
9483 | + "@esbuild/linux-riscv64": "0.21.5", | |
9484 | + "@esbuild/linux-s390x": "0.21.5", | |
9485 | + "@esbuild/linux-x64": "0.21.5", | |
9486 | + "@esbuild/netbsd-x64": "0.21.5", | |
9487 | + "@esbuild/openbsd-x64": "0.21.5", | |
9488 | + "@esbuild/sunos-x64": "0.21.5", | |
9489 | + "@esbuild/win32-arm64": "0.21.5", | |
9490 | + "@esbuild/win32-ia32": "0.21.5", | |
9491 | + "@esbuild/win32-x64": "0.21.5" | |
9492 | + } | |
9493 | + }, | |
9494 | + "node_modules/vscode-jsonrpc": { | |
9495 | + "version": "6.0.0", | |
9496 | + "resolved": "https://registry.npmmirror.com/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz", | |
9497 | + "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==", | |
9498 | + "engines": { | |
9499 | + "node": ">=8.0.0 || >=10.0.0" | |
9500 | + } | |
9501 | + }, | |
9502 | + "node_modules/vscode-languageclient": { | |
9503 | + "version": "7.0.0", | |
9504 | + "resolved": "https://registry.npmmirror.com/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz", | |
9505 | + "integrity": "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==", | |
9506 | + "dependencies": { | |
9507 | + "minimatch": "^3.0.4", | |
9508 | + "semver": "^7.3.4", | |
9509 | + "vscode-languageserver-protocol": "3.16.0" | |
9510 | + }, | |
9511 | + "engines": { | |
9512 | + "vscode": "^1.52.0" | |
9513 | + } | |
9514 | + }, | |
9515 | + "node_modules/vscode-languageserver": { | |
9516 | + "version": "7.0.0", | |
9517 | + "resolved": "https://registry.npmmirror.com/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz", | |
9518 | + "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==", | |
9519 | + "dependencies": { | |
9520 | + "vscode-languageserver-protocol": "3.16.0" | |
9521 | + }, | |
9522 | + "bin": { | |
9523 | + "installServerIntoExtension": "bin/installServerIntoExtension" | |
9524 | + } | |
9525 | + }, | |
9526 | + "node_modules/vscode-languageserver-protocol": { | |
9527 | + "version": "3.16.0", | |
9528 | + "resolved": "https://registry.npmmirror.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz", | |
9529 | + "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==", | |
9530 | + "dependencies": { | |
9531 | + "vscode-jsonrpc": "6.0.0", | |
9532 | + "vscode-languageserver-types": "3.16.0" | |
9533 | + } | |
9534 | + }, | |
9535 | + "node_modules/vscode-languageserver-textdocument": { | |
9536 | + "version": "1.0.12", | |
9537 | + "resolved": "https://registry.npmmirror.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz", | |
9538 | + "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==" | |
9539 | + }, | |
9540 | + "node_modules/vscode-languageserver-types": { | |
9541 | + "version": "3.16.0", | |
9542 | + "resolved": "https://registry.npmmirror.com/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz", | |
9543 | + "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==" | |
9544 | + }, | |
9545 | + "node_modules/vscode-uri": { | |
9546 | + "version": "3.0.8", | |
9547 | + "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.0.8.tgz", | |
9548 | + "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==" | |
9549 | + }, | |
9550 | + "node_modules/vue": { | |
9551 | + "version": "3.5.12", | |
9552 | + "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.12.tgz", | |
9553 | + "integrity": "sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==", | |
9554 | + "dependencies": { | |
9555 | + "@vue/compiler-dom": "3.5.12", | |
9556 | + "@vue/compiler-sfc": "3.5.12", | |
9557 | + "@vue/runtime-dom": "3.5.12", | |
9558 | + "@vue/server-renderer": "3.5.12", | |
9559 | + "@vue/shared": "3.5.12" | |
9560 | + }, | |
9561 | + "peerDependencies": { | |
9562 | + "typescript": "*" | |
9563 | + }, | |
9564 | + "peerDependenciesMeta": { | |
9565 | + "typescript": { | |
9566 | + "optional": true | |
9567 | + } | |
9568 | + } | |
9569 | + }, | |
9570 | + "node_modules/vue-bundle-renderer": { | |
9571 | + "version": "2.1.1", | |
9572 | + "resolved": "https://registry.npmmirror.com/vue-bundle-renderer/-/vue-bundle-renderer-2.1.1.tgz", | |
9573 | + "integrity": "sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==", | |
9574 | + "dependencies": { | |
9575 | + "ufo": "^1.5.4" | |
9576 | + } | |
9577 | + }, | |
9578 | + "node_modules/vue-devtools-stub": { | |
9579 | + "version": "0.1.0", | |
9580 | + "resolved": "https://registry.npmmirror.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz", | |
9581 | + "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==" | |
9582 | + }, | |
9583 | + "node_modules/vue-i18n": { | |
9584 | + "version": "9.14.1", | |
9585 | + "resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.14.1.tgz", | |
9586 | + "integrity": "sha512-xjxV0LYc1xQ8TbAVfIyZiOSS8qoU1R0YwV7V5I8I6Fd64+zvsTsdPgtylPsie3Vdt9wekeYhr+smKDeaK6RBuA==", | |
9587 | + "dev": true, | |
9588 | + "dependencies": { | |
9589 | + "@intlify/core-base": "9.14.1", | |
9590 | + "@intlify/shared": "9.14.1", | |
9591 | + "@vue/devtools-api": "^6.5.0" | |
9592 | + }, | |
9593 | + "engines": { | |
9594 | + "node": ">= 16" | |
9595 | + }, | |
9596 | + "funding": { | |
9597 | + "url": "https://github.com/sponsors/kazupon" | |
9598 | + }, | |
9599 | + "peerDependencies": { | |
9600 | + "vue": "^3.0.0" | |
9601 | + } | |
9602 | + }, | |
9603 | + "node_modules/vue-router": { | |
9604 | + "version": "4.4.5", | |
9605 | + "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.4.5.tgz", | |
9606 | + "integrity": "sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==", | |
9607 | + "dependencies": { | |
9608 | + "@vue/devtools-api": "^6.6.4" | |
9609 | + }, | |
9610 | + "funding": { | |
9611 | + "url": "https://github.com/sponsors/posva" | |
9612 | + }, | |
9613 | + "peerDependencies": { | |
9614 | + "vue": "^3.2.0" | |
9615 | + } | |
9616 | + }, | |
9617 | + "node_modules/vuetify": { | |
9618 | + "version": "3.7.4", | |
9619 | + "resolved": "https://registry.npmmirror.com/vuetify/-/vuetify-3.7.4.tgz", | |
9620 | + "integrity": "sha512-Y8UU5wUDQXC3oz2uumPb8IOdvB4XMCxtxnmqdOc+LihNuPlkSgxIwf92ndRzbOtJFKHsggFUxpyLqpQp+A+5kg==", | |
9621 | + "engines": { | |
9622 | + "node": "^12.20 || >=14.13" | |
9623 | + }, | |
9624 | + "funding": { | |
9625 | + "type": "github", | |
9626 | + "url": "https://github.com/sponsors/johnleider" | |
9627 | + }, | |
9628 | + "peerDependencies": { | |
9629 | + "typescript": ">=4.7", | |
9630 | + "vite-plugin-vuetify": ">=1.0.0", | |
9631 | + "vue": "^3.3.0", | |
9632 | + "webpack-plugin-vuetify": ">=2.0.0" | |
9633 | + }, | |
9634 | + "peerDependenciesMeta": { | |
9635 | + "typescript": { | |
9636 | + "optional": true | |
9637 | + }, | |
9638 | + "vite-plugin-vuetify": { | |
9639 | + "optional": true | |
9640 | + }, | |
9641 | + "webpack-plugin-vuetify": { | |
9642 | + "optional": true | |
9643 | + } | |
9644 | + } | |
9645 | + }, | |
9646 | + "node_modules/vuetify-nuxt-module": { | |
9647 | + "version": "0.14.1", | |
9648 | + "resolved": "https://registry.npmmirror.com/vuetify-nuxt-module/-/vuetify-nuxt-module-0.14.1.tgz", | |
9649 | + "integrity": "sha512-rv7iFc0HrhFSO3JyWbFNXjuPuTfOx8unIdtTYat822vn5b9TVdZf5LffKv4fRrNgKEjmE/v9WT4yzxRVj3WIFA==", | |
9650 | + "dependencies": { | |
9651 | + "@nuxt/kit": "^3.9.0", | |
9652 | + "defu": "^6.1.4", | |
9653 | + "destr": "^2.0.3", | |
9654 | + "local-pkg": "^0.5.0", | |
9655 | + "pathe": "^1.1.2", | |
9656 | + "perfect-debounce": "^1.0.0", | |
9657 | + "ufo": "^1.5.3", | |
9658 | + "unconfig": "^0.3.11", | |
9659 | + "vite-plugin-vuetify": "^2.0.3", | |
9660 | + "vuetify": "^3.6.5" | |
9661 | + } | |
9662 | + }, | |
9663 | + "node_modules/webidl-conversions": { | |
9664 | + "version": "3.0.1", | |
9665 | + "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz", | |
9666 | + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" | |
9667 | + }, | |
9668 | + "node_modules/webpack-virtual-modules": { | |
9669 | + "version": "0.6.2", | |
9670 | + "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", | |
9671 | + "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==" | |
9672 | + }, | |
9673 | + "node_modules/whatwg-url": { | |
9674 | + "version": "5.0.0", | |
9675 | + "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz", | |
9676 | + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", | |
9677 | + "dependencies": { | |
9678 | + "tr46": "~0.0.3", | |
9679 | + "webidl-conversions": "^3.0.0" | |
9680 | + } | |
9681 | + }, | |
9682 | + "node_modules/which": { | |
9683 | + "version": "3.0.1", | |
9684 | + "resolved": "https://registry.npmmirror.com/which/-/which-3.0.1.tgz", | |
9685 | + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", | |
9686 | + "dependencies": { | |
9687 | + "isexe": "^2.0.0" | |
9688 | + }, | |
9689 | + "bin": { | |
9690 | + "node-which": "bin/which.js" | |
9691 | + }, | |
9692 | + "engines": { | |
9693 | + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" | |
9694 | + } | |
9695 | + }, | |
9696 | + "node_modules/wide-align": { | |
9697 | + "version": "1.1.5", | |
9698 | + "resolved": "https://registry.npmmirror.com/wide-align/-/wide-align-1.1.5.tgz", | |
9699 | + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", | |
9700 | + "dependencies": { | |
9701 | + "string-width": "^1.0.2 || 2 || 3 || 4" | |
9702 | + } | |
9703 | + }, | |
9704 | + "node_modules/wrap-ansi": { | |
9705 | + "version": "7.0.0", | |
9706 | + "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz", | |
9707 | + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", | |
9708 | + "dependencies": { | |
9709 | + "ansi-styles": "^4.0.0", | |
9710 | + "string-width": "^4.1.0", | |
9711 | + "strip-ansi": "^6.0.0" | |
9712 | + }, | |
9713 | + "engines": { | |
9714 | + "node": ">=10" | |
9715 | + }, | |
9716 | + "funding": { | |
9717 | + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" | |
9718 | + } | |
9719 | + }, | |
9720 | + "node_modules/wrap-ansi-cjs": { | |
9721 | + "name": "wrap-ansi", | |
9722 | + "version": "7.0.0", | |
9723 | + "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz", | |
9724 | + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", | |
9725 | + "dependencies": { | |
9726 | + "ansi-styles": "^4.0.0", | |
9727 | + "string-width": "^4.1.0", | |
9728 | + "strip-ansi": "^6.0.0" | |
9729 | + }, | |
9730 | + "engines": { | |
9731 | + "node": ">=10" | |
9732 | + }, | |
9733 | + "funding": { | |
9734 | + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" | |
9735 | + } | |
9736 | + }, | |
9737 | + "node_modules/wrappy": { | |
9738 | + "version": "1.0.2", | |
9739 | + "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", | |
9740 | + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" | |
9741 | + }, | |
9742 | + "node_modules/ws": { | |
9743 | + "version": "8.18.0", | |
9744 | + "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.0.tgz", | |
9745 | + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", | |
9746 | + "engines": { | |
9747 | + "node": ">=10.0.0" | |
9748 | + }, | |
9749 | + "peerDependencies": { | |
9750 | + "bufferutil": "^4.0.1", | |
9751 | + "utf-8-validate": ">=5.0.2" | |
9752 | + }, | |
9753 | + "peerDependenciesMeta": { | |
9754 | + "bufferutil": { | |
9755 | + "optional": true | |
9756 | + }, | |
9757 | + "utf-8-validate": { | |
9758 | + "optional": true | |
9759 | + } | |
9760 | + } | |
9761 | + }, | |
9762 | + "node_modules/y18n": { | |
9763 | + "version": "5.0.8", | |
9764 | + "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz", | |
9765 | + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", | |
9766 | + "engines": { | |
9767 | + "node": ">=10" | |
9768 | + } | |
9769 | + }, | |
9770 | + "node_modules/yallist": { | |
9771 | + "version": "3.1.1", | |
9772 | + "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz", | |
9773 | + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" | |
9774 | + }, | |
9775 | + "node_modules/yaml": { | |
9776 | + "version": "2.6.0", | |
9777 | + "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.6.0.tgz", | |
9778 | + "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", | |
9779 | + "bin": { | |
9780 | + "yaml": "bin.mjs" | |
9781 | + }, | |
9782 | + "engines": { | |
9783 | + "node": ">= 14" | |
9784 | + } | |
9785 | + }, | |
9786 | + "node_modules/yaml-ast-parser": { | |
9787 | + "version": "0.0.43", | |
9788 | + "resolved": "https://registry.npmmirror.com/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz", | |
9789 | + "integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==" | |
9790 | + }, | |
9791 | + "node_modules/yaml-eslint-parser": { | |
9792 | + "version": "1.2.3", | |
9793 | + "resolved": "https://registry.npmmirror.com/yaml-eslint-parser/-/yaml-eslint-parser-1.2.3.tgz", | |
9794 | + "integrity": "sha512-4wZWvE398hCP7O8n3nXKu/vdq1HcH01ixYlCREaJL5NUMwQ0g3MaGFUBNSlmBtKmhbtVG/Cm6lyYmSVTEVil8A==", | |
9795 | + "dev": true, | |
9796 | + "dependencies": { | |
9797 | + "eslint-visitor-keys": "^3.0.0", | |
9798 | + "lodash": "^4.17.21", | |
9799 | + "yaml": "^2.0.0" | |
9800 | + }, | |
9801 | + "engines": { | |
9802 | + "node": "^14.17.0 || >=16.0.0" | |
9803 | + }, | |
9804 | + "funding": { | |
9805 | + "url": "https://github.com/sponsors/ota-meshi" | |
9806 | + } | |
9807 | + }, | |
9808 | + "node_modules/yargs": { | |
9809 | + "version": "17.7.2", | |
9810 | + "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz", | |
9811 | + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", | |
9812 | + "dependencies": { | |
9813 | + "cliui": "^8.0.1", | |
9814 | + "escalade": "^3.1.1", | |
9815 | + "get-caller-file": "^2.0.5", | |
9816 | + "require-directory": "^2.1.1", | |
9817 | + "string-width": "^4.2.3", | |
9818 | + "y18n": "^5.0.5", | |
9819 | + "yargs-parser": "^21.1.1" | |
9820 | + }, | |
9821 | + "engines": { | |
9822 | + "node": ">=12" | |
9823 | + } | |
9824 | + }, | |
9825 | + "node_modules/yargs-parser": { | |
9826 | + "version": "21.1.1", | |
9827 | + "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz", | |
9828 | + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", | |
9829 | + "engines": { | |
9830 | + "node": ">=12" | |
9831 | + } | |
9832 | + }, | |
9833 | + "node_modules/zhead": { | |
9834 | + "version": "2.2.4", | |
9835 | + "resolved": "https://registry.npmmirror.com/zhead/-/zhead-2.2.4.tgz", | |
9836 | + "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==", | |
9837 | + "funding": { | |
9838 | + "url": "https://github.com/sponsors/harlan-zw" | |
9839 | + } | |
9840 | + }, | |
9841 | + "node_modules/zip-stream": { | |
9842 | + "version": "6.0.1", | |
9843 | + "resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-6.0.1.tgz", | |
9844 | + "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==", | |
9845 | + "dependencies": { | |
9846 | + "archiver-utils": "^5.0.0", | |
9847 | + "compress-commons": "^6.0.2", | |
9848 | + "readable-stream": "^4.0.0" | |
9849 | + }, | |
9850 | + "engines": { | |
9851 | + "node": ">= 14" | |
9852 | + } | |
9853 | + } | |
9854 | + } | |
9855 | +} | ... | ... |