This repository has no description
1{
2 "name": "frontend",
3 "version": "0.1.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "frontend",
9 "version": "0.1.0",
10 "dependencies": {
11 "@atcute/client": "^2.0.6",
12 "@atcute/oauth-browser-client": "^1.0.7",
13 "@atproto/api": "^0.13.22",
14 "@atproto/oauth-client-browser": "^0.3.15",
15 "@atproto/oauth-client-node": "^0.2.4",
16 "@fortawesome/free-solid-svg-icons": "^6.7.2",
17 "@fortawesome/react-fontawesome": "^0.2.2",
18 "@supabase/supabase-js": "^2.48.1",
19 "@vercel/analytics": "^1.5.0",
20 "@vercel/edge": "^1.2.1",
21 "axios": "^1.7.9",
22 "chart.js": "^4.4.8",
23 "date-fns": "^4.1.0",
24 "express-session": "^1.18.1",
25 "jsonwebtoken": "^9.0.2",
26 "jwt-decode": "^4.0.0",
27 "matter-js": "^0.20.0",
28 "prop-types": "^15.8.1",
29 "react": "^18.2.0",
30 "react-chartjs-2": "^5.3.0",
31 "react-dom": "^18.2.0",
32 "react-grid-layout": "^1.5.0",
33 "react-helmet": "^6.1.0",
34 "react-image-gallery": "^1.4.0",
35 "react-resizable": "^3.0.5",
36 "react-router-dom": "^6.28.1",
37 "react-scripts": "^5.0.1",
38 "recharts": "^2.15.0",
39 "typescript": "^4.9.5",
40 "web-vitals": "^4.2.4"
41 },
42 "devDependencies": {
43 "cross-env": "^7.0.3"
44 }
45 },
46 "node_modules/@alloc/quick-lru": {
47 "version": "5.2.0",
48 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
49 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
50 "license": "MIT",
51 "engines": {
52 "node": ">=10"
53 },
54 "funding": {
55 "url": "https://github.com/sponsors/sindresorhus"
56 }
57 },
58 "node_modules/@ampproject/remapping": {
59 "version": "2.3.0",
60 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
61 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
62 "license": "Apache-2.0",
63 "dependencies": {
64 "@jridgewell/gen-mapping": "^0.3.5",
65 "@jridgewell/trace-mapping": "^0.3.24"
66 },
67 "engines": {
68 "node": ">=6.0.0"
69 }
70 },
71 "node_modules/@atcute/client": {
72 "version": "2.0.7",
73 "resolved": "https://registry.npmjs.org/@atcute/client/-/client-2.0.7.tgz",
74 "integrity": "sha512-bvNahrCGvhZw/EIx0HU/GOoKZEnUaAppbuZh7cu+VsOFA2tdFLnZJed9Hagh5Yz/eUX7QUh5NB4dRTRUdggSLQ==",
75 "license": "MIT"
76 },
77 "node_modules/@atcute/oauth-browser-client": {
78 "version": "1.0.13",
79 "resolved": "https://registry.npmjs.org/@atcute/oauth-browser-client/-/oauth-browser-client-1.0.13.tgz",
80 "integrity": "sha512-JxQKl9Vo1V8poxvR9uKS8bkBv8t53DIH4lCbaih6yn9u7fM62ZC/0x/9KoGWSNqpp3R3U0y/DOQQfdC9Y4GEGQ==",
81 "license": "MIT",
82 "dependencies": {
83 "@atcute/client": "^2.0.7"
84 }
85 },
86 "node_modules/@atproto-labs/did-resolver": {
87 "version": "0.1.10",
88 "resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.1.10.tgz",
89 "integrity": "sha512-o/bl5acf3AIPKZuO6Fd5EmO4INGpi/3Pm08ZpHNCy7s4VZXFmAjZaHeCD7hQ8yEL0EtXnLNIECtKrTBTTx8b+A==",
90 "license": "MIT",
91 "dependencies": {
92 "@atproto-labs/fetch": "0.2.1",
93 "@atproto-labs/pipe": "0.1.0",
94 "@atproto-labs/simple-store": "0.1.2",
95 "@atproto-labs/simple-store-memory": "0.1.2",
96 "@atproto/did": "0.1.5",
97 "zod": "^3.23.8"
98 }
99 },
100 "node_modules/@atproto-labs/fetch": {
101 "version": "0.2.1",
102 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.2.1.tgz",
103 "integrity": "sha512-V22/7C7r+FfIDZA/BVn5UeuK5JccDp7nOiRfp5JITpVw2OXQbVfd8kywN7voWvPXw4sjd4cHoIPgQa0wvQGenQ==",
104 "license": "MIT",
105 "dependencies": {
106 "@atproto-labs/pipe": "0.1.0"
107 },
108 "optionalDependencies": {
109 "zod": "^3.23.8"
110 }
111 },
112 "node_modules/@atproto-labs/fetch-node": {
113 "version": "0.1.7",
114 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch-node/-/fetch-node-0.1.7.tgz",
115 "integrity": "sha512-vZ627PQqVGiBmPxulnviIGvvBPpTdzOcnfU1WcLeES3E0WjNxRGQqFaodBl5Zc4cj3QSPG/KC6wPcj/rjhbDrQ==",
116 "license": "MIT",
117 "dependencies": {
118 "@atproto-labs/fetch": "0.2.1",
119 "@atproto-labs/pipe": "0.1.0",
120 "ipaddr.js": "^2.1.0",
121 "psl": "^1.9.0",
122 "undici": "^6.14.1"
123 },
124 "engines": {
125 "node": ">=18.7.0"
126 }
127 },
128 "node_modules/@atproto-labs/handle-resolver": {
129 "version": "0.1.7",
130 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.1.7.tgz",
131 "integrity": "sha512-nb4uAOgRVMp2NGVTJnor4ohqySbd1KyB5VzQLaRjMaPwH60Al057eTqiKRbeH/xD7hOBPNj1m0YjgxzvyAnWkg==",
132 "license": "MIT",
133 "dependencies": {
134 "@atproto-labs/simple-store": "0.1.2",
135 "@atproto-labs/simple-store-memory": "0.1.2",
136 "@atproto/did": "0.1.5",
137 "zod": "^3.23.8"
138 }
139 },
140 "node_modules/@atproto-labs/handle-resolver-node": {
141 "version": "0.1.13",
142 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver-node/-/handle-resolver-node-0.1.13.tgz",
143 "integrity": "sha512-cdOKVWInDVW6IDzjqjfH1j2Z1npI/QdhxtEvItkT2Du5f+s5YJicqbWThCDplemkJkzAKPP3/PQiQ8JkAqhtVQ==",
144 "license": "MIT",
145 "dependencies": {
146 "@atproto-labs/fetch-node": "0.1.7",
147 "@atproto-labs/handle-resolver": "0.1.7",
148 "@atproto/did": "0.1.5"
149 },
150 "engines": {
151 "node": ">=18.7.0"
152 }
153 },
154 "node_modules/@atproto-labs/identity-resolver": {
155 "version": "0.1.13",
156 "resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.1.13.tgz",
157 "integrity": "sha512-I+l0JZnpg2HeLKSibqeZxDrGdHTNc5tAOuEBUmJntqD4RH2+sEFpsU1ZMWDX09lkL2ZVtuzvRPJKeWk1kJLkEA==",
158 "license": "MIT",
159 "dependencies": {
160 "@atproto-labs/did-resolver": "0.1.10",
161 "@atproto-labs/handle-resolver": "0.1.7",
162 "@atproto/syntax": "0.3.3"
163 }
164 },
165 "node_modules/@atproto-labs/pipe": {
166 "version": "0.1.0",
167 "resolved": "https://registry.npmjs.org/@atproto-labs/pipe/-/pipe-0.1.0.tgz",
168 "integrity": "sha512-ghOqHFyJlQVFPESzlVHjKroP0tPzbmG5Jms0dNI9yLDEfL8xp4OFPWLX4f6T8mRq69wWs4nIDM3sSsFbFqLa1w==",
169 "license": "MIT"
170 },
171 "node_modules/@atproto-labs/simple-store": {
172 "version": "0.1.2",
173 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.1.2.tgz",
174 "integrity": "sha512-9vTNvyPPBs44tKVFht16wGlilW8u4wpEtKwLkWbuNEh3h9TTQ8zjVhEoGZh/v73G4Otr9JUOSIq+/5+8OZD2mQ==",
175 "license": "MIT"
176 },
177 "node_modules/@atproto-labs/simple-store-memory": {
178 "version": "0.1.2",
179 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.2.tgz",
180 "integrity": "sha512-q6wawjKKXuhUzr2MnkSlgr6zU6VimYkL8eNvLQvkroLnIDyMkoCKO4+EJ885ZD8lGwBo4pX9Lhrg9JJ+ncJI8g==",
181 "license": "MIT",
182 "dependencies": {
183 "@atproto-labs/simple-store": "0.1.2",
184 "lru-cache": "^10.2.0"
185 }
186 },
187 "node_modules/@atproto/api": {
188 "version": "0.13.35",
189 "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.13.35.tgz",
190 "integrity": "sha512-vsEfBj0C333TLjDppvTdTE0IdKlXuljKSveAeI4PPx/l6eUKNnDTsYxvILtXUVzwUlTDmSRqy5O4Ryh78n1b7g==",
191 "license": "MIT",
192 "dependencies": {
193 "@atproto/common-web": "^0.4.0",
194 "@atproto/lexicon": "^0.4.6",
195 "@atproto/syntax": "^0.3.2",
196 "@atproto/xrpc": "^0.6.8",
197 "await-lock": "^2.2.2",
198 "multiformats": "^9.9.0",
199 "tlds": "^1.234.0",
200 "zod": "^3.23.8"
201 }
202 },
203 "node_modules/@atproto/common-web": {
204 "version": "0.4.1",
205 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.1.tgz",
206 "integrity": "sha512-Ghh+djHYMAUCktLKwr2IuGgtjcwSWGudp+K7+N7KBA9pDDloOXUEY8Agjc5SHSo9B1QIEFkegClU5n+apn2e0w==",
207 "license": "MIT",
208 "dependencies": {
209 "graphemer": "^1.4.0",
210 "multiformats": "^9.9.0",
211 "uint8arrays": "3.0.0",
212 "zod": "^3.23.8"
213 }
214 },
215 "node_modules/@atproto/did": {
216 "version": "0.1.5",
217 "resolved": "https://registry.npmjs.org/@atproto/did/-/did-0.1.5.tgz",
218 "integrity": "sha512-8+1D08QdGE5TF0bB0vV8HLVrVZJeLNITpRTUVEoABNMRaUS7CoYSVb0+JNQDeJIVmqMjOL8dOjvCUDkp3gEaGQ==",
219 "license": "MIT",
220 "dependencies": {
221 "zod": "^3.23.8"
222 }
223 },
224 "node_modules/@atproto/jwk": {
225 "version": "0.1.3",
226 "resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.1.3.tgz",
227 "integrity": "sha512-5rBgA8Fk4fg6MfNyEQvUnwq1MRn5xZOXYj4oxLuZ549XeNp2Rm2v+psuEkICD+o6pfIoMX4Hw7UTlXDrpsKKlQ==",
228 "license": "MIT",
229 "dependencies": {
230 "multiformats": "^9.9.0",
231 "zod": "^3.23.8"
232 }
233 },
234 "node_modules/@atproto/jwk-jose": {
235 "version": "0.1.4",
236 "resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.4.tgz",
237 "integrity": "sha512-JzLn1wUzuLfweznSECdTjSHTxQBEz7Q8oJ4XKjRNludqzyJW8etEH00l1WolLipFxoj1QCG9qy00JmlC59Y6Rw==",
238 "license": "MIT",
239 "dependencies": {
240 "@atproto/jwk": "0.1.3",
241 "jose": "^5.2.0"
242 }
243 },
244 "node_modules/@atproto/jwk-webcrypto": {
245 "version": "0.1.4",
246 "resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.1.4.tgz",
247 "integrity": "sha512-eTio2VQj8y4wE6Ywq4QtPyHI8gabPu/UGkjAKhBoGXdxkP3KnCkl6jzhXWgFB20UwYvZVawOjbo5WE7izPsIwQ==",
248 "license": "MIT",
249 "dependencies": {
250 "@atproto/jwk": "0.1.3",
251 "@atproto/jwk-jose": "0.1.4",
252 "zod": "^3.23.8"
253 }
254 },
255 "node_modules/@atproto/lexicon": {
256 "version": "0.4.10",
257 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.10.tgz",
258 "integrity": "sha512-uDbP20vetBgtXPuxoyRcvOGBt2gNe1dFc9yYKcb6jWmXfseHiGTnIlORJOLBXIT2Pz15Eap4fLxAu6zFAykD5A==",
259 "license": "MIT",
260 "dependencies": {
261 "@atproto/common-web": "^0.4.1",
262 "@atproto/syntax": "^0.4.0",
263 "iso-datestring-validator": "^2.2.2",
264 "multiformats": "^9.9.0",
265 "zod": "^3.23.8"
266 }
267 },
268 "node_modules/@atproto/lexicon/node_modules/@atproto/syntax": {
269 "version": "0.4.0",
270 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.0.tgz",
271 "integrity": "sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA==",
272 "license": "MIT"
273 },
274 "node_modules/@atproto/oauth-client": {
275 "version": "0.3.10",
276 "resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.3.10.tgz",
277 "integrity": "sha512-elCj9FirkUijhaY6nP2ICv1FYNTh6fW2Lr7N9j18gBHYfI9Vr77loKkF4ArgJnNZKYA+rUu8V83O71KG9UyEJg==",
278 "license": "MIT",
279 "dependencies": {
280 "@atproto-labs/did-resolver": "0.1.10",
281 "@atproto-labs/fetch": "0.2.1",
282 "@atproto-labs/handle-resolver": "0.1.7",
283 "@atproto-labs/identity-resolver": "0.1.13",
284 "@atproto-labs/simple-store": "0.1.2",
285 "@atproto-labs/simple-store-memory": "0.1.2",
286 "@atproto/did": "0.1.5",
287 "@atproto/jwk": "0.1.3",
288 "@atproto/oauth-types": "0.2.3",
289 "@atproto/xrpc": "0.6.9",
290 "multiformats": "^9.9.0",
291 "zod": "^3.23.8"
292 }
293 },
294 "node_modules/@atproto/oauth-client-browser": {
295 "version": "0.3.15",
296 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-browser/-/oauth-client-browser-0.3.15.tgz",
297 "integrity": "sha512-sYfjpBsiiWiQTJbPZU234uOKI3613Pi5X4Z0KLIbDpBdH+HtvcjmsVRrYH4d6WBJUqezxsPCuW/oj5uA87yk1Q==",
298 "license": "MIT",
299 "dependencies": {
300 "@atproto-labs/did-resolver": "0.1.12",
301 "@atproto-labs/handle-resolver": "0.1.8",
302 "@atproto-labs/simple-store": "0.2.0",
303 "@atproto/did": "0.1.5",
304 "@atproto/jwk": "0.1.5",
305 "@atproto/jwk-webcrypto": "0.1.6",
306 "@atproto/oauth-client": "0.3.15",
307 "@atproto/oauth-types": "0.2.6"
308 }
309 },
310 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto-labs/did-resolver": {
311 "version": "0.1.12",
312 "resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.1.12.tgz",
313 "integrity": "sha512-criWN7o21C5TFsauB+bGTlkqqerOU6gT2TbxdQVgZUWqNcfazUmUjT4gJAY02i+O4d3QmZa27fv9CcaRKWkSug==",
314 "license": "MIT",
315 "dependencies": {
316 "@atproto-labs/fetch": "0.2.2",
317 "@atproto-labs/pipe": "0.1.0",
318 "@atproto-labs/simple-store": "0.2.0",
319 "@atproto-labs/simple-store-memory": "0.1.3",
320 "@atproto/did": "0.1.5",
321 "zod": "^3.23.8"
322 }
323 },
324 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto-labs/fetch": {
325 "version": "0.2.2",
326 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.2.2.tgz",
327 "integrity": "sha512-QyafkedbFeVaN20DYUpnY2hcArYxjdThPXbYMqOSoZhcvkrUqaw4xDND4wZB5TBD9cq2yqe9V6mcw9P4XQKQuQ==",
328 "license": "MIT",
329 "dependencies": {
330 "@atproto-labs/pipe": "0.1.0"
331 }
332 },
333 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto-labs/handle-resolver": {
334 "version": "0.1.8",
335 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.1.8.tgz",
336 "integrity": "sha512-Y0ckccoCGDo/3g4thPkgp9QcORmc+qqEaCBCYCZYtfLIQp4775u22wd+4fyEyJP4DqoReKacninkICgRGfs3dQ==",
337 "license": "MIT",
338 "dependencies": {
339 "@atproto-labs/simple-store": "0.2.0",
340 "@atproto-labs/simple-store-memory": "0.1.3",
341 "@atproto/did": "0.1.5",
342 "zod": "^3.23.8"
343 }
344 },
345 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto-labs/identity-resolver": {
346 "version": "0.1.16",
347 "resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.1.16.tgz",
348 "integrity": "sha512-pFrtKT49cYBhCDd2U1t/CcUBiMmQzaNQxh8oSkDUlGs/K3P8rJFTAGAMm8UjokfGEKwF4hX9oo7O8Kn+GkyExw==",
349 "license": "MIT",
350 "dependencies": {
351 "@atproto-labs/did-resolver": "0.1.12",
352 "@atproto-labs/handle-resolver": "0.1.8",
353 "@atproto/syntax": "0.4.0"
354 }
355 },
356 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto-labs/simple-store": {
357 "version": "0.2.0",
358 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.2.0.tgz",
359 "integrity": "sha512-0bRbAlI8Ayh03wRwncAMEAyUKtZ+AuTS1jgPrfym1WVOAOiottI/ZmgccqLl6w5MbxVcClNQF7WYGKvGwGoIhA==",
360 "license": "MIT"
361 },
362 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto-labs/simple-store-memory": {
363 "version": "0.1.3",
364 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.3.tgz",
365 "integrity": "sha512-jkitT9+AtU+0b28DoN92iURLaCt/q/q4yX8q6V+9LSwYlUTqKoj/5NFKvF7x6EBuG+gpUdlcycbH7e60gjOhRQ==",
366 "license": "MIT",
367 "dependencies": {
368 "@atproto-labs/simple-store": "0.2.0",
369 "lru-cache": "^10.2.0"
370 }
371 },
372 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/jwk": {
373 "version": "0.1.5",
374 "resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.1.5.tgz",
375 "integrity": "sha512-OzZFLhX41TOcMeanP3aZlL5bLeaUIZT15MI4aU5cwflNq/rwpGOpz3uwDjZc8ytgUjuTQ8LabSz5jMmwoTSWFg==",
376 "license": "MIT",
377 "dependencies": {
378 "multiformats": "^9.9.0",
379 "zod": "^3.23.8"
380 }
381 },
382 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/jwk-jose": {
383 "version": "0.1.6",
384 "resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.6.tgz",
385 "integrity": "sha512-r4DGMvvmazy6CxqAcnplpUxvp6Vd8UwKxQBZRpmm1aNsVonf5qj1yeDkECTiwoe/FPbvtdamlzClB3UZc7Yb5w==",
386 "license": "MIT",
387 "dependencies": {
388 "@atproto/jwk": "0.1.5",
389 "jose": "^5.2.0"
390 }
391 },
392 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/jwk-webcrypto": {
393 "version": "0.1.6",
394 "resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.1.6.tgz",
395 "integrity": "sha512-mxWHOvlg+HGohldfiaon1fNsr7iDvKrTrkV0/ZvymWRzxsDFPCon1hu8OtKLXUVgLh+IzDJT1D79I4fBSo4pog==",
396 "license": "MIT",
397 "dependencies": {
398 "@atproto/jwk": "0.1.5",
399 "@atproto/jwk-jose": "0.1.6",
400 "zod": "^3.23.8"
401 }
402 },
403 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/oauth-client": {
404 "version": "0.3.15",
405 "resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.3.15.tgz",
406 "integrity": "sha512-kBv+sk2P5nqGjVSxF26ZswsGKbCfWmxCRpd90TRlNtxo29ZJrYxWySTZrnReXjMellMrTqJEUuTBIasGrXk5Jg==",
407 "license": "MIT",
408 "dependencies": {
409 "@atproto-labs/did-resolver": "0.1.12",
410 "@atproto-labs/fetch": "0.2.2",
411 "@atproto-labs/handle-resolver": "0.1.8",
412 "@atproto-labs/identity-resolver": "0.1.16",
413 "@atproto-labs/simple-store": "0.2.0",
414 "@atproto-labs/simple-store-memory": "0.1.3",
415 "@atproto/did": "0.1.5",
416 "@atproto/jwk": "0.1.5",
417 "@atproto/oauth-types": "0.2.6",
418 "@atproto/xrpc": "0.6.12",
419 "multiformats": "^9.9.0",
420 "zod": "^3.23.8"
421 }
422 },
423 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/oauth-types": {
424 "version": "0.2.6",
425 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.2.6.tgz",
426 "integrity": "sha512-6rUmV7T1YKCgVYLLjm+FGv+dYC8S0+0AHji/azVGDEhTsiadSrlC0H9Pgxix1y89zI1FIf0piBqecBcPewdrJg==",
427 "license": "MIT",
428 "dependencies": {
429 "@atproto/jwk": "0.1.5",
430 "zod": "^3.23.8"
431 }
432 },
433 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/syntax": {
434 "version": "0.4.0",
435 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.0.tgz",
436 "integrity": "sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA==",
437 "license": "MIT"
438 },
439 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/xrpc": {
440 "version": "0.6.12",
441 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.12.tgz",
442 "integrity": "sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w==",
443 "license": "MIT",
444 "dependencies": {
445 "@atproto/lexicon": "^0.4.10",
446 "zod": "^3.23.8"
447 }
448 },
449 "node_modules/@atproto/oauth-client-node": {
450 "version": "0.2.11",
451 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-node/-/oauth-client-node-0.2.11.tgz",
452 "integrity": "sha512-nWc4hatkuBISkkj+5LtJd56imwR/xawSAR5PxeeqRn7fLdmsEjY0/gwAS1EkTlBdHHxDW3yx8Cmy+i6Q1o4ZVw==",
453 "license": "MIT",
454 "dependencies": {
455 "@atproto-labs/did-resolver": "0.1.10",
456 "@atproto-labs/handle-resolver-node": "0.1.13",
457 "@atproto-labs/simple-store": "0.1.2",
458 "@atproto/did": "0.1.5",
459 "@atproto/jwk": "0.1.3",
460 "@atproto/jwk-jose": "0.1.4",
461 "@atproto/jwk-webcrypto": "0.1.4",
462 "@atproto/oauth-client": "0.3.10",
463 "@atproto/oauth-types": "0.2.3"
464 },
465 "engines": {
466 "node": ">=18.7.0"
467 }
468 },
469 "node_modules/@atproto/oauth-types": {
470 "version": "0.2.3",
471 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.2.3.tgz",
472 "integrity": "sha512-M+0WW/alS2BfhKtwvdU3rSaLoycw6kTH1kGKeyDdmb/xN/8QjU7T6dkJe+wX4NC7F23xdKfti9DZhBpEtn+/kg==",
473 "license": "MIT",
474 "dependencies": {
475 "@atproto/jwk": "0.1.3",
476 "zod": "^3.23.8"
477 }
478 },
479 "node_modules/@atproto/syntax": {
480 "version": "0.3.3",
481 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.3.3.tgz",
482 "integrity": "sha512-F1LZweesNYdBbZBXVa72N/cSvchG8Q1tG4/209ZXbIuM3FwQtkgn+zgmmV4P4ORmhOeXPBNXvMBpcqiwx/gEQQ==",
483 "license": "MIT"
484 },
485 "node_modules/@atproto/xrpc": {
486 "version": "0.6.9",
487 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.9.tgz",
488 "integrity": "sha512-vQGA7++DYMNaHx3C7vEjT+2X6hYYLG7JNbBnDLWu0km1/1KYXgRkAz4h+FfYqg1mvzvIorHU7DAs5wevkJDDlw==",
489 "license": "MIT",
490 "dependencies": {
491 "@atproto/lexicon": "^0.4.7",
492 "zod": "^3.23.8"
493 }
494 },
495 "node_modules/@babel/code-frame": {
496 "version": "7.26.2",
497 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
498 "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
499 "license": "MIT",
500 "dependencies": {
501 "@babel/helper-validator-identifier": "^7.25.9",
502 "js-tokens": "^4.0.0",
503 "picocolors": "^1.0.0"
504 },
505 "engines": {
506 "node": ">=6.9.0"
507 }
508 },
509 "node_modules/@babel/compat-data": {
510 "version": "7.26.8",
511 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz",
512 "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==",
513 "license": "MIT",
514 "engines": {
515 "node": ">=6.9.0"
516 }
517 },
518 "node_modules/@babel/core": {
519 "version": "7.26.9",
520 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz",
521 "integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==",
522 "license": "MIT",
523 "dependencies": {
524 "@ampproject/remapping": "^2.2.0",
525 "@babel/code-frame": "^7.26.2",
526 "@babel/generator": "^7.26.9",
527 "@babel/helper-compilation-targets": "^7.26.5",
528 "@babel/helper-module-transforms": "^7.26.0",
529 "@babel/helpers": "^7.26.9",
530 "@babel/parser": "^7.26.9",
531 "@babel/template": "^7.26.9",
532 "@babel/traverse": "^7.26.9",
533 "@babel/types": "^7.26.9",
534 "convert-source-map": "^2.0.0",
535 "debug": "^4.1.0",
536 "gensync": "^1.0.0-beta.2",
537 "json5": "^2.2.3",
538 "semver": "^6.3.1"
539 },
540 "engines": {
541 "node": ">=6.9.0"
542 },
543 "funding": {
544 "type": "opencollective",
545 "url": "https://opencollective.com/babel"
546 }
547 },
548 "node_modules/@babel/core/node_modules/debug": {
549 "version": "4.4.0",
550 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
551 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
552 "license": "MIT",
553 "dependencies": {
554 "ms": "^2.1.3"
555 },
556 "engines": {
557 "node": ">=6.0"
558 },
559 "peerDependenciesMeta": {
560 "supports-color": {
561 "optional": true
562 }
563 }
564 },
565 "node_modules/@babel/core/node_modules/ms": {
566 "version": "2.1.3",
567 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
568 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
569 "license": "MIT"
570 },
571 "node_modules/@babel/core/node_modules/semver": {
572 "version": "6.3.1",
573 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
574 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
575 "license": "ISC",
576 "bin": {
577 "semver": "bin/semver.js"
578 }
579 },
580 "node_modules/@babel/eslint-parser": {
581 "version": "7.26.8",
582 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz",
583 "integrity": "sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg==",
584 "license": "MIT",
585 "dependencies": {
586 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
587 "eslint-visitor-keys": "^2.1.0",
588 "semver": "^6.3.1"
589 },
590 "engines": {
591 "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
592 },
593 "peerDependencies": {
594 "@babel/core": "^7.11.0",
595 "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
596 }
597 },
598 "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
599 "version": "2.1.0",
600 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
601 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
602 "license": "Apache-2.0",
603 "engines": {
604 "node": ">=10"
605 }
606 },
607 "node_modules/@babel/eslint-parser/node_modules/semver": {
608 "version": "6.3.1",
609 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
610 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
611 "license": "ISC",
612 "bin": {
613 "semver": "bin/semver.js"
614 }
615 },
616 "node_modules/@babel/generator": {
617 "version": "7.26.9",
618 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.9.tgz",
619 "integrity": "sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==",
620 "license": "MIT",
621 "dependencies": {
622 "@babel/parser": "^7.26.9",
623 "@babel/types": "^7.26.9",
624 "@jridgewell/gen-mapping": "^0.3.5",
625 "@jridgewell/trace-mapping": "^0.3.25",
626 "jsesc": "^3.0.2"
627 },
628 "engines": {
629 "node": ">=6.9.0"
630 }
631 },
632 "node_modules/@babel/helper-annotate-as-pure": {
633 "version": "7.25.9",
634 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
635 "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
636 "license": "MIT",
637 "dependencies": {
638 "@babel/types": "^7.25.9"
639 },
640 "engines": {
641 "node": ">=6.9.0"
642 }
643 },
644 "node_modules/@babel/helper-compilation-targets": {
645 "version": "7.26.5",
646 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz",
647 "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==",
648 "license": "MIT",
649 "dependencies": {
650 "@babel/compat-data": "^7.26.5",
651 "@babel/helper-validator-option": "^7.25.9",
652 "browserslist": "^4.24.0",
653 "lru-cache": "^5.1.1",
654 "semver": "^6.3.1"
655 },
656 "engines": {
657 "node": ">=6.9.0"
658 }
659 },
660 "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
661 "version": "5.1.1",
662 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
663 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
664 "license": "ISC",
665 "dependencies": {
666 "yallist": "^3.0.2"
667 }
668 },
669 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
670 "version": "6.3.1",
671 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
672 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
673 "license": "ISC",
674 "bin": {
675 "semver": "bin/semver.js"
676 }
677 },
678 "node_modules/@babel/helper-create-class-features-plugin": {
679 "version": "7.26.9",
680 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz",
681 "integrity": "sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==",
682 "license": "MIT",
683 "dependencies": {
684 "@babel/helper-annotate-as-pure": "^7.25.9",
685 "@babel/helper-member-expression-to-functions": "^7.25.9",
686 "@babel/helper-optimise-call-expression": "^7.25.9",
687 "@babel/helper-replace-supers": "^7.26.5",
688 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
689 "@babel/traverse": "^7.26.9",
690 "semver": "^6.3.1"
691 },
692 "engines": {
693 "node": ">=6.9.0"
694 },
695 "peerDependencies": {
696 "@babel/core": "^7.0.0"
697 }
698 },
699 "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
700 "version": "6.3.1",
701 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
702 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
703 "license": "ISC",
704 "bin": {
705 "semver": "bin/semver.js"
706 }
707 },
708 "node_modules/@babel/helper-create-regexp-features-plugin": {
709 "version": "7.26.3",
710 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz",
711 "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==",
712 "license": "MIT",
713 "dependencies": {
714 "@babel/helper-annotate-as-pure": "^7.25.9",
715 "regexpu-core": "^6.2.0",
716 "semver": "^6.3.1"
717 },
718 "engines": {
719 "node": ">=6.9.0"
720 },
721 "peerDependencies": {
722 "@babel/core": "^7.0.0"
723 }
724 },
725 "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
726 "version": "6.3.1",
727 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
728 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
729 "license": "ISC",
730 "bin": {
731 "semver": "bin/semver.js"
732 }
733 },
734 "node_modules/@babel/helper-define-polyfill-provider": {
735 "version": "0.6.3",
736 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz",
737 "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==",
738 "license": "MIT",
739 "dependencies": {
740 "@babel/helper-compilation-targets": "^7.22.6",
741 "@babel/helper-plugin-utils": "^7.22.5",
742 "debug": "^4.1.1",
743 "lodash.debounce": "^4.0.8",
744 "resolve": "^1.14.2"
745 },
746 "peerDependencies": {
747 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
748 }
749 },
750 "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": {
751 "version": "4.4.0",
752 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
753 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
754 "license": "MIT",
755 "dependencies": {
756 "ms": "^2.1.3"
757 },
758 "engines": {
759 "node": ">=6.0"
760 },
761 "peerDependenciesMeta": {
762 "supports-color": {
763 "optional": true
764 }
765 }
766 },
767 "node_modules/@babel/helper-define-polyfill-provider/node_modules/ms": {
768 "version": "2.1.3",
769 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
770 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
771 "license": "MIT"
772 },
773 "node_modules/@babel/helper-member-expression-to-functions": {
774 "version": "7.25.9",
775 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
776 "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
777 "license": "MIT",
778 "dependencies": {
779 "@babel/traverse": "^7.25.9",
780 "@babel/types": "^7.25.9"
781 },
782 "engines": {
783 "node": ">=6.9.0"
784 }
785 },
786 "node_modules/@babel/helper-module-imports": {
787 "version": "7.25.9",
788 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
789 "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
790 "license": "MIT",
791 "dependencies": {
792 "@babel/traverse": "^7.25.9",
793 "@babel/types": "^7.25.9"
794 },
795 "engines": {
796 "node": ">=6.9.0"
797 }
798 },
799 "node_modules/@babel/helper-module-transforms": {
800 "version": "7.26.0",
801 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
802 "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
803 "license": "MIT",
804 "dependencies": {
805 "@babel/helper-module-imports": "^7.25.9",
806 "@babel/helper-validator-identifier": "^7.25.9",
807 "@babel/traverse": "^7.25.9"
808 },
809 "engines": {
810 "node": ">=6.9.0"
811 },
812 "peerDependencies": {
813 "@babel/core": "^7.0.0"
814 }
815 },
816 "node_modules/@babel/helper-optimise-call-expression": {
817 "version": "7.25.9",
818 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
819 "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
820 "license": "MIT",
821 "dependencies": {
822 "@babel/types": "^7.25.9"
823 },
824 "engines": {
825 "node": ">=6.9.0"
826 }
827 },
828 "node_modules/@babel/helper-plugin-utils": {
829 "version": "7.26.5",
830 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
831 "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
832 "license": "MIT",
833 "engines": {
834 "node": ">=6.9.0"
835 }
836 },
837 "node_modules/@babel/helper-remap-async-to-generator": {
838 "version": "7.25.9",
839 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
840 "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
841 "license": "MIT",
842 "dependencies": {
843 "@babel/helper-annotate-as-pure": "^7.25.9",
844 "@babel/helper-wrap-function": "^7.25.9",
845 "@babel/traverse": "^7.25.9"
846 },
847 "engines": {
848 "node": ">=6.9.0"
849 },
850 "peerDependencies": {
851 "@babel/core": "^7.0.0"
852 }
853 },
854 "node_modules/@babel/helper-replace-supers": {
855 "version": "7.26.5",
856 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
857 "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
858 "license": "MIT",
859 "dependencies": {
860 "@babel/helper-member-expression-to-functions": "^7.25.9",
861 "@babel/helper-optimise-call-expression": "^7.25.9",
862 "@babel/traverse": "^7.26.5"
863 },
864 "engines": {
865 "node": ">=6.9.0"
866 },
867 "peerDependencies": {
868 "@babel/core": "^7.0.0"
869 }
870 },
871 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
872 "version": "7.25.9",
873 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
874 "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
875 "license": "MIT",
876 "dependencies": {
877 "@babel/traverse": "^7.25.9",
878 "@babel/types": "^7.25.9"
879 },
880 "engines": {
881 "node": ">=6.9.0"
882 }
883 },
884 "node_modules/@babel/helper-string-parser": {
885 "version": "7.25.9",
886 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
887 "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
888 "license": "MIT",
889 "engines": {
890 "node": ">=6.9.0"
891 }
892 },
893 "node_modules/@babel/helper-validator-identifier": {
894 "version": "7.25.9",
895 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
896 "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
897 "license": "MIT",
898 "engines": {
899 "node": ">=6.9.0"
900 }
901 },
902 "node_modules/@babel/helper-validator-option": {
903 "version": "7.25.9",
904 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
905 "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
906 "license": "MIT",
907 "engines": {
908 "node": ">=6.9.0"
909 }
910 },
911 "node_modules/@babel/helper-wrap-function": {
912 "version": "7.25.9",
913 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
914 "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
915 "license": "MIT",
916 "dependencies": {
917 "@babel/template": "^7.25.9",
918 "@babel/traverse": "^7.25.9",
919 "@babel/types": "^7.25.9"
920 },
921 "engines": {
922 "node": ">=6.9.0"
923 }
924 },
925 "node_modules/@babel/helpers": {
926 "version": "7.26.9",
927 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.9.tgz",
928 "integrity": "sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==",
929 "license": "MIT",
930 "dependencies": {
931 "@babel/template": "^7.26.9",
932 "@babel/types": "^7.26.9"
933 },
934 "engines": {
935 "node": ">=6.9.0"
936 }
937 },
938 "node_modules/@babel/parser": {
939 "version": "7.26.9",
940 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.9.tgz",
941 "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==",
942 "license": "MIT",
943 "dependencies": {
944 "@babel/types": "^7.26.9"
945 },
946 "bin": {
947 "parser": "bin/babel-parser.js"
948 },
949 "engines": {
950 "node": ">=6.0.0"
951 }
952 },
953 "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
954 "version": "7.25.9",
955 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
956 "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
957 "license": "MIT",
958 "dependencies": {
959 "@babel/helper-plugin-utils": "^7.25.9",
960 "@babel/traverse": "^7.25.9"
961 },
962 "engines": {
963 "node": ">=6.9.0"
964 },
965 "peerDependencies": {
966 "@babel/core": "^7.0.0"
967 }
968 },
969 "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
970 "version": "7.25.9",
971 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
972 "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
973 "license": "MIT",
974 "dependencies": {
975 "@babel/helper-plugin-utils": "^7.25.9"
976 },
977 "engines": {
978 "node": ">=6.9.0"
979 },
980 "peerDependencies": {
981 "@babel/core": "^7.0.0"
982 }
983 },
984 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
985 "version": "7.25.9",
986 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz",
987 "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",
988 "license": "MIT",
989 "dependencies": {
990 "@babel/helper-plugin-utils": "^7.25.9"
991 },
992 "engines": {
993 "node": ">=6.9.0"
994 },
995 "peerDependencies": {
996 "@babel/core": "^7.0.0"
997 }
998 },
999 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
1000 "version": "7.25.9",
1001 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",
1002 "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
1003 "license": "MIT",
1004 "dependencies": {
1005 "@babel/helper-plugin-utils": "^7.25.9",
1006 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
1007 "@babel/plugin-transform-optional-chaining": "^7.25.9"
1008 },
1009 "engines": {
1010 "node": ">=6.9.0"
1011 },
1012 "peerDependencies": {
1013 "@babel/core": "^7.13.0"
1014 }
1015 },
1016 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
1017 "version": "7.25.9",
1018 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz",
1019 "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",
1020 "license": "MIT",
1021 "dependencies": {
1022 "@babel/helper-plugin-utils": "^7.25.9",
1023 "@babel/traverse": "^7.25.9"
1024 },
1025 "engines": {
1026 "node": ">=6.9.0"
1027 },
1028 "peerDependencies": {
1029 "@babel/core": "^7.0.0"
1030 }
1031 },
1032 "node_modules/@babel/plugin-proposal-class-properties": {
1033 "version": "7.18.6",
1034 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
1035 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
1036 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",
1037 "license": "MIT",
1038 "dependencies": {
1039 "@babel/helper-create-class-features-plugin": "^7.18.6",
1040 "@babel/helper-plugin-utils": "^7.18.6"
1041 },
1042 "engines": {
1043 "node": ">=6.9.0"
1044 },
1045 "peerDependencies": {
1046 "@babel/core": "^7.0.0-0"
1047 }
1048 },
1049 "node_modules/@babel/plugin-proposal-decorators": {
1050 "version": "7.25.9",
1051 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
1052 "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
1053 "license": "MIT",
1054 "dependencies": {
1055 "@babel/helper-create-class-features-plugin": "^7.25.9",
1056 "@babel/helper-plugin-utils": "^7.25.9",
1057 "@babel/plugin-syntax-decorators": "^7.25.9"
1058 },
1059 "engines": {
1060 "node": ">=6.9.0"
1061 },
1062 "peerDependencies": {
1063 "@babel/core": "^7.0.0-0"
1064 }
1065 },
1066 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
1067 "version": "7.18.6",
1068 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
1069 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
1070 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",
1071 "license": "MIT",
1072 "dependencies": {
1073 "@babel/helper-plugin-utils": "^7.18.6",
1074 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
1075 },
1076 "engines": {
1077 "node": ">=6.9.0"
1078 },
1079 "peerDependencies": {
1080 "@babel/core": "^7.0.0-0"
1081 }
1082 },
1083 "node_modules/@babel/plugin-proposal-numeric-separator": {
1084 "version": "7.18.6",
1085 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
1086 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
1087 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.",
1088 "license": "MIT",
1089 "dependencies": {
1090 "@babel/helper-plugin-utils": "^7.18.6",
1091 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1092 },
1093 "engines": {
1094 "node": ">=6.9.0"
1095 },
1096 "peerDependencies": {
1097 "@babel/core": "^7.0.0-0"
1098 }
1099 },
1100 "node_modules/@babel/plugin-proposal-optional-chaining": {
1101 "version": "7.21.0",
1102 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
1103 "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
1104 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.",
1105 "license": "MIT",
1106 "dependencies": {
1107 "@babel/helper-plugin-utils": "^7.20.2",
1108 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
1109 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1110 },
1111 "engines": {
1112 "node": ">=6.9.0"
1113 },
1114 "peerDependencies": {
1115 "@babel/core": "^7.0.0-0"
1116 }
1117 },
1118 "node_modules/@babel/plugin-proposal-private-methods": {
1119 "version": "7.18.6",
1120 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
1121 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
1122 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.",
1123 "license": "MIT",
1124 "dependencies": {
1125 "@babel/helper-create-class-features-plugin": "^7.18.6",
1126 "@babel/helper-plugin-utils": "^7.18.6"
1127 },
1128 "engines": {
1129 "node": ">=6.9.0"
1130 },
1131 "peerDependencies": {
1132 "@babel/core": "^7.0.0-0"
1133 }
1134 },
1135 "node_modules/@babel/plugin-proposal-private-property-in-object": {
1136 "version": "7.21.0-placeholder-for-preset-env.2",
1137 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
1138 "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
1139 "license": "MIT",
1140 "engines": {
1141 "node": ">=6.9.0"
1142 },
1143 "peerDependencies": {
1144 "@babel/core": "^7.0.0-0"
1145 }
1146 },
1147 "node_modules/@babel/plugin-syntax-async-generators": {
1148 "version": "7.8.4",
1149 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
1150 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
1151 "license": "MIT",
1152 "dependencies": {
1153 "@babel/helper-plugin-utils": "^7.8.0"
1154 },
1155 "peerDependencies": {
1156 "@babel/core": "^7.0.0-0"
1157 }
1158 },
1159 "node_modules/@babel/plugin-syntax-bigint": {
1160 "version": "7.8.3",
1161 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
1162 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
1163 "license": "MIT",
1164 "dependencies": {
1165 "@babel/helper-plugin-utils": "^7.8.0"
1166 },
1167 "peerDependencies": {
1168 "@babel/core": "^7.0.0-0"
1169 }
1170 },
1171 "node_modules/@babel/plugin-syntax-class-properties": {
1172 "version": "7.12.13",
1173 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
1174 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
1175 "license": "MIT",
1176 "dependencies": {
1177 "@babel/helper-plugin-utils": "^7.12.13"
1178 },
1179 "peerDependencies": {
1180 "@babel/core": "^7.0.0-0"
1181 }
1182 },
1183 "node_modules/@babel/plugin-syntax-class-static-block": {
1184 "version": "7.14.5",
1185 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
1186 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
1187 "license": "MIT",
1188 "dependencies": {
1189 "@babel/helper-plugin-utils": "^7.14.5"
1190 },
1191 "engines": {
1192 "node": ">=6.9.0"
1193 },
1194 "peerDependencies": {
1195 "@babel/core": "^7.0.0-0"
1196 }
1197 },
1198 "node_modules/@babel/plugin-syntax-decorators": {
1199 "version": "7.25.9",
1200 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
1201 "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
1202 "license": "MIT",
1203 "dependencies": {
1204 "@babel/helper-plugin-utils": "^7.25.9"
1205 },
1206 "engines": {
1207 "node": ">=6.9.0"
1208 },
1209 "peerDependencies": {
1210 "@babel/core": "^7.0.0-0"
1211 }
1212 },
1213 "node_modules/@babel/plugin-syntax-flow": {
1214 "version": "7.26.0",
1215 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz",
1216 "integrity": "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==",
1217 "license": "MIT",
1218 "dependencies": {
1219 "@babel/helper-plugin-utils": "^7.25.9"
1220 },
1221 "engines": {
1222 "node": ">=6.9.0"
1223 },
1224 "peerDependencies": {
1225 "@babel/core": "^7.0.0-0"
1226 }
1227 },
1228 "node_modules/@babel/plugin-syntax-import-assertions": {
1229 "version": "7.26.0",
1230 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",
1231 "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",
1232 "license": "MIT",
1233 "dependencies": {
1234 "@babel/helper-plugin-utils": "^7.25.9"
1235 },
1236 "engines": {
1237 "node": ">=6.9.0"
1238 },
1239 "peerDependencies": {
1240 "@babel/core": "^7.0.0-0"
1241 }
1242 },
1243 "node_modules/@babel/plugin-syntax-import-attributes": {
1244 "version": "7.26.0",
1245 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
1246 "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
1247 "license": "MIT",
1248 "dependencies": {
1249 "@babel/helper-plugin-utils": "^7.25.9"
1250 },
1251 "engines": {
1252 "node": ">=6.9.0"
1253 },
1254 "peerDependencies": {
1255 "@babel/core": "^7.0.0-0"
1256 }
1257 },
1258 "node_modules/@babel/plugin-syntax-import-meta": {
1259 "version": "7.10.4",
1260 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
1261 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
1262 "license": "MIT",
1263 "dependencies": {
1264 "@babel/helper-plugin-utils": "^7.10.4"
1265 },
1266 "peerDependencies": {
1267 "@babel/core": "^7.0.0-0"
1268 }
1269 },
1270 "node_modules/@babel/plugin-syntax-json-strings": {
1271 "version": "7.8.3",
1272 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
1273 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
1274 "license": "MIT",
1275 "dependencies": {
1276 "@babel/helper-plugin-utils": "^7.8.0"
1277 },
1278 "peerDependencies": {
1279 "@babel/core": "^7.0.0-0"
1280 }
1281 },
1282 "node_modules/@babel/plugin-syntax-jsx": {
1283 "version": "7.25.9",
1284 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
1285 "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
1286 "license": "MIT",
1287 "dependencies": {
1288 "@babel/helper-plugin-utils": "^7.25.9"
1289 },
1290 "engines": {
1291 "node": ">=6.9.0"
1292 },
1293 "peerDependencies": {
1294 "@babel/core": "^7.0.0-0"
1295 }
1296 },
1297 "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
1298 "version": "7.10.4",
1299 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
1300 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
1301 "license": "MIT",
1302 "dependencies": {
1303 "@babel/helper-plugin-utils": "^7.10.4"
1304 },
1305 "peerDependencies": {
1306 "@babel/core": "^7.0.0-0"
1307 }
1308 },
1309 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
1310 "version": "7.8.3",
1311 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
1312 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
1313 "license": "MIT",
1314 "dependencies": {
1315 "@babel/helper-plugin-utils": "^7.8.0"
1316 },
1317 "peerDependencies": {
1318 "@babel/core": "^7.0.0-0"
1319 }
1320 },
1321 "node_modules/@babel/plugin-syntax-numeric-separator": {
1322 "version": "7.10.4",
1323 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
1324 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
1325 "license": "MIT",
1326 "dependencies": {
1327 "@babel/helper-plugin-utils": "^7.10.4"
1328 },
1329 "peerDependencies": {
1330 "@babel/core": "^7.0.0-0"
1331 }
1332 },
1333 "node_modules/@babel/plugin-syntax-object-rest-spread": {
1334 "version": "7.8.3",
1335 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
1336 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
1337 "license": "MIT",
1338 "dependencies": {
1339 "@babel/helper-plugin-utils": "^7.8.0"
1340 },
1341 "peerDependencies": {
1342 "@babel/core": "^7.0.0-0"
1343 }
1344 },
1345 "node_modules/@babel/plugin-syntax-optional-catch-binding": {
1346 "version": "7.8.3",
1347 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
1348 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
1349 "license": "MIT",
1350 "dependencies": {
1351 "@babel/helper-plugin-utils": "^7.8.0"
1352 },
1353 "peerDependencies": {
1354 "@babel/core": "^7.0.0-0"
1355 }
1356 },
1357 "node_modules/@babel/plugin-syntax-optional-chaining": {
1358 "version": "7.8.3",
1359 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
1360 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
1361 "license": "MIT",
1362 "dependencies": {
1363 "@babel/helper-plugin-utils": "^7.8.0"
1364 },
1365 "peerDependencies": {
1366 "@babel/core": "^7.0.0-0"
1367 }
1368 },
1369 "node_modules/@babel/plugin-syntax-private-property-in-object": {
1370 "version": "7.14.5",
1371 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
1372 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
1373 "license": "MIT",
1374 "dependencies": {
1375 "@babel/helper-plugin-utils": "^7.14.5"
1376 },
1377 "engines": {
1378 "node": ">=6.9.0"
1379 },
1380 "peerDependencies": {
1381 "@babel/core": "^7.0.0-0"
1382 }
1383 },
1384 "node_modules/@babel/plugin-syntax-top-level-await": {
1385 "version": "7.14.5",
1386 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
1387 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
1388 "license": "MIT",
1389 "dependencies": {
1390 "@babel/helper-plugin-utils": "^7.14.5"
1391 },
1392 "engines": {
1393 "node": ">=6.9.0"
1394 },
1395 "peerDependencies": {
1396 "@babel/core": "^7.0.0-0"
1397 }
1398 },
1399 "node_modules/@babel/plugin-syntax-typescript": {
1400 "version": "7.25.9",
1401 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
1402 "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
1403 "license": "MIT",
1404 "dependencies": {
1405 "@babel/helper-plugin-utils": "^7.25.9"
1406 },
1407 "engines": {
1408 "node": ">=6.9.0"
1409 },
1410 "peerDependencies": {
1411 "@babel/core": "^7.0.0-0"
1412 }
1413 },
1414 "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
1415 "version": "7.18.6",
1416 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
1417 "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
1418 "license": "MIT",
1419 "dependencies": {
1420 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
1421 "@babel/helper-plugin-utils": "^7.18.6"
1422 },
1423 "engines": {
1424 "node": ">=6.9.0"
1425 },
1426 "peerDependencies": {
1427 "@babel/core": "^7.0.0"
1428 }
1429 },
1430 "node_modules/@babel/plugin-transform-arrow-functions": {
1431 "version": "7.25.9",
1432 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",
1433 "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",
1434 "license": "MIT",
1435 "dependencies": {
1436 "@babel/helper-plugin-utils": "^7.25.9"
1437 },
1438 "engines": {
1439 "node": ">=6.9.0"
1440 },
1441 "peerDependencies": {
1442 "@babel/core": "^7.0.0-0"
1443 }
1444 },
1445 "node_modules/@babel/plugin-transform-async-generator-functions": {
1446 "version": "7.26.8",
1447 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz",
1448 "integrity": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==",
1449 "license": "MIT",
1450 "dependencies": {
1451 "@babel/helper-plugin-utils": "^7.26.5",
1452 "@babel/helper-remap-async-to-generator": "^7.25.9",
1453 "@babel/traverse": "^7.26.8"
1454 },
1455 "engines": {
1456 "node": ">=6.9.0"
1457 },
1458 "peerDependencies": {
1459 "@babel/core": "^7.0.0-0"
1460 }
1461 },
1462 "node_modules/@babel/plugin-transform-async-to-generator": {
1463 "version": "7.25.9",
1464 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
1465 "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
1466 "license": "MIT",
1467 "dependencies": {
1468 "@babel/helper-module-imports": "^7.25.9",
1469 "@babel/helper-plugin-utils": "^7.25.9",
1470 "@babel/helper-remap-async-to-generator": "^7.25.9"
1471 },
1472 "engines": {
1473 "node": ">=6.9.0"
1474 },
1475 "peerDependencies": {
1476 "@babel/core": "^7.0.0-0"
1477 }
1478 },
1479 "node_modules/@babel/plugin-transform-block-scoped-functions": {
1480 "version": "7.26.5",
1481 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz",
1482 "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==",
1483 "license": "MIT",
1484 "dependencies": {
1485 "@babel/helper-plugin-utils": "^7.26.5"
1486 },
1487 "engines": {
1488 "node": ">=6.9.0"
1489 },
1490 "peerDependencies": {
1491 "@babel/core": "^7.0.0-0"
1492 }
1493 },
1494 "node_modules/@babel/plugin-transform-block-scoping": {
1495 "version": "7.25.9",
1496 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",
1497 "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",
1498 "license": "MIT",
1499 "dependencies": {
1500 "@babel/helper-plugin-utils": "^7.25.9"
1501 },
1502 "engines": {
1503 "node": ">=6.9.0"
1504 },
1505 "peerDependencies": {
1506 "@babel/core": "^7.0.0-0"
1507 }
1508 },
1509 "node_modules/@babel/plugin-transform-class-properties": {
1510 "version": "7.25.9",
1511 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
1512 "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
1513 "license": "MIT",
1514 "dependencies": {
1515 "@babel/helper-create-class-features-plugin": "^7.25.9",
1516 "@babel/helper-plugin-utils": "^7.25.9"
1517 },
1518 "engines": {
1519 "node": ">=6.9.0"
1520 },
1521 "peerDependencies": {
1522 "@babel/core": "^7.0.0-0"
1523 }
1524 },
1525 "node_modules/@babel/plugin-transform-class-static-block": {
1526 "version": "7.26.0",
1527 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",
1528 "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",
1529 "license": "MIT",
1530 "dependencies": {
1531 "@babel/helper-create-class-features-plugin": "^7.25.9",
1532 "@babel/helper-plugin-utils": "^7.25.9"
1533 },
1534 "engines": {
1535 "node": ">=6.9.0"
1536 },
1537 "peerDependencies": {
1538 "@babel/core": "^7.12.0"
1539 }
1540 },
1541 "node_modules/@babel/plugin-transform-classes": {
1542 "version": "7.25.9",
1543 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",
1544 "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",
1545 "license": "MIT",
1546 "dependencies": {
1547 "@babel/helper-annotate-as-pure": "^7.25.9",
1548 "@babel/helper-compilation-targets": "^7.25.9",
1549 "@babel/helper-plugin-utils": "^7.25.9",
1550 "@babel/helper-replace-supers": "^7.25.9",
1551 "@babel/traverse": "^7.25.9",
1552 "globals": "^11.1.0"
1553 },
1554 "engines": {
1555 "node": ">=6.9.0"
1556 },
1557 "peerDependencies": {
1558 "@babel/core": "^7.0.0-0"
1559 }
1560 },
1561 "node_modules/@babel/plugin-transform-computed-properties": {
1562 "version": "7.25.9",
1563 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
1564 "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",
1565 "license": "MIT",
1566 "dependencies": {
1567 "@babel/helper-plugin-utils": "^7.25.9",
1568 "@babel/template": "^7.25.9"
1569 },
1570 "engines": {
1571 "node": ">=6.9.0"
1572 },
1573 "peerDependencies": {
1574 "@babel/core": "^7.0.0-0"
1575 }
1576 },
1577 "node_modules/@babel/plugin-transform-destructuring": {
1578 "version": "7.25.9",
1579 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",
1580 "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",
1581 "license": "MIT",
1582 "dependencies": {
1583 "@babel/helper-plugin-utils": "^7.25.9"
1584 },
1585 "engines": {
1586 "node": ">=6.9.0"
1587 },
1588 "peerDependencies": {
1589 "@babel/core": "^7.0.0-0"
1590 }
1591 },
1592 "node_modules/@babel/plugin-transform-dotall-regex": {
1593 "version": "7.25.9",
1594 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",
1595 "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",
1596 "license": "MIT",
1597 "dependencies": {
1598 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1599 "@babel/helper-plugin-utils": "^7.25.9"
1600 },
1601 "engines": {
1602 "node": ">=6.9.0"
1603 },
1604 "peerDependencies": {
1605 "@babel/core": "^7.0.0-0"
1606 }
1607 },
1608 "node_modules/@babel/plugin-transform-duplicate-keys": {
1609 "version": "7.25.9",
1610 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",
1611 "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",
1612 "license": "MIT",
1613 "dependencies": {
1614 "@babel/helper-plugin-utils": "^7.25.9"
1615 },
1616 "engines": {
1617 "node": ">=6.9.0"
1618 },
1619 "peerDependencies": {
1620 "@babel/core": "^7.0.0-0"
1621 }
1622 },
1623 "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
1624 "version": "7.25.9",
1625 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
1626 "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
1627 "license": "MIT",
1628 "dependencies": {
1629 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1630 "@babel/helper-plugin-utils": "^7.25.9"
1631 },
1632 "engines": {
1633 "node": ">=6.9.0"
1634 },
1635 "peerDependencies": {
1636 "@babel/core": "^7.0.0"
1637 }
1638 },
1639 "node_modules/@babel/plugin-transform-dynamic-import": {
1640 "version": "7.25.9",
1641 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",
1642 "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",
1643 "license": "MIT",
1644 "dependencies": {
1645 "@babel/helper-plugin-utils": "^7.25.9"
1646 },
1647 "engines": {
1648 "node": ">=6.9.0"
1649 },
1650 "peerDependencies": {
1651 "@babel/core": "^7.0.0-0"
1652 }
1653 },
1654 "node_modules/@babel/plugin-transform-exponentiation-operator": {
1655 "version": "7.26.3",
1656 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz",
1657 "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==",
1658 "license": "MIT",
1659 "dependencies": {
1660 "@babel/helper-plugin-utils": "^7.25.9"
1661 },
1662 "engines": {
1663 "node": ">=6.9.0"
1664 },
1665 "peerDependencies": {
1666 "@babel/core": "^7.0.0-0"
1667 }
1668 },
1669 "node_modules/@babel/plugin-transform-export-namespace-from": {
1670 "version": "7.25.9",
1671 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",
1672 "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",
1673 "license": "MIT",
1674 "dependencies": {
1675 "@babel/helper-plugin-utils": "^7.25.9"
1676 },
1677 "engines": {
1678 "node": ">=6.9.0"
1679 },
1680 "peerDependencies": {
1681 "@babel/core": "^7.0.0-0"
1682 }
1683 },
1684 "node_modules/@babel/plugin-transform-flow-strip-types": {
1685 "version": "7.26.5",
1686 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.26.5.tgz",
1687 "integrity": "sha512-eGK26RsbIkYUns3Y8qKl362juDDYK+wEdPGHGrhzUl6CewZFo55VZ7hg+CyMFU4dd5QQakBN86nBMpRsFpRvbQ==",
1688 "license": "MIT",
1689 "dependencies": {
1690 "@babel/helper-plugin-utils": "^7.26.5",
1691 "@babel/plugin-syntax-flow": "^7.26.0"
1692 },
1693 "engines": {
1694 "node": ">=6.9.0"
1695 },
1696 "peerDependencies": {
1697 "@babel/core": "^7.0.0-0"
1698 }
1699 },
1700 "node_modules/@babel/plugin-transform-for-of": {
1701 "version": "7.26.9",
1702 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz",
1703 "integrity": "sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==",
1704 "license": "MIT",
1705 "dependencies": {
1706 "@babel/helper-plugin-utils": "^7.26.5",
1707 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1708 },
1709 "engines": {
1710 "node": ">=6.9.0"
1711 },
1712 "peerDependencies": {
1713 "@babel/core": "^7.0.0-0"
1714 }
1715 },
1716 "node_modules/@babel/plugin-transform-function-name": {
1717 "version": "7.25.9",
1718 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",
1719 "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",
1720 "license": "MIT",
1721 "dependencies": {
1722 "@babel/helper-compilation-targets": "^7.25.9",
1723 "@babel/helper-plugin-utils": "^7.25.9",
1724 "@babel/traverse": "^7.25.9"
1725 },
1726 "engines": {
1727 "node": ">=6.9.0"
1728 },
1729 "peerDependencies": {
1730 "@babel/core": "^7.0.0-0"
1731 }
1732 },
1733 "node_modules/@babel/plugin-transform-json-strings": {
1734 "version": "7.25.9",
1735 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",
1736 "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",
1737 "license": "MIT",
1738 "dependencies": {
1739 "@babel/helper-plugin-utils": "^7.25.9"
1740 },
1741 "engines": {
1742 "node": ">=6.9.0"
1743 },
1744 "peerDependencies": {
1745 "@babel/core": "^7.0.0-0"
1746 }
1747 },
1748 "node_modules/@babel/plugin-transform-literals": {
1749 "version": "7.25.9",
1750 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",
1751 "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",
1752 "license": "MIT",
1753 "dependencies": {
1754 "@babel/helper-plugin-utils": "^7.25.9"
1755 },
1756 "engines": {
1757 "node": ">=6.9.0"
1758 },
1759 "peerDependencies": {
1760 "@babel/core": "^7.0.0-0"
1761 }
1762 },
1763 "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1764 "version": "7.25.9",
1765 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",
1766 "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",
1767 "license": "MIT",
1768 "dependencies": {
1769 "@babel/helper-plugin-utils": "^7.25.9"
1770 },
1771 "engines": {
1772 "node": ">=6.9.0"
1773 },
1774 "peerDependencies": {
1775 "@babel/core": "^7.0.0-0"
1776 }
1777 },
1778 "node_modules/@babel/plugin-transform-member-expression-literals": {
1779 "version": "7.25.9",
1780 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz",
1781 "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==",
1782 "license": "MIT",
1783 "dependencies": {
1784 "@babel/helper-plugin-utils": "^7.25.9"
1785 },
1786 "engines": {
1787 "node": ">=6.9.0"
1788 },
1789 "peerDependencies": {
1790 "@babel/core": "^7.0.0-0"
1791 }
1792 },
1793 "node_modules/@babel/plugin-transform-modules-amd": {
1794 "version": "7.25.9",
1795 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz",
1796 "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==",
1797 "license": "MIT",
1798 "dependencies": {
1799 "@babel/helper-module-transforms": "^7.25.9",
1800 "@babel/helper-plugin-utils": "^7.25.9"
1801 },
1802 "engines": {
1803 "node": ">=6.9.0"
1804 },
1805 "peerDependencies": {
1806 "@babel/core": "^7.0.0-0"
1807 }
1808 },
1809 "node_modules/@babel/plugin-transform-modules-commonjs": {
1810 "version": "7.26.3",
1811 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz",
1812 "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==",
1813 "license": "MIT",
1814 "dependencies": {
1815 "@babel/helper-module-transforms": "^7.26.0",
1816 "@babel/helper-plugin-utils": "^7.25.9"
1817 },
1818 "engines": {
1819 "node": ">=6.9.0"
1820 },
1821 "peerDependencies": {
1822 "@babel/core": "^7.0.0-0"
1823 }
1824 },
1825 "node_modules/@babel/plugin-transform-modules-systemjs": {
1826 "version": "7.25.9",
1827 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz",
1828 "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==",
1829 "license": "MIT",
1830 "dependencies": {
1831 "@babel/helper-module-transforms": "^7.25.9",
1832 "@babel/helper-plugin-utils": "^7.25.9",
1833 "@babel/helper-validator-identifier": "^7.25.9",
1834 "@babel/traverse": "^7.25.9"
1835 },
1836 "engines": {
1837 "node": ">=6.9.0"
1838 },
1839 "peerDependencies": {
1840 "@babel/core": "^7.0.0-0"
1841 }
1842 },
1843 "node_modules/@babel/plugin-transform-modules-umd": {
1844 "version": "7.25.9",
1845 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz",
1846 "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==",
1847 "license": "MIT",
1848 "dependencies": {
1849 "@babel/helper-module-transforms": "^7.25.9",
1850 "@babel/helper-plugin-utils": "^7.25.9"
1851 },
1852 "engines": {
1853 "node": ">=6.9.0"
1854 },
1855 "peerDependencies": {
1856 "@babel/core": "^7.0.0-0"
1857 }
1858 },
1859 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1860 "version": "7.25.9",
1861 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz",
1862 "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==",
1863 "license": "MIT",
1864 "dependencies": {
1865 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1866 "@babel/helper-plugin-utils": "^7.25.9"
1867 },
1868 "engines": {
1869 "node": ">=6.9.0"
1870 },
1871 "peerDependencies": {
1872 "@babel/core": "^7.0.0"
1873 }
1874 },
1875 "node_modules/@babel/plugin-transform-new-target": {
1876 "version": "7.25.9",
1877 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz",
1878 "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==",
1879 "license": "MIT",
1880 "dependencies": {
1881 "@babel/helper-plugin-utils": "^7.25.9"
1882 },
1883 "engines": {
1884 "node": ">=6.9.0"
1885 },
1886 "peerDependencies": {
1887 "@babel/core": "^7.0.0-0"
1888 }
1889 },
1890 "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1891 "version": "7.26.6",
1892 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz",
1893 "integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==",
1894 "license": "MIT",
1895 "dependencies": {
1896 "@babel/helper-plugin-utils": "^7.26.5"
1897 },
1898 "engines": {
1899 "node": ">=6.9.0"
1900 },
1901 "peerDependencies": {
1902 "@babel/core": "^7.0.0-0"
1903 }
1904 },
1905 "node_modules/@babel/plugin-transform-numeric-separator": {
1906 "version": "7.25.9",
1907 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz",
1908 "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==",
1909 "license": "MIT",
1910 "dependencies": {
1911 "@babel/helper-plugin-utils": "^7.25.9"
1912 },
1913 "engines": {
1914 "node": ">=6.9.0"
1915 },
1916 "peerDependencies": {
1917 "@babel/core": "^7.0.0-0"
1918 }
1919 },
1920 "node_modules/@babel/plugin-transform-object-rest-spread": {
1921 "version": "7.25.9",
1922 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
1923 "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
1924 "license": "MIT",
1925 "dependencies": {
1926 "@babel/helper-compilation-targets": "^7.25.9",
1927 "@babel/helper-plugin-utils": "^7.25.9",
1928 "@babel/plugin-transform-parameters": "^7.25.9"
1929 },
1930 "engines": {
1931 "node": ">=6.9.0"
1932 },
1933 "peerDependencies": {
1934 "@babel/core": "^7.0.0-0"
1935 }
1936 },
1937 "node_modules/@babel/plugin-transform-object-super": {
1938 "version": "7.25.9",
1939 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz",
1940 "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==",
1941 "license": "MIT",
1942 "dependencies": {
1943 "@babel/helper-plugin-utils": "^7.25.9",
1944 "@babel/helper-replace-supers": "^7.25.9"
1945 },
1946 "engines": {
1947 "node": ">=6.9.0"
1948 },
1949 "peerDependencies": {
1950 "@babel/core": "^7.0.0-0"
1951 }
1952 },
1953 "node_modules/@babel/plugin-transform-optional-catch-binding": {
1954 "version": "7.25.9",
1955 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz",
1956 "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==",
1957 "license": "MIT",
1958 "dependencies": {
1959 "@babel/helper-plugin-utils": "^7.25.9"
1960 },
1961 "engines": {
1962 "node": ">=6.9.0"
1963 },
1964 "peerDependencies": {
1965 "@babel/core": "^7.0.0-0"
1966 }
1967 },
1968 "node_modules/@babel/plugin-transform-optional-chaining": {
1969 "version": "7.25.9",
1970 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
1971 "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
1972 "license": "MIT",
1973 "dependencies": {
1974 "@babel/helper-plugin-utils": "^7.25.9",
1975 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1976 },
1977 "engines": {
1978 "node": ">=6.9.0"
1979 },
1980 "peerDependencies": {
1981 "@babel/core": "^7.0.0-0"
1982 }
1983 },
1984 "node_modules/@babel/plugin-transform-parameters": {
1985 "version": "7.25.9",
1986 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
1987 "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
1988 "license": "MIT",
1989 "dependencies": {
1990 "@babel/helper-plugin-utils": "^7.25.9"
1991 },
1992 "engines": {
1993 "node": ">=6.9.0"
1994 },
1995 "peerDependencies": {
1996 "@babel/core": "^7.0.0-0"
1997 }
1998 },
1999 "node_modules/@babel/plugin-transform-private-methods": {
2000 "version": "7.25.9",
2001 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz",
2002 "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==",
2003 "license": "MIT",
2004 "dependencies": {
2005 "@babel/helper-create-class-features-plugin": "^7.25.9",
2006 "@babel/helper-plugin-utils": "^7.25.9"
2007 },
2008 "engines": {
2009 "node": ">=6.9.0"
2010 },
2011 "peerDependencies": {
2012 "@babel/core": "^7.0.0-0"
2013 }
2014 },
2015 "node_modules/@babel/plugin-transform-private-property-in-object": {
2016 "version": "7.25.9",
2017 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz",
2018 "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==",
2019 "license": "MIT",
2020 "dependencies": {
2021 "@babel/helper-annotate-as-pure": "^7.25.9",
2022 "@babel/helper-create-class-features-plugin": "^7.25.9",
2023 "@babel/helper-plugin-utils": "^7.25.9"
2024 },
2025 "engines": {
2026 "node": ">=6.9.0"
2027 },
2028 "peerDependencies": {
2029 "@babel/core": "^7.0.0-0"
2030 }
2031 },
2032 "node_modules/@babel/plugin-transform-property-literals": {
2033 "version": "7.25.9",
2034 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz",
2035 "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==",
2036 "license": "MIT",
2037 "dependencies": {
2038 "@babel/helper-plugin-utils": "^7.25.9"
2039 },
2040 "engines": {
2041 "node": ">=6.9.0"
2042 },
2043 "peerDependencies": {
2044 "@babel/core": "^7.0.0-0"
2045 }
2046 },
2047 "node_modules/@babel/plugin-transform-react-constant-elements": {
2048 "version": "7.25.9",
2049 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.9.tgz",
2050 "integrity": "sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==",
2051 "license": "MIT",
2052 "dependencies": {
2053 "@babel/helper-plugin-utils": "^7.25.9"
2054 },
2055 "engines": {
2056 "node": ">=6.9.0"
2057 },
2058 "peerDependencies": {
2059 "@babel/core": "^7.0.0-0"
2060 }
2061 },
2062 "node_modules/@babel/plugin-transform-react-display-name": {
2063 "version": "7.25.9",
2064 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz",
2065 "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==",
2066 "license": "MIT",
2067 "dependencies": {
2068 "@babel/helper-plugin-utils": "^7.25.9"
2069 },
2070 "engines": {
2071 "node": ">=6.9.0"
2072 },
2073 "peerDependencies": {
2074 "@babel/core": "^7.0.0-0"
2075 }
2076 },
2077 "node_modules/@babel/plugin-transform-react-jsx": {
2078 "version": "7.25.9",
2079 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz",
2080 "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==",
2081 "license": "MIT",
2082 "dependencies": {
2083 "@babel/helper-annotate-as-pure": "^7.25.9",
2084 "@babel/helper-module-imports": "^7.25.9",
2085 "@babel/helper-plugin-utils": "^7.25.9",
2086 "@babel/plugin-syntax-jsx": "^7.25.9",
2087 "@babel/types": "^7.25.9"
2088 },
2089 "engines": {
2090 "node": ">=6.9.0"
2091 },
2092 "peerDependencies": {
2093 "@babel/core": "^7.0.0-0"
2094 }
2095 },
2096 "node_modules/@babel/plugin-transform-react-jsx-development": {
2097 "version": "7.25.9",
2098 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz",
2099 "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==",
2100 "license": "MIT",
2101 "dependencies": {
2102 "@babel/plugin-transform-react-jsx": "^7.25.9"
2103 },
2104 "engines": {
2105 "node": ">=6.9.0"
2106 },
2107 "peerDependencies": {
2108 "@babel/core": "^7.0.0-0"
2109 }
2110 },
2111 "node_modules/@babel/plugin-transform-react-pure-annotations": {
2112 "version": "7.25.9",
2113 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz",
2114 "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==",
2115 "license": "MIT",
2116 "dependencies": {
2117 "@babel/helper-annotate-as-pure": "^7.25.9",
2118 "@babel/helper-plugin-utils": "^7.25.9"
2119 },
2120 "engines": {
2121 "node": ">=6.9.0"
2122 },
2123 "peerDependencies": {
2124 "@babel/core": "^7.0.0-0"
2125 }
2126 },
2127 "node_modules/@babel/plugin-transform-regenerator": {
2128 "version": "7.25.9",
2129 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz",
2130 "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==",
2131 "license": "MIT",
2132 "dependencies": {
2133 "@babel/helper-plugin-utils": "^7.25.9",
2134 "regenerator-transform": "^0.15.2"
2135 },
2136 "engines": {
2137 "node": ">=6.9.0"
2138 },
2139 "peerDependencies": {
2140 "@babel/core": "^7.0.0-0"
2141 }
2142 },
2143 "node_modules/@babel/plugin-transform-regexp-modifiers": {
2144 "version": "7.26.0",
2145 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
2146 "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
2147 "license": "MIT",
2148 "dependencies": {
2149 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2150 "@babel/helper-plugin-utils": "^7.25.9"
2151 },
2152 "engines": {
2153 "node": ">=6.9.0"
2154 },
2155 "peerDependencies": {
2156 "@babel/core": "^7.0.0"
2157 }
2158 },
2159 "node_modules/@babel/plugin-transform-reserved-words": {
2160 "version": "7.25.9",
2161 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz",
2162 "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==",
2163 "license": "MIT",
2164 "dependencies": {
2165 "@babel/helper-plugin-utils": "^7.25.9"
2166 },
2167 "engines": {
2168 "node": ">=6.9.0"
2169 },
2170 "peerDependencies": {
2171 "@babel/core": "^7.0.0-0"
2172 }
2173 },
2174 "node_modules/@babel/plugin-transform-runtime": {
2175 "version": "7.26.9",
2176 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.9.tgz",
2177 "integrity": "sha512-Jf+8y9wXQbbxvVYTM8gO5oEF2POdNji0NMltEkG7FtmzD9PVz7/lxpqSdTvwsjTMU5HIHuDVNf2SOxLkWi+wPQ==",
2178 "license": "MIT",
2179 "dependencies": {
2180 "@babel/helper-module-imports": "^7.25.9",
2181 "@babel/helper-plugin-utils": "^7.26.5",
2182 "babel-plugin-polyfill-corejs2": "^0.4.10",
2183 "babel-plugin-polyfill-corejs3": "^0.10.6",
2184 "babel-plugin-polyfill-regenerator": "^0.6.1",
2185 "semver": "^6.3.1"
2186 },
2187 "engines": {
2188 "node": ">=6.9.0"
2189 },
2190 "peerDependencies": {
2191 "@babel/core": "^7.0.0-0"
2192 }
2193 },
2194 "node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3": {
2195 "version": "0.10.6",
2196 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
2197 "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
2198 "license": "MIT",
2199 "dependencies": {
2200 "@babel/helper-define-polyfill-provider": "^0.6.2",
2201 "core-js-compat": "^3.38.0"
2202 },
2203 "peerDependencies": {
2204 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
2205 }
2206 },
2207 "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
2208 "version": "6.3.1",
2209 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2210 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2211 "license": "ISC",
2212 "bin": {
2213 "semver": "bin/semver.js"
2214 }
2215 },
2216 "node_modules/@babel/plugin-transform-shorthand-properties": {
2217 "version": "7.25.9",
2218 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
2219 "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==",
2220 "license": "MIT",
2221 "dependencies": {
2222 "@babel/helper-plugin-utils": "^7.25.9"
2223 },
2224 "engines": {
2225 "node": ">=6.9.0"
2226 },
2227 "peerDependencies": {
2228 "@babel/core": "^7.0.0-0"
2229 }
2230 },
2231 "node_modules/@babel/plugin-transform-spread": {
2232 "version": "7.25.9",
2233 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz",
2234 "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==",
2235 "license": "MIT",
2236 "dependencies": {
2237 "@babel/helper-plugin-utils": "^7.25.9",
2238 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
2239 },
2240 "engines": {
2241 "node": ">=6.9.0"
2242 },
2243 "peerDependencies": {
2244 "@babel/core": "^7.0.0-0"
2245 }
2246 },
2247 "node_modules/@babel/plugin-transform-sticky-regex": {
2248 "version": "7.25.9",
2249 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz",
2250 "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==",
2251 "license": "MIT",
2252 "dependencies": {
2253 "@babel/helper-plugin-utils": "^7.25.9"
2254 },
2255 "engines": {
2256 "node": ">=6.9.0"
2257 },
2258 "peerDependencies": {
2259 "@babel/core": "^7.0.0-0"
2260 }
2261 },
2262 "node_modules/@babel/plugin-transform-template-literals": {
2263 "version": "7.26.8",
2264 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz",
2265 "integrity": "sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==",
2266 "license": "MIT",
2267 "dependencies": {
2268 "@babel/helper-plugin-utils": "^7.26.5"
2269 },
2270 "engines": {
2271 "node": ">=6.9.0"
2272 },
2273 "peerDependencies": {
2274 "@babel/core": "^7.0.0-0"
2275 }
2276 },
2277 "node_modules/@babel/plugin-transform-typeof-symbol": {
2278 "version": "7.26.7",
2279 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz",
2280 "integrity": "sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==",
2281 "license": "MIT",
2282 "dependencies": {
2283 "@babel/helper-plugin-utils": "^7.26.5"
2284 },
2285 "engines": {
2286 "node": ">=6.9.0"
2287 },
2288 "peerDependencies": {
2289 "@babel/core": "^7.0.0-0"
2290 }
2291 },
2292 "node_modules/@babel/plugin-transform-typescript": {
2293 "version": "7.26.8",
2294 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz",
2295 "integrity": "sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==",
2296 "license": "MIT",
2297 "dependencies": {
2298 "@babel/helper-annotate-as-pure": "^7.25.9",
2299 "@babel/helper-create-class-features-plugin": "^7.25.9",
2300 "@babel/helper-plugin-utils": "^7.26.5",
2301 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
2302 "@babel/plugin-syntax-typescript": "^7.25.9"
2303 },
2304 "engines": {
2305 "node": ">=6.9.0"
2306 },
2307 "peerDependencies": {
2308 "@babel/core": "^7.0.0-0"
2309 }
2310 },
2311 "node_modules/@babel/plugin-transform-unicode-escapes": {
2312 "version": "7.25.9",
2313 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz",
2314 "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==",
2315 "license": "MIT",
2316 "dependencies": {
2317 "@babel/helper-plugin-utils": "^7.25.9"
2318 },
2319 "engines": {
2320 "node": ">=6.9.0"
2321 },
2322 "peerDependencies": {
2323 "@babel/core": "^7.0.0-0"
2324 }
2325 },
2326 "node_modules/@babel/plugin-transform-unicode-property-regex": {
2327 "version": "7.25.9",
2328 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz",
2329 "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==",
2330 "license": "MIT",
2331 "dependencies": {
2332 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2333 "@babel/helper-plugin-utils": "^7.25.9"
2334 },
2335 "engines": {
2336 "node": ">=6.9.0"
2337 },
2338 "peerDependencies": {
2339 "@babel/core": "^7.0.0-0"
2340 }
2341 },
2342 "node_modules/@babel/plugin-transform-unicode-regex": {
2343 "version": "7.25.9",
2344 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz",
2345 "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==",
2346 "license": "MIT",
2347 "dependencies": {
2348 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2349 "@babel/helper-plugin-utils": "^7.25.9"
2350 },
2351 "engines": {
2352 "node": ">=6.9.0"
2353 },
2354 "peerDependencies": {
2355 "@babel/core": "^7.0.0-0"
2356 }
2357 },
2358 "node_modules/@babel/plugin-transform-unicode-sets-regex": {
2359 "version": "7.25.9",
2360 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz",
2361 "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==",
2362 "license": "MIT",
2363 "dependencies": {
2364 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2365 "@babel/helper-plugin-utils": "^7.25.9"
2366 },
2367 "engines": {
2368 "node": ">=6.9.0"
2369 },
2370 "peerDependencies": {
2371 "@babel/core": "^7.0.0"
2372 }
2373 },
2374 "node_modules/@babel/preset-env": {
2375 "version": "7.26.9",
2376 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.9.tgz",
2377 "integrity": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==",
2378 "license": "MIT",
2379 "dependencies": {
2380 "@babel/compat-data": "^7.26.8",
2381 "@babel/helper-compilation-targets": "^7.26.5",
2382 "@babel/helper-plugin-utils": "^7.26.5",
2383 "@babel/helper-validator-option": "^7.25.9",
2384 "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
2385 "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
2386 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
2387 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
2388 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
2389 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
2390 "@babel/plugin-syntax-import-assertions": "^7.26.0",
2391 "@babel/plugin-syntax-import-attributes": "^7.26.0",
2392 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
2393 "@babel/plugin-transform-arrow-functions": "^7.25.9",
2394 "@babel/plugin-transform-async-generator-functions": "^7.26.8",
2395 "@babel/plugin-transform-async-to-generator": "^7.25.9",
2396 "@babel/plugin-transform-block-scoped-functions": "^7.26.5",
2397 "@babel/plugin-transform-block-scoping": "^7.25.9",
2398 "@babel/plugin-transform-class-properties": "^7.25.9",
2399 "@babel/plugin-transform-class-static-block": "^7.26.0",
2400 "@babel/plugin-transform-classes": "^7.25.9",
2401 "@babel/plugin-transform-computed-properties": "^7.25.9",
2402 "@babel/plugin-transform-destructuring": "^7.25.9",
2403 "@babel/plugin-transform-dotall-regex": "^7.25.9",
2404 "@babel/plugin-transform-duplicate-keys": "^7.25.9",
2405 "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
2406 "@babel/plugin-transform-dynamic-import": "^7.25.9",
2407 "@babel/plugin-transform-exponentiation-operator": "^7.26.3",
2408 "@babel/plugin-transform-export-namespace-from": "^7.25.9",
2409 "@babel/plugin-transform-for-of": "^7.26.9",
2410 "@babel/plugin-transform-function-name": "^7.25.9",
2411 "@babel/plugin-transform-json-strings": "^7.25.9",
2412 "@babel/plugin-transform-literals": "^7.25.9",
2413 "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
2414 "@babel/plugin-transform-member-expression-literals": "^7.25.9",
2415 "@babel/plugin-transform-modules-amd": "^7.25.9",
2416 "@babel/plugin-transform-modules-commonjs": "^7.26.3",
2417 "@babel/plugin-transform-modules-systemjs": "^7.25.9",
2418 "@babel/plugin-transform-modules-umd": "^7.25.9",
2419 "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
2420 "@babel/plugin-transform-new-target": "^7.25.9",
2421 "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
2422 "@babel/plugin-transform-numeric-separator": "^7.25.9",
2423 "@babel/plugin-transform-object-rest-spread": "^7.25.9",
2424 "@babel/plugin-transform-object-super": "^7.25.9",
2425 "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
2426 "@babel/plugin-transform-optional-chaining": "^7.25.9",
2427 "@babel/plugin-transform-parameters": "^7.25.9",
2428 "@babel/plugin-transform-private-methods": "^7.25.9",
2429 "@babel/plugin-transform-private-property-in-object": "^7.25.9",
2430 "@babel/plugin-transform-property-literals": "^7.25.9",
2431 "@babel/plugin-transform-regenerator": "^7.25.9",
2432 "@babel/plugin-transform-regexp-modifiers": "^7.26.0",
2433 "@babel/plugin-transform-reserved-words": "^7.25.9",
2434 "@babel/plugin-transform-shorthand-properties": "^7.25.9",
2435 "@babel/plugin-transform-spread": "^7.25.9",
2436 "@babel/plugin-transform-sticky-regex": "^7.25.9",
2437 "@babel/plugin-transform-template-literals": "^7.26.8",
2438 "@babel/plugin-transform-typeof-symbol": "^7.26.7",
2439 "@babel/plugin-transform-unicode-escapes": "^7.25.9",
2440 "@babel/plugin-transform-unicode-property-regex": "^7.25.9",
2441 "@babel/plugin-transform-unicode-regex": "^7.25.9",
2442 "@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
2443 "@babel/preset-modules": "0.1.6-no-external-plugins",
2444 "babel-plugin-polyfill-corejs2": "^0.4.10",
2445 "babel-plugin-polyfill-corejs3": "^0.11.0",
2446 "babel-plugin-polyfill-regenerator": "^0.6.1",
2447 "core-js-compat": "^3.40.0",
2448 "semver": "^6.3.1"
2449 },
2450 "engines": {
2451 "node": ">=6.9.0"
2452 },
2453 "peerDependencies": {
2454 "@babel/core": "^7.0.0-0"
2455 }
2456 },
2457 "node_modules/@babel/preset-env/node_modules/semver": {
2458 "version": "6.3.1",
2459 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2460 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2461 "license": "ISC",
2462 "bin": {
2463 "semver": "bin/semver.js"
2464 }
2465 },
2466 "node_modules/@babel/preset-modules": {
2467 "version": "0.1.6-no-external-plugins",
2468 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
2469 "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
2470 "license": "MIT",
2471 "dependencies": {
2472 "@babel/helper-plugin-utils": "^7.0.0",
2473 "@babel/types": "^7.4.4",
2474 "esutils": "^2.0.2"
2475 },
2476 "peerDependencies": {
2477 "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
2478 }
2479 },
2480 "node_modules/@babel/preset-react": {
2481 "version": "7.26.3",
2482 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz",
2483 "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==",
2484 "license": "MIT",
2485 "dependencies": {
2486 "@babel/helper-plugin-utils": "^7.25.9",
2487 "@babel/helper-validator-option": "^7.25.9",
2488 "@babel/plugin-transform-react-display-name": "^7.25.9",
2489 "@babel/plugin-transform-react-jsx": "^7.25.9",
2490 "@babel/plugin-transform-react-jsx-development": "^7.25.9",
2491 "@babel/plugin-transform-react-pure-annotations": "^7.25.9"
2492 },
2493 "engines": {
2494 "node": ">=6.9.0"
2495 },
2496 "peerDependencies": {
2497 "@babel/core": "^7.0.0-0"
2498 }
2499 },
2500 "node_modules/@babel/preset-typescript": {
2501 "version": "7.26.0",
2502 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz",
2503 "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==",
2504 "license": "MIT",
2505 "dependencies": {
2506 "@babel/helper-plugin-utils": "^7.25.9",
2507 "@babel/helper-validator-option": "^7.25.9",
2508 "@babel/plugin-syntax-jsx": "^7.25.9",
2509 "@babel/plugin-transform-modules-commonjs": "^7.25.9",
2510 "@babel/plugin-transform-typescript": "^7.25.9"
2511 },
2512 "engines": {
2513 "node": ">=6.9.0"
2514 },
2515 "peerDependencies": {
2516 "@babel/core": "^7.0.0-0"
2517 }
2518 },
2519 "node_modules/@babel/runtime": {
2520 "version": "7.26.9",
2521 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.9.tgz",
2522 "integrity": "sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==",
2523 "license": "MIT",
2524 "dependencies": {
2525 "regenerator-runtime": "^0.14.0"
2526 },
2527 "engines": {
2528 "node": ">=6.9.0"
2529 }
2530 },
2531 "node_modules/@babel/template": {
2532 "version": "7.26.9",
2533 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz",
2534 "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==",
2535 "license": "MIT",
2536 "dependencies": {
2537 "@babel/code-frame": "^7.26.2",
2538 "@babel/parser": "^7.26.9",
2539 "@babel/types": "^7.26.9"
2540 },
2541 "engines": {
2542 "node": ">=6.9.0"
2543 }
2544 },
2545 "node_modules/@babel/traverse": {
2546 "version": "7.26.9",
2547 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.9.tgz",
2548 "integrity": "sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==",
2549 "license": "MIT",
2550 "dependencies": {
2551 "@babel/code-frame": "^7.26.2",
2552 "@babel/generator": "^7.26.9",
2553 "@babel/parser": "^7.26.9",
2554 "@babel/template": "^7.26.9",
2555 "@babel/types": "^7.26.9",
2556 "debug": "^4.3.1",
2557 "globals": "^11.1.0"
2558 },
2559 "engines": {
2560 "node": ">=6.9.0"
2561 }
2562 },
2563 "node_modules/@babel/traverse/node_modules/debug": {
2564 "version": "4.4.0",
2565 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
2566 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
2567 "license": "MIT",
2568 "dependencies": {
2569 "ms": "^2.1.3"
2570 },
2571 "engines": {
2572 "node": ">=6.0"
2573 },
2574 "peerDependenciesMeta": {
2575 "supports-color": {
2576 "optional": true
2577 }
2578 }
2579 },
2580 "node_modules/@babel/traverse/node_modules/ms": {
2581 "version": "2.1.3",
2582 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2583 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2584 "license": "MIT"
2585 },
2586 "node_modules/@babel/types": {
2587 "version": "7.26.9",
2588 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.9.tgz",
2589 "integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==",
2590 "license": "MIT",
2591 "dependencies": {
2592 "@babel/helper-string-parser": "^7.25.9",
2593 "@babel/helper-validator-identifier": "^7.25.9"
2594 },
2595 "engines": {
2596 "node": ">=6.9.0"
2597 }
2598 },
2599 "node_modules/@bcoe/v8-coverage": {
2600 "version": "0.2.3",
2601 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
2602 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
2603 "license": "MIT"
2604 },
2605 "node_modules/@csstools/normalize.css": {
2606 "version": "12.1.1",
2607 "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz",
2608 "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==",
2609 "license": "CC0-1.0"
2610 },
2611 "node_modules/@csstools/postcss-cascade-layers": {
2612 "version": "1.1.1",
2613 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz",
2614 "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==",
2615 "license": "CC0-1.0",
2616 "dependencies": {
2617 "@csstools/selector-specificity": "^2.0.2",
2618 "postcss-selector-parser": "^6.0.10"
2619 },
2620 "engines": {
2621 "node": "^12 || ^14 || >=16"
2622 },
2623 "funding": {
2624 "type": "opencollective",
2625 "url": "https://opencollective.com/csstools"
2626 },
2627 "peerDependencies": {
2628 "postcss": "^8.2"
2629 }
2630 },
2631 "node_modules/@csstools/postcss-color-function": {
2632 "version": "1.1.1",
2633 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
2634 "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
2635 "license": "CC0-1.0",
2636 "dependencies": {
2637 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2638 "postcss-value-parser": "^4.2.0"
2639 },
2640 "engines": {
2641 "node": "^12 || ^14 || >=16"
2642 },
2643 "funding": {
2644 "type": "opencollective",
2645 "url": "https://opencollective.com/csstools"
2646 },
2647 "peerDependencies": {
2648 "postcss": "^8.2"
2649 }
2650 },
2651 "node_modules/@csstools/postcss-font-format-keywords": {
2652 "version": "1.0.1",
2653 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
2654 "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
2655 "license": "CC0-1.0",
2656 "dependencies": {
2657 "postcss-value-parser": "^4.2.0"
2658 },
2659 "engines": {
2660 "node": "^12 || ^14 || >=16"
2661 },
2662 "funding": {
2663 "type": "opencollective",
2664 "url": "https://opencollective.com/csstools"
2665 },
2666 "peerDependencies": {
2667 "postcss": "^8.2"
2668 }
2669 },
2670 "node_modules/@csstools/postcss-hwb-function": {
2671 "version": "1.0.2",
2672 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
2673 "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
2674 "license": "CC0-1.0",
2675 "dependencies": {
2676 "postcss-value-parser": "^4.2.0"
2677 },
2678 "engines": {
2679 "node": "^12 || ^14 || >=16"
2680 },
2681 "funding": {
2682 "type": "opencollective",
2683 "url": "https://opencollective.com/csstools"
2684 },
2685 "peerDependencies": {
2686 "postcss": "^8.2"
2687 }
2688 },
2689 "node_modules/@csstools/postcss-ic-unit": {
2690 "version": "1.0.1",
2691 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
2692 "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
2693 "license": "CC0-1.0",
2694 "dependencies": {
2695 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2696 "postcss-value-parser": "^4.2.0"
2697 },
2698 "engines": {
2699 "node": "^12 || ^14 || >=16"
2700 },
2701 "funding": {
2702 "type": "opencollective",
2703 "url": "https://opencollective.com/csstools"
2704 },
2705 "peerDependencies": {
2706 "postcss": "^8.2"
2707 }
2708 },
2709 "node_modules/@csstools/postcss-is-pseudo-class": {
2710 "version": "2.0.7",
2711 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
2712 "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
2713 "license": "CC0-1.0",
2714 "dependencies": {
2715 "@csstools/selector-specificity": "^2.0.0",
2716 "postcss-selector-parser": "^6.0.10"
2717 },
2718 "engines": {
2719 "node": "^12 || ^14 || >=16"
2720 },
2721 "funding": {
2722 "type": "opencollective",
2723 "url": "https://opencollective.com/csstools"
2724 },
2725 "peerDependencies": {
2726 "postcss": "^8.2"
2727 }
2728 },
2729 "node_modules/@csstools/postcss-nested-calc": {
2730 "version": "1.0.0",
2731 "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz",
2732 "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==",
2733 "license": "CC0-1.0",
2734 "dependencies": {
2735 "postcss-value-parser": "^4.2.0"
2736 },
2737 "engines": {
2738 "node": "^12 || ^14 || >=16"
2739 },
2740 "funding": {
2741 "type": "opencollective",
2742 "url": "https://opencollective.com/csstools"
2743 },
2744 "peerDependencies": {
2745 "postcss": "^8.2"
2746 }
2747 },
2748 "node_modules/@csstools/postcss-normalize-display-values": {
2749 "version": "1.0.1",
2750 "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
2751 "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
2752 "license": "CC0-1.0",
2753 "dependencies": {
2754 "postcss-value-parser": "^4.2.0"
2755 },
2756 "engines": {
2757 "node": "^12 || ^14 || >=16"
2758 },
2759 "funding": {
2760 "type": "opencollective",
2761 "url": "https://opencollective.com/csstools"
2762 },
2763 "peerDependencies": {
2764 "postcss": "^8.2"
2765 }
2766 },
2767 "node_modules/@csstools/postcss-oklab-function": {
2768 "version": "1.1.1",
2769 "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
2770 "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
2771 "license": "CC0-1.0",
2772 "dependencies": {
2773 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2774 "postcss-value-parser": "^4.2.0"
2775 },
2776 "engines": {
2777 "node": "^12 || ^14 || >=16"
2778 },
2779 "funding": {
2780 "type": "opencollective",
2781 "url": "https://opencollective.com/csstools"
2782 },
2783 "peerDependencies": {
2784 "postcss": "^8.2"
2785 }
2786 },
2787 "node_modules/@csstools/postcss-progressive-custom-properties": {
2788 "version": "1.3.0",
2789 "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
2790 "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
2791 "license": "CC0-1.0",
2792 "dependencies": {
2793 "postcss-value-parser": "^4.2.0"
2794 },
2795 "engines": {
2796 "node": "^12 || ^14 || >=16"
2797 },
2798 "peerDependencies": {
2799 "postcss": "^8.3"
2800 }
2801 },
2802 "node_modules/@csstools/postcss-stepped-value-functions": {
2803 "version": "1.0.1",
2804 "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
2805 "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
2806 "license": "CC0-1.0",
2807 "dependencies": {
2808 "postcss-value-parser": "^4.2.0"
2809 },
2810 "engines": {
2811 "node": "^12 || ^14 || >=16"
2812 },
2813 "funding": {
2814 "type": "opencollective",
2815 "url": "https://opencollective.com/csstools"
2816 },
2817 "peerDependencies": {
2818 "postcss": "^8.2"
2819 }
2820 },
2821 "node_modules/@csstools/postcss-text-decoration-shorthand": {
2822 "version": "1.0.0",
2823 "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz",
2824 "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==",
2825 "license": "CC0-1.0",
2826 "dependencies": {
2827 "postcss-value-parser": "^4.2.0"
2828 },
2829 "engines": {
2830 "node": "^12 || ^14 || >=16"
2831 },
2832 "funding": {
2833 "type": "opencollective",
2834 "url": "https://opencollective.com/csstools"
2835 },
2836 "peerDependencies": {
2837 "postcss": "^8.2"
2838 }
2839 },
2840 "node_modules/@csstools/postcss-trigonometric-functions": {
2841 "version": "1.0.2",
2842 "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
2843 "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
2844 "license": "CC0-1.0",
2845 "dependencies": {
2846 "postcss-value-parser": "^4.2.0"
2847 },
2848 "engines": {
2849 "node": "^14 || >=16"
2850 },
2851 "funding": {
2852 "type": "opencollective",
2853 "url": "https://opencollective.com/csstools"
2854 },
2855 "peerDependencies": {
2856 "postcss": "^8.2"
2857 }
2858 },
2859 "node_modules/@csstools/postcss-unset-value": {
2860 "version": "1.0.2",
2861 "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
2862 "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
2863 "license": "CC0-1.0",
2864 "engines": {
2865 "node": "^12 || ^14 || >=16"
2866 },
2867 "funding": {
2868 "type": "opencollective",
2869 "url": "https://opencollective.com/csstools"
2870 },
2871 "peerDependencies": {
2872 "postcss": "^8.2"
2873 }
2874 },
2875 "node_modules/@csstools/selector-specificity": {
2876 "version": "2.2.0",
2877 "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz",
2878 "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==",
2879 "license": "CC0-1.0",
2880 "engines": {
2881 "node": "^14 || ^16 || >=18"
2882 },
2883 "funding": {
2884 "type": "opencollective",
2885 "url": "https://opencollective.com/csstools"
2886 },
2887 "peerDependencies": {
2888 "postcss-selector-parser": "^6.0.10"
2889 }
2890 },
2891 "node_modules/@eslint-community/eslint-utils": {
2892 "version": "4.4.1",
2893 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
2894 "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
2895 "license": "MIT",
2896 "dependencies": {
2897 "eslint-visitor-keys": "^3.4.3"
2898 },
2899 "engines": {
2900 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2901 },
2902 "funding": {
2903 "url": "https://opencollective.com/eslint"
2904 },
2905 "peerDependencies": {
2906 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
2907 }
2908 },
2909 "node_modules/@eslint-community/regexpp": {
2910 "version": "4.12.1",
2911 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
2912 "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
2913 "license": "MIT",
2914 "engines": {
2915 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2916 }
2917 },
2918 "node_modules/@eslint/eslintrc": {
2919 "version": "2.1.4",
2920 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
2921 "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
2922 "license": "MIT",
2923 "dependencies": {
2924 "ajv": "^6.12.4",
2925 "debug": "^4.3.2",
2926 "espree": "^9.6.0",
2927 "globals": "^13.19.0",
2928 "ignore": "^5.2.0",
2929 "import-fresh": "^3.2.1",
2930 "js-yaml": "^4.1.0",
2931 "minimatch": "^3.1.2",
2932 "strip-json-comments": "^3.1.1"
2933 },
2934 "engines": {
2935 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2936 },
2937 "funding": {
2938 "url": "https://opencollective.com/eslint"
2939 }
2940 },
2941 "node_modules/@eslint/eslintrc/node_modules/argparse": {
2942 "version": "2.0.1",
2943 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2944 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2945 "license": "Python-2.0"
2946 },
2947 "node_modules/@eslint/eslintrc/node_modules/debug": {
2948 "version": "4.4.0",
2949 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
2950 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
2951 "license": "MIT",
2952 "dependencies": {
2953 "ms": "^2.1.3"
2954 },
2955 "engines": {
2956 "node": ">=6.0"
2957 },
2958 "peerDependenciesMeta": {
2959 "supports-color": {
2960 "optional": true
2961 }
2962 }
2963 },
2964 "node_modules/@eslint/eslintrc/node_modules/globals": {
2965 "version": "13.24.0",
2966 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
2967 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
2968 "license": "MIT",
2969 "dependencies": {
2970 "type-fest": "^0.20.2"
2971 },
2972 "engines": {
2973 "node": ">=8"
2974 },
2975 "funding": {
2976 "url": "https://github.com/sponsors/sindresorhus"
2977 }
2978 },
2979 "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2980 "version": "4.1.0",
2981 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2982 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2983 "license": "MIT",
2984 "dependencies": {
2985 "argparse": "^2.0.1"
2986 },
2987 "bin": {
2988 "js-yaml": "bin/js-yaml.js"
2989 }
2990 },
2991 "node_modules/@eslint/eslintrc/node_modules/ms": {
2992 "version": "2.1.3",
2993 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2994 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2995 "license": "MIT"
2996 },
2997 "node_modules/@eslint/eslintrc/node_modules/type-fest": {
2998 "version": "0.20.2",
2999 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
3000 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
3001 "license": "(MIT OR CC0-1.0)",
3002 "engines": {
3003 "node": ">=10"
3004 },
3005 "funding": {
3006 "url": "https://github.com/sponsors/sindresorhus"
3007 }
3008 },
3009 "node_modules/@eslint/js": {
3010 "version": "8.57.1",
3011 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
3012 "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
3013 "license": "MIT",
3014 "engines": {
3015 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3016 }
3017 },
3018 "node_modules/@fortawesome/fontawesome-common-types": {
3019 "version": "6.7.2",
3020 "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.7.2.tgz",
3021 "integrity": "sha512-Zs+YeHUC5fkt7Mg1l6XTniei3k4bwG/yo3iFUtZWd/pMx9g3fdvkSK9E0FOC+++phXOka78uJcYb8JaFkW52Xg==",
3022 "license": "MIT",
3023 "engines": {
3024 "node": ">=6"
3025 }
3026 },
3027 "node_modules/@fortawesome/fontawesome-svg-core": {
3028 "version": "6.7.2",
3029 "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.7.2.tgz",
3030 "integrity": "sha512-yxtOBWDrdi5DD5o1pmVdq3WMCvnobT0LU6R8RyyVXPvFRd2o79/0NCuQoCjNTeZz9EzA9xS3JxNWfv54RIHFEA==",
3031 "license": "MIT",
3032 "peer": true,
3033 "dependencies": {
3034 "@fortawesome/fontawesome-common-types": "6.7.2"
3035 },
3036 "engines": {
3037 "node": ">=6"
3038 }
3039 },
3040 "node_modules/@fortawesome/free-solid-svg-icons": {
3041 "version": "6.7.2",
3042 "resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.7.2.tgz",
3043 "integrity": "sha512-GsBrnOzU8uj0LECDfD5zomZJIjrPhIlWU82AHwa2s40FKH+kcxQaBvBo3Z4TxyZHIyX8XTDxsyA33/Vx9eFuQA==",
3044 "license": "(CC-BY-4.0 AND MIT)",
3045 "dependencies": {
3046 "@fortawesome/fontawesome-common-types": "6.7.2"
3047 },
3048 "engines": {
3049 "node": ">=6"
3050 }
3051 },
3052 "node_modules/@fortawesome/react-fontawesome": {
3053 "version": "0.2.2",
3054 "resolved": "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.2.tgz",
3055 "integrity": "sha512-EnkrprPNqI6SXJl//m29hpaNzOp1bruISWaOiRtkMi/xSvHJlzc2j2JAYS7egxt/EbjSNV/k6Xy0AQI6vB2+1g==",
3056 "license": "MIT",
3057 "dependencies": {
3058 "prop-types": "^15.8.1"
3059 },
3060 "peerDependencies": {
3061 "@fortawesome/fontawesome-svg-core": "~1 || ~6",
3062 "react": ">=16.3"
3063 }
3064 },
3065 "node_modules/@humanwhocodes/config-array": {
3066 "version": "0.13.0",
3067 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
3068 "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
3069 "deprecated": "Use @eslint/config-array instead",
3070 "license": "Apache-2.0",
3071 "dependencies": {
3072 "@humanwhocodes/object-schema": "^2.0.3",
3073 "debug": "^4.3.1",
3074 "minimatch": "^3.0.5"
3075 },
3076 "engines": {
3077 "node": ">=10.10.0"
3078 }
3079 },
3080 "node_modules/@humanwhocodes/config-array/node_modules/debug": {
3081 "version": "4.4.0",
3082 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
3083 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
3084 "license": "MIT",
3085 "dependencies": {
3086 "ms": "^2.1.3"
3087 },
3088 "engines": {
3089 "node": ">=6.0"
3090 },
3091 "peerDependenciesMeta": {
3092 "supports-color": {
3093 "optional": true
3094 }
3095 }
3096 },
3097 "node_modules/@humanwhocodes/config-array/node_modules/ms": {
3098 "version": "2.1.3",
3099 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3100 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3101 "license": "MIT"
3102 },
3103 "node_modules/@humanwhocodes/module-importer": {
3104 "version": "1.0.1",
3105 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
3106 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
3107 "license": "Apache-2.0",
3108 "engines": {
3109 "node": ">=12.22"
3110 },
3111 "funding": {
3112 "type": "github",
3113 "url": "https://github.com/sponsors/nzakas"
3114 }
3115 },
3116 "node_modules/@humanwhocodes/object-schema": {
3117 "version": "2.0.3",
3118 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
3119 "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
3120 "deprecated": "Use @eslint/object-schema instead",
3121 "license": "BSD-3-Clause"
3122 },
3123 "node_modules/@isaacs/cliui": {
3124 "version": "8.0.2",
3125 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
3126 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
3127 "license": "ISC",
3128 "dependencies": {
3129 "string-width": "^5.1.2",
3130 "string-width-cjs": "npm:string-width@^4.2.0",
3131 "strip-ansi": "^7.0.1",
3132 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
3133 "wrap-ansi": "^8.1.0",
3134 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
3135 },
3136 "engines": {
3137 "node": ">=12"
3138 }
3139 },
3140 "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
3141 "version": "6.1.0",
3142 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
3143 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
3144 "license": "MIT",
3145 "engines": {
3146 "node": ">=12"
3147 },
3148 "funding": {
3149 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3150 }
3151 },
3152 "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
3153 "version": "6.2.1",
3154 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
3155 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
3156 "license": "MIT",
3157 "engines": {
3158 "node": ">=12"
3159 },
3160 "funding": {
3161 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3162 }
3163 },
3164 "node_modules/@isaacs/cliui/node_modules/string-width": {
3165 "version": "5.1.2",
3166 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
3167 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
3168 "license": "MIT",
3169 "dependencies": {
3170 "eastasianwidth": "^0.2.0",
3171 "emoji-regex": "^9.2.2",
3172 "strip-ansi": "^7.0.1"
3173 },
3174 "engines": {
3175 "node": ">=12"
3176 },
3177 "funding": {
3178 "url": "https://github.com/sponsors/sindresorhus"
3179 }
3180 },
3181 "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
3182 "version": "7.1.0",
3183 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3184 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3185 "license": "MIT",
3186 "dependencies": {
3187 "ansi-regex": "^6.0.1"
3188 },
3189 "engines": {
3190 "node": ">=12"
3191 },
3192 "funding": {
3193 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3194 }
3195 },
3196 "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
3197 "version": "8.1.0",
3198 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
3199 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
3200 "license": "MIT",
3201 "dependencies": {
3202 "ansi-styles": "^6.1.0",
3203 "string-width": "^5.0.1",
3204 "strip-ansi": "^7.0.1"
3205 },
3206 "engines": {
3207 "node": ">=12"
3208 },
3209 "funding": {
3210 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3211 }
3212 },
3213 "node_modules/@istanbuljs/load-nyc-config": {
3214 "version": "1.1.0",
3215 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
3216 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
3217 "license": "ISC",
3218 "dependencies": {
3219 "camelcase": "^5.3.1",
3220 "find-up": "^4.1.0",
3221 "get-package-type": "^0.1.0",
3222 "js-yaml": "^3.13.1",
3223 "resolve-from": "^5.0.0"
3224 },
3225 "engines": {
3226 "node": ">=8"
3227 }
3228 },
3229 "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
3230 "version": "5.3.1",
3231 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
3232 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
3233 "license": "MIT",
3234 "engines": {
3235 "node": ">=6"
3236 }
3237 },
3238 "node_modules/@istanbuljs/schema": {
3239 "version": "0.1.3",
3240 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
3241 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
3242 "license": "MIT",
3243 "engines": {
3244 "node": ">=8"
3245 }
3246 },
3247 "node_modules/@jest/console": {
3248 "version": "27.5.1",
3249 "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
3250 "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
3251 "license": "MIT",
3252 "dependencies": {
3253 "@jest/types": "^27.5.1",
3254 "@types/node": "*",
3255 "chalk": "^4.0.0",
3256 "jest-message-util": "^27.5.1",
3257 "jest-util": "^27.5.1",
3258 "slash": "^3.0.0"
3259 },
3260 "engines": {
3261 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3262 }
3263 },
3264 "node_modules/@jest/core": {
3265 "version": "27.5.1",
3266 "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
3267 "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
3268 "license": "MIT",
3269 "dependencies": {
3270 "@jest/console": "^27.5.1",
3271 "@jest/reporters": "^27.5.1",
3272 "@jest/test-result": "^27.5.1",
3273 "@jest/transform": "^27.5.1",
3274 "@jest/types": "^27.5.1",
3275 "@types/node": "*",
3276 "ansi-escapes": "^4.2.1",
3277 "chalk": "^4.0.0",
3278 "emittery": "^0.8.1",
3279 "exit": "^0.1.2",
3280 "graceful-fs": "^4.2.9",
3281 "jest-changed-files": "^27.5.1",
3282 "jest-config": "^27.5.1",
3283 "jest-haste-map": "^27.5.1",
3284 "jest-message-util": "^27.5.1",
3285 "jest-regex-util": "^27.5.1",
3286 "jest-resolve": "^27.5.1",
3287 "jest-resolve-dependencies": "^27.5.1",
3288 "jest-runner": "^27.5.1",
3289 "jest-runtime": "^27.5.1",
3290 "jest-snapshot": "^27.5.1",
3291 "jest-util": "^27.5.1",
3292 "jest-validate": "^27.5.1",
3293 "jest-watcher": "^27.5.1",
3294 "micromatch": "^4.0.4",
3295 "rimraf": "^3.0.0",
3296 "slash": "^3.0.0",
3297 "strip-ansi": "^6.0.0"
3298 },
3299 "engines": {
3300 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3301 },
3302 "peerDependencies": {
3303 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
3304 },
3305 "peerDependenciesMeta": {
3306 "node-notifier": {
3307 "optional": true
3308 }
3309 }
3310 },
3311 "node_modules/@jest/environment": {
3312 "version": "27.5.1",
3313 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
3314 "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
3315 "license": "MIT",
3316 "dependencies": {
3317 "@jest/fake-timers": "^27.5.1",
3318 "@jest/types": "^27.5.1",
3319 "@types/node": "*",
3320 "jest-mock": "^27.5.1"
3321 },
3322 "engines": {
3323 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3324 }
3325 },
3326 "node_modules/@jest/fake-timers": {
3327 "version": "27.5.1",
3328 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
3329 "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
3330 "license": "MIT",
3331 "dependencies": {
3332 "@jest/types": "^27.5.1",
3333 "@sinonjs/fake-timers": "^8.0.1",
3334 "@types/node": "*",
3335 "jest-message-util": "^27.5.1",
3336 "jest-mock": "^27.5.1",
3337 "jest-util": "^27.5.1"
3338 },
3339 "engines": {
3340 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3341 }
3342 },
3343 "node_modules/@jest/globals": {
3344 "version": "27.5.1",
3345 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
3346 "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
3347 "license": "MIT",
3348 "dependencies": {
3349 "@jest/environment": "^27.5.1",
3350 "@jest/types": "^27.5.1",
3351 "expect": "^27.5.1"
3352 },
3353 "engines": {
3354 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3355 }
3356 },
3357 "node_modules/@jest/reporters": {
3358 "version": "27.5.1",
3359 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
3360 "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
3361 "license": "MIT",
3362 "dependencies": {
3363 "@bcoe/v8-coverage": "^0.2.3",
3364 "@jest/console": "^27.5.1",
3365 "@jest/test-result": "^27.5.1",
3366 "@jest/transform": "^27.5.1",
3367 "@jest/types": "^27.5.1",
3368 "@types/node": "*",
3369 "chalk": "^4.0.0",
3370 "collect-v8-coverage": "^1.0.0",
3371 "exit": "^0.1.2",
3372 "glob": "^7.1.2",
3373 "graceful-fs": "^4.2.9",
3374 "istanbul-lib-coverage": "^3.0.0",
3375 "istanbul-lib-instrument": "^5.1.0",
3376 "istanbul-lib-report": "^3.0.0",
3377 "istanbul-lib-source-maps": "^4.0.0",
3378 "istanbul-reports": "^3.1.3",
3379 "jest-haste-map": "^27.5.1",
3380 "jest-resolve": "^27.5.1",
3381 "jest-util": "^27.5.1",
3382 "jest-worker": "^27.5.1",
3383 "slash": "^3.0.0",
3384 "source-map": "^0.6.0",
3385 "string-length": "^4.0.1",
3386 "terminal-link": "^2.0.0",
3387 "v8-to-istanbul": "^8.1.0"
3388 },
3389 "engines": {
3390 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3391 },
3392 "peerDependencies": {
3393 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
3394 },
3395 "peerDependenciesMeta": {
3396 "node-notifier": {
3397 "optional": true
3398 }
3399 }
3400 },
3401 "node_modules/@jest/reporters/node_modules/source-map": {
3402 "version": "0.6.1",
3403 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3404 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3405 "license": "BSD-3-Clause",
3406 "engines": {
3407 "node": ">=0.10.0"
3408 }
3409 },
3410 "node_modules/@jest/schemas": {
3411 "version": "28.1.3",
3412 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
3413 "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
3414 "license": "MIT",
3415 "dependencies": {
3416 "@sinclair/typebox": "^0.24.1"
3417 },
3418 "engines": {
3419 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
3420 }
3421 },
3422 "node_modules/@jest/source-map": {
3423 "version": "27.5.1",
3424 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
3425 "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
3426 "license": "MIT",
3427 "dependencies": {
3428 "callsites": "^3.0.0",
3429 "graceful-fs": "^4.2.9",
3430 "source-map": "^0.6.0"
3431 },
3432 "engines": {
3433 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3434 }
3435 },
3436 "node_modules/@jest/source-map/node_modules/source-map": {
3437 "version": "0.6.1",
3438 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3439 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3440 "license": "BSD-3-Clause",
3441 "engines": {
3442 "node": ">=0.10.0"
3443 }
3444 },
3445 "node_modules/@jest/test-result": {
3446 "version": "27.5.1",
3447 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
3448 "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
3449 "license": "MIT",
3450 "dependencies": {
3451 "@jest/console": "^27.5.1",
3452 "@jest/types": "^27.5.1",
3453 "@types/istanbul-lib-coverage": "^2.0.0",
3454 "collect-v8-coverage": "^1.0.0"
3455 },
3456 "engines": {
3457 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3458 }
3459 },
3460 "node_modules/@jest/test-sequencer": {
3461 "version": "27.5.1",
3462 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
3463 "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
3464 "license": "MIT",
3465 "dependencies": {
3466 "@jest/test-result": "^27.5.1",
3467 "graceful-fs": "^4.2.9",
3468 "jest-haste-map": "^27.5.1",
3469 "jest-runtime": "^27.5.1"
3470 },
3471 "engines": {
3472 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3473 }
3474 },
3475 "node_modules/@jest/transform": {
3476 "version": "27.5.1",
3477 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
3478 "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
3479 "license": "MIT",
3480 "dependencies": {
3481 "@babel/core": "^7.1.0",
3482 "@jest/types": "^27.5.1",
3483 "babel-plugin-istanbul": "^6.1.1",
3484 "chalk": "^4.0.0",
3485 "convert-source-map": "^1.4.0",
3486 "fast-json-stable-stringify": "^2.0.0",
3487 "graceful-fs": "^4.2.9",
3488 "jest-haste-map": "^27.5.1",
3489 "jest-regex-util": "^27.5.1",
3490 "jest-util": "^27.5.1",
3491 "micromatch": "^4.0.4",
3492 "pirates": "^4.0.4",
3493 "slash": "^3.0.0",
3494 "source-map": "^0.6.1",
3495 "write-file-atomic": "^3.0.0"
3496 },
3497 "engines": {
3498 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3499 }
3500 },
3501 "node_modules/@jest/transform/node_modules/convert-source-map": {
3502 "version": "1.9.0",
3503 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
3504 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
3505 "license": "MIT"
3506 },
3507 "node_modules/@jest/transform/node_modules/source-map": {
3508 "version": "0.6.1",
3509 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3510 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3511 "license": "BSD-3-Clause",
3512 "engines": {
3513 "node": ">=0.10.0"
3514 }
3515 },
3516 "node_modules/@jest/types": {
3517 "version": "27.5.1",
3518 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
3519 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
3520 "license": "MIT",
3521 "dependencies": {
3522 "@types/istanbul-lib-coverage": "^2.0.0",
3523 "@types/istanbul-reports": "^3.0.0",
3524 "@types/node": "*",
3525 "@types/yargs": "^16.0.0",
3526 "chalk": "^4.0.0"
3527 },
3528 "engines": {
3529 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3530 }
3531 },
3532 "node_modules/@jridgewell/gen-mapping": {
3533 "version": "0.3.8",
3534 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
3535 "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
3536 "license": "MIT",
3537 "dependencies": {
3538 "@jridgewell/set-array": "^1.2.1",
3539 "@jridgewell/sourcemap-codec": "^1.4.10",
3540 "@jridgewell/trace-mapping": "^0.3.24"
3541 },
3542 "engines": {
3543 "node": ">=6.0.0"
3544 }
3545 },
3546 "node_modules/@jridgewell/resolve-uri": {
3547 "version": "3.1.2",
3548 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
3549 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
3550 "license": "MIT",
3551 "engines": {
3552 "node": ">=6.0.0"
3553 }
3554 },
3555 "node_modules/@jridgewell/set-array": {
3556 "version": "1.2.1",
3557 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
3558 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
3559 "license": "MIT",
3560 "engines": {
3561 "node": ">=6.0.0"
3562 }
3563 },
3564 "node_modules/@jridgewell/source-map": {
3565 "version": "0.3.6",
3566 "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
3567 "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
3568 "license": "MIT",
3569 "dependencies": {
3570 "@jridgewell/gen-mapping": "^0.3.5",
3571 "@jridgewell/trace-mapping": "^0.3.25"
3572 }
3573 },
3574 "node_modules/@jridgewell/sourcemap-codec": {
3575 "version": "1.5.0",
3576 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
3577 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
3578 "license": "MIT"
3579 },
3580 "node_modules/@jridgewell/trace-mapping": {
3581 "version": "0.3.25",
3582 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
3583 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
3584 "license": "MIT",
3585 "dependencies": {
3586 "@jridgewell/resolve-uri": "^3.1.0",
3587 "@jridgewell/sourcemap-codec": "^1.4.14"
3588 }
3589 },
3590 "node_modules/@kurkle/color": {
3591 "version": "0.3.4",
3592 "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.4.tgz",
3593 "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==",
3594 "license": "MIT"
3595 },
3596 "node_modules/@leichtgewicht/ip-codec": {
3597 "version": "2.0.5",
3598 "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz",
3599 "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==",
3600 "license": "MIT"
3601 },
3602 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
3603 "version": "5.1.1-v1",
3604 "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
3605 "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
3606 "license": "MIT",
3607 "dependencies": {
3608 "eslint-scope": "5.1.1"
3609 }
3610 },
3611 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
3612 "version": "5.1.1",
3613 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
3614 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
3615 "license": "BSD-2-Clause",
3616 "dependencies": {
3617 "esrecurse": "^4.3.0",
3618 "estraverse": "^4.1.1"
3619 },
3620 "engines": {
3621 "node": ">=8.0.0"
3622 }
3623 },
3624 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
3625 "version": "4.3.0",
3626 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
3627 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
3628 "license": "BSD-2-Clause",
3629 "engines": {
3630 "node": ">=4.0"
3631 }
3632 },
3633 "node_modules/@nodelib/fs.scandir": {
3634 "version": "2.1.5",
3635 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
3636 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
3637 "license": "MIT",
3638 "dependencies": {
3639 "@nodelib/fs.stat": "2.0.5",
3640 "run-parallel": "^1.1.9"
3641 },
3642 "engines": {
3643 "node": ">= 8"
3644 }
3645 },
3646 "node_modules/@nodelib/fs.stat": {
3647 "version": "2.0.5",
3648 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
3649 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
3650 "license": "MIT",
3651 "engines": {
3652 "node": ">= 8"
3653 }
3654 },
3655 "node_modules/@nodelib/fs.walk": {
3656 "version": "1.2.8",
3657 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
3658 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
3659 "license": "MIT",
3660 "dependencies": {
3661 "@nodelib/fs.scandir": "2.1.5",
3662 "fastq": "^1.6.0"
3663 },
3664 "engines": {
3665 "node": ">= 8"
3666 }
3667 },
3668 "node_modules/@pkgjs/parseargs": {
3669 "version": "0.11.0",
3670 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
3671 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
3672 "license": "MIT",
3673 "optional": true,
3674 "engines": {
3675 "node": ">=14"
3676 }
3677 },
3678 "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
3679 "version": "0.5.15",
3680 "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz",
3681 "integrity": "sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==",
3682 "license": "MIT",
3683 "dependencies": {
3684 "ansi-html": "^0.0.9",
3685 "core-js-pure": "^3.23.3",
3686 "error-stack-parser": "^2.0.6",
3687 "html-entities": "^2.1.0",
3688 "loader-utils": "^2.0.4",
3689 "schema-utils": "^4.2.0",
3690 "source-map": "^0.7.3"
3691 },
3692 "engines": {
3693 "node": ">= 10.13"
3694 },
3695 "peerDependencies": {
3696 "@types/webpack": "4.x || 5.x",
3697 "react-refresh": ">=0.10.0 <1.0.0",
3698 "sockjs-client": "^1.4.0",
3699 "type-fest": ">=0.17.0 <5.0.0",
3700 "webpack": ">=4.43.0 <6.0.0",
3701 "webpack-dev-server": "3.x || 4.x || 5.x",
3702 "webpack-hot-middleware": "2.x",
3703 "webpack-plugin-serve": "0.x || 1.x"
3704 },
3705 "peerDependenciesMeta": {
3706 "@types/webpack": {
3707 "optional": true
3708 },
3709 "sockjs-client": {
3710 "optional": true
3711 },
3712 "type-fest": {
3713 "optional": true
3714 },
3715 "webpack-dev-server": {
3716 "optional": true
3717 },
3718 "webpack-hot-middleware": {
3719 "optional": true
3720 },
3721 "webpack-plugin-serve": {
3722 "optional": true
3723 }
3724 }
3725 },
3726 "node_modules/@remix-run/router": {
3727 "version": "1.22.0",
3728 "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.22.0.tgz",
3729 "integrity": "sha512-MBOl8MeOzpK0HQQQshKB7pABXbmyHizdTpqnrIseTbsv0nAepwC2ENZa1aaBExNQcpLoXmWthhak8SABLzvGPw==",
3730 "license": "MIT",
3731 "engines": {
3732 "node": ">=14.0.0"
3733 }
3734 },
3735 "node_modules/@rollup/plugin-babel": {
3736 "version": "5.3.1",
3737 "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
3738 "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
3739 "license": "MIT",
3740 "dependencies": {
3741 "@babel/helper-module-imports": "^7.10.4",
3742 "@rollup/pluginutils": "^3.1.0"
3743 },
3744 "engines": {
3745 "node": ">= 10.0.0"
3746 },
3747 "peerDependencies": {
3748 "@babel/core": "^7.0.0",
3749 "@types/babel__core": "^7.1.9",
3750 "rollup": "^1.20.0||^2.0.0"
3751 },
3752 "peerDependenciesMeta": {
3753 "@types/babel__core": {
3754 "optional": true
3755 }
3756 }
3757 },
3758 "node_modules/@rollup/plugin-node-resolve": {
3759 "version": "11.2.1",
3760 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
3761 "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
3762 "license": "MIT",
3763 "dependencies": {
3764 "@rollup/pluginutils": "^3.1.0",
3765 "@types/resolve": "1.17.1",
3766 "builtin-modules": "^3.1.0",
3767 "deepmerge": "^4.2.2",
3768 "is-module": "^1.0.0",
3769 "resolve": "^1.19.0"
3770 },
3771 "engines": {
3772 "node": ">= 10.0.0"
3773 },
3774 "peerDependencies": {
3775 "rollup": "^1.20.0||^2.0.0"
3776 }
3777 },
3778 "node_modules/@rollup/plugin-replace": {
3779 "version": "2.4.2",
3780 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
3781 "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
3782 "license": "MIT",
3783 "dependencies": {
3784 "@rollup/pluginutils": "^3.1.0",
3785 "magic-string": "^0.25.7"
3786 },
3787 "peerDependencies": {
3788 "rollup": "^1.20.0 || ^2.0.0"
3789 }
3790 },
3791 "node_modules/@rollup/pluginutils": {
3792 "version": "3.1.0",
3793 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
3794 "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
3795 "license": "MIT",
3796 "dependencies": {
3797 "@types/estree": "0.0.39",
3798 "estree-walker": "^1.0.1",
3799 "picomatch": "^2.2.2"
3800 },
3801 "engines": {
3802 "node": ">= 8.0.0"
3803 },
3804 "peerDependencies": {
3805 "rollup": "^1.20.0||^2.0.0"
3806 }
3807 },
3808 "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
3809 "version": "0.0.39",
3810 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
3811 "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
3812 "license": "MIT"
3813 },
3814 "node_modules/@rtsao/scc": {
3815 "version": "1.1.0",
3816 "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
3817 "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
3818 "license": "MIT"
3819 },
3820 "node_modules/@rushstack/eslint-patch": {
3821 "version": "1.10.5",
3822 "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.5.tgz",
3823 "integrity": "sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==",
3824 "license": "MIT"
3825 },
3826 "node_modules/@sinclair/typebox": {
3827 "version": "0.24.51",
3828 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz",
3829 "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==",
3830 "license": "MIT"
3831 },
3832 "node_modules/@sinonjs/commons": {
3833 "version": "1.8.6",
3834 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
3835 "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
3836 "license": "BSD-3-Clause",
3837 "dependencies": {
3838 "type-detect": "4.0.8"
3839 }
3840 },
3841 "node_modules/@sinonjs/fake-timers": {
3842 "version": "8.1.0",
3843 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
3844 "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
3845 "license": "BSD-3-Clause",
3846 "dependencies": {
3847 "@sinonjs/commons": "^1.7.0"
3848 }
3849 },
3850 "node_modules/@supabase/auth-js": {
3851 "version": "2.67.3",
3852 "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.67.3.tgz",
3853 "integrity": "sha512-NJDaW8yXs49xMvWVOkSIr8j46jf+tYHV0wHhrwOaLLMZSFO4g6kKAf+MfzQ2RaD06OCUkUHIzctLAxjTgEVpzw==",
3854 "license": "MIT",
3855 "dependencies": {
3856 "@supabase/node-fetch": "^2.6.14"
3857 }
3858 },
3859 "node_modules/@supabase/functions-js": {
3860 "version": "2.4.4",
3861 "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.4.4.tgz",
3862 "integrity": "sha512-WL2p6r4AXNGwop7iwvul2BvOtuJ1YQy8EbOd0dhG1oN1q8el/BIRSFCFnWAMM/vJJlHWLi4ad22sKbKr9mvjoA==",
3863 "license": "MIT",
3864 "dependencies": {
3865 "@supabase/node-fetch": "^2.6.14"
3866 }
3867 },
3868 "node_modules/@supabase/node-fetch": {
3869 "version": "2.6.15",
3870 "resolved": "https://registry.npmjs.org/@supabase/node-fetch/-/node-fetch-2.6.15.tgz",
3871 "integrity": "sha512-1ibVeYUacxWYi9i0cf5efil6adJ9WRyZBLivgjs+AUpewx1F3xPi7gLgaASI2SmIQxPoCEjAsLAzKPgMJVgOUQ==",
3872 "license": "MIT",
3873 "dependencies": {
3874 "whatwg-url": "^5.0.0"
3875 },
3876 "engines": {
3877 "node": "4.x || >=6.0.0"
3878 }
3879 },
3880 "node_modules/@supabase/node-fetch/node_modules/tr46": {
3881 "version": "0.0.3",
3882 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
3883 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
3884 "license": "MIT"
3885 },
3886 "node_modules/@supabase/node-fetch/node_modules/webidl-conversions": {
3887 "version": "3.0.1",
3888 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
3889 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
3890 "license": "BSD-2-Clause"
3891 },
3892 "node_modules/@supabase/node-fetch/node_modules/whatwg-url": {
3893 "version": "5.0.0",
3894 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
3895 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
3896 "license": "MIT",
3897 "dependencies": {
3898 "tr46": "~0.0.3",
3899 "webidl-conversions": "^3.0.0"
3900 }
3901 },
3902 "node_modules/@supabase/postgrest-js": {
3903 "version": "1.18.1",
3904 "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.18.1.tgz",
3905 "integrity": "sha512-dWDnoC0MoDHKhaEOrsEKTadWQcBNknZVQcSgNE/Q2wXh05mhCL1ut/jthRUrSbYcqIw/CEjhaeIPp7dLarT0bg==",
3906 "license": "MIT",
3907 "dependencies": {
3908 "@supabase/node-fetch": "^2.6.14"
3909 }
3910 },
3911 "node_modules/@supabase/realtime-js": {
3912 "version": "2.11.2",
3913 "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.11.2.tgz",
3914 "integrity": "sha512-u/XeuL2Y0QEhXSoIPZZwR6wMXgB+RQbJzG9VErA3VghVt7uRfSVsjeqd7m5GhX3JR6dM/WRmLbVR8URpDWG4+w==",
3915 "license": "MIT",
3916 "dependencies": {
3917 "@supabase/node-fetch": "^2.6.14",
3918 "@types/phoenix": "^1.5.4",
3919 "@types/ws": "^8.5.10",
3920 "ws": "^8.18.0"
3921 }
3922 },
3923 "node_modules/@supabase/realtime-js/node_modules/ws": {
3924 "version": "8.18.0",
3925 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
3926 "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
3927 "license": "MIT",
3928 "engines": {
3929 "node": ">=10.0.0"
3930 },
3931 "peerDependencies": {
3932 "bufferutil": "^4.0.1",
3933 "utf-8-validate": ">=5.0.2"
3934 },
3935 "peerDependenciesMeta": {
3936 "bufferutil": {
3937 "optional": true
3938 },
3939 "utf-8-validate": {
3940 "optional": true
3941 }
3942 }
3943 },
3944 "node_modules/@supabase/storage-js": {
3945 "version": "2.7.1",
3946 "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.7.1.tgz",
3947 "integrity": "sha512-asYHcyDR1fKqrMpytAS1zjyEfvxuOIp1CIXX7ji4lHHcJKqyk+sLl/Vxgm4sN6u8zvuUtae9e4kDxQP2qrwWBA==",
3948 "license": "MIT",
3949 "dependencies": {
3950 "@supabase/node-fetch": "^2.6.14"
3951 }
3952 },
3953 "node_modules/@supabase/supabase-js": {
3954 "version": "2.48.1",
3955 "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.48.1.tgz",
3956 "integrity": "sha512-VMD+CYk/KxfwGbI4fqwSUVA7CLr1izXpqfFerhnYPSi6LEKD8GoR4kuO5Cc8a+N43LnfSQwLJu4kVm2e4etEmA==",
3957 "license": "MIT",
3958 "dependencies": {
3959 "@supabase/auth-js": "2.67.3",
3960 "@supabase/functions-js": "2.4.4",
3961 "@supabase/node-fetch": "2.6.15",
3962 "@supabase/postgrest-js": "1.18.1",
3963 "@supabase/realtime-js": "2.11.2",
3964 "@supabase/storage-js": "2.7.1"
3965 }
3966 },
3967 "node_modules/@surma/rollup-plugin-off-main-thread": {
3968 "version": "2.2.3",
3969 "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
3970 "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
3971 "license": "Apache-2.0",
3972 "dependencies": {
3973 "ejs": "^3.1.6",
3974 "json5": "^2.2.0",
3975 "magic-string": "^0.25.0",
3976 "string.prototype.matchall": "^4.0.6"
3977 }
3978 },
3979 "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
3980 "version": "5.4.0",
3981 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
3982 "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
3983 "license": "MIT",
3984 "engines": {
3985 "node": ">=10"
3986 },
3987 "funding": {
3988 "type": "github",
3989 "url": "https://github.com/sponsors/gregberge"
3990 }
3991 },
3992 "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
3993 "version": "5.4.0",
3994 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
3995 "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
3996 "license": "MIT",
3997 "engines": {
3998 "node": ">=10"
3999 },
4000 "funding": {
4001 "type": "github",
4002 "url": "https://github.com/sponsors/gregberge"
4003 }
4004 },
4005 "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
4006 "version": "5.0.1",
4007 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
4008 "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
4009 "license": "MIT",
4010 "engines": {
4011 "node": ">=10"
4012 },
4013 "funding": {
4014 "type": "github",
4015 "url": "https://github.com/sponsors/gregberge"
4016 }
4017 },
4018 "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
4019 "version": "5.0.1",
4020 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
4021 "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
4022 "license": "MIT",
4023 "engines": {
4024 "node": ">=10"
4025 },
4026 "funding": {
4027 "type": "github",
4028 "url": "https://github.com/sponsors/gregberge"
4029 }
4030 },
4031 "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
4032 "version": "5.4.0",
4033 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
4034 "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
4035 "license": "MIT",
4036 "engines": {
4037 "node": ">=10"
4038 },
4039 "funding": {
4040 "type": "github",
4041 "url": "https://github.com/sponsors/gregberge"
4042 }
4043 },
4044 "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
4045 "version": "5.4.0",
4046 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
4047 "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
4048 "license": "MIT",
4049 "engines": {
4050 "node": ">=10"
4051 },
4052 "funding": {
4053 "type": "github",
4054 "url": "https://github.com/sponsors/gregberge"
4055 }
4056 },
4057 "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
4058 "version": "5.4.0",
4059 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
4060 "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
4061 "license": "MIT",
4062 "engines": {
4063 "node": ">=10"
4064 },
4065 "funding": {
4066 "type": "github",
4067 "url": "https://github.com/sponsors/gregberge"
4068 }
4069 },
4070 "node_modules/@svgr/babel-plugin-transform-svg-component": {
4071 "version": "5.5.0",
4072 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
4073 "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
4074 "license": "MIT",
4075 "engines": {
4076 "node": ">=10"
4077 },
4078 "funding": {
4079 "type": "github",
4080 "url": "https://github.com/sponsors/gregberge"
4081 }
4082 },
4083 "node_modules/@svgr/babel-preset": {
4084 "version": "5.5.0",
4085 "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
4086 "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
4087 "license": "MIT",
4088 "dependencies": {
4089 "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
4090 "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
4091 "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
4092 "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
4093 "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
4094 "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
4095 "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
4096 "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
4097 },
4098 "engines": {
4099 "node": ">=10"
4100 },
4101 "funding": {
4102 "type": "github",
4103 "url": "https://github.com/sponsors/gregberge"
4104 }
4105 },
4106 "node_modules/@svgr/core": {
4107 "version": "5.5.0",
4108 "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
4109 "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
4110 "license": "MIT",
4111 "dependencies": {
4112 "@svgr/plugin-jsx": "^5.5.0",
4113 "camelcase": "^6.2.0",
4114 "cosmiconfig": "^7.0.0"
4115 },
4116 "engines": {
4117 "node": ">=10"
4118 },
4119 "funding": {
4120 "type": "github",
4121 "url": "https://github.com/sponsors/gregberge"
4122 }
4123 },
4124 "node_modules/@svgr/hast-util-to-babel-ast": {
4125 "version": "5.5.0",
4126 "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
4127 "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
4128 "license": "MIT",
4129 "dependencies": {
4130 "@babel/types": "^7.12.6"
4131 },
4132 "engines": {
4133 "node": ">=10"
4134 },
4135 "funding": {
4136 "type": "github",
4137 "url": "https://github.com/sponsors/gregberge"
4138 }
4139 },
4140 "node_modules/@svgr/plugin-jsx": {
4141 "version": "5.5.0",
4142 "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
4143 "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
4144 "license": "MIT",
4145 "dependencies": {
4146 "@babel/core": "^7.12.3",
4147 "@svgr/babel-preset": "^5.5.0",
4148 "@svgr/hast-util-to-babel-ast": "^5.5.0",
4149 "svg-parser": "^2.0.2"
4150 },
4151 "engines": {
4152 "node": ">=10"
4153 },
4154 "funding": {
4155 "type": "github",
4156 "url": "https://github.com/sponsors/gregberge"
4157 }
4158 },
4159 "node_modules/@svgr/plugin-svgo": {
4160 "version": "5.5.0",
4161 "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
4162 "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
4163 "license": "MIT",
4164 "dependencies": {
4165 "cosmiconfig": "^7.0.0",
4166 "deepmerge": "^4.2.2",
4167 "svgo": "^1.2.2"
4168 },
4169 "engines": {
4170 "node": ">=10"
4171 },
4172 "funding": {
4173 "type": "github",
4174 "url": "https://github.com/sponsors/gregberge"
4175 }
4176 },
4177 "node_modules/@svgr/webpack": {
4178 "version": "5.5.0",
4179 "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
4180 "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
4181 "license": "MIT",
4182 "dependencies": {
4183 "@babel/core": "^7.12.3",
4184 "@babel/plugin-transform-react-constant-elements": "^7.12.1",
4185 "@babel/preset-env": "^7.12.1",
4186 "@babel/preset-react": "^7.12.5",
4187 "@svgr/core": "^5.5.0",
4188 "@svgr/plugin-jsx": "^5.5.0",
4189 "@svgr/plugin-svgo": "^5.5.0",
4190 "loader-utils": "^2.0.0"
4191 },
4192 "engines": {
4193 "node": ">=10"
4194 },
4195 "funding": {
4196 "type": "github",
4197 "url": "https://github.com/sponsors/gregberge"
4198 }
4199 },
4200 "node_modules/@tootallnate/once": {
4201 "version": "1.1.2",
4202 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
4203 "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
4204 "license": "MIT",
4205 "engines": {
4206 "node": ">= 6"
4207 }
4208 },
4209 "node_modules/@trysound/sax": {
4210 "version": "0.2.0",
4211 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
4212 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
4213 "license": "ISC",
4214 "engines": {
4215 "node": ">=10.13.0"
4216 }
4217 },
4218 "node_modules/@types/babel__core": {
4219 "version": "7.20.5",
4220 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
4221 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
4222 "license": "MIT",
4223 "dependencies": {
4224 "@babel/parser": "^7.20.7",
4225 "@babel/types": "^7.20.7",
4226 "@types/babel__generator": "*",
4227 "@types/babel__template": "*",
4228 "@types/babel__traverse": "*"
4229 }
4230 },
4231 "node_modules/@types/babel__generator": {
4232 "version": "7.6.8",
4233 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
4234 "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
4235 "license": "MIT",
4236 "dependencies": {
4237 "@babel/types": "^7.0.0"
4238 }
4239 },
4240 "node_modules/@types/babel__template": {
4241 "version": "7.4.4",
4242 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
4243 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
4244 "license": "MIT",
4245 "dependencies": {
4246 "@babel/parser": "^7.1.0",
4247 "@babel/types": "^7.0.0"
4248 }
4249 },
4250 "node_modules/@types/babel__traverse": {
4251 "version": "7.20.6",
4252 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz",
4253 "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==",
4254 "license": "MIT",
4255 "dependencies": {
4256 "@babel/types": "^7.20.7"
4257 }
4258 },
4259 "node_modules/@types/body-parser": {
4260 "version": "1.19.5",
4261 "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
4262 "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
4263 "license": "MIT",
4264 "dependencies": {
4265 "@types/connect": "*",
4266 "@types/node": "*"
4267 }
4268 },
4269 "node_modules/@types/bonjour": {
4270 "version": "3.5.13",
4271 "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz",
4272 "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==",
4273 "license": "MIT",
4274 "dependencies": {
4275 "@types/node": "*"
4276 }
4277 },
4278 "node_modules/@types/connect": {
4279 "version": "3.4.38",
4280 "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
4281 "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
4282 "license": "MIT",
4283 "dependencies": {
4284 "@types/node": "*"
4285 }
4286 },
4287 "node_modules/@types/connect-history-api-fallback": {
4288 "version": "1.5.4",
4289 "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz",
4290 "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==",
4291 "license": "MIT",
4292 "dependencies": {
4293 "@types/express-serve-static-core": "*",
4294 "@types/node": "*"
4295 }
4296 },
4297 "node_modules/@types/d3-array": {
4298 "version": "3.2.1",
4299 "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz",
4300 "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==",
4301 "license": "MIT"
4302 },
4303 "node_modules/@types/d3-color": {
4304 "version": "3.1.3",
4305 "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
4306 "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
4307 "license": "MIT"
4308 },
4309 "node_modules/@types/d3-ease": {
4310 "version": "3.0.2",
4311 "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz",
4312 "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
4313 "license": "MIT"
4314 },
4315 "node_modules/@types/d3-interpolate": {
4316 "version": "3.0.4",
4317 "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
4318 "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
4319 "license": "MIT",
4320 "dependencies": {
4321 "@types/d3-color": "*"
4322 }
4323 },
4324 "node_modules/@types/d3-path": {
4325 "version": "3.1.1",
4326 "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz",
4327 "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
4328 "license": "MIT"
4329 },
4330 "node_modules/@types/d3-scale": {
4331 "version": "4.0.9",
4332 "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
4333 "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
4334 "license": "MIT",
4335 "dependencies": {
4336 "@types/d3-time": "*"
4337 }
4338 },
4339 "node_modules/@types/d3-shape": {
4340 "version": "3.1.7",
4341 "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz",
4342 "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==",
4343 "license": "MIT",
4344 "dependencies": {
4345 "@types/d3-path": "*"
4346 }
4347 },
4348 "node_modules/@types/d3-time": {
4349 "version": "3.0.4",
4350 "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
4351 "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
4352 "license": "MIT"
4353 },
4354 "node_modules/@types/d3-timer": {
4355 "version": "3.0.2",
4356 "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz",
4357 "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
4358 "license": "MIT"
4359 },
4360 "node_modules/@types/eslint": {
4361 "version": "8.56.12",
4362 "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz",
4363 "integrity": "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==",
4364 "license": "MIT",
4365 "dependencies": {
4366 "@types/estree": "*",
4367 "@types/json-schema": "*"
4368 }
4369 },
4370 "node_modules/@types/eslint-scope": {
4371 "version": "3.7.7",
4372 "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
4373 "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
4374 "license": "MIT",
4375 "dependencies": {
4376 "@types/eslint": "*",
4377 "@types/estree": "*"
4378 }
4379 },
4380 "node_modules/@types/estree": {
4381 "version": "1.0.6",
4382 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
4383 "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
4384 "license": "MIT"
4385 },
4386 "node_modules/@types/express": {
4387 "version": "4.17.21",
4388 "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
4389 "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
4390 "license": "MIT",
4391 "dependencies": {
4392 "@types/body-parser": "*",
4393 "@types/express-serve-static-core": "^4.17.33",
4394 "@types/qs": "*",
4395 "@types/serve-static": "*"
4396 }
4397 },
4398 "node_modules/@types/express-serve-static-core": {
4399 "version": "5.0.6",
4400 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
4401 "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
4402 "license": "MIT",
4403 "dependencies": {
4404 "@types/node": "*",
4405 "@types/qs": "*",
4406 "@types/range-parser": "*",
4407 "@types/send": "*"
4408 }
4409 },
4410 "node_modules/@types/express/node_modules/@types/express-serve-static-core": {
4411 "version": "4.19.6",
4412 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
4413 "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
4414 "license": "MIT",
4415 "dependencies": {
4416 "@types/node": "*",
4417 "@types/qs": "*",
4418 "@types/range-parser": "*",
4419 "@types/send": "*"
4420 }
4421 },
4422 "node_modules/@types/graceful-fs": {
4423 "version": "4.1.9",
4424 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
4425 "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
4426 "license": "MIT",
4427 "dependencies": {
4428 "@types/node": "*"
4429 }
4430 },
4431 "node_modules/@types/html-minifier-terser": {
4432 "version": "6.1.0",
4433 "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
4434 "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==",
4435 "license": "MIT"
4436 },
4437 "node_modules/@types/http-errors": {
4438 "version": "2.0.4",
4439 "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
4440 "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
4441 "license": "MIT"
4442 },
4443 "node_modules/@types/http-proxy": {
4444 "version": "1.17.16",
4445 "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.16.tgz",
4446 "integrity": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==",
4447 "license": "MIT",
4448 "dependencies": {
4449 "@types/node": "*"
4450 }
4451 },
4452 "node_modules/@types/istanbul-lib-coverage": {
4453 "version": "2.0.6",
4454 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
4455 "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
4456 "license": "MIT"
4457 },
4458 "node_modules/@types/istanbul-lib-report": {
4459 "version": "3.0.3",
4460 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
4461 "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
4462 "license": "MIT",
4463 "dependencies": {
4464 "@types/istanbul-lib-coverage": "*"
4465 }
4466 },
4467 "node_modules/@types/istanbul-reports": {
4468 "version": "3.0.4",
4469 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
4470 "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
4471 "license": "MIT",
4472 "dependencies": {
4473 "@types/istanbul-lib-report": "*"
4474 }
4475 },
4476 "node_modules/@types/json-schema": {
4477 "version": "7.0.15",
4478 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
4479 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
4480 "license": "MIT"
4481 },
4482 "node_modules/@types/json5": {
4483 "version": "0.0.29",
4484 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
4485 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
4486 "license": "MIT"
4487 },
4488 "node_modules/@types/mime": {
4489 "version": "1.3.5",
4490 "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
4491 "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
4492 "license": "MIT"
4493 },
4494 "node_modules/@types/node": {
4495 "version": "22.13.4",
4496 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.4.tgz",
4497 "integrity": "sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==",
4498 "license": "MIT",
4499 "dependencies": {
4500 "undici-types": "~6.20.0"
4501 }
4502 },
4503 "node_modules/@types/node-forge": {
4504 "version": "1.3.11",
4505 "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz",
4506 "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==",
4507 "license": "MIT",
4508 "dependencies": {
4509 "@types/node": "*"
4510 }
4511 },
4512 "node_modules/@types/parse-json": {
4513 "version": "4.0.2",
4514 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
4515 "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
4516 "license": "MIT"
4517 },
4518 "node_modules/@types/phoenix": {
4519 "version": "1.6.6",
4520 "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.6.tgz",
4521 "integrity": "sha512-PIzZZlEppgrpoT2QgbnDU+MMzuR6BbCjllj0bM70lWoejMeNJAxCchxnv7J3XFkI8MpygtRpzXrIlmWUBclP5A==",
4522 "license": "MIT"
4523 },
4524 "node_modules/@types/prettier": {
4525 "version": "2.7.3",
4526 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
4527 "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==",
4528 "license": "MIT"
4529 },
4530 "node_modules/@types/q": {
4531 "version": "1.5.8",
4532 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz",
4533 "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==",
4534 "license": "MIT"
4535 },
4536 "node_modules/@types/qs": {
4537 "version": "6.9.18",
4538 "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
4539 "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
4540 "license": "MIT"
4541 },
4542 "node_modules/@types/range-parser": {
4543 "version": "1.2.7",
4544 "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
4545 "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
4546 "license": "MIT"
4547 },
4548 "node_modules/@types/resolve": {
4549 "version": "1.17.1",
4550 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
4551 "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
4552 "license": "MIT",
4553 "dependencies": {
4554 "@types/node": "*"
4555 }
4556 },
4557 "node_modules/@types/retry": {
4558 "version": "0.12.0",
4559 "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
4560 "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
4561 "license": "MIT"
4562 },
4563 "node_modules/@types/semver": {
4564 "version": "7.5.8",
4565 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
4566 "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
4567 "license": "MIT"
4568 },
4569 "node_modules/@types/send": {
4570 "version": "0.17.4",
4571 "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
4572 "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
4573 "license": "MIT",
4574 "dependencies": {
4575 "@types/mime": "^1",
4576 "@types/node": "*"
4577 }
4578 },
4579 "node_modules/@types/serve-index": {
4580 "version": "1.9.4",
4581 "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz",
4582 "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==",
4583 "license": "MIT",
4584 "dependencies": {
4585 "@types/express": "*"
4586 }
4587 },
4588 "node_modules/@types/serve-static": {
4589 "version": "1.15.7",
4590 "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
4591 "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
4592 "license": "MIT",
4593 "dependencies": {
4594 "@types/http-errors": "*",
4595 "@types/node": "*",
4596 "@types/send": "*"
4597 }
4598 },
4599 "node_modules/@types/sockjs": {
4600 "version": "0.3.36",
4601 "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz",
4602 "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==",
4603 "license": "MIT",
4604 "dependencies": {
4605 "@types/node": "*"
4606 }
4607 },
4608 "node_modules/@types/stack-utils": {
4609 "version": "2.0.3",
4610 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
4611 "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
4612 "license": "MIT"
4613 },
4614 "node_modules/@types/trusted-types": {
4615 "version": "2.0.7",
4616 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
4617 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
4618 "license": "MIT"
4619 },
4620 "node_modules/@types/ws": {
4621 "version": "8.5.14",
4622 "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.14.tgz",
4623 "integrity": "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==",
4624 "license": "MIT",
4625 "dependencies": {
4626 "@types/node": "*"
4627 }
4628 },
4629 "node_modules/@types/yargs": {
4630 "version": "16.0.9",
4631 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz",
4632 "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==",
4633 "license": "MIT",
4634 "dependencies": {
4635 "@types/yargs-parser": "*"
4636 }
4637 },
4638 "node_modules/@types/yargs-parser": {
4639 "version": "21.0.3",
4640 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
4641 "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
4642 "license": "MIT"
4643 },
4644 "node_modules/@typescript-eslint/eslint-plugin": {
4645 "version": "5.62.0",
4646 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
4647 "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
4648 "license": "MIT",
4649 "dependencies": {
4650 "@eslint-community/regexpp": "^4.4.0",
4651 "@typescript-eslint/scope-manager": "5.62.0",
4652 "@typescript-eslint/type-utils": "5.62.0",
4653 "@typescript-eslint/utils": "5.62.0",
4654 "debug": "^4.3.4",
4655 "graphemer": "^1.4.0",
4656 "ignore": "^5.2.0",
4657 "natural-compare-lite": "^1.4.0",
4658 "semver": "^7.3.7",
4659 "tsutils": "^3.21.0"
4660 },
4661 "engines": {
4662 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4663 },
4664 "funding": {
4665 "type": "opencollective",
4666 "url": "https://opencollective.com/typescript-eslint"
4667 },
4668 "peerDependencies": {
4669 "@typescript-eslint/parser": "^5.0.0",
4670 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4671 },
4672 "peerDependenciesMeta": {
4673 "typescript": {
4674 "optional": true
4675 }
4676 }
4677 },
4678 "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
4679 "version": "4.4.0",
4680 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
4681 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
4682 "license": "MIT",
4683 "dependencies": {
4684 "ms": "^2.1.3"
4685 },
4686 "engines": {
4687 "node": ">=6.0"
4688 },
4689 "peerDependenciesMeta": {
4690 "supports-color": {
4691 "optional": true
4692 }
4693 }
4694 },
4695 "node_modules/@typescript-eslint/eslint-plugin/node_modules/ms": {
4696 "version": "2.1.3",
4697 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4698 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4699 "license": "MIT"
4700 },
4701 "node_modules/@typescript-eslint/experimental-utils": {
4702 "version": "5.62.0",
4703 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz",
4704 "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==",
4705 "license": "MIT",
4706 "dependencies": {
4707 "@typescript-eslint/utils": "5.62.0"
4708 },
4709 "engines": {
4710 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4711 },
4712 "funding": {
4713 "type": "opencollective",
4714 "url": "https://opencollective.com/typescript-eslint"
4715 },
4716 "peerDependencies": {
4717 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4718 }
4719 },
4720 "node_modules/@typescript-eslint/parser": {
4721 "version": "5.62.0",
4722 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
4723 "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
4724 "license": "BSD-2-Clause",
4725 "dependencies": {
4726 "@typescript-eslint/scope-manager": "5.62.0",
4727 "@typescript-eslint/types": "5.62.0",
4728 "@typescript-eslint/typescript-estree": "5.62.0",
4729 "debug": "^4.3.4"
4730 },
4731 "engines": {
4732 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4733 },
4734 "funding": {
4735 "type": "opencollective",
4736 "url": "https://opencollective.com/typescript-eslint"
4737 },
4738 "peerDependencies": {
4739 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4740 },
4741 "peerDependenciesMeta": {
4742 "typescript": {
4743 "optional": true
4744 }
4745 }
4746 },
4747 "node_modules/@typescript-eslint/parser/node_modules/debug": {
4748 "version": "4.4.0",
4749 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
4750 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
4751 "license": "MIT",
4752 "dependencies": {
4753 "ms": "^2.1.3"
4754 },
4755 "engines": {
4756 "node": ">=6.0"
4757 },
4758 "peerDependenciesMeta": {
4759 "supports-color": {
4760 "optional": true
4761 }
4762 }
4763 },
4764 "node_modules/@typescript-eslint/parser/node_modules/ms": {
4765 "version": "2.1.3",
4766 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4767 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4768 "license": "MIT"
4769 },
4770 "node_modules/@typescript-eslint/scope-manager": {
4771 "version": "5.62.0",
4772 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
4773 "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
4774 "license": "MIT",
4775 "dependencies": {
4776 "@typescript-eslint/types": "5.62.0",
4777 "@typescript-eslint/visitor-keys": "5.62.0"
4778 },
4779 "engines": {
4780 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4781 },
4782 "funding": {
4783 "type": "opencollective",
4784 "url": "https://opencollective.com/typescript-eslint"
4785 }
4786 },
4787 "node_modules/@typescript-eslint/type-utils": {
4788 "version": "5.62.0",
4789 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
4790 "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
4791 "license": "MIT",
4792 "dependencies": {
4793 "@typescript-eslint/typescript-estree": "5.62.0",
4794 "@typescript-eslint/utils": "5.62.0",
4795 "debug": "^4.3.4",
4796 "tsutils": "^3.21.0"
4797 },
4798 "engines": {
4799 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4800 },
4801 "funding": {
4802 "type": "opencollective",
4803 "url": "https://opencollective.com/typescript-eslint"
4804 },
4805 "peerDependencies": {
4806 "eslint": "*"
4807 },
4808 "peerDependenciesMeta": {
4809 "typescript": {
4810 "optional": true
4811 }
4812 }
4813 },
4814 "node_modules/@typescript-eslint/type-utils/node_modules/debug": {
4815 "version": "4.4.0",
4816 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
4817 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
4818 "license": "MIT",
4819 "dependencies": {
4820 "ms": "^2.1.3"
4821 },
4822 "engines": {
4823 "node": ">=6.0"
4824 },
4825 "peerDependenciesMeta": {
4826 "supports-color": {
4827 "optional": true
4828 }
4829 }
4830 },
4831 "node_modules/@typescript-eslint/type-utils/node_modules/ms": {
4832 "version": "2.1.3",
4833 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4834 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4835 "license": "MIT"
4836 },
4837 "node_modules/@typescript-eslint/types": {
4838 "version": "5.62.0",
4839 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
4840 "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
4841 "license": "MIT",
4842 "engines": {
4843 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4844 },
4845 "funding": {
4846 "type": "opencollective",
4847 "url": "https://opencollective.com/typescript-eslint"
4848 }
4849 },
4850 "node_modules/@typescript-eslint/typescript-estree": {
4851 "version": "5.62.0",
4852 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
4853 "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
4854 "license": "BSD-2-Clause",
4855 "dependencies": {
4856 "@typescript-eslint/types": "5.62.0",
4857 "@typescript-eslint/visitor-keys": "5.62.0",
4858 "debug": "^4.3.4",
4859 "globby": "^11.1.0",
4860 "is-glob": "^4.0.3",
4861 "semver": "^7.3.7",
4862 "tsutils": "^3.21.0"
4863 },
4864 "engines": {
4865 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4866 },
4867 "funding": {
4868 "type": "opencollective",
4869 "url": "https://opencollective.com/typescript-eslint"
4870 },
4871 "peerDependenciesMeta": {
4872 "typescript": {
4873 "optional": true
4874 }
4875 }
4876 },
4877 "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
4878 "version": "4.4.0",
4879 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
4880 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
4881 "license": "MIT",
4882 "dependencies": {
4883 "ms": "^2.1.3"
4884 },
4885 "engines": {
4886 "node": ">=6.0"
4887 },
4888 "peerDependenciesMeta": {
4889 "supports-color": {
4890 "optional": true
4891 }
4892 }
4893 },
4894 "node_modules/@typescript-eslint/typescript-estree/node_modules/ms": {
4895 "version": "2.1.3",
4896 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4897 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4898 "license": "MIT"
4899 },
4900 "node_modules/@typescript-eslint/utils": {
4901 "version": "5.62.0",
4902 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
4903 "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
4904 "license": "MIT",
4905 "dependencies": {
4906 "@eslint-community/eslint-utils": "^4.2.0",
4907 "@types/json-schema": "^7.0.9",
4908 "@types/semver": "^7.3.12",
4909 "@typescript-eslint/scope-manager": "5.62.0",
4910 "@typescript-eslint/types": "5.62.0",
4911 "@typescript-eslint/typescript-estree": "5.62.0",
4912 "eslint-scope": "^5.1.1",
4913 "semver": "^7.3.7"
4914 },
4915 "engines": {
4916 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4917 },
4918 "funding": {
4919 "type": "opencollective",
4920 "url": "https://opencollective.com/typescript-eslint"
4921 },
4922 "peerDependencies": {
4923 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4924 }
4925 },
4926 "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
4927 "version": "5.1.1",
4928 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
4929 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
4930 "license": "BSD-2-Clause",
4931 "dependencies": {
4932 "esrecurse": "^4.3.0",
4933 "estraverse": "^4.1.1"
4934 },
4935 "engines": {
4936 "node": ">=8.0.0"
4937 }
4938 },
4939 "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
4940 "version": "4.3.0",
4941 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
4942 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
4943 "license": "BSD-2-Clause",
4944 "engines": {
4945 "node": ">=4.0"
4946 }
4947 },
4948 "node_modules/@typescript-eslint/visitor-keys": {
4949 "version": "5.62.0",
4950 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
4951 "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
4952 "license": "MIT",
4953 "dependencies": {
4954 "@typescript-eslint/types": "5.62.0",
4955 "eslint-visitor-keys": "^3.3.0"
4956 },
4957 "engines": {
4958 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4959 },
4960 "funding": {
4961 "type": "opencollective",
4962 "url": "https://opencollective.com/typescript-eslint"
4963 }
4964 },
4965 "node_modules/@ungap/structured-clone": {
4966 "version": "1.3.0",
4967 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
4968 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
4969 "license": "ISC"
4970 },
4971 "node_modules/@vercel/analytics": {
4972 "version": "1.5.0",
4973 "resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.5.0.tgz",
4974 "integrity": "sha512-MYsBzfPki4gthY5HnYN7jgInhAZ7Ac1cYDoRWFomwGHWEX7odTEzbtg9kf/QSo7XEsEAqlQugA6gJ2WS2DEa3g==",
4975 "license": "MPL-2.0",
4976 "peerDependencies": {
4977 "@remix-run/react": "^2",
4978 "@sveltejs/kit": "^1 || ^2",
4979 "next": ">= 13",
4980 "react": "^18 || ^19 || ^19.0.0-rc",
4981 "svelte": ">= 4",
4982 "vue": "^3",
4983 "vue-router": "^4"
4984 },
4985 "peerDependenciesMeta": {
4986 "@remix-run/react": {
4987 "optional": true
4988 },
4989 "@sveltejs/kit": {
4990 "optional": true
4991 },
4992 "next": {
4993 "optional": true
4994 },
4995 "react": {
4996 "optional": true
4997 },
4998 "svelte": {
4999 "optional": true
5000 },
5001 "vue": {
5002 "optional": true
5003 },
5004 "vue-router": {
5005 "optional": true
5006 }
5007 }
5008 },
5009 "node_modules/@vercel/edge": {
5010 "version": "1.2.1",
5011 "resolved": "https://registry.npmjs.org/@vercel/edge/-/edge-1.2.1.tgz",
5012 "integrity": "sha512-1++yncEyIAi68D3UEOlytYb1IUcIulMWdoSzX2h9LuSeeyR7JtaIgR8DcTQ6+DmYOQn+5MCh6LY+UmK6QBByNA==",
5013 "license": "Apache-2.0"
5014 },
5015 "node_modules/@webassemblyjs/ast": {
5016 "version": "1.14.1",
5017 "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz",
5018 "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
5019 "license": "MIT",
5020 "dependencies": {
5021 "@webassemblyjs/helper-numbers": "1.13.2",
5022 "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
5023 }
5024 },
5025 "node_modules/@webassemblyjs/floating-point-hex-parser": {
5026 "version": "1.13.2",
5027 "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
5028 "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
5029 "license": "MIT"
5030 },
5031 "node_modules/@webassemblyjs/helper-api-error": {
5032 "version": "1.13.2",
5033 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz",
5034 "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==",
5035 "license": "MIT"
5036 },
5037 "node_modules/@webassemblyjs/helper-buffer": {
5038 "version": "1.14.1",
5039 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz",
5040 "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==",
5041 "license": "MIT"
5042 },
5043 "node_modules/@webassemblyjs/helper-numbers": {
5044 "version": "1.13.2",
5045 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz",
5046 "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==",
5047 "license": "MIT",
5048 "dependencies": {
5049 "@webassemblyjs/floating-point-hex-parser": "1.13.2",
5050 "@webassemblyjs/helper-api-error": "1.13.2",
5051 "@xtuc/long": "4.2.2"
5052 }
5053 },
5054 "node_modules/@webassemblyjs/helper-wasm-bytecode": {
5055 "version": "1.13.2",
5056 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz",
5057 "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==",
5058 "license": "MIT"
5059 },
5060 "node_modules/@webassemblyjs/helper-wasm-section": {
5061 "version": "1.14.1",
5062 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz",
5063 "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==",
5064 "license": "MIT",
5065 "dependencies": {
5066 "@webassemblyjs/ast": "1.14.1",
5067 "@webassemblyjs/helper-buffer": "1.14.1",
5068 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
5069 "@webassemblyjs/wasm-gen": "1.14.1"
5070 }
5071 },
5072 "node_modules/@webassemblyjs/ieee754": {
5073 "version": "1.13.2",
5074 "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz",
5075 "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==",
5076 "license": "MIT",
5077 "dependencies": {
5078 "@xtuc/ieee754": "^1.2.0"
5079 }
5080 },
5081 "node_modules/@webassemblyjs/leb128": {
5082 "version": "1.13.2",
5083 "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz",
5084 "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==",
5085 "license": "Apache-2.0",
5086 "dependencies": {
5087 "@xtuc/long": "4.2.2"
5088 }
5089 },
5090 "node_modules/@webassemblyjs/utf8": {
5091 "version": "1.13.2",
5092 "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz",
5093 "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==",
5094 "license": "MIT"
5095 },
5096 "node_modules/@webassemblyjs/wasm-edit": {
5097 "version": "1.14.1",
5098 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz",
5099 "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==",
5100 "license": "MIT",
5101 "dependencies": {
5102 "@webassemblyjs/ast": "1.14.1",
5103 "@webassemblyjs/helper-buffer": "1.14.1",
5104 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
5105 "@webassemblyjs/helper-wasm-section": "1.14.1",
5106 "@webassemblyjs/wasm-gen": "1.14.1",
5107 "@webassemblyjs/wasm-opt": "1.14.1",
5108 "@webassemblyjs/wasm-parser": "1.14.1",
5109 "@webassemblyjs/wast-printer": "1.14.1"
5110 }
5111 },
5112 "node_modules/@webassemblyjs/wasm-gen": {
5113 "version": "1.14.1",
5114 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz",
5115 "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==",
5116 "license": "MIT",
5117 "dependencies": {
5118 "@webassemblyjs/ast": "1.14.1",
5119 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
5120 "@webassemblyjs/ieee754": "1.13.2",
5121 "@webassemblyjs/leb128": "1.13.2",
5122 "@webassemblyjs/utf8": "1.13.2"
5123 }
5124 },
5125 "node_modules/@webassemblyjs/wasm-opt": {
5126 "version": "1.14.1",
5127 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz",
5128 "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==",
5129 "license": "MIT",
5130 "dependencies": {
5131 "@webassemblyjs/ast": "1.14.1",
5132 "@webassemblyjs/helper-buffer": "1.14.1",
5133 "@webassemblyjs/wasm-gen": "1.14.1",
5134 "@webassemblyjs/wasm-parser": "1.14.1"
5135 }
5136 },
5137 "node_modules/@webassemblyjs/wasm-parser": {
5138 "version": "1.14.1",
5139 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz",
5140 "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==",
5141 "license": "MIT",
5142 "dependencies": {
5143 "@webassemblyjs/ast": "1.14.1",
5144 "@webassemblyjs/helper-api-error": "1.13.2",
5145 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
5146 "@webassemblyjs/ieee754": "1.13.2",
5147 "@webassemblyjs/leb128": "1.13.2",
5148 "@webassemblyjs/utf8": "1.13.2"
5149 }
5150 },
5151 "node_modules/@webassemblyjs/wast-printer": {
5152 "version": "1.14.1",
5153 "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz",
5154 "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==",
5155 "license": "MIT",
5156 "dependencies": {
5157 "@webassemblyjs/ast": "1.14.1",
5158 "@xtuc/long": "4.2.2"
5159 }
5160 },
5161 "node_modules/@xtuc/ieee754": {
5162 "version": "1.2.0",
5163 "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
5164 "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
5165 "license": "BSD-3-Clause"
5166 },
5167 "node_modules/@xtuc/long": {
5168 "version": "4.2.2",
5169 "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
5170 "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
5171 "license": "Apache-2.0"
5172 },
5173 "node_modules/abab": {
5174 "version": "2.0.6",
5175 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
5176 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
5177 "deprecated": "Use your platform's native atob() and btoa() methods instead",
5178 "license": "BSD-3-Clause"
5179 },
5180 "node_modules/accepts": {
5181 "version": "1.3.8",
5182 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
5183 "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
5184 "license": "MIT",
5185 "dependencies": {
5186 "mime-types": "~2.1.34",
5187 "negotiator": "0.6.3"
5188 },
5189 "engines": {
5190 "node": ">= 0.6"
5191 }
5192 },
5193 "node_modules/accepts/node_modules/negotiator": {
5194 "version": "0.6.3",
5195 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
5196 "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
5197 "license": "MIT",
5198 "engines": {
5199 "node": ">= 0.6"
5200 }
5201 },
5202 "node_modules/acorn": {
5203 "version": "8.14.0",
5204 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
5205 "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
5206 "license": "MIT",
5207 "bin": {
5208 "acorn": "bin/acorn"
5209 },
5210 "engines": {
5211 "node": ">=0.4.0"
5212 }
5213 },
5214 "node_modules/acorn-globals": {
5215 "version": "6.0.0",
5216 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
5217 "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
5218 "license": "MIT",
5219 "dependencies": {
5220 "acorn": "^7.1.1",
5221 "acorn-walk": "^7.1.1"
5222 }
5223 },
5224 "node_modules/acorn-globals/node_modules/acorn": {
5225 "version": "7.4.1",
5226 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
5227 "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
5228 "license": "MIT",
5229 "bin": {
5230 "acorn": "bin/acorn"
5231 },
5232 "engines": {
5233 "node": ">=0.4.0"
5234 }
5235 },
5236 "node_modules/acorn-jsx": {
5237 "version": "5.3.2",
5238 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
5239 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
5240 "license": "MIT",
5241 "peerDependencies": {
5242 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
5243 }
5244 },
5245 "node_modules/acorn-walk": {
5246 "version": "7.2.0",
5247 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
5248 "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
5249 "license": "MIT",
5250 "engines": {
5251 "node": ">=0.4.0"
5252 }
5253 },
5254 "node_modules/address": {
5255 "version": "1.2.2",
5256 "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz",
5257 "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
5258 "license": "MIT",
5259 "engines": {
5260 "node": ">= 10.0.0"
5261 }
5262 },
5263 "node_modules/adjust-sourcemap-loader": {
5264 "version": "4.0.0",
5265 "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
5266 "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
5267 "license": "MIT",
5268 "dependencies": {
5269 "loader-utils": "^2.0.0",
5270 "regex-parser": "^2.2.11"
5271 },
5272 "engines": {
5273 "node": ">=8.9"
5274 }
5275 },
5276 "node_modules/agent-base": {
5277 "version": "6.0.2",
5278 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
5279 "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
5280 "license": "MIT",
5281 "dependencies": {
5282 "debug": "4"
5283 },
5284 "engines": {
5285 "node": ">= 6.0.0"
5286 }
5287 },
5288 "node_modules/agent-base/node_modules/debug": {
5289 "version": "4.4.0",
5290 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
5291 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
5292 "license": "MIT",
5293 "dependencies": {
5294 "ms": "^2.1.3"
5295 },
5296 "engines": {
5297 "node": ">=6.0"
5298 },
5299 "peerDependenciesMeta": {
5300 "supports-color": {
5301 "optional": true
5302 }
5303 }
5304 },
5305 "node_modules/agent-base/node_modules/ms": {
5306 "version": "2.1.3",
5307 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
5308 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
5309 "license": "MIT"
5310 },
5311 "node_modules/ajv": {
5312 "version": "6.12.6",
5313 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
5314 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
5315 "license": "MIT",
5316 "dependencies": {
5317 "fast-deep-equal": "^3.1.1",
5318 "fast-json-stable-stringify": "^2.0.0",
5319 "json-schema-traverse": "^0.4.1",
5320 "uri-js": "^4.2.2"
5321 },
5322 "funding": {
5323 "type": "github",
5324 "url": "https://github.com/sponsors/epoberezkin"
5325 }
5326 },
5327 "node_modules/ajv-formats": {
5328 "version": "2.1.1",
5329 "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
5330 "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
5331 "license": "MIT",
5332 "dependencies": {
5333 "ajv": "^8.0.0"
5334 },
5335 "peerDependencies": {
5336 "ajv": "^8.0.0"
5337 },
5338 "peerDependenciesMeta": {
5339 "ajv": {
5340 "optional": true
5341 }
5342 }
5343 },
5344 "node_modules/ajv-formats/node_modules/ajv": {
5345 "version": "8.17.1",
5346 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
5347 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
5348 "license": "MIT",
5349 "dependencies": {
5350 "fast-deep-equal": "^3.1.3",
5351 "fast-uri": "^3.0.1",
5352 "json-schema-traverse": "^1.0.0",
5353 "require-from-string": "^2.0.2"
5354 },
5355 "funding": {
5356 "type": "github",
5357 "url": "https://github.com/sponsors/epoberezkin"
5358 }
5359 },
5360 "node_modules/ajv-formats/node_modules/json-schema-traverse": {
5361 "version": "1.0.0",
5362 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
5363 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
5364 "license": "MIT"
5365 },
5366 "node_modules/ajv-keywords": {
5367 "version": "3.5.2",
5368 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
5369 "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
5370 "license": "MIT",
5371 "peerDependencies": {
5372 "ajv": "^6.9.1"
5373 }
5374 },
5375 "node_modules/ansi-escapes": {
5376 "version": "4.3.2",
5377 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
5378 "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
5379 "license": "MIT",
5380 "dependencies": {
5381 "type-fest": "^0.21.3"
5382 },
5383 "engines": {
5384 "node": ">=8"
5385 },
5386 "funding": {
5387 "url": "https://github.com/sponsors/sindresorhus"
5388 }
5389 },
5390 "node_modules/ansi-html": {
5391 "version": "0.0.9",
5392 "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.9.tgz",
5393 "integrity": "sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==",
5394 "engines": [
5395 "node >= 0.8.0"
5396 ],
5397 "license": "Apache-2.0",
5398 "bin": {
5399 "ansi-html": "bin/ansi-html"
5400 }
5401 },
5402 "node_modules/ansi-html-community": {
5403 "version": "0.0.8",
5404 "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
5405 "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
5406 "engines": [
5407 "node >= 0.8.0"
5408 ],
5409 "license": "Apache-2.0",
5410 "bin": {
5411 "ansi-html": "bin/ansi-html"
5412 }
5413 },
5414 "node_modules/ansi-regex": {
5415 "version": "5.0.1",
5416 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
5417 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
5418 "license": "MIT",
5419 "engines": {
5420 "node": ">=8"
5421 }
5422 },
5423 "node_modules/ansi-styles": {
5424 "version": "4.3.0",
5425 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5426 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5427 "license": "MIT",
5428 "dependencies": {
5429 "color-convert": "^2.0.1"
5430 },
5431 "engines": {
5432 "node": ">=8"
5433 },
5434 "funding": {
5435 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5436 }
5437 },
5438 "node_modules/any-promise": {
5439 "version": "1.3.0",
5440 "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
5441 "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
5442 "license": "MIT"
5443 },
5444 "node_modules/anymatch": {
5445 "version": "3.1.3",
5446 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
5447 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
5448 "license": "ISC",
5449 "dependencies": {
5450 "normalize-path": "^3.0.0",
5451 "picomatch": "^2.0.4"
5452 },
5453 "engines": {
5454 "node": ">= 8"
5455 }
5456 },
5457 "node_modules/arg": {
5458 "version": "5.0.2",
5459 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
5460 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
5461 "license": "MIT"
5462 },
5463 "node_modules/argparse": {
5464 "version": "1.0.10",
5465 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
5466 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
5467 "license": "MIT",
5468 "dependencies": {
5469 "sprintf-js": "~1.0.2"
5470 }
5471 },
5472 "node_modules/aria-query": {
5473 "version": "5.3.2",
5474 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
5475 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
5476 "license": "Apache-2.0",
5477 "engines": {
5478 "node": ">= 0.4"
5479 }
5480 },
5481 "node_modules/array-buffer-byte-length": {
5482 "version": "1.0.2",
5483 "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
5484 "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
5485 "license": "MIT",
5486 "dependencies": {
5487 "call-bound": "^1.0.3",
5488 "is-array-buffer": "^3.0.5"
5489 },
5490 "engines": {
5491 "node": ">= 0.4"
5492 },
5493 "funding": {
5494 "url": "https://github.com/sponsors/ljharb"
5495 }
5496 },
5497 "node_modules/array-flatten": {
5498 "version": "1.1.1",
5499 "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
5500 "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
5501 "license": "MIT"
5502 },
5503 "node_modules/array-includes": {
5504 "version": "3.1.8",
5505 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
5506 "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
5507 "license": "MIT",
5508 "dependencies": {
5509 "call-bind": "^1.0.7",
5510 "define-properties": "^1.2.1",
5511 "es-abstract": "^1.23.2",
5512 "es-object-atoms": "^1.0.0",
5513 "get-intrinsic": "^1.2.4",
5514 "is-string": "^1.0.7"
5515 },
5516 "engines": {
5517 "node": ">= 0.4"
5518 },
5519 "funding": {
5520 "url": "https://github.com/sponsors/ljharb"
5521 }
5522 },
5523 "node_modules/array-union": {
5524 "version": "2.1.0",
5525 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
5526 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
5527 "license": "MIT",
5528 "engines": {
5529 "node": ">=8"
5530 }
5531 },
5532 "node_modules/array.prototype.findlast": {
5533 "version": "1.2.5",
5534 "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
5535 "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
5536 "license": "MIT",
5537 "dependencies": {
5538 "call-bind": "^1.0.7",
5539 "define-properties": "^1.2.1",
5540 "es-abstract": "^1.23.2",
5541 "es-errors": "^1.3.0",
5542 "es-object-atoms": "^1.0.0",
5543 "es-shim-unscopables": "^1.0.2"
5544 },
5545 "engines": {
5546 "node": ">= 0.4"
5547 },
5548 "funding": {
5549 "url": "https://github.com/sponsors/ljharb"
5550 }
5551 },
5552 "node_modules/array.prototype.findlastindex": {
5553 "version": "1.2.5",
5554 "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
5555 "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
5556 "license": "MIT",
5557 "dependencies": {
5558 "call-bind": "^1.0.7",
5559 "define-properties": "^1.2.1",
5560 "es-abstract": "^1.23.2",
5561 "es-errors": "^1.3.0",
5562 "es-object-atoms": "^1.0.0",
5563 "es-shim-unscopables": "^1.0.2"
5564 },
5565 "engines": {
5566 "node": ">= 0.4"
5567 },
5568 "funding": {
5569 "url": "https://github.com/sponsors/ljharb"
5570 }
5571 },
5572 "node_modules/array.prototype.flat": {
5573 "version": "1.3.3",
5574 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
5575 "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
5576 "license": "MIT",
5577 "dependencies": {
5578 "call-bind": "^1.0.8",
5579 "define-properties": "^1.2.1",
5580 "es-abstract": "^1.23.5",
5581 "es-shim-unscopables": "^1.0.2"
5582 },
5583 "engines": {
5584 "node": ">= 0.4"
5585 },
5586 "funding": {
5587 "url": "https://github.com/sponsors/ljharb"
5588 }
5589 },
5590 "node_modules/array.prototype.flatmap": {
5591 "version": "1.3.3",
5592 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
5593 "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
5594 "license": "MIT",
5595 "dependencies": {
5596 "call-bind": "^1.0.8",
5597 "define-properties": "^1.2.1",
5598 "es-abstract": "^1.23.5",
5599 "es-shim-unscopables": "^1.0.2"
5600 },
5601 "engines": {
5602 "node": ">= 0.4"
5603 },
5604 "funding": {
5605 "url": "https://github.com/sponsors/ljharb"
5606 }
5607 },
5608 "node_modules/array.prototype.reduce": {
5609 "version": "1.0.7",
5610 "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz",
5611 "integrity": "sha512-mzmiUCVwtiD4lgxYP8g7IYy8El8p2CSMePvIbTS7gchKir/L1fgJrk0yDKmAX6mnRQFKNADYIk8nNlTris5H1Q==",
5612 "license": "MIT",
5613 "dependencies": {
5614 "call-bind": "^1.0.7",
5615 "define-properties": "^1.2.1",
5616 "es-abstract": "^1.23.2",
5617 "es-array-method-boxes-properly": "^1.0.0",
5618 "es-errors": "^1.3.0",
5619 "es-object-atoms": "^1.0.0",
5620 "is-string": "^1.0.7"
5621 },
5622 "engines": {
5623 "node": ">= 0.4"
5624 },
5625 "funding": {
5626 "url": "https://github.com/sponsors/ljharb"
5627 }
5628 },
5629 "node_modules/array.prototype.tosorted": {
5630 "version": "1.1.4",
5631 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
5632 "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
5633 "license": "MIT",
5634 "dependencies": {
5635 "call-bind": "^1.0.7",
5636 "define-properties": "^1.2.1",
5637 "es-abstract": "^1.23.3",
5638 "es-errors": "^1.3.0",
5639 "es-shim-unscopables": "^1.0.2"
5640 },
5641 "engines": {
5642 "node": ">= 0.4"
5643 }
5644 },
5645 "node_modules/arraybuffer.prototype.slice": {
5646 "version": "1.0.4",
5647 "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
5648 "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
5649 "license": "MIT",
5650 "dependencies": {
5651 "array-buffer-byte-length": "^1.0.1",
5652 "call-bind": "^1.0.8",
5653 "define-properties": "^1.2.1",
5654 "es-abstract": "^1.23.5",
5655 "es-errors": "^1.3.0",
5656 "get-intrinsic": "^1.2.6",
5657 "is-array-buffer": "^3.0.4"
5658 },
5659 "engines": {
5660 "node": ">= 0.4"
5661 },
5662 "funding": {
5663 "url": "https://github.com/sponsors/ljharb"
5664 }
5665 },
5666 "node_modules/asap": {
5667 "version": "2.0.6",
5668 "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
5669 "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
5670 "license": "MIT"
5671 },
5672 "node_modules/ast-types-flow": {
5673 "version": "0.0.8",
5674 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
5675 "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
5676 "license": "MIT"
5677 },
5678 "node_modules/async": {
5679 "version": "3.2.6",
5680 "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
5681 "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
5682 "license": "MIT"
5683 },
5684 "node_modules/async-function": {
5685 "version": "1.0.0",
5686 "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
5687 "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
5688 "license": "MIT",
5689 "engines": {
5690 "node": ">= 0.4"
5691 }
5692 },
5693 "node_modules/asynckit": {
5694 "version": "0.4.0",
5695 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
5696 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
5697 "license": "MIT"
5698 },
5699 "node_modules/at-least-node": {
5700 "version": "1.0.0",
5701 "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
5702 "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
5703 "license": "ISC",
5704 "engines": {
5705 "node": ">= 4.0.0"
5706 }
5707 },
5708 "node_modules/autoprefixer": {
5709 "version": "10.4.20",
5710 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
5711 "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
5712 "funding": [
5713 {
5714 "type": "opencollective",
5715 "url": "https://opencollective.com/postcss/"
5716 },
5717 {
5718 "type": "tidelift",
5719 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
5720 },
5721 {
5722 "type": "github",
5723 "url": "https://github.com/sponsors/ai"
5724 }
5725 ],
5726 "license": "MIT",
5727 "dependencies": {
5728 "browserslist": "^4.23.3",
5729 "caniuse-lite": "^1.0.30001646",
5730 "fraction.js": "^4.3.7",
5731 "normalize-range": "^0.1.2",
5732 "picocolors": "^1.0.1",
5733 "postcss-value-parser": "^4.2.0"
5734 },
5735 "bin": {
5736 "autoprefixer": "bin/autoprefixer"
5737 },
5738 "engines": {
5739 "node": "^10 || ^12 || >=14"
5740 },
5741 "peerDependencies": {
5742 "postcss": "^8.1.0"
5743 }
5744 },
5745 "node_modules/available-typed-arrays": {
5746 "version": "1.0.7",
5747 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
5748 "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
5749 "license": "MIT",
5750 "dependencies": {
5751 "possible-typed-array-names": "^1.0.0"
5752 },
5753 "engines": {
5754 "node": ">= 0.4"
5755 },
5756 "funding": {
5757 "url": "https://github.com/sponsors/ljharb"
5758 }
5759 },
5760 "node_modules/await-lock": {
5761 "version": "2.2.2",
5762 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz",
5763 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==",
5764 "license": "MIT"
5765 },
5766 "node_modules/axe-core": {
5767 "version": "4.10.2",
5768 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
5769 "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
5770 "license": "MPL-2.0",
5771 "engines": {
5772 "node": ">=4"
5773 }
5774 },
5775 "node_modules/axios": {
5776 "version": "1.7.9",
5777 "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
5778 "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
5779 "license": "MIT",
5780 "dependencies": {
5781 "follow-redirects": "^1.15.6",
5782 "form-data": "^4.0.0",
5783 "proxy-from-env": "^1.1.0"
5784 }
5785 },
5786 "node_modules/axobject-query": {
5787 "version": "4.1.0",
5788 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
5789 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
5790 "license": "Apache-2.0",
5791 "engines": {
5792 "node": ">= 0.4"
5793 }
5794 },
5795 "node_modules/babel-jest": {
5796 "version": "27.5.1",
5797 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
5798 "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
5799 "license": "MIT",
5800 "dependencies": {
5801 "@jest/transform": "^27.5.1",
5802 "@jest/types": "^27.5.1",
5803 "@types/babel__core": "^7.1.14",
5804 "babel-plugin-istanbul": "^6.1.1",
5805 "babel-preset-jest": "^27.5.1",
5806 "chalk": "^4.0.0",
5807 "graceful-fs": "^4.2.9",
5808 "slash": "^3.0.0"
5809 },
5810 "engines": {
5811 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5812 },
5813 "peerDependencies": {
5814 "@babel/core": "^7.8.0"
5815 }
5816 },
5817 "node_modules/babel-loader": {
5818 "version": "8.4.1",
5819 "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz",
5820 "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==",
5821 "license": "MIT",
5822 "dependencies": {
5823 "find-cache-dir": "^3.3.1",
5824 "loader-utils": "^2.0.4",
5825 "make-dir": "^3.1.0",
5826 "schema-utils": "^2.6.5"
5827 },
5828 "engines": {
5829 "node": ">= 8.9"
5830 },
5831 "peerDependencies": {
5832 "@babel/core": "^7.0.0",
5833 "webpack": ">=2"
5834 }
5835 },
5836 "node_modules/babel-loader/node_modules/schema-utils": {
5837 "version": "2.7.1",
5838 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
5839 "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
5840 "license": "MIT",
5841 "dependencies": {
5842 "@types/json-schema": "^7.0.5",
5843 "ajv": "^6.12.4",
5844 "ajv-keywords": "^3.5.2"
5845 },
5846 "engines": {
5847 "node": ">= 8.9.0"
5848 },
5849 "funding": {
5850 "type": "opencollective",
5851 "url": "https://opencollective.com/webpack"
5852 }
5853 },
5854 "node_modules/babel-plugin-istanbul": {
5855 "version": "6.1.1",
5856 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
5857 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
5858 "license": "BSD-3-Clause",
5859 "dependencies": {
5860 "@babel/helper-plugin-utils": "^7.0.0",
5861 "@istanbuljs/load-nyc-config": "^1.0.0",
5862 "@istanbuljs/schema": "^0.1.2",
5863 "istanbul-lib-instrument": "^5.0.4",
5864 "test-exclude": "^6.0.0"
5865 },
5866 "engines": {
5867 "node": ">=8"
5868 }
5869 },
5870 "node_modules/babel-plugin-jest-hoist": {
5871 "version": "27.5.1",
5872 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
5873 "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
5874 "license": "MIT",
5875 "dependencies": {
5876 "@babel/template": "^7.3.3",
5877 "@babel/types": "^7.3.3",
5878 "@types/babel__core": "^7.0.0",
5879 "@types/babel__traverse": "^7.0.6"
5880 },
5881 "engines": {
5882 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5883 }
5884 },
5885 "node_modules/babel-plugin-macros": {
5886 "version": "3.1.0",
5887 "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
5888 "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
5889 "license": "MIT",
5890 "dependencies": {
5891 "@babel/runtime": "^7.12.5",
5892 "cosmiconfig": "^7.0.0",
5893 "resolve": "^1.19.0"
5894 },
5895 "engines": {
5896 "node": ">=10",
5897 "npm": ">=6"
5898 }
5899 },
5900 "node_modules/babel-plugin-named-asset-import": {
5901 "version": "0.3.8",
5902 "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
5903 "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
5904 "license": "MIT",
5905 "peerDependencies": {
5906 "@babel/core": "^7.1.0"
5907 }
5908 },
5909 "node_modules/babel-plugin-polyfill-corejs2": {
5910 "version": "0.4.12",
5911 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz",
5912 "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==",
5913 "license": "MIT",
5914 "dependencies": {
5915 "@babel/compat-data": "^7.22.6",
5916 "@babel/helper-define-polyfill-provider": "^0.6.3",
5917 "semver": "^6.3.1"
5918 },
5919 "peerDependencies": {
5920 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
5921 }
5922 },
5923 "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
5924 "version": "6.3.1",
5925 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
5926 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
5927 "license": "ISC",
5928 "bin": {
5929 "semver": "bin/semver.js"
5930 }
5931 },
5932 "node_modules/babel-plugin-polyfill-corejs3": {
5933 "version": "0.11.1",
5934 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz",
5935 "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==",
5936 "license": "MIT",
5937 "dependencies": {
5938 "@babel/helper-define-polyfill-provider": "^0.6.3",
5939 "core-js-compat": "^3.40.0"
5940 },
5941 "peerDependencies": {
5942 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
5943 }
5944 },
5945 "node_modules/babel-plugin-polyfill-regenerator": {
5946 "version": "0.6.3",
5947 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz",
5948 "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==",
5949 "license": "MIT",
5950 "dependencies": {
5951 "@babel/helper-define-polyfill-provider": "^0.6.3"
5952 },
5953 "peerDependencies": {
5954 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
5955 }
5956 },
5957 "node_modules/babel-plugin-transform-react-remove-prop-types": {
5958 "version": "0.4.24",
5959 "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
5960 "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==",
5961 "license": "MIT"
5962 },
5963 "node_modules/babel-preset-current-node-syntax": {
5964 "version": "1.1.0",
5965 "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz",
5966 "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==",
5967 "license": "MIT",
5968 "dependencies": {
5969 "@babel/plugin-syntax-async-generators": "^7.8.4",
5970 "@babel/plugin-syntax-bigint": "^7.8.3",
5971 "@babel/plugin-syntax-class-properties": "^7.12.13",
5972 "@babel/plugin-syntax-class-static-block": "^7.14.5",
5973 "@babel/plugin-syntax-import-attributes": "^7.24.7",
5974 "@babel/plugin-syntax-import-meta": "^7.10.4",
5975 "@babel/plugin-syntax-json-strings": "^7.8.3",
5976 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
5977 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
5978 "@babel/plugin-syntax-numeric-separator": "^7.10.4",
5979 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
5980 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
5981 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
5982 "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
5983 "@babel/plugin-syntax-top-level-await": "^7.14.5"
5984 },
5985 "peerDependencies": {
5986 "@babel/core": "^7.0.0"
5987 }
5988 },
5989 "node_modules/babel-preset-jest": {
5990 "version": "27.5.1",
5991 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
5992 "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
5993 "license": "MIT",
5994 "dependencies": {
5995 "babel-plugin-jest-hoist": "^27.5.1",
5996 "babel-preset-current-node-syntax": "^1.0.0"
5997 },
5998 "engines": {
5999 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
6000 },
6001 "peerDependencies": {
6002 "@babel/core": "^7.0.0"
6003 }
6004 },
6005 "node_modules/babel-preset-react-app": {
6006 "version": "10.1.0",
6007 "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.1.0.tgz",
6008 "integrity": "sha512-f9B1xMdnkCIqe+2dHrJsoQFRz7reChaAHE/65SdaykPklQqhme2WaC08oD3is77x9ff98/9EazAKFDZv5rFEQg==",
6009 "license": "MIT",
6010 "dependencies": {
6011 "@babel/core": "^7.16.0",
6012 "@babel/plugin-proposal-class-properties": "^7.16.0",
6013 "@babel/plugin-proposal-decorators": "^7.16.4",
6014 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
6015 "@babel/plugin-proposal-numeric-separator": "^7.16.0",
6016 "@babel/plugin-proposal-optional-chaining": "^7.16.0",
6017 "@babel/plugin-proposal-private-methods": "^7.16.0",
6018 "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
6019 "@babel/plugin-transform-flow-strip-types": "^7.16.0",
6020 "@babel/plugin-transform-react-display-name": "^7.16.0",
6021 "@babel/plugin-transform-runtime": "^7.16.4",
6022 "@babel/preset-env": "^7.16.4",
6023 "@babel/preset-react": "^7.16.0",
6024 "@babel/preset-typescript": "^7.16.0",
6025 "@babel/runtime": "^7.16.3",
6026 "babel-plugin-macros": "^3.1.0",
6027 "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
6028 }
6029 },
6030 "node_modules/babel-preset-react-app/node_modules/@babel/plugin-proposal-private-property-in-object": {
6031 "version": "7.21.11",
6032 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz",
6033 "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==",
6034 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.",
6035 "license": "MIT",
6036 "dependencies": {
6037 "@babel/helper-annotate-as-pure": "^7.18.6",
6038 "@babel/helper-create-class-features-plugin": "^7.21.0",
6039 "@babel/helper-plugin-utils": "^7.20.2",
6040 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
6041 },
6042 "engines": {
6043 "node": ">=6.9.0"
6044 },
6045 "peerDependencies": {
6046 "@babel/core": "^7.0.0-0"
6047 }
6048 },
6049 "node_modules/balanced-match": {
6050 "version": "1.0.2",
6051 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
6052 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
6053 "license": "MIT"
6054 },
6055 "node_modules/batch": {
6056 "version": "0.6.1",
6057 "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
6058 "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
6059 "license": "MIT"
6060 },
6061 "node_modules/bfj": {
6062 "version": "7.1.0",
6063 "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz",
6064 "integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==",
6065 "license": "MIT",
6066 "dependencies": {
6067 "bluebird": "^3.7.2",
6068 "check-types": "^11.2.3",
6069 "hoopy": "^0.1.4",
6070 "jsonpath": "^1.1.1",
6071 "tryer": "^1.0.1"
6072 },
6073 "engines": {
6074 "node": ">= 8.0.0"
6075 }
6076 },
6077 "node_modules/big.js": {
6078 "version": "5.2.2",
6079 "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
6080 "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
6081 "license": "MIT",
6082 "engines": {
6083 "node": "*"
6084 }
6085 },
6086 "node_modules/binary-extensions": {
6087 "version": "2.3.0",
6088 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
6089 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
6090 "license": "MIT",
6091 "engines": {
6092 "node": ">=8"
6093 },
6094 "funding": {
6095 "url": "https://github.com/sponsors/sindresorhus"
6096 }
6097 },
6098 "node_modules/bluebird": {
6099 "version": "3.7.2",
6100 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
6101 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
6102 "license": "MIT"
6103 },
6104 "node_modules/body-parser": {
6105 "version": "1.20.3",
6106 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
6107 "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
6108 "license": "MIT",
6109 "dependencies": {
6110 "bytes": "3.1.2",
6111 "content-type": "~1.0.5",
6112 "debug": "2.6.9",
6113 "depd": "2.0.0",
6114 "destroy": "1.2.0",
6115 "http-errors": "2.0.0",
6116 "iconv-lite": "0.4.24",
6117 "on-finished": "2.4.1",
6118 "qs": "6.13.0",
6119 "raw-body": "2.5.2",
6120 "type-is": "~1.6.18",
6121 "unpipe": "1.0.0"
6122 },
6123 "engines": {
6124 "node": ">= 0.8",
6125 "npm": "1.2.8000 || >= 1.4.16"
6126 }
6127 },
6128 "node_modules/body-parser/node_modules/iconv-lite": {
6129 "version": "0.4.24",
6130 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
6131 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
6132 "license": "MIT",
6133 "dependencies": {
6134 "safer-buffer": ">= 2.1.2 < 3"
6135 },
6136 "engines": {
6137 "node": ">=0.10.0"
6138 }
6139 },
6140 "node_modules/bonjour-service": {
6141 "version": "1.3.0",
6142 "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.3.0.tgz",
6143 "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==",
6144 "license": "MIT",
6145 "dependencies": {
6146 "fast-deep-equal": "^3.1.3",
6147 "multicast-dns": "^7.2.5"
6148 }
6149 },
6150 "node_modules/boolbase": {
6151 "version": "1.0.0",
6152 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
6153 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
6154 "license": "ISC"
6155 },
6156 "node_modules/brace-expansion": {
6157 "version": "1.1.11",
6158 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
6159 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
6160 "license": "MIT",
6161 "dependencies": {
6162 "balanced-match": "^1.0.0",
6163 "concat-map": "0.0.1"
6164 }
6165 },
6166 "node_modules/braces": {
6167 "version": "3.0.3",
6168 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
6169 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
6170 "license": "MIT",
6171 "dependencies": {
6172 "fill-range": "^7.1.1"
6173 },
6174 "engines": {
6175 "node": ">=8"
6176 }
6177 },
6178 "node_modules/browser-process-hrtime": {
6179 "version": "1.0.0",
6180 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
6181 "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
6182 "license": "BSD-2-Clause"
6183 },
6184 "node_modules/browserslist": {
6185 "version": "4.24.4",
6186 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz",
6187 "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
6188 "funding": [
6189 {
6190 "type": "opencollective",
6191 "url": "https://opencollective.com/browserslist"
6192 },
6193 {
6194 "type": "tidelift",
6195 "url": "https://tidelift.com/funding/github/npm/browserslist"
6196 },
6197 {
6198 "type": "github",
6199 "url": "https://github.com/sponsors/ai"
6200 }
6201 ],
6202 "license": "MIT",
6203 "dependencies": {
6204 "caniuse-lite": "^1.0.30001688",
6205 "electron-to-chromium": "^1.5.73",
6206 "node-releases": "^2.0.19",
6207 "update-browserslist-db": "^1.1.1"
6208 },
6209 "bin": {
6210 "browserslist": "cli.js"
6211 },
6212 "engines": {
6213 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
6214 }
6215 },
6216 "node_modules/bser": {
6217 "version": "2.1.1",
6218 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
6219 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
6220 "license": "Apache-2.0",
6221 "dependencies": {
6222 "node-int64": "^0.4.0"
6223 }
6224 },
6225 "node_modules/buffer-equal-constant-time": {
6226 "version": "1.0.1",
6227 "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
6228 "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
6229 "license": "BSD-3-Clause"
6230 },
6231 "node_modules/buffer-from": {
6232 "version": "1.1.2",
6233 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
6234 "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
6235 "license": "MIT"
6236 },
6237 "node_modules/builtin-modules": {
6238 "version": "3.3.0",
6239 "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
6240 "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
6241 "license": "MIT",
6242 "engines": {
6243 "node": ">=6"
6244 },
6245 "funding": {
6246 "url": "https://github.com/sponsors/sindresorhus"
6247 }
6248 },
6249 "node_modules/bytes": {
6250 "version": "3.1.2",
6251 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
6252 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
6253 "license": "MIT",
6254 "engines": {
6255 "node": ">= 0.8"
6256 }
6257 },
6258 "node_modules/call-bind": {
6259 "version": "1.0.8",
6260 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
6261 "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
6262 "license": "MIT",
6263 "dependencies": {
6264 "call-bind-apply-helpers": "^1.0.0",
6265 "es-define-property": "^1.0.0",
6266 "get-intrinsic": "^1.2.4",
6267 "set-function-length": "^1.2.2"
6268 },
6269 "engines": {
6270 "node": ">= 0.4"
6271 },
6272 "funding": {
6273 "url": "https://github.com/sponsors/ljharb"
6274 }
6275 },
6276 "node_modules/call-bind-apply-helpers": {
6277 "version": "1.0.2",
6278 "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
6279 "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
6280 "license": "MIT",
6281 "dependencies": {
6282 "es-errors": "^1.3.0",
6283 "function-bind": "^1.1.2"
6284 },
6285 "engines": {
6286 "node": ">= 0.4"
6287 }
6288 },
6289 "node_modules/call-bound": {
6290 "version": "1.0.3",
6291 "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
6292 "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
6293 "license": "MIT",
6294 "dependencies": {
6295 "call-bind-apply-helpers": "^1.0.1",
6296 "get-intrinsic": "^1.2.6"
6297 },
6298 "engines": {
6299 "node": ">= 0.4"
6300 },
6301 "funding": {
6302 "url": "https://github.com/sponsors/ljharb"
6303 }
6304 },
6305 "node_modules/callsites": {
6306 "version": "3.1.0",
6307 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
6308 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
6309 "license": "MIT",
6310 "engines": {
6311 "node": ">=6"
6312 }
6313 },
6314 "node_modules/camel-case": {
6315 "version": "4.1.2",
6316 "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
6317 "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
6318 "license": "MIT",
6319 "dependencies": {
6320 "pascal-case": "^3.1.2",
6321 "tslib": "^2.0.3"
6322 }
6323 },
6324 "node_modules/camelcase": {
6325 "version": "6.3.0",
6326 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
6327 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
6328 "license": "MIT",
6329 "engines": {
6330 "node": ">=10"
6331 },
6332 "funding": {
6333 "url": "https://github.com/sponsors/sindresorhus"
6334 }
6335 },
6336 "node_modules/camelcase-css": {
6337 "version": "2.0.1",
6338 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
6339 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
6340 "license": "MIT",
6341 "engines": {
6342 "node": ">= 6"
6343 }
6344 },
6345 "node_modules/caniuse-api": {
6346 "version": "3.0.0",
6347 "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
6348 "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
6349 "license": "MIT",
6350 "dependencies": {
6351 "browserslist": "^4.0.0",
6352 "caniuse-lite": "^1.0.0",
6353 "lodash.memoize": "^4.1.2",
6354 "lodash.uniq": "^4.5.0"
6355 }
6356 },
6357 "node_modules/caniuse-lite": {
6358 "version": "1.0.30001700",
6359 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz",
6360 "integrity": "sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==",
6361 "funding": [
6362 {
6363 "type": "opencollective",
6364 "url": "https://opencollective.com/browserslist"
6365 },
6366 {
6367 "type": "tidelift",
6368 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
6369 },
6370 {
6371 "type": "github",
6372 "url": "https://github.com/sponsors/ai"
6373 }
6374 ],
6375 "license": "CC-BY-4.0"
6376 },
6377 "node_modules/case-sensitive-paths-webpack-plugin": {
6378 "version": "2.4.0",
6379 "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
6380 "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
6381 "license": "MIT",
6382 "engines": {
6383 "node": ">=4"
6384 }
6385 },
6386 "node_modules/chalk": {
6387 "version": "4.1.2",
6388 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
6389 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
6390 "license": "MIT",
6391 "dependencies": {
6392 "ansi-styles": "^4.1.0",
6393 "supports-color": "^7.1.0"
6394 },
6395 "engines": {
6396 "node": ">=10"
6397 },
6398 "funding": {
6399 "url": "https://github.com/chalk/chalk?sponsor=1"
6400 }
6401 },
6402 "node_modules/char-regex": {
6403 "version": "1.0.2",
6404 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
6405 "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
6406 "license": "MIT",
6407 "engines": {
6408 "node": ">=10"
6409 }
6410 },
6411 "node_modules/chart.js": {
6412 "version": "4.4.8",
6413 "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.8.tgz",
6414 "integrity": "sha512-IkGZlVpXP+83QpMm4uxEiGqSI7jFizwVtF3+n5Pc3k7sMO+tkd0qxh2OzLhenM0K80xtmAONWGBn082EiBQSDA==",
6415 "license": "MIT",
6416 "dependencies": {
6417 "@kurkle/color": "^0.3.0"
6418 },
6419 "engines": {
6420 "pnpm": ">=8"
6421 }
6422 },
6423 "node_modules/check-types": {
6424 "version": "11.2.3",
6425 "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz",
6426 "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==",
6427 "license": "MIT"
6428 },
6429 "node_modules/chokidar": {
6430 "version": "3.6.0",
6431 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
6432 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
6433 "license": "MIT",
6434 "dependencies": {
6435 "anymatch": "~3.1.2",
6436 "braces": "~3.0.2",
6437 "glob-parent": "~5.1.2",
6438 "is-binary-path": "~2.1.0",
6439 "is-glob": "~4.0.1",
6440 "normalize-path": "~3.0.0",
6441 "readdirp": "~3.6.0"
6442 },
6443 "engines": {
6444 "node": ">= 8.10.0"
6445 },
6446 "funding": {
6447 "url": "https://paulmillr.com/funding/"
6448 },
6449 "optionalDependencies": {
6450 "fsevents": "~2.3.2"
6451 }
6452 },
6453 "node_modules/chokidar/node_modules/glob-parent": {
6454 "version": "5.1.2",
6455 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
6456 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
6457 "license": "ISC",
6458 "dependencies": {
6459 "is-glob": "^4.0.1"
6460 },
6461 "engines": {
6462 "node": ">= 6"
6463 }
6464 },
6465 "node_modules/chrome-trace-event": {
6466 "version": "1.0.4",
6467 "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
6468 "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
6469 "license": "MIT",
6470 "engines": {
6471 "node": ">=6.0"
6472 }
6473 },
6474 "node_modules/ci-info": {
6475 "version": "3.9.0",
6476 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
6477 "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
6478 "funding": [
6479 {
6480 "type": "github",
6481 "url": "https://github.com/sponsors/sibiraj-s"
6482 }
6483 ],
6484 "license": "MIT",
6485 "engines": {
6486 "node": ">=8"
6487 }
6488 },
6489 "node_modules/cjs-module-lexer": {
6490 "version": "1.4.3",
6491 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
6492 "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
6493 "license": "MIT"
6494 },
6495 "node_modules/clean-css": {
6496 "version": "5.3.3",
6497 "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz",
6498 "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
6499 "license": "MIT",
6500 "dependencies": {
6501 "source-map": "~0.6.0"
6502 },
6503 "engines": {
6504 "node": ">= 10.0"
6505 }
6506 },
6507 "node_modules/clean-css/node_modules/source-map": {
6508 "version": "0.6.1",
6509 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
6510 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
6511 "license": "BSD-3-Clause",
6512 "engines": {
6513 "node": ">=0.10.0"
6514 }
6515 },
6516 "node_modules/cliui": {
6517 "version": "7.0.4",
6518 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
6519 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
6520 "license": "ISC",
6521 "dependencies": {
6522 "string-width": "^4.2.0",
6523 "strip-ansi": "^6.0.0",
6524 "wrap-ansi": "^7.0.0"
6525 }
6526 },
6527 "node_modules/clsx": {
6528 "version": "2.1.1",
6529 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
6530 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
6531 "license": "MIT",
6532 "engines": {
6533 "node": ">=6"
6534 }
6535 },
6536 "node_modules/co": {
6537 "version": "4.6.0",
6538 "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
6539 "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
6540 "license": "MIT",
6541 "engines": {
6542 "iojs": ">= 1.0.0",
6543 "node": ">= 0.12.0"
6544 }
6545 },
6546 "node_modules/coa": {
6547 "version": "2.0.2",
6548 "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
6549 "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
6550 "license": "MIT",
6551 "dependencies": {
6552 "@types/q": "^1.5.1",
6553 "chalk": "^2.4.1",
6554 "q": "^1.1.2"
6555 },
6556 "engines": {
6557 "node": ">= 4.0"
6558 }
6559 },
6560 "node_modules/coa/node_modules/ansi-styles": {
6561 "version": "3.2.1",
6562 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
6563 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
6564 "license": "MIT",
6565 "dependencies": {
6566 "color-convert": "^1.9.0"
6567 },
6568 "engines": {
6569 "node": ">=4"
6570 }
6571 },
6572 "node_modules/coa/node_modules/chalk": {
6573 "version": "2.4.2",
6574 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
6575 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
6576 "license": "MIT",
6577 "dependencies": {
6578 "ansi-styles": "^3.2.1",
6579 "escape-string-regexp": "^1.0.5",
6580 "supports-color": "^5.3.0"
6581 },
6582 "engines": {
6583 "node": ">=4"
6584 }
6585 },
6586 "node_modules/coa/node_modules/color-convert": {
6587 "version": "1.9.3",
6588 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
6589 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
6590 "license": "MIT",
6591 "dependencies": {
6592 "color-name": "1.1.3"
6593 }
6594 },
6595 "node_modules/coa/node_modules/color-name": {
6596 "version": "1.1.3",
6597 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
6598 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
6599 "license": "MIT"
6600 },
6601 "node_modules/coa/node_modules/escape-string-regexp": {
6602 "version": "1.0.5",
6603 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
6604 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
6605 "license": "MIT",
6606 "engines": {
6607 "node": ">=0.8.0"
6608 }
6609 },
6610 "node_modules/coa/node_modules/has-flag": {
6611 "version": "3.0.0",
6612 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
6613 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
6614 "license": "MIT",
6615 "engines": {
6616 "node": ">=4"
6617 }
6618 },
6619 "node_modules/coa/node_modules/supports-color": {
6620 "version": "5.5.0",
6621 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
6622 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
6623 "license": "MIT",
6624 "dependencies": {
6625 "has-flag": "^3.0.0"
6626 },
6627 "engines": {
6628 "node": ">=4"
6629 }
6630 },
6631 "node_modules/collect-v8-coverage": {
6632 "version": "1.0.2",
6633 "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
6634 "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
6635 "license": "MIT"
6636 },
6637 "node_modules/color-convert": {
6638 "version": "2.0.1",
6639 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
6640 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
6641 "license": "MIT",
6642 "dependencies": {
6643 "color-name": "~1.1.4"
6644 },
6645 "engines": {
6646 "node": ">=7.0.0"
6647 }
6648 },
6649 "node_modules/color-name": {
6650 "version": "1.1.4",
6651 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
6652 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
6653 "license": "MIT"
6654 },
6655 "node_modules/colord": {
6656 "version": "2.9.3",
6657 "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
6658 "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
6659 "license": "MIT"
6660 },
6661 "node_modules/colorette": {
6662 "version": "2.0.20",
6663 "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
6664 "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
6665 "license": "MIT"
6666 },
6667 "node_modules/combined-stream": {
6668 "version": "1.0.8",
6669 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
6670 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
6671 "license": "MIT",
6672 "dependencies": {
6673 "delayed-stream": "~1.0.0"
6674 },
6675 "engines": {
6676 "node": ">= 0.8"
6677 }
6678 },
6679 "node_modules/commander": {
6680 "version": "8.3.0",
6681 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
6682 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
6683 "license": "MIT",
6684 "engines": {
6685 "node": ">= 12"
6686 }
6687 },
6688 "node_modules/common-tags": {
6689 "version": "1.8.2",
6690 "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
6691 "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
6692 "license": "MIT",
6693 "engines": {
6694 "node": ">=4.0.0"
6695 }
6696 },
6697 "node_modules/commondir": {
6698 "version": "1.0.1",
6699 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
6700 "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
6701 "license": "MIT"
6702 },
6703 "node_modules/compressible": {
6704 "version": "2.0.18",
6705 "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
6706 "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
6707 "license": "MIT",
6708 "dependencies": {
6709 "mime-db": ">= 1.43.0 < 2"
6710 },
6711 "engines": {
6712 "node": ">= 0.6"
6713 }
6714 },
6715 "node_modules/compression": {
6716 "version": "1.8.0",
6717 "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz",
6718 "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==",
6719 "license": "MIT",
6720 "dependencies": {
6721 "bytes": "3.1.2",
6722 "compressible": "~2.0.18",
6723 "debug": "2.6.9",
6724 "negotiator": "~0.6.4",
6725 "on-headers": "~1.0.2",
6726 "safe-buffer": "5.2.1",
6727 "vary": "~1.1.2"
6728 },
6729 "engines": {
6730 "node": ">= 0.8.0"
6731 }
6732 },
6733 "node_modules/concat-map": {
6734 "version": "0.0.1",
6735 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
6736 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
6737 "license": "MIT"
6738 },
6739 "node_modules/confusing-browser-globals": {
6740 "version": "1.0.11",
6741 "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
6742 "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
6743 "license": "MIT"
6744 },
6745 "node_modules/connect-history-api-fallback": {
6746 "version": "2.0.0",
6747 "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
6748 "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
6749 "license": "MIT",
6750 "engines": {
6751 "node": ">=0.8"
6752 }
6753 },
6754 "node_modules/content-disposition": {
6755 "version": "0.5.4",
6756 "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
6757 "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
6758 "license": "MIT",
6759 "dependencies": {
6760 "safe-buffer": "5.2.1"
6761 },
6762 "engines": {
6763 "node": ">= 0.6"
6764 }
6765 },
6766 "node_modules/content-type": {
6767 "version": "1.0.5",
6768 "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
6769 "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
6770 "license": "MIT",
6771 "engines": {
6772 "node": ">= 0.6"
6773 }
6774 },
6775 "node_modules/convert-source-map": {
6776 "version": "2.0.0",
6777 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
6778 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
6779 "license": "MIT"
6780 },
6781 "node_modules/cookie": {
6782 "version": "0.7.2",
6783 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
6784 "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
6785 "license": "MIT",
6786 "engines": {
6787 "node": ">= 0.6"
6788 }
6789 },
6790 "node_modules/cookie-signature": {
6791 "version": "1.0.7",
6792 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
6793 "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
6794 "license": "MIT"
6795 },
6796 "node_modules/core-js": {
6797 "version": "3.40.0",
6798 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz",
6799 "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==",
6800 "hasInstallScript": true,
6801 "license": "MIT",
6802 "funding": {
6803 "type": "opencollective",
6804 "url": "https://opencollective.com/core-js"
6805 }
6806 },
6807 "node_modules/core-js-compat": {
6808 "version": "3.40.0",
6809 "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz",
6810 "integrity": "sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==",
6811 "license": "MIT",
6812 "dependencies": {
6813 "browserslist": "^4.24.3"
6814 },
6815 "funding": {
6816 "type": "opencollective",
6817 "url": "https://opencollective.com/core-js"
6818 }
6819 },
6820 "node_modules/core-js-pure": {
6821 "version": "3.40.0",
6822 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.40.0.tgz",
6823 "integrity": "sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==",
6824 "hasInstallScript": true,
6825 "license": "MIT",
6826 "funding": {
6827 "type": "opencollective",
6828 "url": "https://opencollective.com/core-js"
6829 }
6830 },
6831 "node_modules/core-util-is": {
6832 "version": "1.0.3",
6833 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
6834 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
6835 "license": "MIT"
6836 },
6837 "node_modules/cosmiconfig": {
6838 "version": "7.1.0",
6839 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
6840 "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
6841 "license": "MIT",
6842 "dependencies": {
6843 "@types/parse-json": "^4.0.0",
6844 "import-fresh": "^3.2.1",
6845 "parse-json": "^5.0.0",
6846 "path-type": "^4.0.0",
6847 "yaml": "^1.10.0"
6848 },
6849 "engines": {
6850 "node": ">=10"
6851 }
6852 },
6853 "node_modules/cross-env": {
6854 "version": "7.0.3",
6855 "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
6856 "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
6857 "dev": true,
6858 "license": "MIT",
6859 "dependencies": {
6860 "cross-spawn": "^7.0.1"
6861 },
6862 "bin": {
6863 "cross-env": "src/bin/cross-env.js",
6864 "cross-env-shell": "src/bin/cross-env-shell.js"
6865 },
6866 "engines": {
6867 "node": ">=10.14",
6868 "npm": ">=6",
6869 "yarn": ">=1"
6870 }
6871 },
6872 "node_modules/cross-spawn": {
6873 "version": "7.0.6",
6874 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
6875 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
6876 "license": "MIT",
6877 "dependencies": {
6878 "path-key": "^3.1.0",
6879 "shebang-command": "^2.0.0",
6880 "which": "^2.0.1"
6881 },
6882 "engines": {
6883 "node": ">= 8"
6884 }
6885 },
6886 "node_modules/crypto-random-string": {
6887 "version": "2.0.0",
6888 "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
6889 "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
6890 "license": "MIT",
6891 "engines": {
6892 "node": ">=8"
6893 }
6894 },
6895 "node_modules/css-blank-pseudo": {
6896 "version": "3.0.3",
6897 "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
6898 "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
6899 "license": "CC0-1.0",
6900 "dependencies": {
6901 "postcss-selector-parser": "^6.0.9"
6902 },
6903 "bin": {
6904 "css-blank-pseudo": "dist/cli.cjs"
6905 },
6906 "engines": {
6907 "node": "^12 || ^14 || >=16"
6908 },
6909 "peerDependencies": {
6910 "postcss": "^8.4"
6911 }
6912 },
6913 "node_modules/css-declaration-sorter": {
6914 "version": "6.4.1",
6915 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
6916 "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==",
6917 "license": "ISC",
6918 "engines": {
6919 "node": "^10 || ^12 || >=14"
6920 },
6921 "peerDependencies": {
6922 "postcss": "^8.0.9"
6923 }
6924 },
6925 "node_modules/css-has-pseudo": {
6926 "version": "3.0.4",
6927 "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
6928 "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
6929 "license": "CC0-1.0",
6930 "dependencies": {
6931 "postcss-selector-parser": "^6.0.9"
6932 },
6933 "bin": {
6934 "css-has-pseudo": "dist/cli.cjs"
6935 },
6936 "engines": {
6937 "node": "^12 || ^14 || >=16"
6938 },
6939 "peerDependencies": {
6940 "postcss": "^8.4"
6941 }
6942 },
6943 "node_modules/css-loader": {
6944 "version": "6.11.0",
6945 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz",
6946 "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==",
6947 "license": "MIT",
6948 "dependencies": {
6949 "icss-utils": "^5.1.0",
6950 "postcss": "^8.4.33",
6951 "postcss-modules-extract-imports": "^3.1.0",
6952 "postcss-modules-local-by-default": "^4.0.5",
6953 "postcss-modules-scope": "^3.2.0",
6954 "postcss-modules-values": "^4.0.0",
6955 "postcss-value-parser": "^4.2.0",
6956 "semver": "^7.5.4"
6957 },
6958 "engines": {
6959 "node": ">= 12.13.0"
6960 },
6961 "funding": {
6962 "type": "opencollective",
6963 "url": "https://opencollective.com/webpack"
6964 },
6965 "peerDependencies": {
6966 "@rspack/core": "0.x || 1.x",
6967 "webpack": "^5.0.0"
6968 },
6969 "peerDependenciesMeta": {
6970 "@rspack/core": {
6971 "optional": true
6972 },
6973 "webpack": {
6974 "optional": true
6975 }
6976 }
6977 },
6978 "node_modules/css-minimizer-webpack-plugin": {
6979 "version": "3.4.1",
6980 "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
6981 "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
6982 "license": "MIT",
6983 "dependencies": {
6984 "cssnano": "^5.0.6",
6985 "jest-worker": "^27.0.2",
6986 "postcss": "^8.3.5",
6987 "schema-utils": "^4.0.0",
6988 "serialize-javascript": "^6.0.0",
6989 "source-map": "^0.6.1"
6990 },
6991 "engines": {
6992 "node": ">= 12.13.0"
6993 },
6994 "funding": {
6995 "type": "opencollective",
6996 "url": "https://opencollective.com/webpack"
6997 },
6998 "peerDependencies": {
6999 "webpack": "^5.0.0"
7000 },
7001 "peerDependenciesMeta": {
7002 "@parcel/css": {
7003 "optional": true
7004 },
7005 "clean-css": {
7006 "optional": true
7007 },
7008 "csso": {
7009 "optional": true
7010 },
7011 "esbuild": {
7012 "optional": true
7013 }
7014 }
7015 },
7016 "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": {
7017 "version": "0.6.1",
7018 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
7019 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
7020 "license": "BSD-3-Clause",
7021 "engines": {
7022 "node": ">=0.10.0"
7023 }
7024 },
7025 "node_modules/css-prefers-color-scheme": {
7026 "version": "6.0.3",
7027 "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
7028 "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
7029 "license": "CC0-1.0",
7030 "bin": {
7031 "css-prefers-color-scheme": "dist/cli.cjs"
7032 },
7033 "engines": {
7034 "node": "^12 || ^14 || >=16"
7035 },
7036 "peerDependencies": {
7037 "postcss": "^8.4"
7038 }
7039 },
7040 "node_modules/css-select": {
7041 "version": "4.3.0",
7042 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
7043 "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
7044 "license": "BSD-2-Clause",
7045 "dependencies": {
7046 "boolbase": "^1.0.0",
7047 "css-what": "^6.0.1",
7048 "domhandler": "^4.3.1",
7049 "domutils": "^2.8.0",
7050 "nth-check": "^2.0.1"
7051 },
7052 "funding": {
7053 "url": "https://github.com/sponsors/fb55"
7054 }
7055 },
7056 "node_modules/css-select-base-adapter": {
7057 "version": "0.1.1",
7058 "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
7059 "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==",
7060 "license": "MIT"
7061 },
7062 "node_modules/css-tree": {
7063 "version": "1.0.0-alpha.37",
7064 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
7065 "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
7066 "license": "MIT",
7067 "dependencies": {
7068 "mdn-data": "2.0.4",
7069 "source-map": "^0.6.1"
7070 },
7071 "engines": {
7072 "node": ">=8.0.0"
7073 }
7074 },
7075 "node_modules/css-tree/node_modules/source-map": {
7076 "version": "0.6.1",
7077 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
7078 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
7079 "license": "BSD-3-Clause",
7080 "engines": {
7081 "node": ">=0.10.0"
7082 }
7083 },
7084 "node_modules/css-what": {
7085 "version": "6.1.0",
7086 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
7087 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
7088 "license": "BSD-2-Clause",
7089 "engines": {
7090 "node": ">= 6"
7091 },
7092 "funding": {
7093 "url": "https://github.com/sponsors/fb55"
7094 }
7095 },
7096 "node_modules/cssdb": {
7097 "version": "7.11.2",
7098 "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.11.2.tgz",
7099 "integrity": "sha512-lhQ32TFkc1X4eTefGfYPvgovRSzIMofHkigfH8nWtyRL4XJLsRhJFreRvEgKzept7x1rjBuy3J/MurXLaFxW/A==",
7100 "funding": [
7101 {
7102 "type": "opencollective",
7103 "url": "https://opencollective.com/csstools"
7104 },
7105 {
7106 "type": "github",
7107 "url": "https://github.com/sponsors/csstools"
7108 }
7109 ],
7110 "license": "CC0-1.0"
7111 },
7112 "node_modules/cssesc": {
7113 "version": "3.0.0",
7114 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
7115 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
7116 "license": "MIT",
7117 "bin": {
7118 "cssesc": "bin/cssesc"
7119 },
7120 "engines": {
7121 "node": ">=4"
7122 }
7123 },
7124 "node_modules/cssnano": {
7125 "version": "5.1.15",
7126 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz",
7127 "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
7128 "license": "MIT",
7129 "dependencies": {
7130 "cssnano-preset-default": "^5.2.14",
7131 "lilconfig": "^2.0.3",
7132 "yaml": "^1.10.2"
7133 },
7134 "engines": {
7135 "node": "^10 || ^12 || >=14.0"
7136 },
7137 "funding": {
7138 "type": "opencollective",
7139 "url": "https://opencollective.com/cssnano"
7140 },
7141 "peerDependencies": {
7142 "postcss": "^8.2.15"
7143 }
7144 },
7145 "node_modules/cssnano-preset-default": {
7146 "version": "5.2.14",
7147 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz",
7148 "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==",
7149 "license": "MIT",
7150 "dependencies": {
7151 "css-declaration-sorter": "^6.3.1",
7152 "cssnano-utils": "^3.1.0",
7153 "postcss-calc": "^8.2.3",
7154 "postcss-colormin": "^5.3.1",
7155 "postcss-convert-values": "^5.1.3",
7156 "postcss-discard-comments": "^5.1.2",
7157 "postcss-discard-duplicates": "^5.1.0",
7158 "postcss-discard-empty": "^5.1.1",
7159 "postcss-discard-overridden": "^5.1.0",
7160 "postcss-merge-longhand": "^5.1.7",
7161 "postcss-merge-rules": "^5.1.4",
7162 "postcss-minify-font-values": "^5.1.0",
7163 "postcss-minify-gradients": "^5.1.1",
7164 "postcss-minify-params": "^5.1.4",
7165 "postcss-minify-selectors": "^5.2.1",
7166 "postcss-normalize-charset": "^5.1.0",
7167 "postcss-normalize-display-values": "^5.1.0",
7168 "postcss-normalize-positions": "^5.1.1",
7169 "postcss-normalize-repeat-style": "^5.1.1",
7170 "postcss-normalize-string": "^5.1.0",
7171 "postcss-normalize-timing-functions": "^5.1.0",
7172 "postcss-normalize-unicode": "^5.1.1",
7173 "postcss-normalize-url": "^5.1.0",
7174 "postcss-normalize-whitespace": "^5.1.1",
7175 "postcss-ordered-values": "^5.1.3",
7176 "postcss-reduce-initial": "^5.1.2",
7177 "postcss-reduce-transforms": "^5.1.0",
7178 "postcss-svgo": "^5.1.0",
7179 "postcss-unique-selectors": "^5.1.1"
7180 },
7181 "engines": {
7182 "node": "^10 || ^12 || >=14.0"
7183 },
7184 "peerDependencies": {
7185 "postcss": "^8.2.15"
7186 }
7187 },
7188 "node_modules/cssnano-utils": {
7189 "version": "3.1.0",
7190 "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
7191 "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
7192 "license": "MIT",
7193 "engines": {
7194 "node": "^10 || ^12 || >=14.0"
7195 },
7196 "peerDependencies": {
7197 "postcss": "^8.2.15"
7198 }
7199 },
7200 "node_modules/csso": {
7201 "version": "4.2.0",
7202 "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
7203 "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
7204 "license": "MIT",
7205 "dependencies": {
7206 "css-tree": "^1.1.2"
7207 },
7208 "engines": {
7209 "node": ">=8.0.0"
7210 }
7211 },
7212 "node_modules/csso/node_modules/css-tree": {
7213 "version": "1.1.3",
7214 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
7215 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
7216 "license": "MIT",
7217 "dependencies": {
7218 "mdn-data": "2.0.14",
7219 "source-map": "^0.6.1"
7220 },
7221 "engines": {
7222 "node": ">=8.0.0"
7223 }
7224 },
7225 "node_modules/csso/node_modules/mdn-data": {
7226 "version": "2.0.14",
7227 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
7228 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
7229 "license": "CC0-1.0"
7230 },
7231 "node_modules/csso/node_modules/source-map": {
7232 "version": "0.6.1",
7233 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
7234 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
7235 "license": "BSD-3-Clause",
7236 "engines": {
7237 "node": ">=0.10.0"
7238 }
7239 },
7240 "node_modules/cssom": {
7241 "version": "0.4.4",
7242 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
7243 "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
7244 "license": "MIT"
7245 },
7246 "node_modules/cssstyle": {
7247 "version": "2.3.0",
7248 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
7249 "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
7250 "license": "MIT",
7251 "dependencies": {
7252 "cssom": "~0.3.6"
7253 },
7254 "engines": {
7255 "node": ">=8"
7256 }
7257 },
7258 "node_modules/cssstyle/node_modules/cssom": {
7259 "version": "0.3.8",
7260 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
7261 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
7262 "license": "MIT"
7263 },
7264 "node_modules/csstype": {
7265 "version": "3.1.3",
7266 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
7267 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
7268 "license": "MIT"
7269 },
7270 "node_modules/d3-array": {
7271 "version": "3.2.4",
7272 "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
7273 "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
7274 "license": "ISC",
7275 "dependencies": {
7276 "internmap": "1 - 2"
7277 },
7278 "engines": {
7279 "node": ">=12"
7280 }
7281 },
7282 "node_modules/d3-color": {
7283 "version": "3.1.0",
7284 "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
7285 "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
7286 "license": "ISC",
7287 "engines": {
7288 "node": ">=12"
7289 }
7290 },
7291 "node_modules/d3-ease": {
7292 "version": "3.0.1",
7293 "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
7294 "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
7295 "license": "BSD-3-Clause",
7296 "engines": {
7297 "node": ">=12"
7298 }
7299 },
7300 "node_modules/d3-format": {
7301 "version": "3.1.0",
7302 "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz",
7303 "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
7304 "license": "ISC",
7305 "engines": {
7306 "node": ">=12"
7307 }
7308 },
7309 "node_modules/d3-interpolate": {
7310 "version": "3.0.1",
7311 "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
7312 "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
7313 "license": "ISC",
7314 "dependencies": {
7315 "d3-color": "1 - 3"
7316 },
7317 "engines": {
7318 "node": ">=12"
7319 }
7320 },
7321 "node_modules/d3-path": {
7322 "version": "3.1.0",
7323 "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
7324 "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
7325 "license": "ISC",
7326 "engines": {
7327 "node": ">=12"
7328 }
7329 },
7330 "node_modules/d3-scale": {
7331 "version": "4.0.2",
7332 "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
7333 "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
7334 "license": "ISC",
7335 "dependencies": {
7336 "d3-array": "2.10.0 - 3",
7337 "d3-format": "1 - 3",
7338 "d3-interpolate": "1.2.0 - 3",
7339 "d3-time": "2.1.1 - 3",
7340 "d3-time-format": "2 - 4"
7341 },
7342 "engines": {
7343 "node": ">=12"
7344 }
7345 },
7346 "node_modules/d3-shape": {
7347 "version": "3.2.0",
7348 "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
7349 "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
7350 "license": "ISC",
7351 "dependencies": {
7352 "d3-path": "^3.1.0"
7353 },
7354 "engines": {
7355 "node": ">=12"
7356 }
7357 },
7358 "node_modules/d3-time": {
7359 "version": "3.1.0",
7360 "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
7361 "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
7362 "license": "ISC",
7363 "dependencies": {
7364 "d3-array": "2 - 3"
7365 },
7366 "engines": {
7367 "node": ">=12"
7368 }
7369 },
7370 "node_modules/d3-time-format": {
7371 "version": "4.1.0",
7372 "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
7373 "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
7374 "license": "ISC",
7375 "dependencies": {
7376 "d3-time": "1 - 3"
7377 },
7378 "engines": {
7379 "node": ">=12"
7380 }
7381 },
7382 "node_modules/d3-timer": {
7383 "version": "3.0.1",
7384 "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
7385 "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
7386 "license": "ISC",
7387 "engines": {
7388 "node": ">=12"
7389 }
7390 },
7391 "node_modules/damerau-levenshtein": {
7392 "version": "1.0.8",
7393 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
7394 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
7395 "license": "BSD-2-Clause"
7396 },
7397 "node_modules/data-urls": {
7398 "version": "2.0.0",
7399 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
7400 "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
7401 "license": "MIT",
7402 "dependencies": {
7403 "abab": "^2.0.3",
7404 "whatwg-mimetype": "^2.3.0",
7405 "whatwg-url": "^8.0.0"
7406 },
7407 "engines": {
7408 "node": ">=10"
7409 }
7410 },
7411 "node_modules/data-view-buffer": {
7412 "version": "1.0.2",
7413 "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
7414 "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
7415 "license": "MIT",
7416 "dependencies": {
7417 "call-bound": "^1.0.3",
7418 "es-errors": "^1.3.0",
7419 "is-data-view": "^1.0.2"
7420 },
7421 "engines": {
7422 "node": ">= 0.4"
7423 },
7424 "funding": {
7425 "url": "https://github.com/sponsors/ljharb"
7426 }
7427 },
7428 "node_modules/data-view-byte-length": {
7429 "version": "1.0.2",
7430 "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
7431 "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
7432 "license": "MIT",
7433 "dependencies": {
7434 "call-bound": "^1.0.3",
7435 "es-errors": "^1.3.0",
7436 "is-data-view": "^1.0.2"
7437 },
7438 "engines": {
7439 "node": ">= 0.4"
7440 },
7441 "funding": {
7442 "url": "https://github.com/sponsors/inspect-js"
7443 }
7444 },
7445 "node_modules/data-view-byte-offset": {
7446 "version": "1.0.1",
7447 "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
7448 "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
7449 "license": "MIT",
7450 "dependencies": {
7451 "call-bound": "^1.0.2",
7452 "es-errors": "^1.3.0",
7453 "is-data-view": "^1.0.1"
7454 },
7455 "engines": {
7456 "node": ">= 0.4"
7457 },
7458 "funding": {
7459 "url": "https://github.com/sponsors/ljharb"
7460 }
7461 },
7462 "node_modules/date-fns": {
7463 "version": "4.1.0",
7464 "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
7465 "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
7466 "license": "MIT",
7467 "funding": {
7468 "type": "github",
7469 "url": "https://github.com/sponsors/kossnocorp"
7470 }
7471 },
7472 "node_modules/debug": {
7473 "version": "2.6.9",
7474 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
7475 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
7476 "license": "MIT",
7477 "dependencies": {
7478 "ms": "2.0.0"
7479 }
7480 },
7481 "node_modules/decimal.js": {
7482 "version": "10.5.0",
7483 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz",
7484 "integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==",
7485 "license": "MIT"
7486 },
7487 "node_modules/decimal.js-light": {
7488 "version": "2.5.1",
7489 "resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz",
7490 "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
7491 "license": "MIT"
7492 },
7493 "node_modules/dedent": {
7494 "version": "0.7.0",
7495 "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
7496 "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
7497 "license": "MIT"
7498 },
7499 "node_modules/deep-is": {
7500 "version": "0.1.4",
7501 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
7502 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
7503 "license": "MIT"
7504 },
7505 "node_modules/deepmerge": {
7506 "version": "4.3.1",
7507 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
7508 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
7509 "license": "MIT",
7510 "engines": {
7511 "node": ">=0.10.0"
7512 }
7513 },
7514 "node_modules/default-gateway": {
7515 "version": "6.0.3",
7516 "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
7517 "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
7518 "license": "BSD-2-Clause",
7519 "dependencies": {
7520 "execa": "^5.0.0"
7521 },
7522 "engines": {
7523 "node": ">= 10"
7524 }
7525 },
7526 "node_modules/define-data-property": {
7527 "version": "1.1.4",
7528 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
7529 "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
7530 "license": "MIT",
7531 "dependencies": {
7532 "es-define-property": "^1.0.0",
7533 "es-errors": "^1.3.0",
7534 "gopd": "^1.0.1"
7535 },
7536 "engines": {
7537 "node": ">= 0.4"
7538 },
7539 "funding": {
7540 "url": "https://github.com/sponsors/ljharb"
7541 }
7542 },
7543 "node_modules/define-lazy-prop": {
7544 "version": "2.0.0",
7545 "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
7546 "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
7547 "license": "MIT",
7548 "engines": {
7549 "node": ">=8"
7550 }
7551 },
7552 "node_modules/define-properties": {
7553 "version": "1.2.1",
7554 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
7555 "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
7556 "license": "MIT",
7557 "dependencies": {
7558 "define-data-property": "^1.0.1",
7559 "has-property-descriptors": "^1.0.0",
7560 "object-keys": "^1.1.1"
7561 },
7562 "engines": {
7563 "node": ">= 0.4"
7564 },
7565 "funding": {
7566 "url": "https://github.com/sponsors/ljharb"
7567 }
7568 },
7569 "node_modules/delayed-stream": {
7570 "version": "1.0.0",
7571 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
7572 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
7573 "license": "MIT",
7574 "engines": {
7575 "node": ">=0.4.0"
7576 }
7577 },
7578 "node_modules/depd": {
7579 "version": "2.0.0",
7580 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
7581 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
7582 "license": "MIT",
7583 "engines": {
7584 "node": ">= 0.8"
7585 }
7586 },
7587 "node_modules/destroy": {
7588 "version": "1.2.0",
7589 "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
7590 "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
7591 "license": "MIT",
7592 "engines": {
7593 "node": ">= 0.8",
7594 "npm": "1.2.8000 || >= 1.4.16"
7595 }
7596 },
7597 "node_modules/detect-newline": {
7598 "version": "3.1.0",
7599 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
7600 "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
7601 "license": "MIT",
7602 "engines": {
7603 "node": ">=8"
7604 }
7605 },
7606 "node_modules/detect-node": {
7607 "version": "2.1.0",
7608 "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
7609 "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
7610 "license": "MIT"
7611 },
7612 "node_modules/detect-port-alt": {
7613 "version": "1.1.6",
7614 "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
7615 "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
7616 "license": "MIT",
7617 "dependencies": {
7618 "address": "^1.0.1",
7619 "debug": "^2.6.0"
7620 },
7621 "bin": {
7622 "detect": "bin/detect-port",
7623 "detect-port": "bin/detect-port"
7624 },
7625 "engines": {
7626 "node": ">= 4.2.1"
7627 }
7628 },
7629 "node_modules/didyoumean": {
7630 "version": "1.2.2",
7631 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
7632 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
7633 "license": "Apache-2.0"
7634 },
7635 "node_modules/diff-sequences": {
7636 "version": "27.5.1",
7637 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
7638 "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
7639 "license": "MIT",
7640 "engines": {
7641 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
7642 }
7643 },
7644 "node_modules/dir-glob": {
7645 "version": "3.0.1",
7646 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
7647 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
7648 "license": "MIT",
7649 "dependencies": {
7650 "path-type": "^4.0.0"
7651 },
7652 "engines": {
7653 "node": ">=8"
7654 }
7655 },
7656 "node_modules/dlv": {
7657 "version": "1.1.3",
7658 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
7659 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
7660 "license": "MIT"
7661 },
7662 "node_modules/dns-packet": {
7663 "version": "5.6.1",
7664 "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz",
7665 "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
7666 "license": "MIT",
7667 "dependencies": {
7668 "@leichtgewicht/ip-codec": "^2.0.1"
7669 },
7670 "engines": {
7671 "node": ">=6"
7672 }
7673 },
7674 "node_modules/doctrine": {
7675 "version": "3.0.0",
7676 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
7677 "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
7678 "license": "Apache-2.0",
7679 "dependencies": {
7680 "esutils": "^2.0.2"
7681 },
7682 "engines": {
7683 "node": ">=6.0.0"
7684 }
7685 },
7686 "node_modules/dom-converter": {
7687 "version": "0.2.0",
7688 "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
7689 "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
7690 "license": "MIT",
7691 "dependencies": {
7692 "utila": "~0.4"
7693 }
7694 },
7695 "node_modules/dom-helpers": {
7696 "version": "5.2.1",
7697 "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
7698 "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
7699 "license": "MIT",
7700 "dependencies": {
7701 "@babel/runtime": "^7.8.7",
7702 "csstype": "^3.0.2"
7703 }
7704 },
7705 "node_modules/dom-serializer": {
7706 "version": "1.4.1",
7707 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
7708 "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
7709 "license": "MIT",
7710 "dependencies": {
7711 "domelementtype": "^2.0.1",
7712 "domhandler": "^4.2.0",
7713 "entities": "^2.0.0"
7714 },
7715 "funding": {
7716 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
7717 }
7718 },
7719 "node_modules/domelementtype": {
7720 "version": "2.3.0",
7721 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
7722 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
7723 "funding": [
7724 {
7725 "type": "github",
7726 "url": "https://github.com/sponsors/fb55"
7727 }
7728 ],
7729 "license": "BSD-2-Clause"
7730 },
7731 "node_modules/domexception": {
7732 "version": "2.0.1",
7733 "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
7734 "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
7735 "deprecated": "Use your platform's native DOMException instead",
7736 "license": "MIT",
7737 "dependencies": {
7738 "webidl-conversions": "^5.0.0"
7739 },
7740 "engines": {
7741 "node": ">=8"
7742 }
7743 },
7744 "node_modules/domexception/node_modules/webidl-conversions": {
7745 "version": "5.0.0",
7746 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
7747 "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
7748 "license": "BSD-2-Clause",
7749 "engines": {
7750 "node": ">=8"
7751 }
7752 },
7753 "node_modules/domhandler": {
7754 "version": "4.3.1",
7755 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
7756 "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
7757 "license": "BSD-2-Clause",
7758 "dependencies": {
7759 "domelementtype": "^2.2.0"
7760 },
7761 "engines": {
7762 "node": ">= 4"
7763 },
7764 "funding": {
7765 "url": "https://github.com/fb55/domhandler?sponsor=1"
7766 }
7767 },
7768 "node_modules/domutils": {
7769 "version": "2.8.0",
7770 "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
7771 "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
7772 "license": "BSD-2-Clause",
7773 "dependencies": {
7774 "dom-serializer": "^1.0.1",
7775 "domelementtype": "^2.2.0",
7776 "domhandler": "^4.2.0"
7777 },
7778 "funding": {
7779 "url": "https://github.com/fb55/domutils?sponsor=1"
7780 }
7781 },
7782 "node_modules/dot-case": {
7783 "version": "3.0.4",
7784 "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
7785 "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
7786 "license": "MIT",
7787 "dependencies": {
7788 "no-case": "^3.0.4",
7789 "tslib": "^2.0.3"
7790 }
7791 },
7792 "node_modules/dotenv": {
7793 "version": "10.0.0",
7794 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
7795 "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
7796 "license": "BSD-2-Clause",
7797 "engines": {
7798 "node": ">=10"
7799 }
7800 },
7801 "node_modules/dotenv-expand": {
7802 "version": "5.1.0",
7803 "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
7804 "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
7805 "license": "BSD-2-Clause"
7806 },
7807 "node_modules/dunder-proto": {
7808 "version": "1.0.1",
7809 "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
7810 "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
7811 "license": "MIT",
7812 "dependencies": {
7813 "call-bind-apply-helpers": "^1.0.1",
7814 "es-errors": "^1.3.0",
7815 "gopd": "^1.2.0"
7816 },
7817 "engines": {
7818 "node": ">= 0.4"
7819 }
7820 },
7821 "node_modules/duplexer": {
7822 "version": "0.1.2",
7823 "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
7824 "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
7825 "license": "MIT"
7826 },
7827 "node_modules/eastasianwidth": {
7828 "version": "0.2.0",
7829 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
7830 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
7831 "license": "MIT"
7832 },
7833 "node_modules/ecdsa-sig-formatter": {
7834 "version": "1.0.11",
7835 "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
7836 "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
7837 "license": "Apache-2.0",
7838 "dependencies": {
7839 "safe-buffer": "^5.0.1"
7840 }
7841 },
7842 "node_modules/ee-first": {
7843 "version": "1.1.1",
7844 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
7845 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
7846 "license": "MIT"
7847 },
7848 "node_modules/ejs": {
7849 "version": "3.1.10",
7850 "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
7851 "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
7852 "license": "Apache-2.0",
7853 "dependencies": {
7854 "jake": "^10.8.5"
7855 },
7856 "bin": {
7857 "ejs": "bin/cli.js"
7858 },
7859 "engines": {
7860 "node": ">=0.10.0"
7861 }
7862 },
7863 "node_modules/electron-to-chromium": {
7864 "version": "1.5.102",
7865 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.102.tgz",
7866 "integrity": "sha512-eHhqaja8tE/FNpIiBrvBjFV/SSKpyWHLvxuR9dPTdo+3V9ppdLmFB7ZZQ98qNovcngPLYIz0oOBF9P0FfZef5Q==",
7867 "license": "ISC"
7868 },
7869 "node_modules/emittery": {
7870 "version": "0.8.1",
7871 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
7872 "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
7873 "license": "MIT",
7874 "engines": {
7875 "node": ">=10"
7876 },
7877 "funding": {
7878 "url": "https://github.com/sindresorhus/emittery?sponsor=1"
7879 }
7880 },
7881 "node_modules/emoji-regex": {
7882 "version": "9.2.2",
7883 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
7884 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
7885 "license": "MIT"
7886 },
7887 "node_modules/emojis-list": {
7888 "version": "3.0.0",
7889 "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
7890 "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
7891 "license": "MIT",
7892 "engines": {
7893 "node": ">= 4"
7894 }
7895 },
7896 "node_modules/encodeurl": {
7897 "version": "2.0.0",
7898 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
7899 "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
7900 "license": "MIT",
7901 "engines": {
7902 "node": ">= 0.8"
7903 }
7904 },
7905 "node_modules/enhanced-resolve": {
7906 "version": "5.18.1",
7907 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
7908 "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==",
7909 "license": "MIT",
7910 "dependencies": {
7911 "graceful-fs": "^4.2.4",
7912 "tapable": "^2.2.0"
7913 },
7914 "engines": {
7915 "node": ">=10.13.0"
7916 }
7917 },
7918 "node_modules/entities": {
7919 "version": "2.2.0",
7920 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
7921 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
7922 "license": "BSD-2-Clause",
7923 "funding": {
7924 "url": "https://github.com/fb55/entities?sponsor=1"
7925 }
7926 },
7927 "node_modules/error-ex": {
7928 "version": "1.3.2",
7929 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
7930 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
7931 "license": "MIT",
7932 "dependencies": {
7933 "is-arrayish": "^0.2.1"
7934 }
7935 },
7936 "node_modules/error-stack-parser": {
7937 "version": "2.1.4",
7938 "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
7939 "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
7940 "license": "MIT",
7941 "dependencies": {
7942 "stackframe": "^1.3.4"
7943 }
7944 },
7945 "node_modules/es-abstract": {
7946 "version": "1.23.9",
7947 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz",
7948 "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==",
7949 "license": "MIT",
7950 "dependencies": {
7951 "array-buffer-byte-length": "^1.0.2",
7952 "arraybuffer.prototype.slice": "^1.0.4",
7953 "available-typed-arrays": "^1.0.7",
7954 "call-bind": "^1.0.8",
7955 "call-bound": "^1.0.3",
7956 "data-view-buffer": "^1.0.2",
7957 "data-view-byte-length": "^1.0.2",
7958 "data-view-byte-offset": "^1.0.1",
7959 "es-define-property": "^1.0.1",
7960 "es-errors": "^1.3.0",
7961 "es-object-atoms": "^1.0.0",
7962 "es-set-tostringtag": "^2.1.0",
7963 "es-to-primitive": "^1.3.0",
7964 "function.prototype.name": "^1.1.8",
7965 "get-intrinsic": "^1.2.7",
7966 "get-proto": "^1.0.0",
7967 "get-symbol-description": "^1.1.0",
7968 "globalthis": "^1.0.4",
7969 "gopd": "^1.2.0",
7970 "has-property-descriptors": "^1.0.2",
7971 "has-proto": "^1.2.0",
7972 "has-symbols": "^1.1.0",
7973 "hasown": "^2.0.2",
7974 "internal-slot": "^1.1.0",
7975 "is-array-buffer": "^3.0.5",
7976 "is-callable": "^1.2.7",
7977 "is-data-view": "^1.0.2",
7978 "is-regex": "^1.2.1",
7979 "is-shared-array-buffer": "^1.0.4",
7980 "is-string": "^1.1.1",
7981 "is-typed-array": "^1.1.15",
7982 "is-weakref": "^1.1.0",
7983 "math-intrinsics": "^1.1.0",
7984 "object-inspect": "^1.13.3",
7985 "object-keys": "^1.1.1",
7986 "object.assign": "^4.1.7",
7987 "own-keys": "^1.0.1",
7988 "regexp.prototype.flags": "^1.5.3",
7989 "safe-array-concat": "^1.1.3",
7990 "safe-push-apply": "^1.0.0",
7991 "safe-regex-test": "^1.1.0",
7992 "set-proto": "^1.0.0",
7993 "string.prototype.trim": "^1.2.10",
7994 "string.prototype.trimend": "^1.0.9",
7995 "string.prototype.trimstart": "^1.0.8",
7996 "typed-array-buffer": "^1.0.3",
7997 "typed-array-byte-length": "^1.0.3",
7998 "typed-array-byte-offset": "^1.0.4",
7999 "typed-array-length": "^1.0.7",
8000 "unbox-primitive": "^1.1.0",
8001 "which-typed-array": "^1.1.18"
8002 },
8003 "engines": {
8004 "node": ">= 0.4"
8005 },
8006 "funding": {
8007 "url": "https://github.com/sponsors/ljharb"
8008 }
8009 },
8010 "node_modules/es-array-method-boxes-properly": {
8011 "version": "1.0.0",
8012 "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
8013 "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
8014 "license": "MIT"
8015 },
8016 "node_modules/es-define-property": {
8017 "version": "1.0.1",
8018 "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
8019 "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
8020 "license": "MIT",
8021 "engines": {
8022 "node": ">= 0.4"
8023 }
8024 },
8025 "node_modules/es-errors": {
8026 "version": "1.3.0",
8027 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
8028 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
8029 "license": "MIT",
8030 "engines": {
8031 "node": ">= 0.4"
8032 }
8033 },
8034 "node_modules/es-iterator-helpers": {
8035 "version": "1.2.1",
8036 "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
8037 "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
8038 "license": "MIT",
8039 "dependencies": {
8040 "call-bind": "^1.0.8",
8041 "call-bound": "^1.0.3",
8042 "define-properties": "^1.2.1",
8043 "es-abstract": "^1.23.6",
8044 "es-errors": "^1.3.0",
8045 "es-set-tostringtag": "^2.0.3",
8046 "function-bind": "^1.1.2",
8047 "get-intrinsic": "^1.2.6",
8048 "globalthis": "^1.0.4",
8049 "gopd": "^1.2.0",
8050 "has-property-descriptors": "^1.0.2",
8051 "has-proto": "^1.2.0",
8052 "has-symbols": "^1.1.0",
8053 "internal-slot": "^1.1.0",
8054 "iterator.prototype": "^1.1.4",
8055 "safe-array-concat": "^1.1.3"
8056 },
8057 "engines": {
8058 "node": ">= 0.4"
8059 }
8060 },
8061 "node_modules/es-module-lexer": {
8062 "version": "1.6.0",
8063 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz",
8064 "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==",
8065 "license": "MIT"
8066 },
8067 "node_modules/es-object-atoms": {
8068 "version": "1.1.1",
8069 "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
8070 "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
8071 "license": "MIT",
8072 "dependencies": {
8073 "es-errors": "^1.3.0"
8074 },
8075 "engines": {
8076 "node": ">= 0.4"
8077 }
8078 },
8079 "node_modules/es-set-tostringtag": {
8080 "version": "2.1.0",
8081 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
8082 "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
8083 "license": "MIT",
8084 "dependencies": {
8085 "es-errors": "^1.3.0",
8086 "get-intrinsic": "^1.2.6",
8087 "has-tostringtag": "^1.0.2",
8088 "hasown": "^2.0.2"
8089 },
8090 "engines": {
8091 "node": ">= 0.4"
8092 }
8093 },
8094 "node_modules/es-shim-unscopables": {
8095 "version": "1.1.0",
8096 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
8097 "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
8098 "license": "MIT",
8099 "dependencies": {
8100 "hasown": "^2.0.2"
8101 },
8102 "engines": {
8103 "node": ">= 0.4"
8104 }
8105 },
8106 "node_modules/es-to-primitive": {
8107 "version": "1.3.0",
8108 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
8109 "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
8110 "license": "MIT",
8111 "dependencies": {
8112 "is-callable": "^1.2.7",
8113 "is-date-object": "^1.0.5",
8114 "is-symbol": "^1.0.4"
8115 },
8116 "engines": {
8117 "node": ">= 0.4"
8118 },
8119 "funding": {
8120 "url": "https://github.com/sponsors/ljharb"
8121 }
8122 },
8123 "node_modules/escalade": {
8124 "version": "3.2.0",
8125 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
8126 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
8127 "license": "MIT",
8128 "engines": {
8129 "node": ">=6"
8130 }
8131 },
8132 "node_modules/escape-html": {
8133 "version": "1.0.3",
8134 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
8135 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
8136 "license": "MIT"
8137 },
8138 "node_modules/escape-string-regexp": {
8139 "version": "4.0.0",
8140 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
8141 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
8142 "license": "MIT",
8143 "engines": {
8144 "node": ">=10"
8145 },
8146 "funding": {
8147 "url": "https://github.com/sponsors/sindresorhus"
8148 }
8149 },
8150 "node_modules/escodegen": {
8151 "version": "2.1.0",
8152 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
8153 "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
8154 "license": "BSD-2-Clause",
8155 "dependencies": {
8156 "esprima": "^4.0.1",
8157 "estraverse": "^5.2.0",
8158 "esutils": "^2.0.2"
8159 },
8160 "bin": {
8161 "escodegen": "bin/escodegen.js",
8162 "esgenerate": "bin/esgenerate.js"
8163 },
8164 "engines": {
8165 "node": ">=6.0"
8166 },
8167 "optionalDependencies": {
8168 "source-map": "~0.6.1"
8169 }
8170 },
8171 "node_modules/escodegen/node_modules/source-map": {
8172 "version": "0.6.1",
8173 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
8174 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
8175 "license": "BSD-3-Clause",
8176 "optional": true,
8177 "engines": {
8178 "node": ">=0.10.0"
8179 }
8180 },
8181 "node_modules/eslint": {
8182 "version": "8.57.1",
8183 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
8184 "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
8185 "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
8186 "license": "MIT",
8187 "dependencies": {
8188 "@eslint-community/eslint-utils": "^4.2.0",
8189 "@eslint-community/regexpp": "^4.6.1",
8190 "@eslint/eslintrc": "^2.1.4",
8191 "@eslint/js": "8.57.1",
8192 "@humanwhocodes/config-array": "^0.13.0",
8193 "@humanwhocodes/module-importer": "^1.0.1",
8194 "@nodelib/fs.walk": "^1.2.8",
8195 "@ungap/structured-clone": "^1.2.0",
8196 "ajv": "^6.12.4",
8197 "chalk": "^4.0.0",
8198 "cross-spawn": "^7.0.2",
8199 "debug": "^4.3.2",
8200 "doctrine": "^3.0.0",
8201 "escape-string-regexp": "^4.0.0",
8202 "eslint-scope": "^7.2.2",
8203 "eslint-visitor-keys": "^3.4.3",
8204 "espree": "^9.6.1",
8205 "esquery": "^1.4.2",
8206 "esutils": "^2.0.2",
8207 "fast-deep-equal": "^3.1.3",
8208 "file-entry-cache": "^6.0.1",
8209 "find-up": "^5.0.0",
8210 "glob-parent": "^6.0.2",
8211 "globals": "^13.19.0",
8212 "graphemer": "^1.4.0",
8213 "ignore": "^5.2.0",
8214 "imurmurhash": "^0.1.4",
8215 "is-glob": "^4.0.0",
8216 "is-path-inside": "^3.0.3",
8217 "js-yaml": "^4.1.0",
8218 "json-stable-stringify-without-jsonify": "^1.0.1",
8219 "levn": "^0.4.1",
8220 "lodash.merge": "^4.6.2",
8221 "minimatch": "^3.1.2",
8222 "natural-compare": "^1.4.0",
8223 "optionator": "^0.9.3",
8224 "strip-ansi": "^6.0.1",
8225 "text-table": "^0.2.0"
8226 },
8227 "bin": {
8228 "eslint": "bin/eslint.js"
8229 },
8230 "engines": {
8231 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8232 },
8233 "funding": {
8234 "url": "https://opencollective.com/eslint"
8235 }
8236 },
8237 "node_modules/eslint-config-react-app": {
8238 "version": "7.0.1",
8239 "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
8240 "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
8241 "license": "MIT",
8242 "dependencies": {
8243 "@babel/core": "^7.16.0",
8244 "@babel/eslint-parser": "^7.16.3",
8245 "@rushstack/eslint-patch": "^1.1.0",
8246 "@typescript-eslint/eslint-plugin": "^5.5.0",
8247 "@typescript-eslint/parser": "^5.5.0",
8248 "babel-preset-react-app": "^10.0.1",
8249 "confusing-browser-globals": "^1.0.11",
8250 "eslint-plugin-flowtype": "^8.0.3",
8251 "eslint-plugin-import": "^2.25.3",
8252 "eslint-plugin-jest": "^25.3.0",
8253 "eslint-plugin-jsx-a11y": "^6.5.1",
8254 "eslint-plugin-react": "^7.27.1",
8255 "eslint-plugin-react-hooks": "^4.3.0",
8256 "eslint-plugin-testing-library": "^5.0.1"
8257 },
8258 "engines": {
8259 "node": ">=14.0.0"
8260 },
8261 "peerDependencies": {
8262 "eslint": "^8.0.0"
8263 }
8264 },
8265 "node_modules/eslint-import-resolver-node": {
8266 "version": "0.3.9",
8267 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
8268 "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
8269 "license": "MIT",
8270 "dependencies": {
8271 "debug": "^3.2.7",
8272 "is-core-module": "^2.13.0",
8273 "resolve": "^1.22.4"
8274 }
8275 },
8276 "node_modules/eslint-import-resolver-node/node_modules/debug": {
8277 "version": "3.2.7",
8278 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8279 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8280 "license": "MIT",
8281 "dependencies": {
8282 "ms": "^2.1.1"
8283 }
8284 },
8285 "node_modules/eslint-import-resolver-node/node_modules/ms": {
8286 "version": "2.1.3",
8287 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8288 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
8289 "license": "MIT"
8290 },
8291 "node_modules/eslint-module-utils": {
8292 "version": "2.12.0",
8293 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
8294 "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
8295 "license": "MIT",
8296 "dependencies": {
8297 "debug": "^3.2.7"
8298 },
8299 "engines": {
8300 "node": ">=4"
8301 },
8302 "peerDependenciesMeta": {
8303 "eslint": {
8304 "optional": true
8305 }
8306 }
8307 },
8308 "node_modules/eslint-module-utils/node_modules/debug": {
8309 "version": "3.2.7",
8310 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8311 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8312 "license": "MIT",
8313 "dependencies": {
8314 "ms": "^2.1.1"
8315 }
8316 },
8317 "node_modules/eslint-module-utils/node_modules/ms": {
8318 "version": "2.1.3",
8319 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8320 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
8321 "license": "MIT"
8322 },
8323 "node_modules/eslint-plugin-flowtype": {
8324 "version": "8.0.3",
8325 "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
8326 "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
8327 "license": "BSD-3-Clause",
8328 "dependencies": {
8329 "lodash": "^4.17.21",
8330 "string-natural-compare": "^3.0.1"
8331 },
8332 "engines": {
8333 "node": ">=12.0.0"
8334 },
8335 "peerDependencies": {
8336 "@babel/plugin-syntax-flow": "^7.14.5",
8337 "@babel/plugin-transform-react-jsx": "^7.14.9",
8338 "eslint": "^8.1.0"
8339 }
8340 },
8341 "node_modules/eslint-plugin-import": {
8342 "version": "2.31.0",
8343 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz",
8344 "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==",
8345 "license": "MIT",
8346 "dependencies": {
8347 "@rtsao/scc": "^1.1.0",
8348 "array-includes": "^3.1.8",
8349 "array.prototype.findlastindex": "^1.2.5",
8350 "array.prototype.flat": "^1.3.2",
8351 "array.prototype.flatmap": "^1.3.2",
8352 "debug": "^3.2.7",
8353 "doctrine": "^2.1.0",
8354 "eslint-import-resolver-node": "^0.3.9",
8355 "eslint-module-utils": "^2.12.0",
8356 "hasown": "^2.0.2",
8357 "is-core-module": "^2.15.1",
8358 "is-glob": "^4.0.3",
8359 "minimatch": "^3.1.2",
8360 "object.fromentries": "^2.0.8",
8361 "object.groupby": "^1.0.3",
8362 "object.values": "^1.2.0",
8363 "semver": "^6.3.1",
8364 "string.prototype.trimend": "^1.0.8",
8365 "tsconfig-paths": "^3.15.0"
8366 },
8367 "engines": {
8368 "node": ">=4"
8369 },
8370 "peerDependencies": {
8371 "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
8372 }
8373 },
8374 "node_modules/eslint-plugin-import/node_modules/debug": {
8375 "version": "3.2.7",
8376 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8377 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8378 "license": "MIT",
8379 "dependencies": {
8380 "ms": "^2.1.1"
8381 }
8382 },
8383 "node_modules/eslint-plugin-import/node_modules/doctrine": {
8384 "version": "2.1.0",
8385 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
8386 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
8387 "license": "Apache-2.0",
8388 "dependencies": {
8389 "esutils": "^2.0.2"
8390 },
8391 "engines": {
8392 "node": ">=0.10.0"
8393 }
8394 },
8395 "node_modules/eslint-plugin-import/node_modules/ms": {
8396 "version": "2.1.3",
8397 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8398 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
8399 "license": "MIT"
8400 },
8401 "node_modules/eslint-plugin-import/node_modules/semver": {
8402 "version": "6.3.1",
8403 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
8404 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
8405 "license": "ISC",
8406 "bin": {
8407 "semver": "bin/semver.js"
8408 }
8409 },
8410 "node_modules/eslint-plugin-jest": {
8411 "version": "25.7.0",
8412 "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
8413 "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
8414 "license": "MIT",
8415 "dependencies": {
8416 "@typescript-eslint/experimental-utils": "^5.0.0"
8417 },
8418 "engines": {
8419 "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
8420 },
8421 "peerDependencies": {
8422 "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
8423 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
8424 },
8425 "peerDependenciesMeta": {
8426 "@typescript-eslint/eslint-plugin": {
8427 "optional": true
8428 },
8429 "jest": {
8430 "optional": true
8431 }
8432 }
8433 },
8434 "node_modules/eslint-plugin-jsx-a11y": {
8435 "version": "6.10.2",
8436 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
8437 "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
8438 "license": "MIT",
8439 "dependencies": {
8440 "aria-query": "^5.3.2",
8441 "array-includes": "^3.1.8",
8442 "array.prototype.flatmap": "^1.3.2",
8443 "ast-types-flow": "^0.0.8",
8444 "axe-core": "^4.10.0",
8445 "axobject-query": "^4.1.0",
8446 "damerau-levenshtein": "^1.0.8",
8447 "emoji-regex": "^9.2.2",
8448 "hasown": "^2.0.2",
8449 "jsx-ast-utils": "^3.3.5",
8450 "language-tags": "^1.0.9",
8451 "minimatch": "^3.1.2",
8452 "object.fromentries": "^2.0.8",
8453 "safe-regex-test": "^1.0.3",
8454 "string.prototype.includes": "^2.0.1"
8455 },
8456 "engines": {
8457 "node": ">=4.0"
8458 },
8459 "peerDependencies": {
8460 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
8461 }
8462 },
8463 "node_modules/eslint-plugin-react": {
8464 "version": "7.37.4",
8465 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz",
8466 "integrity": "sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==",
8467 "license": "MIT",
8468 "dependencies": {
8469 "array-includes": "^3.1.8",
8470 "array.prototype.findlast": "^1.2.5",
8471 "array.prototype.flatmap": "^1.3.3",
8472 "array.prototype.tosorted": "^1.1.4",
8473 "doctrine": "^2.1.0",
8474 "es-iterator-helpers": "^1.2.1",
8475 "estraverse": "^5.3.0",
8476 "hasown": "^2.0.2",
8477 "jsx-ast-utils": "^2.4.1 || ^3.0.0",
8478 "minimatch": "^3.1.2",
8479 "object.entries": "^1.1.8",
8480 "object.fromentries": "^2.0.8",
8481 "object.values": "^1.2.1",
8482 "prop-types": "^15.8.1",
8483 "resolve": "^2.0.0-next.5",
8484 "semver": "^6.3.1",
8485 "string.prototype.matchall": "^4.0.12",
8486 "string.prototype.repeat": "^1.0.0"
8487 },
8488 "engines": {
8489 "node": ">=4"
8490 },
8491 "peerDependencies": {
8492 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
8493 }
8494 },
8495 "node_modules/eslint-plugin-react-hooks": {
8496 "version": "4.6.2",
8497 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
8498 "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
8499 "license": "MIT",
8500 "engines": {
8501 "node": ">=10"
8502 },
8503 "peerDependencies": {
8504 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
8505 }
8506 },
8507 "node_modules/eslint-plugin-react/node_modules/doctrine": {
8508 "version": "2.1.0",
8509 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
8510 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
8511 "license": "Apache-2.0",
8512 "dependencies": {
8513 "esutils": "^2.0.2"
8514 },
8515 "engines": {
8516 "node": ">=0.10.0"
8517 }
8518 },
8519 "node_modules/eslint-plugin-react/node_modules/resolve": {
8520 "version": "2.0.0-next.5",
8521 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
8522 "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
8523 "license": "MIT",
8524 "dependencies": {
8525 "is-core-module": "^2.13.0",
8526 "path-parse": "^1.0.7",
8527 "supports-preserve-symlinks-flag": "^1.0.0"
8528 },
8529 "bin": {
8530 "resolve": "bin/resolve"
8531 },
8532 "funding": {
8533 "url": "https://github.com/sponsors/ljharb"
8534 }
8535 },
8536 "node_modules/eslint-plugin-react/node_modules/semver": {
8537 "version": "6.3.1",
8538 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
8539 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
8540 "license": "ISC",
8541 "bin": {
8542 "semver": "bin/semver.js"
8543 }
8544 },
8545 "node_modules/eslint-plugin-testing-library": {
8546 "version": "5.11.1",
8547 "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz",
8548 "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==",
8549 "license": "MIT",
8550 "dependencies": {
8551 "@typescript-eslint/utils": "^5.58.0"
8552 },
8553 "engines": {
8554 "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
8555 "npm": ">=6"
8556 },
8557 "peerDependencies": {
8558 "eslint": "^7.5.0 || ^8.0.0"
8559 }
8560 },
8561 "node_modules/eslint-scope": {
8562 "version": "7.2.2",
8563 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
8564 "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
8565 "license": "BSD-2-Clause",
8566 "dependencies": {
8567 "esrecurse": "^4.3.0",
8568 "estraverse": "^5.2.0"
8569 },
8570 "engines": {
8571 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8572 },
8573 "funding": {
8574 "url": "https://opencollective.com/eslint"
8575 }
8576 },
8577 "node_modules/eslint-visitor-keys": {
8578 "version": "3.4.3",
8579 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
8580 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
8581 "license": "Apache-2.0",
8582 "engines": {
8583 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8584 },
8585 "funding": {
8586 "url": "https://opencollective.com/eslint"
8587 }
8588 },
8589 "node_modules/eslint-webpack-plugin": {
8590 "version": "3.2.0",
8591 "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
8592 "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
8593 "license": "MIT",
8594 "dependencies": {
8595 "@types/eslint": "^7.29.0 || ^8.4.1",
8596 "jest-worker": "^28.0.2",
8597 "micromatch": "^4.0.5",
8598 "normalize-path": "^3.0.0",
8599 "schema-utils": "^4.0.0"
8600 },
8601 "engines": {
8602 "node": ">= 12.13.0"
8603 },
8604 "funding": {
8605 "type": "opencollective",
8606 "url": "https://opencollective.com/webpack"
8607 },
8608 "peerDependencies": {
8609 "eslint": "^7.0.0 || ^8.0.0",
8610 "webpack": "^5.0.0"
8611 }
8612 },
8613 "node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
8614 "version": "28.1.3",
8615 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz",
8616 "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==",
8617 "license": "MIT",
8618 "dependencies": {
8619 "@types/node": "*",
8620 "merge-stream": "^2.0.0",
8621 "supports-color": "^8.0.0"
8622 },
8623 "engines": {
8624 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
8625 }
8626 },
8627 "node_modules/eslint-webpack-plugin/node_modules/supports-color": {
8628 "version": "8.1.1",
8629 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
8630 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
8631 "license": "MIT",
8632 "dependencies": {
8633 "has-flag": "^4.0.0"
8634 },
8635 "engines": {
8636 "node": ">=10"
8637 },
8638 "funding": {
8639 "url": "https://github.com/chalk/supports-color?sponsor=1"
8640 }
8641 },
8642 "node_modules/eslint/node_modules/argparse": {
8643 "version": "2.0.1",
8644 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
8645 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
8646 "license": "Python-2.0"
8647 },
8648 "node_modules/eslint/node_modules/debug": {
8649 "version": "4.4.0",
8650 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
8651 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
8652 "license": "MIT",
8653 "dependencies": {
8654 "ms": "^2.1.3"
8655 },
8656 "engines": {
8657 "node": ">=6.0"
8658 },
8659 "peerDependenciesMeta": {
8660 "supports-color": {
8661 "optional": true
8662 }
8663 }
8664 },
8665 "node_modules/eslint/node_modules/find-up": {
8666 "version": "5.0.0",
8667 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
8668 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
8669 "license": "MIT",
8670 "dependencies": {
8671 "locate-path": "^6.0.0",
8672 "path-exists": "^4.0.0"
8673 },
8674 "engines": {
8675 "node": ">=10"
8676 },
8677 "funding": {
8678 "url": "https://github.com/sponsors/sindresorhus"
8679 }
8680 },
8681 "node_modules/eslint/node_modules/globals": {
8682 "version": "13.24.0",
8683 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
8684 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
8685 "license": "MIT",
8686 "dependencies": {
8687 "type-fest": "^0.20.2"
8688 },
8689 "engines": {
8690 "node": ">=8"
8691 },
8692 "funding": {
8693 "url": "https://github.com/sponsors/sindresorhus"
8694 }
8695 },
8696 "node_modules/eslint/node_modules/js-yaml": {
8697 "version": "4.1.0",
8698 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
8699 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
8700 "license": "MIT",
8701 "dependencies": {
8702 "argparse": "^2.0.1"
8703 },
8704 "bin": {
8705 "js-yaml": "bin/js-yaml.js"
8706 }
8707 },
8708 "node_modules/eslint/node_modules/locate-path": {
8709 "version": "6.0.0",
8710 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
8711 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
8712 "license": "MIT",
8713 "dependencies": {
8714 "p-locate": "^5.0.0"
8715 },
8716 "engines": {
8717 "node": ">=10"
8718 },
8719 "funding": {
8720 "url": "https://github.com/sponsors/sindresorhus"
8721 }
8722 },
8723 "node_modules/eslint/node_modules/ms": {
8724 "version": "2.1.3",
8725 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8726 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
8727 "license": "MIT"
8728 },
8729 "node_modules/eslint/node_modules/p-limit": {
8730 "version": "3.1.0",
8731 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
8732 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
8733 "license": "MIT",
8734 "dependencies": {
8735 "yocto-queue": "^0.1.0"
8736 },
8737 "engines": {
8738 "node": ">=10"
8739 },
8740 "funding": {
8741 "url": "https://github.com/sponsors/sindresorhus"
8742 }
8743 },
8744 "node_modules/eslint/node_modules/p-locate": {
8745 "version": "5.0.0",
8746 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
8747 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
8748 "license": "MIT",
8749 "dependencies": {
8750 "p-limit": "^3.0.2"
8751 },
8752 "engines": {
8753 "node": ">=10"
8754 },
8755 "funding": {
8756 "url": "https://github.com/sponsors/sindresorhus"
8757 }
8758 },
8759 "node_modules/eslint/node_modules/type-fest": {
8760 "version": "0.20.2",
8761 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
8762 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
8763 "license": "(MIT OR CC0-1.0)",
8764 "engines": {
8765 "node": ">=10"
8766 },
8767 "funding": {
8768 "url": "https://github.com/sponsors/sindresorhus"
8769 }
8770 },
8771 "node_modules/espree": {
8772 "version": "9.6.1",
8773 "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
8774 "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
8775 "license": "BSD-2-Clause",
8776 "dependencies": {
8777 "acorn": "^8.9.0",
8778 "acorn-jsx": "^5.3.2",
8779 "eslint-visitor-keys": "^3.4.1"
8780 },
8781 "engines": {
8782 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8783 },
8784 "funding": {
8785 "url": "https://opencollective.com/eslint"
8786 }
8787 },
8788 "node_modules/esprima": {
8789 "version": "4.0.1",
8790 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
8791 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
8792 "license": "BSD-2-Clause",
8793 "bin": {
8794 "esparse": "bin/esparse.js",
8795 "esvalidate": "bin/esvalidate.js"
8796 },
8797 "engines": {
8798 "node": ">=4"
8799 }
8800 },
8801 "node_modules/esquery": {
8802 "version": "1.6.0",
8803 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
8804 "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
8805 "license": "BSD-3-Clause",
8806 "dependencies": {
8807 "estraverse": "^5.1.0"
8808 },
8809 "engines": {
8810 "node": ">=0.10"
8811 }
8812 },
8813 "node_modules/esrecurse": {
8814 "version": "4.3.0",
8815 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
8816 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
8817 "license": "BSD-2-Clause",
8818 "dependencies": {
8819 "estraverse": "^5.2.0"
8820 },
8821 "engines": {
8822 "node": ">=4.0"
8823 }
8824 },
8825 "node_modules/estraverse": {
8826 "version": "5.3.0",
8827 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
8828 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
8829 "license": "BSD-2-Clause",
8830 "engines": {
8831 "node": ">=4.0"
8832 }
8833 },
8834 "node_modules/estree-walker": {
8835 "version": "1.0.1",
8836 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
8837 "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
8838 "license": "MIT"
8839 },
8840 "node_modules/esutils": {
8841 "version": "2.0.3",
8842 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
8843 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
8844 "license": "BSD-2-Clause",
8845 "engines": {
8846 "node": ">=0.10.0"
8847 }
8848 },
8849 "node_modules/etag": {
8850 "version": "1.8.1",
8851 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
8852 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
8853 "license": "MIT",
8854 "engines": {
8855 "node": ">= 0.6"
8856 }
8857 },
8858 "node_modules/eventemitter3": {
8859 "version": "4.0.7",
8860 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
8861 "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
8862 "license": "MIT"
8863 },
8864 "node_modules/events": {
8865 "version": "3.3.0",
8866 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
8867 "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
8868 "license": "MIT",
8869 "engines": {
8870 "node": ">=0.8.x"
8871 }
8872 },
8873 "node_modules/execa": {
8874 "version": "5.1.1",
8875 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
8876 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
8877 "license": "MIT",
8878 "dependencies": {
8879 "cross-spawn": "^7.0.3",
8880 "get-stream": "^6.0.0",
8881 "human-signals": "^2.1.0",
8882 "is-stream": "^2.0.0",
8883 "merge-stream": "^2.0.0",
8884 "npm-run-path": "^4.0.1",
8885 "onetime": "^5.1.2",
8886 "signal-exit": "^3.0.3",
8887 "strip-final-newline": "^2.0.0"
8888 },
8889 "engines": {
8890 "node": ">=10"
8891 },
8892 "funding": {
8893 "url": "https://github.com/sindresorhus/execa?sponsor=1"
8894 }
8895 },
8896 "node_modules/exit": {
8897 "version": "0.1.2",
8898 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
8899 "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
8900 "engines": {
8901 "node": ">= 0.8.0"
8902 }
8903 },
8904 "node_modules/expect": {
8905 "version": "27.5.1",
8906 "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
8907 "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
8908 "license": "MIT",
8909 "dependencies": {
8910 "@jest/types": "^27.5.1",
8911 "jest-get-type": "^27.5.1",
8912 "jest-matcher-utils": "^27.5.1",
8913 "jest-message-util": "^27.5.1"
8914 },
8915 "engines": {
8916 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
8917 }
8918 },
8919 "node_modules/express": {
8920 "version": "4.21.2",
8921 "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
8922 "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
8923 "license": "MIT",
8924 "dependencies": {
8925 "accepts": "~1.3.8",
8926 "array-flatten": "1.1.1",
8927 "body-parser": "1.20.3",
8928 "content-disposition": "0.5.4",
8929 "content-type": "~1.0.4",
8930 "cookie": "0.7.1",
8931 "cookie-signature": "1.0.6",
8932 "debug": "2.6.9",
8933 "depd": "2.0.0",
8934 "encodeurl": "~2.0.0",
8935 "escape-html": "~1.0.3",
8936 "etag": "~1.8.1",
8937 "finalhandler": "1.3.1",
8938 "fresh": "0.5.2",
8939 "http-errors": "2.0.0",
8940 "merge-descriptors": "1.0.3",
8941 "methods": "~1.1.2",
8942 "on-finished": "2.4.1",
8943 "parseurl": "~1.3.3",
8944 "path-to-regexp": "0.1.12",
8945 "proxy-addr": "~2.0.7",
8946 "qs": "6.13.0",
8947 "range-parser": "~1.2.1",
8948 "safe-buffer": "5.2.1",
8949 "send": "0.19.0",
8950 "serve-static": "1.16.2",
8951 "setprototypeof": "1.2.0",
8952 "statuses": "2.0.1",
8953 "type-is": "~1.6.18",
8954 "utils-merge": "1.0.1",
8955 "vary": "~1.1.2"
8956 },
8957 "engines": {
8958 "node": ">= 0.10.0"
8959 },
8960 "funding": {
8961 "type": "opencollective",
8962 "url": "https://opencollective.com/express"
8963 }
8964 },
8965 "node_modules/express-session": {
8966 "version": "1.18.1",
8967 "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.1.tgz",
8968 "integrity": "sha512-a5mtTqEaZvBCL9A9aqkrtfz+3SMDhOVUnjafjo+s7A9Txkq+SVX2DLvSp1Zrv4uCXa3lMSK3viWnh9Gg07PBUA==",
8969 "license": "MIT",
8970 "dependencies": {
8971 "cookie": "0.7.2",
8972 "cookie-signature": "1.0.7",
8973 "debug": "2.6.9",
8974 "depd": "~2.0.0",
8975 "on-headers": "~1.0.2",
8976 "parseurl": "~1.3.3",
8977 "safe-buffer": "5.2.1",
8978 "uid-safe": "~2.1.5"
8979 },
8980 "engines": {
8981 "node": ">= 0.8.0"
8982 }
8983 },
8984 "node_modules/express/node_modules/cookie": {
8985 "version": "0.7.1",
8986 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
8987 "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
8988 "license": "MIT",
8989 "engines": {
8990 "node": ">= 0.6"
8991 }
8992 },
8993 "node_modules/express/node_modules/cookie-signature": {
8994 "version": "1.0.6",
8995 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
8996 "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
8997 "license": "MIT"
8998 },
8999 "node_modules/fast-deep-equal": {
9000 "version": "3.1.3",
9001 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
9002 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
9003 "license": "MIT"
9004 },
9005 "node_modules/fast-equals": {
9006 "version": "4.0.3",
9007 "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz",
9008 "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==",
9009 "license": "MIT"
9010 },
9011 "node_modules/fast-glob": {
9012 "version": "3.3.3",
9013 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
9014 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
9015 "license": "MIT",
9016 "dependencies": {
9017 "@nodelib/fs.stat": "^2.0.2",
9018 "@nodelib/fs.walk": "^1.2.3",
9019 "glob-parent": "^5.1.2",
9020 "merge2": "^1.3.0",
9021 "micromatch": "^4.0.8"
9022 },
9023 "engines": {
9024 "node": ">=8.6.0"
9025 }
9026 },
9027 "node_modules/fast-glob/node_modules/glob-parent": {
9028 "version": "5.1.2",
9029 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
9030 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
9031 "license": "ISC",
9032 "dependencies": {
9033 "is-glob": "^4.0.1"
9034 },
9035 "engines": {
9036 "node": ">= 6"
9037 }
9038 },
9039 "node_modules/fast-json-stable-stringify": {
9040 "version": "2.1.0",
9041 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
9042 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
9043 "license": "MIT"
9044 },
9045 "node_modules/fast-levenshtein": {
9046 "version": "2.0.6",
9047 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
9048 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
9049 "license": "MIT"
9050 },
9051 "node_modules/fast-uri": {
9052 "version": "3.0.6",
9053 "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
9054 "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
9055 "funding": [
9056 {
9057 "type": "github",
9058 "url": "https://github.com/sponsors/fastify"
9059 },
9060 {
9061 "type": "opencollective",
9062 "url": "https://opencollective.com/fastify"
9063 }
9064 ],
9065 "license": "BSD-3-Clause"
9066 },
9067 "node_modules/fastq": {
9068 "version": "1.19.0",
9069 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz",
9070 "integrity": "sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==",
9071 "license": "ISC",
9072 "dependencies": {
9073 "reusify": "^1.0.4"
9074 }
9075 },
9076 "node_modules/faye-websocket": {
9077 "version": "0.11.4",
9078 "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
9079 "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
9080 "license": "Apache-2.0",
9081 "dependencies": {
9082 "websocket-driver": ">=0.5.1"
9083 },
9084 "engines": {
9085 "node": ">=0.8.0"
9086 }
9087 },
9088 "node_modules/fb-watchman": {
9089 "version": "2.0.2",
9090 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
9091 "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
9092 "license": "Apache-2.0",
9093 "dependencies": {
9094 "bser": "2.1.1"
9095 }
9096 },
9097 "node_modules/file-entry-cache": {
9098 "version": "6.0.1",
9099 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
9100 "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
9101 "license": "MIT",
9102 "dependencies": {
9103 "flat-cache": "^3.0.4"
9104 },
9105 "engines": {
9106 "node": "^10.12.0 || >=12.0.0"
9107 }
9108 },
9109 "node_modules/file-loader": {
9110 "version": "6.2.0",
9111 "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
9112 "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
9113 "license": "MIT",
9114 "dependencies": {
9115 "loader-utils": "^2.0.0",
9116 "schema-utils": "^3.0.0"
9117 },
9118 "engines": {
9119 "node": ">= 10.13.0"
9120 },
9121 "funding": {
9122 "type": "opencollective",
9123 "url": "https://opencollective.com/webpack"
9124 },
9125 "peerDependencies": {
9126 "webpack": "^4.0.0 || ^5.0.0"
9127 }
9128 },
9129 "node_modules/file-loader/node_modules/schema-utils": {
9130 "version": "3.3.0",
9131 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
9132 "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
9133 "license": "MIT",
9134 "dependencies": {
9135 "@types/json-schema": "^7.0.8",
9136 "ajv": "^6.12.5",
9137 "ajv-keywords": "^3.5.2"
9138 },
9139 "engines": {
9140 "node": ">= 10.13.0"
9141 },
9142 "funding": {
9143 "type": "opencollective",
9144 "url": "https://opencollective.com/webpack"
9145 }
9146 },
9147 "node_modules/filelist": {
9148 "version": "1.0.4",
9149 "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
9150 "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
9151 "license": "Apache-2.0",
9152 "dependencies": {
9153 "minimatch": "^5.0.1"
9154 }
9155 },
9156 "node_modules/filelist/node_modules/brace-expansion": {
9157 "version": "2.0.1",
9158 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
9159 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
9160 "license": "MIT",
9161 "dependencies": {
9162 "balanced-match": "^1.0.0"
9163 }
9164 },
9165 "node_modules/filelist/node_modules/minimatch": {
9166 "version": "5.1.6",
9167 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
9168 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
9169 "license": "ISC",
9170 "dependencies": {
9171 "brace-expansion": "^2.0.1"
9172 },
9173 "engines": {
9174 "node": ">=10"
9175 }
9176 },
9177 "node_modules/filesize": {
9178 "version": "8.0.7",
9179 "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
9180 "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==",
9181 "license": "BSD-3-Clause",
9182 "engines": {
9183 "node": ">= 0.4.0"
9184 }
9185 },
9186 "node_modules/fill-range": {
9187 "version": "7.1.1",
9188 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
9189 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
9190 "license": "MIT",
9191 "dependencies": {
9192 "to-regex-range": "^5.0.1"
9193 },
9194 "engines": {
9195 "node": ">=8"
9196 }
9197 },
9198 "node_modules/finalhandler": {
9199 "version": "1.3.1",
9200 "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
9201 "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
9202 "license": "MIT",
9203 "dependencies": {
9204 "debug": "2.6.9",
9205 "encodeurl": "~2.0.0",
9206 "escape-html": "~1.0.3",
9207 "on-finished": "2.4.1",
9208 "parseurl": "~1.3.3",
9209 "statuses": "2.0.1",
9210 "unpipe": "~1.0.0"
9211 },
9212 "engines": {
9213 "node": ">= 0.8"
9214 }
9215 },
9216 "node_modules/find-cache-dir": {
9217 "version": "3.3.2",
9218 "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
9219 "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
9220 "license": "MIT",
9221 "dependencies": {
9222 "commondir": "^1.0.1",
9223 "make-dir": "^3.0.2",
9224 "pkg-dir": "^4.1.0"
9225 },
9226 "engines": {
9227 "node": ">=8"
9228 },
9229 "funding": {
9230 "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
9231 }
9232 },
9233 "node_modules/find-up": {
9234 "version": "4.1.0",
9235 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
9236 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
9237 "license": "MIT",
9238 "dependencies": {
9239 "locate-path": "^5.0.0",
9240 "path-exists": "^4.0.0"
9241 },
9242 "engines": {
9243 "node": ">=8"
9244 }
9245 },
9246 "node_modules/flat-cache": {
9247 "version": "3.2.0",
9248 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
9249 "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
9250 "license": "MIT",
9251 "dependencies": {
9252 "flatted": "^3.2.9",
9253 "keyv": "^4.5.3",
9254 "rimraf": "^3.0.2"
9255 },
9256 "engines": {
9257 "node": "^10.12.0 || >=12.0.0"
9258 }
9259 },
9260 "node_modules/flatted": {
9261 "version": "3.3.3",
9262 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
9263 "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
9264 "license": "ISC"
9265 },
9266 "node_modules/follow-redirects": {
9267 "version": "1.15.9",
9268 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
9269 "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
9270 "funding": [
9271 {
9272 "type": "individual",
9273 "url": "https://github.com/sponsors/RubenVerborgh"
9274 }
9275 ],
9276 "license": "MIT",
9277 "engines": {
9278 "node": ">=4.0"
9279 },
9280 "peerDependenciesMeta": {
9281 "debug": {
9282 "optional": true
9283 }
9284 }
9285 },
9286 "node_modules/for-each": {
9287 "version": "0.3.5",
9288 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
9289 "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
9290 "license": "MIT",
9291 "dependencies": {
9292 "is-callable": "^1.2.7"
9293 },
9294 "engines": {
9295 "node": ">= 0.4"
9296 },
9297 "funding": {
9298 "url": "https://github.com/sponsors/ljharb"
9299 }
9300 },
9301 "node_modules/foreground-child": {
9302 "version": "3.3.0",
9303 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
9304 "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
9305 "license": "ISC",
9306 "dependencies": {
9307 "cross-spawn": "^7.0.0",
9308 "signal-exit": "^4.0.1"
9309 },
9310 "engines": {
9311 "node": ">=14"
9312 },
9313 "funding": {
9314 "url": "https://github.com/sponsors/isaacs"
9315 }
9316 },
9317 "node_modules/foreground-child/node_modules/signal-exit": {
9318 "version": "4.1.0",
9319 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
9320 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
9321 "license": "ISC",
9322 "engines": {
9323 "node": ">=14"
9324 },
9325 "funding": {
9326 "url": "https://github.com/sponsors/isaacs"
9327 }
9328 },
9329 "node_modules/fork-ts-checker-webpack-plugin": {
9330 "version": "6.5.3",
9331 "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz",
9332 "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==",
9333 "license": "MIT",
9334 "dependencies": {
9335 "@babel/code-frame": "^7.8.3",
9336 "@types/json-schema": "^7.0.5",
9337 "chalk": "^4.1.0",
9338 "chokidar": "^3.4.2",
9339 "cosmiconfig": "^6.0.0",
9340 "deepmerge": "^4.2.2",
9341 "fs-extra": "^9.0.0",
9342 "glob": "^7.1.6",
9343 "memfs": "^3.1.2",
9344 "minimatch": "^3.0.4",
9345 "schema-utils": "2.7.0",
9346 "semver": "^7.3.2",
9347 "tapable": "^1.0.0"
9348 },
9349 "engines": {
9350 "node": ">=10",
9351 "yarn": ">=1.0.0"
9352 },
9353 "peerDependencies": {
9354 "eslint": ">= 6",
9355 "typescript": ">= 2.7",
9356 "vue-template-compiler": "*",
9357 "webpack": ">= 4"
9358 },
9359 "peerDependenciesMeta": {
9360 "eslint": {
9361 "optional": true
9362 },
9363 "vue-template-compiler": {
9364 "optional": true
9365 }
9366 }
9367 },
9368 "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
9369 "version": "6.0.0",
9370 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
9371 "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
9372 "license": "MIT",
9373 "dependencies": {
9374 "@types/parse-json": "^4.0.0",
9375 "import-fresh": "^3.1.0",
9376 "parse-json": "^5.0.0",
9377 "path-type": "^4.0.0",
9378 "yaml": "^1.7.2"
9379 },
9380 "engines": {
9381 "node": ">=8"
9382 }
9383 },
9384 "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
9385 "version": "9.1.0",
9386 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
9387 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
9388 "license": "MIT",
9389 "dependencies": {
9390 "at-least-node": "^1.0.0",
9391 "graceful-fs": "^4.2.0",
9392 "jsonfile": "^6.0.1",
9393 "universalify": "^2.0.0"
9394 },
9395 "engines": {
9396 "node": ">=10"
9397 }
9398 },
9399 "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
9400 "version": "2.7.0",
9401 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
9402 "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
9403 "license": "MIT",
9404 "dependencies": {
9405 "@types/json-schema": "^7.0.4",
9406 "ajv": "^6.12.2",
9407 "ajv-keywords": "^3.4.1"
9408 },
9409 "engines": {
9410 "node": ">= 8.9.0"
9411 },
9412 "funding": {
9413 "type": "opencollective",
9414 "url": "https://opencollective.com/webpack"
9415 }
9416 },
9417 "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
9418 "version": "1.1.3",
9419 "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
9420 "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
9421 "license": "MIT",
9422 "engines": {
9423 "node": ">=6"
9424 }
9425 },
9426 "node_modules/form-data": {
9427 "version": "4.0.2",
9428 "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
9429 "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
9430 "license": "MIT",
9431 "dependencies": {
9432 "asynckit": "^0.4.0",
9433 "combined-stream": "^1.0.8",
9434 "es-set-tostringtag": "^2.1.0",
9435 "mime-types": "^2.1.12"
9436 },
9437 "engines": {
9438 "node": ">= 6"
9439 }
9440 },
9441 "node_modules/forwarded": {
9442 "version": "0.2.0",
9443 "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
9444 "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
9445 "license": "MIT",
9446 "engines": {
9447 "node": ">= 0.6"
9448 }
9449 },
9450 "node_modules/fraction.js": {
9451 "version": "4.3.7",
9452 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
9453 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
9454 "license": "MIT",
9455 "engines": {
9456 "node": "*"
9457 },
9458 "funding": {
9459 "type": "patreon",
9460 "url": "https://github.com/sponsors/rawify"
9461 }
9462 },
9463 "node_modules/fresh": {
9464 "version": "0.5.2",
9465 "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
9466 "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
9467 "license": "MIT",
9468 "engines": {
9469 "node": ">= 0.6"
9470 }
9471 },
9472 "node_modules/fs-extra": {
9473 "version": "10.1.0",
9474 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
9475 "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
9476 "license": "MIT",
9477 "dependencies": {
9478 "graceful-fs": "^4.2.0",
9479 "jsonfile": "^6.0.1",
9480 "universalify": "^2.0.0"
9481 },
9482 "engines": {
9483 "node": ">=12"
9484 }
9485 },
9486 "node_modules/fs-monkey": {
9487 "version": "1.0.6",
9488 "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz",
9489 "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==",
9490 "license": "Unlicense"
9491 },
9492 "node_modules/fs.realpath": {
9493 "version": "1.0.0",
9494 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
9495 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
9496 "license": "ISC"
9497 },
9498 "node_modules/fsevents": {
9499 "version": "2.3.3",
9500 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
9501 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
9502 "hasInstallScript": true,
9503 "license": "MIT",
9504 "optional": true,
9505 "os": [
9506 "darwin"
9507 ],
9508 "engines": {
9509 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
9510 }
9511 },
9512 "node_modules/function-bind": {
9513 "version": "1.1.2",
9514 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
9515 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
9516 "license": "MIT",
9517 "funding": {
9518 "url": "https://github.com/sponsors/ljharb"
9519 }
9520 },
9521 "node_modules/function.prototype.name": {
9522 "version": "1.1.8",
9523 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
9524 "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
9525 "license": "MIT",
9526 "dependencies": {
9527 "call-bind": "^1.0.8",
9528 "call-bound": "^1.0.3",
9529 "define-properties": "^1.2.1",
9530 "functions-have-names": "^1.2.3",
9531 "hasown": "^2.0.2",
9532 "is-callable": "^1.2.7"
9533 },
9534 "engines": {
9535 "node": ">= 0.4"
9536 },
9537 "funding": {
9538 "url": "https://github.com/sponsors/ljharb"
9539 }
9540 },
9541 "node_modules/functions-have-names": {
9542 "version": "1.2.3",
9543 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
9544 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
9545 "license": "MIT",
9546 "funding": {
9547 "url": "https://github.com/sponsors/ljharb"
9548 }
9549 },
9550 "node_modules/gensync": {
9551 "version": "1.0.0-beta.2",
9552 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
9553 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
9554 "license": "MIT",
9555 "engines": {
9556 "node": ">=6.9.0"
9557 }
9558 },
9559 "node_modules/get-caller-file": {
9560 "version": "2.0.5",
9561 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
9562 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
9563 "license": "ISC",
9564 "engines": {
9565 "node": "6.* || 8.* || >= 10.*"
9566 }
9567 },
9568 "node_modules/get-intrinsic": {
9569 "version": "1.2.7",
9570 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
9571 "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
9572 "license": "MIT",
9573 "dependencies": {
9574 "call-bind-apply-helpers": "^1.0.1",
9575 "es-define-property": "^1.0.1",
9576 "es-errors": "^1.3.0",
9577 "es-object-atoms": "^1.0.0",
9578 "function-bind": "^1.1.2",
9579 "get-proto": "^1.0.0",
9580 "gopd": "^1.2.0",
9581 "has-symbols": "^1.1.0",
9582 "hasown": "^2.0.2",
9583 "math-intrinsics": "^1.1.0"
9584 },
9585 "engines": {
9586 "node": ">= 0.4"
9587 },
9588 "funding": {
9589 "url": "https://github.com/sponsors/ljharb"
9590 }
9591 },
9592 "node_modules/get-own-enumerable-property-symbols": {
9593 "version": "3.0.2",
9594 "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
9595 "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
9596 "license": "ISC"
9597 },
9598 "node_modules/get-package-type": {
9599 "version": "0.1.0",
9600 "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
9601 "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
9602 "license": "MIT",
9603 "engines": {
9604 "node": ">=8.0.0"
9605 }
9606 },
9607 "node_modules/get-proto": {
9608 "version": "1.0.1",
9609 "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
9610 "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
9611 "license": "MIT",
9612 "dependencies": {
9613 "dunder-proto": "^1.0.1",
9614 "es-object-atoms": "^1.0.0"
9615 },
9616 "engines": {
9617 "node": ">= 0.4"
9618 }
9619 },
9620 "node_modules/get-stream": {
9621 "version": "6.0.1",
9622 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
9623 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
9624 "license": "MIT",
9625 "engines": {
9626 "node": ">=10"
9627 },
9628 "funding": {
9629 "url": "https://github.com/sponsors/sindresorhus"
9630 }
9631 },
9632 "node_modules/get-symbol-description": {
9633 "version": "1.1.0",
9634 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
9635 "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
9636 "license": "MIT",
9637 "dependencies": {
9638 "call-bound": "^1.0.3",
9639 "es-errors": "^1.3.0",
9640 "get-intrinsic": "^1.2.6"
9641 },
9642 "engines": {
9643 "node": ">= 0.4"
9644 },
9645 "funding": {
9646 "url": "https://github.com/sponsors/ljharb"
9647 }
9648 },
9649 "node_modules/glob": {
9650 "version": "7.2.3",
9651 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
9652 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
9653 "deprecated": "Glob versions prior to v9 are no longer supported",
9654 "license": "ISC",
9655 "dependencies": {
9656 "fs.realpath": "^1.0.0",
9657 "inflight": "^1.0.4",
9658 "inherits": "2",
9659 "minimatch": "^3.1.1",
9660 "once": "^1.3.0",
9661 "path-is-absolute": "^1.0.0"
9662 },
9663 "engines": {
9664 "node": "*"
9665 },
9666 "funding": {
9667 "url": "https://github.com/sponsors/isaacs"
9668 }
9669 },
9670 "node_modules/glob-parent": {
9671 "version": "6.0.2",
9672 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
9673 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
9674 "license": "ISC",
9675 "dependencies": {
9676 "is-glob": "^4.0.3"
9677 },
9678 "engines": {
9679 "node": ">=10.13.0"
9680 }
9681 },
9682 "node_modules/glob-to-regexp": {
9683 "version": "0.4.1",
9684 "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
9685 "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
9686 "license": "BSD-2-Clause"
9687 },
9688 "node_modules/global-modules": {
9689 "version": "2.0.0",
9690 "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
9691 "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
9692 "license": "MIT",
9693 "dependencies": {
9694 "global-prefix": "^3.0.0"
9695 },
9696 "engines": {
9697 "node": ">=6"
9698 }
9699 },
9700 "node_modules/global-prefix": {
9701 "version": "3.0.0",
9702 "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
9703 "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
9704 "license": "MIT",
9705 "dependencies": {
9706 "ini": "^1.3.5",
9707 "kind-of": "^6.0.2",
9708 "which": "^1.3.1"
9709 },
9710 "engines": {
9711 "node": ">=6"
9712 }
9713 },
9714 "node_modules/global-prefix/node_modules/which": {
9715 "version": "1.3.1",
9716 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
9717 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
9718 "license": "ISC",
9719 "dependencies": {
9720 "isexe": "^2.0.0"
9721 },
9722 "bin": {
9723 "which": "bin/which"
9724 }
9725 },
9726 "node_modules/globals": {
9727 "version": "11.12.0",
9728 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
9729 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
9730 "license": "MIT",
9731 "engines": {
9732 "node": ">=4"
9733 }
9734 },
9735 "node_modules/globalthis": {
9736 "version": "1.0.4",
9737 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
9738 "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
9739 "license": "MIT",
9740 "dependencies": {
9741 "define-properties": "^1.2.1",
9742 "gopd": "^1.0.1"
9743 },
9744 "engines": {
9745 "node": ">= 0.4"
9746 },
9747 "funding": {
9748 "url": "https://github.com/sponsors/ljharb"
9749 }
9750 },
9751 "node_modules/globby": {
9752 "version": "11.1.0",
9753 "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
9754 "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
9755 "license": "MIT",
9756 "dependencies": {
9757 "array-union": "^2.1.0",
9758 "dir-glob": "^3.0.1",
9759 "fast-glob": "^3.2.9",
9760 "ignore": "^5.2.0",
9761 "merge2": "^1.4.1",
9762 "slash": "^3.0.0"
9763 },
9764 "engines": {
9765 "node": ">=10"
9766 },
9767 "funding": {
9768 "url": "https://github.com/sponsors/sindresorhus"
9769 }
9770 },
9771 "node_modules/gopd": {
9772 "version": "1.2.0",
9773 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
9774 "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
9775 "license": "MIT",
9776 "engines": {
9777 "node": ">= 0.4"
9778 },
9779 "funding": {
9780 "url": "https://github.com/sponsors/ljharb"
9781 }
9782 },
9783 "node_modules/graceful-fs": {
9784 "version": "4.2.11",
9785 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
9786 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
9787 "license": "ISC"
9788 },
9789 "node_modules/graphemer": {
9790 "version": "1.4.0",
9791 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
9792 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
9793 "license": "MIT"
9794 },
9795 "node_modules/gzip-size": {
9796 "version": "6.0.0",
9797 "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
9798 "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
9799 "license": "MIT",
9800 "dependencies": {
9801 "duplexer": "^0.1.2"
9802 },
9803 "engines": {
9804 "node": ">=10"
9805 },
9806 "funding": {
9807 "url": "https://github.com/sponsors/sindresorhus"
9808 }
9809 },
9810 "node_modules/handle-thing": {
9811 "version": "2.0.1",
9812 "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
9813 "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
9814 "license": "MIT"
9815 },
9816 "node_modules/harmony-reflect": {
9817 "version": "1.6.2",
9818 "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
9819 "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==",
9820 "license": "(Apache-2.0 OR MPL-1.1)"
9821 },
9822 "node_modules/has-bigints": {
9823 "version": "1.1.0",
9824 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
9825 "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
9826 "license": "MIT",
9827 "engines": {
9828 "node": ">= 0.4"
9829 },
9830 "funding": {
9831 "url": "https://github.com/sponsors/ljharb"
9832 }
9833 },
9834 "node_modules/has-flag": {
9835 "version": "4.0.0",
9836 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
9837 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
9838 "license": "MIT",
9839 "engines": {
9840 "node": ">=8"
9841 }
9842 },
9843 "node_modules/has-property-descriptors": {
9844 "version": "1.0.2",
9845 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
9846 "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
9847 "license": "MIT",
9848 "dependencies": {
9849 "es-define-property": "^1.0.0"
9850 },
9851 "funding": {
9852 "url": "https://github.com/sponsors/ljharb"
9853 }
9854 },
9855 "node_modules/has-proto": {
9856 "version": "1.2.0",
9857 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
9858 "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
9859 "license": "MIT",
9860 "dependencies": {
9861 "dunder-proto": "^1.0.0"
9862 },
9863 "engines": {
9864 "node": ">= 0.4"
9865 },
9866 "funding": {
9867 "url": "https://github.com/sponsors/ljharb"
9868 }
9869 },
9870 "node_modules/has-symbols": {
9871 "version": "1.1.0",
9872 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
9873 "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
9874 "license": "MIT",
9875 "engines": {
9876 "node": ">= 0.4"
9877 },
9878 "funding": {
9879 "url": "https://github.com/sponsors/ljharb"
9880 }
9881 },
9882 "node_modules/has-tostringtag": {
9883 "version": "1.0.2",
9884 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
9885 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
9886 "license": "MIT",
9887 "dependencies": {
9888 "has-symbols": "^1.0.3"
9889 },
9890 "engines": {
9891 "node": ">= 0.4"
9892 },
9893 "funding": {
9894 "url": "https://github.com/sponsors/ljharb"
9895 }
9896 },
9897 "node_modules/hasown": {
9898 "version": "2.0.2",
9899 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
9900 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
9901 "license": "MIT",
9902 "dependencies": {
9903 "function-bind": "^1.1.2"
9904 },
9905 "engines": {
9906 "node": ">= 0.4"
9907 }
9908 },
9909 "node_modules/he": {
9910 "version": "1.2.0",
9911 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
9912 "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
9913 "license": "MIT",
9914 "bin": {
9915 "he": "bin/he"
9916 }
9917 },
9918 "node_modules/hoopy": {
9919 "version": "0.1.4",
9920 "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
9921 "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
9922 "license": "MIT",
9923 "engines": {
9924 "node": ">= 6.0.0"
9925 }
9926 },
9927 "node_modules/hpack.js": {
9928 "version": "2.1.6",
9929 "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
9930 "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
9931 "license": "MIT",
9932 "dependencies": {
9933 "inherits": "^2.0.1",
9934 "obuf": "^1.0.0",
9935 "readable-stream": "^2.0.1",
9936 "wbuf": "^1.1.0"
9937 }
9938 },
9939 "node_modules/hpack.js/node_modules/isarray": {
9940 "version": "1.0.0",
9941 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
9942 "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
9943 "license": "MIT"
9944 },
9945 "node_modules/hpack.js/node_modules/readable-stream": {
9946 "version": "2.3.8",
9947 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
9948 "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
9949 "license": "MIT",
9950 "dependencies": {
9951 "core-util-is": "~1.0.0",
9952 "inherits": "~2.0.3",
9953 "isarray": "~1.0.0",
9954 "process-nextick-args": "~2.0.0",
9955 "safe-buffer": "~5.1.1",
9956 "string_decoder": "~1.1.1",
9957 "util-deprecate": "~1.0.1"
9958 }
9959 },
9960 "node_modules/hpack.js/node_modules/safe-buffer": {
9961 "version": "5.1.2",
9962 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
9963 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
9964 "license": "MIT"
9965 },
9966 "node_modules/hpack.js/node_modules/string_decoder": {
9967 "version": "1.1.1",
9968 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
9969 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
9970 "license": "MIT",
9971 "dependencies": {
9972 "safe-buffer": "~5.1.0"
9973 }
9974 },
9975 "node_modules/html-encoding-sniffer": {
9976 "version": "2.0.1",
9977 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
9978 "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
9979 "license": "MIT",
9980 "dependencies": {
9981 "whatwg-encoding": "^1.0.5"
9982 },
9983 "engines": {
9984 "node": ">=10"
9985 }
9986 },
9987 "node_modules/html-entities": {
9988 "version": "2.5.2",
9989 "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
9990 "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==",
9991 "funding": [
9992 {
9993 "type": "github",
9994 "url": "https://github.com/sponsors/mdevils"
9995 },
9996 {
9997 "type": "patreon",
9998 "url": "https://patreon.com/mdevils"
9999 }
10000 ],
10001 "license": "MIT"
10002 },
10003 "node_modules/html-escaper": {
10004 "version": "2.0.2",
10005 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
10006 "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
10007 "license": "MIT"
10008 },
10009 "node_modules/html-minifier-terser": {
10010 "version": "6.1.0",
10011 "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
10012 "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
10013 "license": "MIT",
10014 "dependencies": {
10015 "camel-case": "^4.1.2",
10016 "clean-css": "^5.2.2",
10017 "commander": "^8.3.0",
10018 "he": "^1.2.0",
10019 "param-case": "^3.0.4",
10020 "relateurl": "^0.2.7",
10021 "terser": "^5.10.0"
10022 },
10023 "bin": {
10024 "html-minifier-terser": "cli.js"
10025 },
10026 "engines": {
10027 "node": ">=12"
10028 }
10029 },
10030 "node_modules/html-webpack-plugin": {
10031 "version": "5.6.3",
10032 "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz",
10033 "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==",
10034 "license": "MIT",
10035 "dependencies": {
10036 "@types/html-minifier-terser": "^6.0.0",
10037 "html-minifier-terser": "^6.0.2",
10038 "lodash": "^4.17.21",
10039 "pretty-error": "^4.0.0",
10040 "tapable": "^2.0.0"
10041 },
10042 "engines": {
10043 "node": ">=10.13.0"
10044 },
10045 "funding": {
10046 "type": "opencollective",
10047 "url": "https://opencollective.com/html-webpack-plugin"
10048 },
10049 "peerDependencies": {
10050 "@rspack/core": "0.x || 1.x",
10051 "webpack": "^5.20.0"
10052 },
10053 "peerDependenciesMeta": {
10054 "@rspack/core": {
10055 "optional": true
10056 },
10057 "webpack": {
10058 "optional": true
10059 }
10060 }
10061 },
10062 "node_modules/htmlparser2": {
10063 "version": "6.1.0",
10064 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
10065 "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
10066 "funding": [
10067 "https://github.com/fb55/htmlparser2?sponsor=1",
10068 {
10069 "type": "github",
10070 "url": "https://github.com/sponsors/fb55"
10071 }
10072 ],
10073 "license": "MIT",
10074 "dependencies": {
10075 "domelementtype": "^2.0.1",
10076 "domhandler": "^4.0.0",
10077 "domutils": "^2.5.2",
10078 "entities": "^2.0.0"
10079 }
10080 },
10081 "node_modules/http-deceiver": {
10082 "version": "1.2.7",
10083 "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
10084 "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
10085 "license": "MIT"
10086 },
10087 "node_modules/http-errors": {
10088 "version": "2.0.0",
10089 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
10090 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
10091 "license": "MIT",
10092 "dependencies": {
10093 "depd": "2.0.0",
10094 "inherits": "2.0.4",
10095 "setprototypeof": "1.2.0",
10096 "statuses": "2.0.1",
10097 "toidentifier": "1.0.1"
10098 },
10099 "engines": {
10100 "node": ">= 0.8"
10101 }
10102 },
10103 "node_modules/http-parser-js": {
10104 "version": "0.5.9",
10105 "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.9.tgz",
10106 "integrity": "sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==",
10107 "license": "MIT"
10108 },
10109 "node_modules/http-proxy": {
10110 "version": "1.18.1",
10111 "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
10112 "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
10113 "license": "MIT",
10114 "dependencies": {
10115 "eventemitter3": "^4.0.0",
10116 "follow-redirects": "^1.0.0",
10117 "requires-port": "^1.0.0"
10118 },
10119 "engines": {
10120 "node": ">=8.0.0"
10121 }
10122 },
10123 "node_modules/http-proxy-agent": {
10124 "version": "4.0.1",
10125 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
10126 "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
10127 "license": "MIT",
10128 "dependencies": {
10129 "@tootallnate/once": "1",
10130 "agent-base": "6",
10131 "debug": "4"
10132 },
10133 "engines": {
10134 "node": ">= 6"
10135 }
10136 },
10137 "node_modules/http-proxy-agent/node_modules/debug": {
10138 "version": "4.4.0",
10139 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
10140 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
10141 "license": "MIT",
10142 "dependencies": {
10143 "ms": "^2.1.3"
10144 },
10145 "engines": {
10146 "node": ">=6.0"
10147 },
10148 "peerDependenciesMeta": {
10149 "supports-color": {
10150 "optional": true
10151 }
10152 }
10153 },
10154 "node_modules/http-proxy-agent/node_modules/ms": {
10155 "version": "2.1.3",
10156 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
10157 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
10158 "license": "MIT"
10159 },
10160 "node_modules/http-proxy-middleware": {
10161 "version": "2.0.7",
10162 "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz",
10163 "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==",
10164 "license": "MIT",
10165 "dependencies": {
10166 "@types/http-proxy": "^1.17.8",
10167 "http-proxy": "^1.18.1",
10168 "is-glob": "^4.0.1",
10169 "is-plain-obj": "^3.0.0",
10170 "micromatch": "^4.0.2"
10171 },
10172 "engines": {
10173 "node": ">=12.0.0"
10174 },
10175 "peerDependencies": {
10176 "@types/express": "^4.17.13"
10177 },
10178 "peerDependenciesMeta": {
10179 "@types/express": {
10180 "optional": true
10181 }
10182 }
10183 },
10184 "node_modules/https-proxy-agent": {
10185 "version": "5.0.1",
10186 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
10187 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
10188 "license": "MIT",
10189 "dependencies": {
10190 "agent-base": "6",
10191 "debug": "4"
10192 },
10193 "engines": {
10194 "node": ">= 6"
10195 }
10196 },
10197 "node_modules/https-proxy-agent/node_modules/debug": {
10198 "version": "4.4.0",
10199 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
10200 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
10201 "license": "MIT",
10202 "dependencies": {
10203 "ms": "^2.1.3"
10204 },
10205 "engines": {
10206 "node": ">=6.0"
10207 },
10208 "peerDependenciesMeta": {
10209 "supports-color": {
10210 "optional": true
10211 }
10212 }
10213 },
10214 "node_modules/https-proxy-agent/node_modules/ms": {
10215 "version": "2.1.3",
10216 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
10217 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
10218 "license": "MIT"
10219 },
10220 "node_modules/human-signals": {
10221 "version": "2.1.0",
10222 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
10223 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
10224 "license": "Apache-2.0",
10225 "engines": {
10226 "node": ">=10.17.0"
10227 }
10228 },
10229 "node_modules/iconv-lite": {
10230 "version": "0.6.3",
10231 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
10232 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
10233 "license": "MIT",
10234 "dependencies": {
10235 "safer-buffer": ">= 2.1.2 < 3.0.0"
10236 },
10237 "engines": {
10238 "node": ">=0.10.0"
10239 }
10240 },
10241 "node_modules/icss-utils": {
10242 "version": "5.1.0",
10243 "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
10244 "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
10245 "license": "ISC",
10246 "engines": {
10247 "node": "^10 || ^12 || >= 14"
10248 },
10249 "peerDependencies": {
10250 "postcss": "^8.1.0"
10251 }
10252 },
10253 "node_modules/idb": {
10254 "version": "7.1.1",
10255 "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
10256 "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==",
10257 "license": "ISC"
10258 },
10259 "node_modules/identity-obj-proxy": {
10260 "version": "3.0.0",
10261 "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
10262 "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==",
10263 "license": "MIT",
10264 "dependencies": {
10265 "harmony-reflect": "^1.4.6"
10266 },
10267 "engines": {
10268 "node": ">=4"
10269 }
10270 },
10271 "node_modules/ignore": {
10272 "version": "5.3.2",
10273 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
10274 "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
10275 "license": "MIT",
10276 "engines": {
10277 "node": ">= 4"
10278 }
10279 },
10280 "node_modules/immer": {
10281 "version": "9.0.21",
10282 "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
10283 "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
10284 "license": "MIT",
10285 "funding": {
10286 "type": "opencollective",
10287 "url": "https://opencollective.com/immer"
10288 }
10289 },
10290 "node_modules/import-fresh": {
10291 "version": "3.3.1",
10292 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
10293 "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
10294 "license": "MIT",
10295 "dependencies": {
10296 "parent-module": "^1.0.0",
10297 "resolve-from": "^4.0.0"
10298 },
10299 "engines": {
10300 "node": ">=6"
10301 },
10302 "funding": {
10303 "url": "https://github.com/sponsors/sindresorhus"
10304 }
10305 },
10306 "node_modules/import-fresh/node_modules/resolve-from": {
10307 "version": "4.0.0",
10308 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
10309 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
10310 "license": "MIT",
10311 "engines": {
10312 "node": ">=4"
10313 }
10314 },
10315 "node_modules/import-local": {
10316 "version": "3.2.0",
10317 "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
10318 "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
10319 "license": "MIT",
10320 "dependencies": {
10321 "pkg-dir": "^4.2.0",
10322 "resolve-cwd": "^3.0.0"
10323 },
10324 "bin": {
10325 "import-local-fixture": "fixtures/cli.js"
10326 },
10327 "engines": {
10328 "node": ">=8"
10329 },
10330 "funding": {
10331 "url": "https://github.com/sponsors/sindresorhus"
10332 }
10333 },
10334 "node_modules/imurmurhash": {
10335 "version": "0.1.4",
10336 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
10337 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
10338 "license": "MIT",
10339 "engines": {
10340 "node": ">=0.8.19"
10341 }
10342 },
10343 "node_modules/inflight": {
10344 "version": "1.0.6",
10345 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
10346 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
10347 "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.",
10348 "license": "ISC",
10349 "dependencies": {
10350 "once": "^1.3.0",
10351 "wrappy": "1"
10352 }
10353 },
10354 "node_modules/inherits": {
10355 "version": "2.0.4",
10356 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
10357 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
10358 "license": "ISC"
10359 },
10360 "node_modules/ini": {
10361 "version": "1.3.8",
10362 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
10363 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
10364 "license": "ISC"
10365 },
10366 "node_modules/internal-slot": {
10367 "version": "1.1.0",
10368 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
10369 "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
10370 "license": "MIT",
10371 "dependencies": {
10372 "es-errors": "^1.3.0",
10373 "hasown": "^2.0.2",
10374 "side-channel": "^1.1.0"
10375 },
10376 "engines": {
10377 "node": ">= 0.4"
10378 }
10379 },
10380 "node_modules/internmap": {
10381 "version": "2.0.3",
10382 "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
10383 "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
10384 "license": "ISC",
10385 "engines": {
10386 "node": ">=12"
10387 }
10388 },
10389 "node_modules/ipaddr.js": {
10390 "version": "2.2.0",
10391 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz",
10392 "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==",
10393 "license": "MIT",
10394 "engines": {
10395 "node": ">= 10"
10396 }
10397 },
10398 "node_modules/is-array-buffer": {
10399 "version": "3.0.5",
10400 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
10401 "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
10402 "license": "MIT",
10403 "dependencies": {
10404 "call-bind": "^1.0.8",
10405 "call-bound": "^1.0.3",
10406 "get-intrinsic": "^1.2.6"
10407 },
10408 "engines": {
10409 "node": ">= 0.4"
10410 },
10411 "funding": {
10412 "url": "https://github.com/sponsors/ljharb"
10413 }
10414 },
10415 "node_modules/is-arrayish": {
10416 "version": "0.2.1",
10417 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
10418 "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
10419 "license": "MIT"
10420 },
10421 "node_modules/is-async-function": {
10422 "version": "2.1.1",
10423 "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
10424 "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
10425 "license": "MIT",
10426 "dependencies": {
10427 "async-function": "^1.0.0",
10428 "call-bound": "^1.0.3",
10429 "get-proto": "^1.0.1",
10430 "has-tostringtag": "^1.0.2",
10431 "safe-regex-test": "^1.1.0"
10432 },
10433 "engines": {
10434 "node": ">= 0.4"
10435 },
10436 "funding": {
10437 "url": "https://github.com/sponsors/ljharb"
10438 }
10439 },
10440 "node_modules/is-bigint": {
10441 "version": "1.1.0",
10442 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
10443 "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
10444 "license": "MIT",
10445 "dependencies": {
10446 "has-bigints": "^1.0.2"
10447 },
10448 "engines": {
10449 "node": ">= 0.4"
10450 },
10451 "funding": {
10452 "url": "https://github.com/sponsors/ljharb"
10453 }
10454 },
10455 "node_modules/is-binary-path": {
10456 "version": "2.1.0",
10457 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
10458 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
10459 "license": "MIT",
10460 "dependencies": {
10461 "binary-extensions": "^2.0.0"
10462 },
10463 "engines": {
10464 "node": ">=8"
10465 }
10466 },
10467 "node_modules/is-boolean-object": {
10468 "version": "1.2.2",
10469 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
10470 "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
10471 "license": "MIT",
10472 "dependencies": {
10473 "call-bound": "^1.0.3",
10474 "has-tostringtag": "^1.0.2"
10475 },
10476 "engines": {
10477 "node": ">= 0.4"
10478 },
10479 "funding": {
10480 "url": "https://github.com/sponsors/ljharb"
10481 }
10482 },
10483 "node_modules/is-callable": {
10484 "version": "1.2.7",
10485 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
10486 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
10487 "license": "MIT",
10488 "engines": {
10489 "node": ">= 0.4"
10490 },
10491 "funding": {
10492 "url": "https://github.com/sponsors/ljharb"
10493 }
10494 },
10495 "node_modules/is-core-module": {
10496 "version": "2.16.1",
10497 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
10498 "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
10499 "license": "MIT",
10500 "dependencies": {
10501 "hasown": "^2.0.2"
10502 },
10503 "engines": {
10504 "node": ">= 0.4"
10505 },
10506 "funding": {
10507 "url": "https://github.com/sponsors/ljharb"
10508 }
10509 },
10510 "node_modules/is-data-view": {
10511 "version": "1.0.2",
10512 "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
10513 "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
10514 "license": "MIT",
10515 "dependencies": {
10516 "call-bound": "^1.0.2",
10517 "get-intrinsic": "^1.2.6",
10518 "is-typed-array": "^1.1.13"
10519 },
10520 "engines": {
10521 "node": ">= 0.4"
10522 },
10523 "funding": {
10524 "url": "https://github.com/sponsors/ljharb"
10525 }
10526 },
10527 "node_modules/is-date-object": {
10528 "version": "1.1.0",
10529 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
10530 "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
10531 "license": "MIT",
10532 "dependencies": {
10533 "call-bound": "^1.0.2",
10534 "has-tostringtag": "^1.0.2"
10535 },
10536 "engines": {
10537 "node": ">= 0.4"
10538 },
10539 "funding": {
10540 "url": "https://github.com/sponsors/ljharb"
10541 }
10542 },
10543 "node_modules/is-docker": {
10544 "version": "2.2.1",
10545 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
10546 "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
10547 "license": "MIT",
10548 "bin": {
10549 "is-docker": "cli.js"
10550 },
10551 "engines": {
10552 "node": ">=8"
10553 },
10554 "funding": {
10555 "url": "https://github.com/sponsors/sindresorhus"
10556 }
10557 },
10558 "node_modules/is-extglob": {
10559 "version": "2.1.1",
10560 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
10561 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
10562 "license": "MIT",
10563 "engines": {
10564 "node": ">=0.10.0"
10565 }
10566 },
10567 "node_modules/is-finalizationregistry": {
10568 "version": "1.1.1",
10569 "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
10570 "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
10571 "license": "MIT",
10572 "dependencies": {
10573 "call-bound": "^1.0.3"
10574 },
10575 "engines": {
10576 "node": ">= 0.4"
10577 },
10578 "funding": {
10579 "url": "https://github.com/sponsors/ljharb"
10580 }
10581 },
10582 "node_modules/is-fullwidth-code-point": {
10583 "version": "3.0.0",
10584 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
10585 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
10586 "license": "MIT",
10587 "engines": {
10588 "node": ">=8"
10589 }
10590 },
10591 "node_modules/is-generator-fn": {
10592 "version": "2.1.0",
10593 "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
10594 "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
10595 "license": "MIT",
10596 "engines": {
10597 "node": ">=6"
10598 }
10599 },
10600 "node_modules/is-generator-function": {
10601 "version": "1.1.0",
10602 "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz",
10603 "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
10604 "license": "MIT",
10605 "dependencies": {
10606 "call-bound": "^1.0.3",
10607 "get-proto": "^1.0.0",
10608 "has-tostringtag": "^1.0.2",
10609 "safe-regex-test": "^1.1.0"
10610 },
10611 "engines": {
10612 "node": ">= 0.4"
10613 },
10614 "funding": {
10615 "url": "https://github.com/sponsors/ljharb"
10616 }
10617 },
10618 "node_modules/is-glob": {
10619 "version": "4.0.3",
10620 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
10621 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
10622 "license": "MIT",
10623 "dependencies": {
10624 "is-extglob": "^2.1.1"
10625 },
10626 "engines": {
10627 "node": ">=0.10.0"
10628 }
10629 },
10630 "node_modules/is-map": {
10631 "version": "2.0.3",
10632 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
10633 "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
10634 "license": "MIT",
10635 "engines": {
10636 "node": ">= 0.4"
10637 },
10638 "funding": {
10639 "url": "https://github.com/sponsors/ljharb"
10640 }
10641 },
10642 "node_modules/is-module": {
10643 "version": "1.0.0",
10644 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
10645 "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
10646 "license": "MIT"
10647 },
10648 "node_modules/is-number": {
10649 "version": "7.0.0",
10650 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
10651 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
10652 "license": "MIT",
10653 "engines": {
10654 "node": ">=0.12.0"
10655 }
10656 },
10657 "node_modules/is-number-object": {
10658 "version": "1.1.1",
10659 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
10660 "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
10661 "license": "MIT",
10662 "dependencies": {
10663 "call-bound": "^1.0.3",
10664 "has-tostringtag": "^1.0.2"
10665 },
10666 "engines": {
10667 "node": ">= 0.4"
10668 },
10669 "funding": {
10670 "url": "https://github.com/sponsors/ljharb"
10671 }
10672 },
10673 "node_modules/is-obj": {
10674 "version": "1.0.1",
10675 "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
10676 "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
10677 "license": "MIT",
10678 "engines": {
10679 "node": ">=0.10.0"
10680 }
10681 },
10682 "node_modules/is-path-inside": {
10683 "version": "3.0.3",
10684 "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
10685 "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
10686 "license": "MIT",
10687 "engines": {
10688 "node": ">=8"
10689 }
10690 },
10691 "node_modules/is-plain-obj": {
10692 "version": "3.0.0",
10693 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
10694 "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
10695 "license": "MIT",
10696 "engines": {
10697 "node": ">=10"
10698 },
10699 "funding": {
10700 "url": "https://github.com/sponsors/sindresorhus"
10701 }
10702 },
10703 "node_modules/is-potential-custom-element-name": {
10704 "version": "1.0.1",
10705 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
10706 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
10707 "license": "MIT"
10708 },
10709 "node_modules/is-regex": {
10710 "version": "1.2.1",
10711 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
10712 "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
10713 "license": "MIT",
10714 "dependencies": {
10715 "call-bound": "^1.0.2",
10716 "gopd": "^1.2.0",
10717 "has-tostringtag": "^1.0.2",
10718 "hasown": "^2.0.2"
10719 },
10720 "engines": {
10721 "node": ">= 0.4"
10722 },
10723 "funding": {
10724 "url": "https://github.com/sponsors/ljharb"
10725 }
10726 },
10727 "node_modules/is-regexp": {
10728 "version": "1.0.0",
10729 "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
10730 "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
10731 "license": "MIT",
10732 "engines": {
10733 "node": ">=0.10.0"
10734 }
10735 },
10736 "node_modules/is-root": {
10737 "version": "2.1.0",
10738 "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
10739 "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
10740 "license": "MIT",
10741 "engines": {
10742 "node": ">=6"
10743 }
10744 },
10745 "node_modules/is-set": {
10746 "version": "2.0.3",
10747 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
10748 "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
10749 "license": "MIT",
10750 "engines": {
10751 "node": ">= 0.4"
10752 },
10753 "funding": {
10754 "url": "https://github.com/sponsors/ljharb"
10755 }
10756 },
10757 "node_modules/is-shared-array-buffer": {
10758 "version": "1.0.4",
10759 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
10760 "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
10761 "license": "MIT",
10762 "dependencies": {
10763 "call-bound": "^1.0.3"
10764 },
10765 "engines": {
10766 "node": ">= 0.4"
10767 },
10768 "funding": {
10769 "url": "https://github.com/sponsors/ljharb"
10770 }
10771 },
10772 "node_modules/is-stream": {
10773 "version": "2.0.1",
10774 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
10775 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
10776 "license": "MIT",
10777 "engines": {
10778 "node": ">=8"
10779 },
10780 "funding": {
10781 "url": "https://github.com/sponsors/sindresorhus"
10782 }
10783 },
10784 "node_modules/is-string": {
10785 "version": "1.1.1",
10786 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
10787 "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
10788 "license": "MIT",
10789 "dependencies": {
10790 "call-bound": "^1.0.3",
10791 "has-tostringtag": "^1.0.2"
10792 },
10793 "engines": {
10794 "node": ">= 0.4"
10795 },
10796 "funding": {
10797 "url": "https://github.com/sponsors/ljharb"
10798 }
10799 },
10800 "node_modules/is-symbol": {
10801 "version": "1.1.1",
10802 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
10803 "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
10804 "license": "MIT",
10805 "dependencies": {
10806 "call-bound": "^1.0.2",
10807 "has-symbols": "^1.1.0",
10808 "safe-regex-test": "^1.1.0"
10809 },
10810 "engines": {
10811 "node": ">= 0.4"
10812 },
10813 "funding": {
10814 "url": "https://github.com/sponsors/ljharb"
10815 }
10816 },
10817 "node_modules/is-typed-array": {
10818 "version": "1.1.15",
10819 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
10820 "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
10821 "license": "MIT",
10822 "dependencies": {
10823 "which-typed-array": "^1.1.16"
10824 },
10825 "engines": {
10826 "node": ">= 0.4"
10827 },
10828 "funding": {
10829 "url": "https://github.com/sponsors/ljharb"
10830 }
10831 },
10832 "node_modules/is-typedarray": {
10833 "version": "1.0.0",
10834 "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
10835 "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
10836 "license": "MIT"
10837 },
10838 "node_modules/is-weakmap": {
10839 "version": "2.0.2",
10840 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
10841 "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
10842 "license": "MIT",
10843 "engines": {
10844 "node": ">= 0.4"
10845 },
10846 "funding": {
10847 "url": "https://github.com/sponsors/ljharb"
10848 }
10849 },
10850 "node_modules/is-weakref": {
10851 "version": "1.1.1",
10852 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
10853 "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
10854 "license": "MIT",
10855 "dependencies": {
10856 "call-bound": "^1.0.3"
10857 },
10858 "engines": {
10859 "node": ">= 0.4"
10860 },
10861 "funding": {
10862 "url": "https://github.com/sponsors/ljharb"
10863 }
10864 },
10865 "node_modules/is-weakset": {
10866 "version": "2.0.4",
10867 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
10868 "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
10869 "license": "MIT",
10870 "dependencies": {
10871 "call-bound": "^1.0.3",
10872 "get-intrinsic": "^1.2.6"
10873 },
10874 "engines": {
10875 "node": ">= 0.4"
10876 },
10877 "funding": {
10878 "url": "https://github.com/sponsors/ljharb"
10879 }
10880 },
10881 "node_modules/is-wsl": {
10882 "version": "2.2.0",
10883 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
10884 "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
10885 "license": "MIT",
10886 "dependencies": {
10887 "is-docker": "^2.0.0"
10888 },
10889 "engines": {
10890 "node": ">=8"
10891 }
10892 },
10893 "node_modules/isarray": {
10894 "version": "2.0.5",
10895 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
10896 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
10897 "license": "MIT"
10898 },
10899 "node_modules/isexe": {
10900 "version": "2.0.0",
10901 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
10902 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
10903 "license": "ISC"
10904 },
10905 "node_modules/iso-datestring-validator": {
10906 "version": "2.2.2",
10907 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz",
10908 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==",
10909 "license": "MIT"
10910 },
10911 "node_modules/istanbul-lib-coverage": {
10912 "version": "3.2.2",
10913 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
10914 "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
10915 "license": "BSD-3-Clause",
10916 "engines": {
10917 "node": ">=8"
10918 }
10919 },
10920 "node_modules/istanbul-lib-instrument": {
10921 "version": "5.2.1",
10922 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
10923 "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
10924 "license": "BSD-3-Clause",
10925 "dependencies": {
10926 "@babel/core": "^7.12.3",
10927 "@babel/parser": "^7.14.7",
10928 "@istanbuljs/schema": "^0.1.2",
10929 "istanbul-lib-coverage": "^3.2.0",
10930 "semver": "^6.3.0"
10931 },
10932 "engines": {
10933 "node": ">=8"
10934 }
10935 },
10936 "node_modules/istanbul-lib-instrument/node_modules/semver": {
10937 "version": "6.3.1",
10938 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
10939 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
10940 "license": "ISC",
10941 "bin": {
10942 "semver": "bin/semver.js"
10943 }
10944 },
10945 "node_modules/istanbul-lib-report": {
10946 "version": "3.0.1",
10947 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
10948 "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
10949 "license": "BSD-3-Clause",
10950 "dependencies": {
10951 "istanbul-lib-coverage": "^3.0.0",
10952 "make-dir": "^4.0.0",
10953 "supports-color": "^7.1.0"
10954 },
10955 "engines": {
10956 "node": ">=10"
10957 }
10958 },
10959 "node_modules/istanbul-lib-report/node_modules/make-dir": {
10960 "version": "4.0.0",
10961 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
10962 "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
10963 "license": "MIT",
10964 "dependencies": {
10965 "semver": "^7.5.3"
10966 },
10967 "engines": {
10968 "node": ">=10"
10969 },
10970 "funding": {
10971 "url": "https://github.com/sponsors/sindresorhus"
10972 }
10973 },
10974 "node_modules/istanbul-lib-source-maps": {
10975 "version": "4.0.1",
10976 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
10977 "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
10978 "license": "BSD-3-Clause",
10979 "dependencies": {
10980 "debug": "^4.1.1",
10981 "istanbul-lib-coverage": "^3.0.0",
10982 "source-map": "^0.6.1"
10983 },
10984 "engines": {
10985 "node": ">=10"
10986 }
10987 },
10988 "node_modules/istanbul-lib-source-maps/node_modules/debug": {
10989 "version": "4.4.0",
10990 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
10991 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
10992 "license": "MIT",
10993 "dependencies": {
10994 "ms": "^2.1.3"
10995 },
10996 "engines": {
10997 "node": ">=6.0"
10998 },
10999 "peerDependenciesMeta": {
11000 "supports-color": {
11001 "optional": true
11002 }
11003 }
11004 },
11005 "node_modules/istanbul-lib-source-maps/node_modules/ms": {
11006 "version": "2.1.3",
11007 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
11008 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
11009 "license": "MIT"
11010 },
11011 "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
11012 "version": "0.6.1",
11013 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
11014 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
11015 "license": "BSD-3-Clause",
11016 "engines": {
11017 "node": ">=0.10.0"
11018 }
11019 },
11020 "node_modules/istanbul-reports": {
11021 "version": "3.1.7",
11022 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
11023 "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
11024 "license": "BSD-3-Clause",
11025 "dependencies": {
11026 "html-escaper": "^2.0.0",
11027 "istanbul-lib-report": "^3.0.0"
11028 },
11029 "engines": {
11030 "node": ">=8"
11031 }
11032 },
11033 "node_modules/iterator.prototype": {
11034 "version": "1.1.5",
11035 "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
11036 "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
11037 "license": "MIT",
11038 "dependencies": {
11039 "define-data-property": "^1.1.4",
11040 "es-object-atoms": "^1.0.0",
11041 "get-intrinsic": "^1.2.6",
11042 "get-proto": "^1.0.0",
11043 "has-symbols": "^1.1.0",
11044 "set-function-name": "^2.0.2"
11045 },
11046 "engines": {
11047 "node": ">= 0.4"
11048 }
11049 },
11050 "node_modules/jackspeak": {
11051 "version": "3.4.3",
11052 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
11053 "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
11054 "license": "BlueOak-1.0.0",
11055 "dependencies": {
11056 "@isaacs/cliui": "^8.0.2"
11057 },
11058 "funding": {
11059 "url": "https://github.com/sponsors/isaacs"
11060 },
11061 "optionalDependencies": {
11062 "@pkgjs/parseargs": "^0.11.0"
11063 }
11064 },
11065 "node_modules/jake": {
11066 "version": "10.9.2",
11067 "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz",
11068 "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==",
11069 "license": "Apache-2.0",
11070 "dependencies": {
11071 "async": "^3.2.3",
11072 "chalk": "^4.0.2",
11073 "filelist": "^1.0.4",
11074 "minimatch": "^3.1.2"
11075 },
11076 "bin": {
11077 "jake": "bin/cli.js"
11078 },
11079 "engines": {
11080 "node": ">=10"
11081 }
11082 },
11083 "node_modules/jest": {
11084 "version": "27.5.1",
11085 "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
11086 "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
11087 "license": "MIT",
11088 "dependencies": {
11089 "@jest/core": "^27.5.1",
11090 "import-local": "^3.0.2",
11091 "jest-cli": "^27.5.1"
11092 },
11093 "bin": {
11094 "jest": "bin/jest.js"
11095 },
11096 "engines": {
11097 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11098 },
11099 "peerDependencies": {
11100 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
11101 },
11102 "peerDependenciesMeta": {
11103 "node-notifier": {
11104 "optional": true
11105 }
11106 }
11107 },
11108 "node_modules/jest-changed-files": {
11109 "version": "27.5.1",
11110 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
11111 "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
11112 "license": "MIT",
11113 "dependencies": {
11114 "@jest/types": "^27.5.1",
11115 "execa": "^5.0.0",
11116 "throat": "^6.0.1"
11117 },
11118 "engines": {
11119 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11120 }
11121 },
11122 "node_modules/jest-circus": {
11123 "version": "27.5.1",
11124 "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
11125 "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
11126 "license": "MIT",
11127 "dependencies": {
11128 "@jest/environment": "^27.5.1",
11129 "@jest/test-result": "^27.5.1",
11130 "@jest/types": "^27.5.1",
11131 "@types/node": "*",
11132 "chalk": "^4.0.0",
11133 "co": "^4.6.0",
11134 "dedent": "^0.7.0",
11135 "expect": "^27.5.1",
11136 "is-generator-fn": "^2.0.0",
11137 "jest-each": "^27.5.1",
11138 "jest-matcher-utils": "^27.5.1",
11139 "jest-message-util": "^27.5.1",
11140 "jest-runtime": "^27.5.1",
11141 "jest-snapshot": "^27.5.1",
11142 "jest-util": "^27.5.1",
11143 "pretty-format": "^27.5.1",
11144 "slash": "^3.0.0",
11145 "stack-utils": "^2.0.3",
11146 "throat": "^6.0.1"
11147 },
11148 "engines": {
11149 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11150 }
11151 },
11152 "node_modules/jest-cli": {
11153 "version": "27.5.1",
11154 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
11155 "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
11156 "license": "MIT",
11157 "dependencies": {
11158 "@jest/core": "^27.5.1",
11159 "@jest/test-result": "^27.5.1",
11160 "@jest/types": "^27.5.1",
11161 "chalk": "^4.0.0",
11162 "exit": "^0.1.2",
11163 "graceful-fs": "^4.2.9",
11164 "import-local": "^3.0.2",
11165 "jest-config": "^27.5.1",
11166 "jest-util": "^27.5.1",
11167 "jest-validate": "^27.5.1",
11168 "prompts": "^2.0.1",
11169 "yargs": "^16.2.0"
11170 },
11171 "bin": {
11172 "jest": "bin/jest.js"
11173 },
11174 "engines": {
11175 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11176 },
11177 "peerDependencies": {
11178 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
11179 },
11180 "peerDependenciesMeta": {
11181 "node-notifier": {
11182 "optional": true
11183 }
11184 }
11185 },
11186 "node_modules/jest-config": {
11187 "version": "27.5.1",
11188 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
11189 "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
11190 "license": "MIT",
11191 "dependencies": {
11192 "@babel/core": "^7.8.0",
11193 "@jest/test-sequencer": "^27.5.1",
11194 "@jest/types": "^27.5.1",
11195 "babel-jest": "^27.5.1",
11196 "chalk": "^4.0.0",
11197 "ci-info": "^3.2.0",
11198 "deepmerge": "^4.2.2",
11199 "glob": "^7.1.1",
11200 "graceful-fs": "^4.2.9",
11201 "jest-circus": "^27.5.1",
11202 "jest-environment-jsdom": "^27.5.1",
11203 "jest-environment-node": "^27.5.1",
11204 "jest-get-type": "^27.5.1",
11205 "jest-jasmine2": "^27.5.1",
11206 "jest-regex-util": "^27.5.1",
11207 "jest-resolve": "^27.5.1",
11208 "jest-runner": "^27.5.1",
11209 "jest-util": "^27.5.1",
11210 "jest-validate": "^27.5.1",
11211 "micromatch": "^4.0.4",
11212 "parse-json": "^5.2.0",
11213 "pretty-format": "^27.5.1",
11214 "slash": "^3.0.0",
11215 "strip-json-comments": "^3.1.1"
11216 },
11217 "engines": {
11218 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11219 },
11220 "peerDependencies": {
11221 "ts-node": ">=9.0.0"
11222 },
11223 "peerDependenciesMeta": {
11224 "ts-node": {
11225 "optional": true
11226 }
11227 }
11228 },
11229 "node_modules/jest-diff": {
11230 "version": "27.5.1",
11231 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
11232 "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
11233 "license": "MIT",
11234 "dependencies": {
11235 "chalk": "^4.0.0",
11236 "diff-sequences": "^27.5.1",
11237 "jest-get-type": "^27.5.1",
11238 "pretty-format": "^27.5.1"
11239 },
11240 "engines": {
11241 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11242 }
11243 },
11244 "node_modules/jest-docblock": {
11245 "version": "27.5.1",
11246 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
11247 "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
11248 "license": "MIT",
11249 "dependencies": {
11250 "detect-newline": "^3.0.0"
11251 },
11252 "engines": {
11253 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11254 }
11255 },
11256 "node_modules/jest-each": {
11257 "version": "27.5.1",
11258 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
11259 "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
11260 "license": "MIT",
11261 "dependencies": {
11262 "@jest/types": "^27.5.1",
11263 "chalk": "^4.0.0",
11264 "jest-get-type": "^27.5.1",
11265 "jest-util": "^27.5.1",
11266 "pretty-format": "^27.5.1"
11267 },
11268 "engines": {
11269 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11270 }
11271 },
11272 "node_modules/jest-environment-jsdom": {
11273 "version": "27.5.1",
11274 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
11275 "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
11276 "license": "MIT",
11277 "dependencies": {
11278 "@jest/environment": "^27.5.1",
11279 "@jest/fake-timers": "^27.5.1",
11280 "@jest/types": "^27.5.1",
11281 "@types/node": "*",
11282 "jest-mock": "^27.5.1",
11283 "jest-util": "^27.5.1",
11284 "jsdom": "^16.6.0"
11285 },
11286 "engines": {
11287 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11288 }
11289 },
11290 "node_modules/jest-environment-node": {
11291 "version": "27.5.1",
11292 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
11293 "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
11294 "license": "MIT",
11295 "dependencies": {
11296 "@jest/environment": "^27.5.1",
11297 "@jest/fake-timers": "^27.5.1",
11298 "@jest/types": "^27.5.1",
11299 "@types/node": "*",
11300 "jest-mock": "^27.5.1",
11301 "jest-util": "^27.5.1"
11302 },
11303 "engines": {
11304 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11305 }
11306 },
11307 "node_modules/jest-get-type": {
11308 "version": "27.5.1",
11309 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
11310 "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
11311 "license": "MIT",
11312 "engines": {
11313 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11314 }
11315 },
11316 "node_modules/jest-haste-map": {
11317 "version": "27.5.1",
11318 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
11319 "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
11320 "license": "MIT",
11321 "dependencies": {
11322 "@jest/types": "^27.5.1",
11323 "@types/graceful-fs": "^4.1.2",
11324 "@types/node": "*",
11325 "anymatch": "^3.0.3",
11326 "fb-watchman": "^2.0.0",
11327 "graceful-fs": "^4.2.9",
11328 "jest-regex-util": "^27.5.1",
11329 "jest-serializer": "^27.5.1",
11330 "jest-util": "^27.5.1",
11331 "jest-worker": "^27.5.1",
11332 "micromatch": "^4.0.4",
11333 "walker": "^1.0.7"
11334 },
11335 "engines": {
11336 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11337 },
11338 "optionalDependencies": {
11339 "fsevents": "^2.3.2"
11340 }
11341 },
11342 "node_modules/jest-jasmine2": {
11343 "version": "27.5.1",
11344 "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
11345 "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
11346 "license": "MIT",
11347 "dependencies": {
11348 "@jest/environment": "^27.5.1",
11349 "@jest/source-map": "^27.5.1",
11350 "@jest/test-result": "^27.5.1",
11351 "@jest/types": "^27.5.1",
11352 "@types/node": "*",
11353 "chalk": "^4.0.0",
11354 "co": "^4.6.0",
11355 "expect": "^27.5.1",
11356 "is-generator-fn": "^2.0.0",
11357 "jest-each": "^27.5.1",
11358 "jest-matcher-utils": "^27.5.1",
11359 "jest-message-util": "^27.5.1",
11360 "jest-runtime": "^27.5.1",
11361 "jest-snapshot": "^27.5.1",
11362 "jest-util": "^27.5.1",
11363 "pretty-format": "^27.5.1",
11364 "throat": "^6.0.1"
11365 },
11366 "engines": {
11367 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11368 }
11369 },
11370 "node_modules/jest-leak-detector": {
11371 "version": "27.5.1",
11372 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
11373 "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
11374 "license": "MIT",
11375 "dependencies": {
11376 "jest-get-type": "^27.5.1",
11377 "pretty-format": "^27.5.1"
11378 },
11379 "engines": {
11380 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11381 }
11382 },
11383 "node_modules/jest-matcher-utils": {
11384 "version": "27.5.1",
11385 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
11386 "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
11387 "license": "MIT",
11388 "dependencies": {
11389 "chalk": "^4.0.0",
11390 "jest-diff": "^27.5.1",
11391 "jest-get-type": "^27.5.1",
11392 "pretty-format": "^27.5.1"
11393 },
11394 "engines": {
11395 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11396 }
11397 },
11398 "node_modules/jest-message-util": {
11399 "version": "27.5.1",
11400 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
11401 "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
11402 "license": "MIT",
11403 "dependencies": {
11404 "@babel/code-frame": "^7.12.13",
11405 "@jest/types": "^27.5.1",
11406 "@types/stack-utils": "^2.0.0",
11407 "chalk": "^4.0.0",
11408 "graceful-fs": "^4.2.9",
11409 "micromatch": "^4.0.4",
11410 "pretty-format": "^27.5.1",
11411 "slash": "^3.0.0",
11412 "stack-utils": "^2.0.3"
11413 },
11414 "engines": {
11415 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11416 }
11417 },
11418 "node_modules/jest-mock": {
11419 "version": "27.5.1",
11420 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
11421 "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
11422 "license": "MIT",
11423 "dependencies": {
11424 "@jest/types": "^27.5.1",
11425 "@types/node": "*"
11426 },
11427 "engines": {
11428 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11429 }
11430 },
11431 "node_modules/jest-pnp-resolver": {
11432 "version": "1.2.3",
11433 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
11434 "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
11435 "license": "MIT",
11436 "engines": {
11437 "node": ">=6"
11438 },
11439 "peerDependencies": {
11440 "jest-resolve": "*"
11441 },
11442 "peerDependenciesMeta": {
11443 "jest-resolve": {
11444 "optional": true
11445 }
11446 }
11447 },
11448 "node_modules/jest-regex-util": {
11449 "version": "27.5.1",
11450 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
11451 "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
11452 "license": "MIT",
11453 "engines": {
11454 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11455 }
11456 },
11457 "node_modules/jest-resolve": {
11458 "version": "27.5.1",
11459 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
11460 "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
11461 "license": "MIT",
11462 "dependencies": {
11463 "@jest/types": "^27.5.1",
11464 "chalk": "^4.0.0",
11465 "graceful-fs": "^4.2.9",
11466 "jest-haste-map": "^27.5.1",
11467 "jest-pnp-resolver": "^1.2.2",
11468 "jest-util": "^27.5.1",
11469 "jest-validate": "^27.5.1",
11470 "resolve": "^1.20.0",
11471 "resolve.exports": "^1.1.0",
11472 "slash": "^3.0.0"
11473 },
11474 "engines": {
11475 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11476 }
11477 },
11478 "node_modules/jest-resolve-dependencies": {
11479 "version": "27.5.1",
11480 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
11481 "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
11482 "license": "MIT",
11483 "dependencies": {
11484 "@jest/types": "^27.5.1",
11485 "jest-regex-util": "^27.5.1",
11486 "jest-snapshot": "^27.5.1"
11487 },
11488 "engines": {
11489 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11490 }
11491 },
11492 "node_modules/jest-runner": {
11493 "version": "27.5.1",
11494 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
11495 "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
11496 "license": "MIT",
11497 "dependencies": {
11498 "@jest/console": "^27.5.1",
11499 "@jest/environment": "^27.5.1",
11500 "@jest/test-result": "^27.5.1",
11501 "@jest/transform": "^27.5.1",
11502 "@jest/types": "^27.5.1",
11503 "@types/node": "*",
11504 "chalk": "^4.0.0",
11505 "emittery": "^0.8.1",
11506 "graceful-fs": "^4.2.9",
11507 "jest-docblock": "^27.5.1",
11508 "jest-environment-jsdom": "^27.5.1",
11509 "jest-environment-node": "^27.5.1",
11510 "jest-haste-map": "^27.5.1",
11511 "jest-leak-detector": "^27.5.1",
11512 "jest-message-util": "^27.5.1",
11513 "jest-resolve": "^27.5.1",
11514 "jest-runtime": "^27.5.1",
11515 "jest-util": "^27.5.1",
11516 "jest-worker": "^27.5.1",
11517 "source-map-support": "^0.5.6",
11518 "throat": "^6.0.1"
11519 },
11520 "engines": {
11521 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11522 }
11523 },
11524 "node_modules/jest-runtime": {
11525 "version": "27.5.1",
11526 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
11527 "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
11528 "license": "MIT",
11529 "dependencies": {
11530 "@jest/environment": "^27.5.1",
11531 "@jest/fake-timers": "^27.5.1",
11532 "@jest/globals": "^27.5.1",
11533 "@jest/source-map": "^27.5.1",
11534 "@jest/test-result": "^27.5.1",
11535 "@jest/transform": "^27.5.1",
11536 "@jest/types": "^27.5.1",
11537 "chalk": "^4.0.0",
11538 "cjs-module-lexer": "^1.0.0",
11539 "collect-v8-coverage": "^1.0.0",
11540 "execa": "^5.0.0",
11541 "glob": "^7.1.3",
11542 "graceful-fs": "^4.2.9",
11543 "jest-haste-map": "^27.5.1",
11544 "jest-message-util": "^27.5.1",
11545 "jest-mock": "^27.5.1",
11546 "jest-regex-util": "^27.5.1",
11547 "jest-resolve": "^27.5.1",
11548 "jest-snapshot": "^27.5.1",
11549 "jest-util": "^27.5.1",
11550 "slash": "^3.0.0",
11551 "strip-bom": "^4.0.0"
11552 },
11553 "engines": {
11554 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11555 }
11556 },
11557 "node_modules/jest-serializer": {
11558 "version": "27.5.1",
11559 "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
11560 "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
11561 "license": "MIT",
11562 "dependencies": {
11563 "@types/node": "*",
11564 "graceful-fs": "^4.2.9"
11565 },
11566 "engines": {
11567 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11568 }
11569 },
11570 "node_modules/jest-snapshot": {
11571 "version": "27.5.1",
11572 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
11573 "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
11574 "license": "MIT",
11575 "dependencies": {
11576 "@babel/core": "^7.7.2",
11577 "@babel/generator": "^7.7.2",
11578 "@babel/plugin-syntax-typescript": "^7.7.2",
11579 "@babel/traverse": "^7.7.2",
11580 "@babel/types": "^7.0.0",
11581 "@jest/transform": "^27.5.1",
11582 "@jest/types": "^27.5.1",
11583 "@types/babel__traverse": "^7.0.4",
11584 "@types/prettier": "^2.1.5",
11585 "babel-preset-current-node-syntax": "^1.0.0",
11586 "chalk": "^4.0.0",
11587 "expect": "^27.5.1",
11588 "graceful-fs": "^4.2.9",
11589 "jest-diff": "^27.5.1",
11590 "jest-get-type": "^27.5.1",
11591 "jest-haste-map": "^27.5.1",
11592 "jest-matcher-utils": "^27.5.1",
11593 "jest-message-util": "^27.5.1",
11594 "jest-util": "^27.5.1",
11595 "natural-compare": "^1.4.0",
11596 "pretty-format": "^27.5.1",
11597 "semver": "^7.3.2"
11598 },
11599 "engines": {
11600 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11601 }
11602 },
11603 "node_modules/jest-util": {
11604 "version": "27.5.1",
11605 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
11606 "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
11607 "license": "MIT",
11608 "dependencies": {
11609 "@jest/types": "^27.5.1",
11610 "@types/node": "*",
11611 "chalk": "^4.0.0",
11612 "ci-info": "^3.2.0",
11613 "graceful-fs": "^4.2.9",
11614 "picomatch": "^2.2.3"
11615 },
11616 "engines": {
11617 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11618 }
11619 },
11620 "node_modules/jest-validate": {
11621 "version": "27.5.1",
11622 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
11623 "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
11624 "license": "MIT",
11625 "dependencies": {
11626 "@jest/types": "^27.5.1",
11627 "camelcase": "^6.2.0",
11628 "chalk": "^4.0.0",
11629 "jest-get-type": "^27.5.1",
11630 "leven": "^3.1.0",
11631 "pretty-format": "^27.5.1"
11632 },
11633 "engines": {
11634 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11635 }
11636 },
11637 "node_modules/jest-watch-typeahead": {
11638 "version": "1.1.0",
11639 "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz",
11640 "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==",
11641 "license": "MIT",
11642 "dependencies": {
11643 "ansi-escapes": "^4.3.1",
11644 "chalk": "^4.0.0",
11645 "jest-regex-util": "^28.0.0",
11646 "jest-watcher": "^28.0.0",
11647 "slash": "^4.0.0",
11648 "string-length": "^5.0.1",
11649 "strip-ansi": "^7.0.1"
11650 },
11651 "engines": {
11652 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11653 },
11654 "peerDependencies": {
11655 "jest": "^27.0.0 || ^28.0.0"
11656 }
11657 },
11658 "node_modules/jest-watch-typeahead/node_modules/@jest/console": {
11659 "version": "28.1.3",
11660 "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz",
11661 "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==",
11662 "license": "MIT",
11663 "dependencies": {
11664 "@jest/types": "^28.1.3",
11665 "@types/node": "*",
11666 "chalk": "^4.0.0",
11667 "jest-message-util": "^28.1.3",
11668 "jest-util": "^28.1.3",
11669 "slash": "^3.0.0"
11670 },
11671 "engines": {
11672 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11673 }
11674 },
11675 "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": {
11676 "version": "3.0.0",
11677 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
11678 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
11679 "license": "MIT",
11680 "engines": {
11681 "node": ">=8"
11682 }
11683 },
11684 "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": {
11685 "version": "28.1.3",
11686 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz",
11687 "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==",
11688 "license": "MIT",
11689 "dependencies": {
11690 "@jest/console": "^28.1.3",
11691 "@jest/types": "^28.1.3",
11692 "@types/istanbul-lib-coverage": "^2.0.0",
11693 "collect-v8-coverage": "^1.0.0"
11694 },
11695 "engines": {
11696 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11697 }
11698 },
11699 "node_modules/jest-watch-typeahead/node_modules/@jest/types": {
11700 "version": "28.1.3",
11701 "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
11702 "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
11703 "license": "MIT",
11704 "dependencies": {
11705 "@jest/schemas": "^28.1.3",
11706 "@types/istanbul-lib-coverage": "^2.0.0",
11707 "@types/istanbul-reports": "^3.0.0",
11708 "@types/node": "*",
11709 "@types/yargs": "^17.0.8",
11710 "chalk": "^4.0.0"
11711 },
11712 "engines": {
11713 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11714 }
11715 },
11716 "node_modules/jest-watch-typeahead/node_modules/@types/yargs": {
11717 "version": "17.0.33",
11718 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz",
11719 "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==",
11720 "license": "MIT",
11721 "dependencies": {
11722 "@types/yargs-parser": "*"
11723 }
11724 },
11725 "node_modules/jest-watch-typeahead/node_modules/ansi-styles": {
11726 "version": "5.2.0",
11727 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
11728 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
11729 "license": "MIT",
11730 "engines": {
11731 "node": ">=10"
11732 },
11733 "funding": {
11734 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11735 }
11736 },
11737 "node_modules/jest-watch-typeahead/node_modules/emittery": {
11738 "version": "0.10.2",
11739 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
11740 "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==",
11741 "license": "MIT",
11742 "engines": {
11743 "node": ">=12"
11744 },
11745 "funding": {
11746 "url": "https://github.com/sindresorhus/emittery?sponsor=1"
11747 }
11748 },
11749 "node_modules/jest-watch-typeahead/node_modules/jest-message-util": {
11750 "version": "28.1.3",
11751 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz",
11752 "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==",
11753 "license": "MIT",
11754 "dependencies": {
11755 "@babel/code-frame": "^7.12.13",
11756 "@jest/types": "^28.1.3",
11757 "@types/stack-utils": "^2.0.0",
11758 "chalk": "^4.0.0",
11759 "graceful-fs": "^4.2.9",
11760 "micromatch": "^4.0.4",
11761 "pretty-format": "^28.1.3",
11762 "slash": "^3.0.0",
11763 "stack-utils": "^2.0.3"
11764 },
11765 "engines": {
11766 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11767 }
11768 },
11769 "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": {
11770 "version": "3.0.0",
11771 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
11772 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
11773 "license": "MIT",
11774 "engines": {
11775 "node": ">=8"
11776 }
11777 },
11778 "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": {
11779 "version": "28.0.2",
11780 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
11781 "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
11782 "license": "MIT",
11783 "engines": {
11784 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11785 }
11786 },
11787 "node_modules/jest-watch-typeahead/node_modules/jest-util": {
11788 "version": "28.1.3",
11789 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
11790 "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
11791 "license": "MIT",
11792 "dependencies": {
11793 "@jest/types": "^28.1.3",
11794 "@types/node": "*",
11795 "chalk": "^4.0.0",
11796 "ci-info": "^3.2.0",
11797 "graceful-fs": "^4.2.9",
11798 "picomatch": "^2.2.3"
11799 },
11800 "engines": {
11801 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11802 }
11803 },
11804 "node_modules/jest-watch-typeahead/node_modules/jest-watcher": {
11805 "version": "28.1.3",
11806 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz",
11807 "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==",
11808 "license": "MIT",
11809 "dependencies": {
11810 "@jest/test-result": "^28.1.3",
11811 "@jest/types": "^28.1.3",
11812 "@types/node": "*",
11813 "ansi-escapes": "^4.2.1",
11814 "chalk": "^4.0.0",
11815 "emittery": "^0.10.2",
11816 "jest-util": "^28.1.3",
11817 "string-length": "^4.0.1"
11818 },
11819 "engines": {
11820 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11821 }
11822 },
11823 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": {
11824 "version": "4.0.2",
11825 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
11826 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
11827 "license": "MIT",
11828 "dependencies": {
11829 "char-regex": "^1.0.2",
11830 "strip-ansi": "^6.0.0"
11831 },
11832 "engines": {
11833 "node": ">=10"
11834 }
11835 },
11836 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": {
11837 "version": "6.0.1",
11838 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
11839 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
11840 "license": "MIT",
11841 "dependencies": {
11842 "ansi-regex": "^5.0.1"
11843 },
11844 "engines": {
11845 "node": ">=8"
11846 }
11847 },
11848 "node_modules/jest-watch-typeahead/node_modules/pretty-format": {
11849 "version": "28.1.3",
11850 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
11851 "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
11852 "license": "MIT",
11853 "dependencies": {
11854 "@jest/schemas": "^28.1.3",
11855 "ansi-regex": "^5.0.1",
11856 "ansi-styles": "^5.0.0",
11857 "react-is": "^18.0.0"
11858 },
11859 "engines": {
11860 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11861 }
11862 },
11863 "node_modules/jest-watch-typeahead/node_modules/react-is": {
11864 "version": "18.3.1",
11865 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
11866 "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
11867 "license": "MIT"
11868 },
11869 "node_modules/jest-watch-typeahead/node_modules/slash": {
11870 "version": "4.0.0",
11871 "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
11872 "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
11873 "license": "MIT",
11874 "engines": {
11875 "node": ">=12"
11876 },
11877 "funding": {
11878 "url": "https://github.com/sponsors/sindresorhus"
11879 }
11880 },
11881 "node_modules/jest-watch-typeahead/node_modules/string-length": {
11882 "version": "5.0.1",
11883 "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
11884 "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
11885 "license": "MIT",
11886 "dependencies": {
11887 "char-regex": "^2.0.0",
11888 "strip-ansi": "^7.0.1"
11889 },
11890 "engines": {
11891 "node": ">=12.20"
11892 },
11893 "funding": {
11894 "url": "https://github.com/sponsors/sindresorhus"
11895 }
11896 },
11897 "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": {
11898 "version": "2.0.2",
11899 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.2.tgz",
11900 "integrity": "sha512-cbGOjAptfM2LVmWhwRFHEKTPkLwNddVmuqYZQt895yXwAsWsXObCG+YN4DGQ/JBtT4GP1a1lPPdio2z413LmTg==",
11901 "license": "MIT",
11902 "engines": {
11903 "node": ">=12.20"
11904 }
11905 },
11906 "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
11907 "version": "7.1.0",
11908 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
11909 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
11910 "license": "MIT",
11911 "dependencies": {
11912 "ansi-regex": "^6.0.1"
11913 },
11914 "engines": {
11915 "node": ">=12"
11916 },
11917 "funding": {
11918 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
11919 }
11920 },
11921 "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": {
11922 "version": "6.1.0",
11923 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
11924 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
11925 "license": "MIT",
11926 "engines": {
11927 "node": ">=12"
11928 },
11929 "funding": {
11930 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
11931 }
11932 },
11933 "node_modules/jest-watcher": {
11934 "version": "27.5.1",
11935 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
11936 "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
11937 "license": "MIT",
11938 "dependencies": {
11939 "@jest/test-result": "^27.5.1",
11940 "@jest/types": "^27.5.1",
11941 "@types/node": "*",
11942 "ansi-escapes": "^4.2.1",
11943 "chalk": "^4.0.0",
11944 "jest-util": "^27.5.1",
11945 "string-length": "^4.0.1"
11946 },
11947 "engines": {
11948 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11949 }
11950 },
11951 "node_modules/jest-worker": {
11952 "version": "27.5.1",
11953 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
11954 "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
11955 "license": "MIT",
11956 "dependencies": {
11957 "@types/node": "*",
11958 "merge-stream": "^2.0.0",
11959 "supports-color": "^8.0.0"
11960 },
11961 "engines": {
11962 "node": ">= 10.13.0"
11963 }
11964 },
11965 "node_modules/jest-worker/node_modules/supports-color": {
11966 "version": "8.1.1",
11967 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
11968 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
11969 "license": "MIT",
11970 "dependencies": {
11971 "has-flag": "^4.0.0"
11972 },
11973 "engines": {
11974 "node": ">=10"
11975 },
11976 "funding": {
11977 "url": "https://github.com/chalk/supports-color?sponsor=1"
11978 }
11979 },
11980 "node_modules/jiti": {
11981 "version": "1.21.7",
11982 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
11983 "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
11984 "license": "MIT",
11985 "bin": {
11986 "jiti": "bin/jiti.js"
11987 }
11988 },
11989 "node_modules/jose": {
11990 "version": "5.10.0",
11991 "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
11992 "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
11993 "license": "MIT",
11994 "funding": {
11995 "url": "https://github.com/sponsors/panva"
11996 }
11997 },
11998 "node_modules/js-tokens": {
11999 "version": "4.0.0",
12000 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
12001 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
12002 "license": "MIT"
12003 },
12004 "node_modules/js-yaml": {
12005 "version": "3.14.1",
12006 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
12007 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
12008 "license": "MIT",
12009 "dependencies": {
12010 "argparse": "^1.0.7",
12011 "esprima": "^4.0.0"
12012 },
12013 "bin": {
12014 "js-yaml": "bin/js-yaml.js"
12015 }
12016 },
12017 "node_modules/jsdom": {
12018 "version": "16.7.0",
12019 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
12020 "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
12021 "license": "MIT",
12022 "dependencies": {
12023 "abab": "^2.0.5",
12024 "acorn": "^8.2.4",
12025 "acorn-globals": "^6.0.0",
12026 "cssom": "^0.4.4",
12027 "cssstyle": "^2.3.0",
12028 "data-urls": "^2.0.0",
12029 "decimal.js": "^10.2.1",
12030 "domexception": "^2.0.1",
12031 "escodegen": "^2.0.0",
12032 "form-data": "^3.0.0",
12033 "html-encoding-sniffer": "^2.0.1",
12034 "http-proxy-agent": "^4.0.1",
12035 "https-proxy-agent": "^5.0.0",
12036 "is-potential-custom-element-name": "^1.0.1",
12037 "nwsapi": "^2.2.0",
12038 "parse5": "6.0.1",
12039 "saxes": "^5.0.1",
12040 "symbol-tree": "^3.2.4",
12041 "tough-cookie": "^4.0.0",
12042 "w3c-hr-time": "^1.0.2",
12043 "w3c-xmlserializer": "^2.0.0",
12044 "webidl-conversions": "^6.1.0",
12045 "whatwg-encoding": "^1.0.5",
12046 "whatwg-mimetype": "^2.3.0",
12047 "whatwg-url": "^8.5.0",
12048 "ws": "^7.4.6",
12049 "xml-name-validator": "^3.0.0"
12050 },
12051 "engines": {
12052 "node": ">=10"
12053 },
12054 "peerDependencies": {
12055 "canvas": "^2.5.0"
12056 },
12057 "peerDependenciesMeta": {
12058 "canvas": {
12059 "optional": true
12060 }
12061 }
12062 },
12063 "node_modules/jsdom/node_modules/form-data": {
12064 "version": "3.0.3",
12065 "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.3.tgz",
12066 "integrity": "sha512-q5YBMeWy6E2Un0nMGWMgI65MAKtaylxfNJGJxpGh45YDciZB4epbWpaAfImil6CPAPTYB4sh0URQNDRIZG5F2w==",
12067 "license": "MIT",
12068 "dependencies": {
12069 "asynckit": "^0.4.0",
12070 "combined-stream": "^1.0.8",
12071 "es-set-tostringtag": "^2.1.0",
12072 "mime-types": "^2.1.35"
12073 },
12074 "engines": {
12075 "node": ">= 6"
12076 }
12077 },
12078 "node_modules/jsesc": {
12079 "version": "3.1.0",
12080 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
12081 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
12082 "license": "MIT",
12083 "bin": {
12084 "jsesc": "bin/jsesc"
12085 },
12086 "engines": {
12087 "node": ">=6"
12088 }
12089 },
12090 "node_modules/json-buffer": {
12091 "version": "3.0.1",
12092 "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
12093 "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
12094 "license": "MIT"
12095 },
12096 "node_modules/json-parse-even-better-errors": {
12097 "version": "2.3.1",
12098 "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
12099 "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
12100 "license": "MIT"
12101 },
12102 "node_modules/json-schema": {
12103 "version": "0.4.0",
12104 "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
12105 "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
12106 "license": "(AFL-2.1 OR BSD-3-Clause)"
12107 },
12108 "node_modules/json-schema-traverse": {
12109 "version": "0.4.1",
12110 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
12111 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
12112 "license": "MIT"
12113 },
12114 "node_modules/json-stable-stringify-without-jsonify": {
12115 "version": "1.0.1",
12116 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
12117 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
12118 "license": "MIT"
12119 },
12120 "node_modules/json5": {
12121 "version": "2.2.3",
12122 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
12123 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
12124 "license": "MIT",
12125 "bin": {
12126 "json5": "lib/cli.js"
12127 },
12128 "engines": {
12129 "node": ">=6"
12130 }
12131 },
12132 "node_modules/jsonfile": {
12133 "version": "6.1.0",
12134 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
12135 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
12136 "license": "MIT",
12137 "dependencies": {
12138 "universalify": "^2.0.0"
12139 },
12140 "optionalDependencies": {
12141 "graceful-fs": "^4.1.6"
12142 }
12143 },
12144 "node_modules/jsonpath": {
12145 "version": "1.1.1",
12146 "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz",
12147 "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==",
12148 "license": "MIT",
12149 "dependencies": {
12150 "esprima": "1.2.2",
12151 "static-eval": "2.0.2",
12152 "underscore": "1.12.1"
12153 }
12154 },
12155 "node_modules/jsonpath/node_modules/esprima": {
12156 "version": "1.2.2",
12157 "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz",
12158 "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==",
12159 "bin": {
12160 "esparse": "bin/esparse.js",
12161 "esvalidate": "bin/esvalidate.js"
12162 },
12163 "engines": {
12164 "node": ">=0.4.0"
12165 }
12166 },
12167 "node_modules/jsonpointer": {
12168 "version": "5.0.1",
12169 "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
12170 "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
12171 "license": "MIT",
12172 "engines": {
12173 "node": ">=0.10.0"
12174 }
12175 },
12176 "node_modules/jsonwebtoken": {
12177 "version": "9.0.2",
12178 "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
12179 "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
12180 "license": "MIT",
12181 "dependencies": {
12182 "jws": "^3.2.2",
12183 "lodash.includes": "^4.3.0",
12184 "lodash.isboolean": "^3.0.3",
12185 "lodash.isinteger": "^4.0.4",
12186 "lodash.isnumber": "^3.0.3",
12187 "lodash.isplainobject": "^4.0.6",
12188 "lodash.isstring": "^4.0.1",
12189 "lodash.once": "^4.0.0",
12190 "ms": "^2.1.1",
12191 "semver": "^7.5.4"
12192 },
12193 "engines": {
12194 "node": ">=12",
12195 "npm": ">=6"
12196 }
12197 },
12198 "node_modules/jsonwebtoken/node_modules/ms": {
12199 "version": "2.1.3",
12200 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
12201 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
12202 "license": "MIT"
12203 },
12204 "node_modules/jsx-ast-utils": {
12205 "version": "3.3.5",
12206 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
12207 "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
12208 "license": "MIT",
12209 "dependencies": {
12210 "array-includes": "^3.1.6",
12211 "array.prototype.flat": "^1.3.1",
12212 "object.assign": "^4.1.4",
12213 "object.values": "^1.1.6"
12214 },
12215 "engines": {
12216 "node": ">=4.0"
12217 }
12218 },
12219 "node_modules/jwa": {
12220 "version": "1.4.1",
12221 "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz",
12222 "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==",
12223 "license": "MIT",
12224 "dependencies": {
12225 "buffer-equal-constant-time": "1.0.1",
12226 "ecdsa-sig-formatter": "1.0.11",
12227 "safe-buffer": "^5.0.1"
12228 }
12229 },
12230 "node_modules/jws": {
12231 "version": "3.2.2",
12232 "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz",
12233 "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==",
12234 "license": "MIT",
12235 "dependencies": {
12236 "jwa": "^1.4.1",
12237 "safe-buffer": "^5.0.1"
12238 }
12239 },
12240 "node_modules/jwt-decode": {
12241 "version": "4.0.0",
12242 "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz",
12243 "integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==",
12244 "license": "MIT",
12245 "engines": {
12246 "node": ">=18"
12247 }
12248 },
12249 "node_modules/keyv": {
12250 "version": "4.5.4",
12251 "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
12252 "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
12253 "license": "MIT",
12254 "dependencies": {
12255 "json-buffer": "3.0.1"
12256 }
12257 },
12258 "node_modules/kind-of": {
12259 "version": "6.0.3",
12260 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
12261 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
12262 "license": "MIT",
12263 "engines": {
12264 "node": ">=0.10.0"
12265 }
12266 },
12267 "node_modules/kleur": {
12268 "version": "3.0.3",
12269 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
12270 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
12271 "license": "MIT",
12272 "engines": {
12273 "node": ">=6"
12274 }
12275 },
12276 "node_modules/klona": {
12277 "version": "2.0.6",
12278 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
12279 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
12280 "license": "MIT",
12281 "engines": {
12282 "node": ">= 8"
12283 }
12284 },
12285 "node_modules/language-subtag-registry": {
12286 "version": "0.3.23",
12287 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
12288 "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
12289 "license": "CC0-1.0"
12290 },
12291 "node_modules/language-tags": {
12292 "version": "1.0.9",
12293 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
12294 "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
12295 "license": "MIT",
12296 "dependencies": {
12297 "language-subtag-registry": "^0.3.20"
12298 },
12299 "engines": {
12300 "node": ">=0.10"
12301 }
12302 },
12303 "node_modules/launch-editor": {
12304 "version": "2.10.0",
12305 "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.10.0.tgz",
12306 "integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==",
12307 "license": "MIT",
12308 "dependencies": {
12309 "picocolors": "^1.0.0",
12310 "shell-quote": "^1.8.1"
12311 }
12312 },
12313 "node_modules/leven": {
12314 "version": "3.1.0",
12315 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
12316 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
12317 "license": "MIT",
12318 "engines": {
12319 "node": ">=6"
12320 }
12321 },
12322 "node_modules/levn": {
12323 "version": "0.4.1",
12324 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
12325 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
12326 "license": "MIT",
12327 "dependencies": {
12328 "prelude-ls": "^1.2.1",
12329 "type-check": "~0.4.0"
12330 },
12331 "engines": {
12332 "node": ">= 0.8.0"
12333 }
12334 },
12335 "node_modules/lilconfig": {
12336 "version": "2.1.0",
12337 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
12338 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
12339 "license": "MIT",
12340 "engines": {
12341 "node": ">=10"
12342 }
12343 },
12344 "node_modules/lines-and-columns": {
12345 "version": "1.2.4",
12346 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
12347 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
12348 "license": "MIT"
12349 },
12350 "node_modules/loader-runner": {
12351 "version": "4.3.0",
12352 "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
12353 "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
12354 "license": "MIT",
12355 "engines": {
12356 "node": ">=6.11.5"
12357 }
12358 },
12359 "node_modules/loader-utils": {
12360 "version": "2.0.4",
12361 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
12362 "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
12363 "license": "MIT",
12364 "dependencies": {
12365 "big.js": "^5.2.2",
12366 "emojis-list": "^3.0.0",
12367 "json5": "^2.1.2"
12368 },
12369 "engines": {
12370 "node": ">=8.9.0"
12371 }
12372 },
12373 "node_modules/locate-path": {
12374 "version": "5.0.0",
12375 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
12376 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
12377 "license": "MIT",
12378 "dependencies": {
12379 "p-locate": "^4.1.0"
12380 },
12381 "engines": {
12382 "node": ">=8"
12383 }
12384 },
12385 "node_modules/lodash": {
12386 "version": "4.17.21",
12387 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
12388 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
12389 "license": "MIT"
12390 },
12391 "node_modules/lodash.debounce": {
12392 "version": "4.0.8",
12393 "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
12394 "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
12395 "license": "MIT"
12396 },
12397 "node_modules/lodash.includes": {
12398 "version": "4.3.0",
12399 "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
12400 "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
12401 "license": "MIT"
12402 },
12403 "node_modules/lodash.isboolean": {
12404 "version": "3.0.3",
12405 "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
12406 "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
12407 "license": "MIT"
12408 },
12409 "node_modules/lodash.isinteger": {
12410 "version": "4.0.4",
12411 "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
12412 "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
12413 "license": "MIT"
12414 },
12415 "node_modules/lodash.isnumber": {
12416 "version": "3.0.3",
12417 "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
12418 "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
12419 "license": "MIT"
12420 },
12421 "node_modules/lodash.isplainobject": {
12422 "version": "4.0.6",
12423 "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
12424 "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
12425 "license": "MIT"
12426 },
12427 "node_modules/lodash.isstring": {
12428 "version": "4.0.1",
12429 "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
12430 "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
12431 "license": "MIT"
12432 },
12433 "node_modules/lodash.memoize": {
12434 "version": "4.1.2",
12435 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
12436 "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
12437 "license": "MIT"
12438 },
12439 "node_modules/lodash.merge": {
12440 "version": "4.6.2",
12441 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
12442 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
12443 "license": "MIT"
12444 },
12445 "node_modules/lodash.once": {
12446 "version": "4.1.1",
12447 "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
12448 "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
12449 "license": "MIT"
12450 },
12451 "node_modules/lodash.sortby": {
12452 "version": "4.7.0",
12453 "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
12454 "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
12455 "license": "MIT"
12456 },
12457 "node_modules/lodash.uniq": {
12458 "version": "4.5.0",
12459 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
12460 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
12461 "license": "MIT"
12462 },
12463 "node_modules/loose-envify": {
12464 "version": "1.4.0",
12465 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
12466 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
12467 "license": "MIT",
12468 "dependencies": {
12469 "js-tokens": "^3.0.0 || ^4.0.0"
12470 },
12471 "bin": {
12472 "loose-envify": "cli.js"
12473 }
12474 },
12475 "node_modules/lower-case": {
12476 "version": "2.0.2",
12477 "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
12478 "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
12479 "license": "MIT",
12480 "dependencies": {
12481 "tslib": "^2.0.3"
12482 }
12483 },
12484 "node_modules/lru-cache": {
12485 "version": "10.4.3",
12486 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
12487 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
12488 "license": "ISC"
12489 },
12490 "node_modules/magic-string": {
12491 "version": "0.25.9",
12492 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
12493 "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
12494 "license": "MIT",
12495 "dependencies": {
12496 "sourcemap-codec": "^1.4.8"
12497 }
12498 },
12499 "node_modules/make-dir": {
12500 "version": "3.1.0",
12501 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
12502 "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
12503 "license": "MIT",
12504 "dependencies": {
12505 "semver": "^6.0.0"
12506 },
12507 "engines": {
12508 "node": ">=8"
12509 },
12510 "funding": {
12511 "url": "https://github.com/sponsors/sindresorhus"
12512 }
12513 },
12514 "node_modules/make-dir/node_modules/semver": {
12515 "version": "6.3.1",
12516 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
12517 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
12518 "license": "ISC",
12519 "bin": {
12520 "semver": "bin/semver.js"
12521 }
12522 },
12523 "node_modules/makeerror": {
12524 "version": "1.0.12",
12525 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
12526 "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
12527 "license": "BSD-3-Clause",
12528 "dependencies": {
12529 "tmpl": "1.0.5"
12530 }
12531 },
12532 "node_modules/math-intrinsics": {
12533 "version": "1.1.0",
12534 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
12535 "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
12536 "license": "MIT",
12537 "engines": {
12538 "node": ">= 0.4"
12539 }
12540 },
12541 "node_modules/matter-js": {
12542 "version": "0.20.0",
12543 "resolved": "https://registry.npmjs.org/matter-js/-/matter-js-0.20.0.tgz",
12544 "integrity": "sha512-iC9fYR7zVT3HppNnsFsp9XOoQdQN2tUyfaKg4CHLH8bN+j6GT4Gw7IH2rP0tflAebrHFw730RR3DkVSZRX8hwA==",
12545 "license": "MIT"
12546 },
12547 "node_modules/mdn-data": {
12548 "version": "2.0.4",
12549 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
12550 "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==",
12551 "license": "CC0-1.0"
12552 },
12553 "node_modules/media-typer": {
12554 "version": "0.3.0",
12555 "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
12556 "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
12557 "license": "MIT",
12558 "engines": {
12559 "node": ">= 0.6"
12560 }
12561 },
12562 "node_modules/memfs": {
12563 "version": "3.5.3",
12564 "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
12565 "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
12566 "license": "Unlicense",
12567 "dependencies": {
12568 "fs-monkey": "^1.0.4"
12569 },
12570 "engines": {
12571 "node": ">= 4.0.0"
12572 }
12573 },
12574 "node_modules/merge-descriptors": {
12575 "version": "1.0.3",
12576 "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
12577 "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
12578 "license": "MIT",
12579 "funding": {
12580 "url": "https://github.com/sponsors/sindresorhus"
12581 }
12582 },
12583 "node_modules/merge-stream": {
12584 "version": "2.0.0",
12585 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
12586 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
12587 "license": "MIT"
12588 },
12589 "node_modules/merge2": {
12590 "version": "1.4.1",
12591 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
12592 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
12593 "license": "MIT",
12594 "engines": {
12595 "node": ">= 8"
12596 }
12597 },
12598 "node_modules/methods": {
12599 "version": "1.1.2",
12600 "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
12601 "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
12602 "license": "MIT",
12603 "engines": {
12604 "node": ">= 0.6"
12605 }
12606 },
12607 "node_modules/micromatch": {
12608 "version": "4.0.8",
12609 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
12610 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
12611 "license": "MIT",
12612 "dependencies": {
12613 "braces": "^3.0.3",
12614 "picomatch": "^2.3.1"
12615 },
12616 "engines": {
12617 "node": ">=8.6"
12618 }
12619 },
12620 "node_modules/mime": {
12621 "version": "1.6.0",
12622 "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
12623 "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
12624 "license": "MIT",
12625 "bin": {
12626 "mime": "cli.js"
12627 },
12628 "engines": {
12629 "node": ">=4"
12630 }
12631 },
12632 "node_modules/mime-db": {
12633 "version": "1.52.0",
12634 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
12635 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
12636 "license": "MIT",
12637 "engines": {
12638 "node": ">= 0.6"
12639 }
12640 },
12641 "node_modules/mime-types": {
12642 "version": "2.1.35",
12643 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
12644 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
12645 "license": "MIT",
12646 "dependencies": {
12647 "mime-db": "1.52.0"
12648 },
12649 "engines": {
12650 "node": ">= 0.6"
12651 }
12652 },
12653 "node_modules/mimic-fn": {
12654 "version": "2.1.0",
12655 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
12656 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
12657 "license": "MIT",
12658 "engines": {
12659 "node": ">=6"
12660 }
12661 },
12662 "node_modules/mini-css-extract-plugin": {
12663 "version": "2.9.2",
12664 "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz",
12665 "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==",
12666 "license": "MIT",
12667 "dependencies": {
12668 "schema-utils": "^4.0.0",
12669 "tapable": "^2.2.1"
12670 },
12671 "engines": {
12672 "node": ">= 12.13.0"
12673 },
12674 "funding": {
12675 "type": "opencollective",
12676 "url": "https://opencollective.com/webpack"
12677 },
12678 "peerDependencies": {
12679 "webpack": "^5.0.0"
12680 }
12681 },
12682 "node_modules/minimalistic-assert": {
12683 "version": "1.0.1",
12684 "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
12685 "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
12686 "license": "ISC"
12687 },
12688 "node_modules/minimatch": {
12689 "version": "3.1.2",
12690 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
12691 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
12692 "license": "ISC",
12693 "dependencies": {
12694 "brace-expansion": "^1.1.7"
12695 },
12696 "engines": {
12697 "node": "*"
12698 }
12699 },
12700 "node_modules/minimist": {
12701 "version": "1.2.8",
12702 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
12703 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
12704 "license": "MIT",
12705 "funding": {
12706 "url": "https://github.com/sponsors/ljharb"
12707 }
12708 },
12709 "node_modules/minipass": {
12710 "version": "7.1.2",
12711 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
12712 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
12713 "license": "ISC",
12714 "engines": {
12715 "node": ">=16 || 14 >=14.17"
12716 }
12717 },
12718 "node_modules/mkdirp": {
12719 "version": "0.5.6",
12720 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
12721 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
12722 "license": "MIT",
12723 "dependencies": {
12724 "minimist": "^1.2.6"
12725 },
12726 "bin": {
12727 "mkdirp": "bin/cmd.js"
12728 }
12729 },
12730 "node_modules/ms": {
12731 "version": "2.0.0",
12732 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
12733 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
12734 "license": "MIT"
12735 },
12736 "node_modules/multicast-dns": {
12737 "version": "7.2.5",
12738 "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
12739 "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
12740 "license": "MIT",
12741 "dependencies": {
12742 "dns-packet": "^5.2.2",
12743 "thunky": "^1.0.2"
12744 },
12745 "bin": {
12746 "multicast-dns": "cli.js"
12747 }
12748 },
12749 "node_modules/multiformats": {
12750 "version": "9.9.0",
12751 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz",
12752 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==",
12753 "license": "(Apache-2.0 AND MIT)"
12754 },
12755 "node_modules/mz": {
12756 "version": "2.7.0",
12757 "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
12758 "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
12759 "license": "MIT",
12760 "dependencies": {
12761 "any-promise": "^1.0.0",
12762 "object-assign": "^4.0.1",
12763 "thenify-all": "^1.0.0"
12764 }
12765 },
12766 "node_modules/nanoid": {
12767 "version": "3.3.8",
12768 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
12769 "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
12770 "funding": [
12771 {
12772 "type": "github",
12773 "url": "https://github.com/sponsors/ai"
12774 }
12775 ],
12776 "license": "MIT",
12777 "bin": {
12778 "nanoid": "bin/nanoid.cjs"
12779 },
12780 "engines": {
12781 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
12782 }
12783 },
12784 "node_modules/natural-compare": {
12785 "version": "1.4.0",
12786 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
12787 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
12788 "license": "MIT"
12789 },
12790 "node_modules/natural-compare-lite": {
12791 "version": "1.4.0",
12792 "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
12793 "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
12794 "license": "MIT"
12795 },
12796 "node_modules/negotiator": {
12797 "version": "0.6.4",
12798 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
12799 "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
12800 "license": "MIT",
12801 "engines": {
12802 "node": ">= 0.6"
12803 }
12804 },
12805 "node_modules/neo-async": {
12806 "version": "2.6.2",
12807 "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
12808 "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
12809 "license": "MIT"
12810 },
12811 "node_modules/no-case": {
12812 "version": "3.0.4",
12813 "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
12814 "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
12815 "license": "MIT",
12816 "dependencies": {
12817 "lower-case": "^2.0.2",
12818 "tslib": "^2.0.3"
12819 }
12820 },
12821 "node_modules/node-forge": {
12822 "version": "1.3.1",
12823 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
12824 "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
12825 "license": "(BSD-3-Clause OR GPL-2.0)",
12826 "engines": {
12827 "node": ">= 6.13.0"
12828 }
12829 },
12830 "node_modules/node-int64": {
12831 "version": "0.4.0",
12832 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
12833 "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
12834 "license": "MIT"
12835 },
12836 "node_modules/node-releases": {
12837 "version": "2.0.19",
12838 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
12839 "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
12840 "license": "MIT"
12841 },
12842 "node_modules/normalize-path": {
12843 "version": "3.0.0",
12844 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
12845 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
12846 "license": "MIT",
12847 "engines": {
12848 "node": ">=0.10.0"
12849 }
12850 },
12851 "node_modules/normalize-range": {
12852 "version": "0.1.2",
12853 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
12854 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
12855 "license": "MIT",
12856 "engines": {
12857 "node": ">=0.10.0"
12858 }
12859 },
12860 "node_modules/normalize-url": {
12861 "version": "6.1.0",
12862 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
12863 "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
12864 "license": "MIT",
12865 "engines": {
12866 "node": ">=10"
12867 },
12868 "funding": {
12869 "url": "https://github.com/sponsors/sindresorhus"
12870 }
12871 },
12872 "node_modules/npm-run-path": {
12873 "version": "4.0.1",
12874 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
12875 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
12876 "license": "MIT",
12877 "dependencies": {
12878 "path-key": "^3.0.0"
12879 },
12880 "engines": {
12881 "node": ">=8"
12882 }
12883 },
12884 "node_modules/nth-check": {
12885 "version": "2.1.1",
12886 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
12887 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
12888 "license": "BSD-2-Clause",
12889 "dependencies": {
12890 "boolbase": "^1.0.0"
12891 },
12892 "funding": {
12893 "url": "https://github.com/fb55/nth-check?sponsor=1"
12894 }
12895 },
12896 "node_modules/nwsapi": {
12897 "version": "2.2.16",
12898 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.16.tgz",
12899 "integrity": "sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==",
12900 "license": "MIT"
12901 },
12902 "node_modules/object-assign": {
12903 "version": "4.1.1",
12904 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
12905 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
12906 "license": "MIT",
12907 "engines": {
12908 "node": ">=0.10.0"
12909 }
12910 },
12911 "node_modules/object-hash": {
12912 "version": "3.0.0",
12913 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
12914 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
12915 "license": "MIT",
12916 "engines": {
12917 "node": ">= 6"
12918 }
12919 },
12920 "node_modules/object-inspect": {
12921 "version": "1.13.4",
12922 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
12923 "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
12924 "license": "MIT",
12925 "engines": {
12926 "node": ">= 0.4"
12927 },
12928 "funding": {
12929 "url": "https://github.com/sponsors/ljharb"
12930 }
12931 },
12932 "node_modules/object-keys": {
12933 "version": "1.1.1",
12934 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
12935 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
12936 "license": "MIT",
12937 "engines": {
12938 "node": ">= 0.4"
12939 }
12940 },
12941 "node_modules/object.assign": {
12942 "version": "4.1.7",
12943 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
12944 "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
12945 "license": "MIT",
12946 "dependencies": {
12947 "call-bind": "^1.0.8",
12948 "call-bound": "^1.0.3",
12949 "define-properties": "^1.2.1",
12950 "es-object-atoms": "^1.0.0",
12951 "has-symbols": "^1.1.0",
12952 "object-keys": "^1.1.1"
12953 },
12954 "engines": {
12955 "node": ">= 0.4"
12956 },
12957 "funding": {
12958 "url": "https://github.com/sponsors/ljharb"
12959 }
12960 },
12961 "node_modules/object.entries": {
12962 "version": "1.1.8",
12963 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
12964 "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
12965 "license": "MIT",
12966 "dependencies": {
12967 "call-bind": "^1.0.7",
12968 "define-properties": "^1.2.1",
12969 "es-object-atoms": "^1.0.0"
12970 },
12971 "engines": {
12972 "node": ">= 0.4"
12973 }
12974 },
12975 "node_modules/object.fromentries": {
12976 "version": "2.0.8",
12977 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
12978 "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
12979 "license": "MIT",
12980 "dependencies": {
12981 "call-bind": "^1.0.7",
12982 "define-properties": "^1.2.1",
12983 "es-abstract": "^1.23.2",
12984 "es-object-atoms": "^1.0.0"
12985 },
12986 "engines": {
12987 "node": ">= 0.4"
12988 },
12989 "funding": {
12990 "url": "https://github.com/sponsors/ljharb"
12991 }
12992 },
12993 "node_modules/object.getownpropertydescriptors": {
12994 "version": "2.1.8",
12995 "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz",
12996 "integrity": "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==",
12997 "license": "MIT",
12998 "dependencies": {
12999 "array.prototype.reduce": "^1.0.6",
13000 "call-bind": "^1.0.7",
13001 "define-properties": "^1.2.1",
13002 "es-abstract": "^1.23.2",
13003 "es-object-atoms": "^1.0.0",
13004 "gopd": "^1.0.1",
13005 "safe-array-concat": "^1.1.2"
13006 },
13007 "engines": {
13008 "node": ">= 0.8"
13009 },
13010 "funding": {
13011 "url": "https://github.com/sponsors/ljharb"
13012 }
13013 },
13014 "node_modules/object.groupby": {
13015 "version": "1.0.3",
13016 "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
13017 "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
13018 "license": "MIT",
13019 "dependencies": {
13020 "call-bind": "^1.0.7",
13021 "define-properties": "^1.2.1",
13022 "es-abstract": "^1.23.2"
13023 },
13024 "engines": {
13025 "node": ">= 0.4"
13026 }
13027 },
13028 "node_modules/object.values": {
13029 "version": "1.2.1",
13030 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
13031 "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
13032 "license": "MIT",
13033 "dependencies": {
13034 "call-bind": "^1.0.8",
13035 "call-bound": "^1.0.3",
13036 "define-properties": "^1.2.1",
13037 "es-object-atoms": "^1.0.0"
13038 },
13039 "engines": {
13040 "node": ">= 0.4"
13041 },
13042 "funding": {
13043 "url": "https://github.com/sponsors/ljharb"
13044 }
13045 },
13046 "node_modules/obuf": {
13047 "version": "1.1.2",
13048 "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
13049 "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
13050 "license": "MIT"
13051 },
13052 "node_modules/on-finished": {
13053 "version": "2.4.1",
13054 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
13055 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
13056 "license": "MIT",
13057 "dependencies": {
13058 "ee-first": "1.1.1"
13059 },
13060 "engines": {
13061 "node": ">= 0.8"
13062 }
13063 },
13064 "node_modules/on-headers": {
13065 "version": "1.0.2",
13066 "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
13067 "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
13068 "license": "MIT",
13069 "engines": {
13070 "node": ">= 0.8"
13071 }
13072 },
13073 "node_modules/once": {
13074 "version": "1.4.0",
13075 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
13076 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
13077 "license": "ISC",
13078 "dependencies": {
13079 "wrappy": "1"
13080 }
13081 },
13082 "node_modules/onetime": {
13083 "version": "5.1.2",
13084 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
13085 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
13086 "license": "MIT",
13087 "dependencies": {
13088 "mimic-fn": "^2.1.0"
13089 },
13090 "engines": {
13091 "node": ">=6"
13092 },
13093 "funding": {
13094 "url": "https://github.com/sponsors/sindresorhus"
13095 }
13096 },
13097 "node_modules/open": {
13098 "version": "8.4.2",
13099 "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
13100 "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
13101 "license": "MIT",
13102 "dependencies": {
13103 "define-lazy-prop": "^2.0.0",
13104 "is-docker": "^2.1.1",
13105 "is-wsl": "^2.2.0"
13106 },
13107 "engines": {
13108 "node": ">=12"
13109 },
13110 "funding": {
13111 "url": "https://github.com/sponsors/sindresorhus"
13112 }
13113 },
13114 "node_modules/optionator": {
13115 "version": "0.9.4",
13116 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
13117 "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
13118 "license": "MIT",
13119 "dependencies": {
13120 "deep-is": "^0.1.3",
13121 "fast-levenshtein": "^2.0.6",
13122 "levn": "^0.4.1",
13123 "prelude-ls": "^1.2.1",
13124 "type-check": "^0.4.0",
13125 "word-wrap": "^1.2.5"
13126 },
13127 "engines": {
13128 "node": ">= 0.8.0"
13129 }
13130 },
13131 "node_modules/own-keys": {
13132 "version": "1.0.1",
13133 "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
13134 "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
13135 "license": "MIT",
13136 "dependencies": {
13137 "get-intrinsic": "^1.2.6",
13138 "object-keys": "^1.1.1",
13139 "safe-push-apply": "^1.0.0"
13140 },
13141 "engines": {
13142 "node": ">= 0.4"
13143 },
13144 "funding": {
13145 "url": "https://github.com/sponsors/ljharb"
13146 }
13147 },
13148 "node_modules/p-limit": {
13149 "version": "2.3.0",
13150 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
13151 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
13152 "license": "MIT",
13153 "dependencies": {
13154 "p-try": "^2.0.0"
13155 },
13156 "engines": {
13157 "node": ">=6"
13158 },
13159 "funding": {
13160 "url": "https://github.com/sponsors/sindresorhus"
13161 }
13162 },
13163 "node_modules/p-locate": {
13164 "version": "4.1.0",
13165 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
13166 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
13167 "license": "MIT",
13168 "dependencies": {
13169 "p-limit": "^2.2.0"
13170 },
13171 "engines": {
13172 "node": ">=8"
13173 }
13174 },
13175 "node_modules/p-retry": {
13176 "version": "4.6.2",
13177 "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
13178 "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
13179 "license": "MIT",
13180 "dependencies": {
13181 "@types/retry": "0.12.0",
13182 "retry": "^0.13.1"
13183 },
13184 "engines": {
13185 "node": ">=8"
13186 }
13187 },
13188 "node_modules/p-try": {
13189 "version": "2.2.0",
13190 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
13191 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
13192 "license": "MIT",
13193 "engines": {
13194 "node": ">=6"
13195 }
13196 },
13197 "node_modules/package-json-from-dist": {
13198 "version": "1.0.1",
13199 "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
13200 "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
13201 "license": "BlueOak-1.0.0"
13202 },
13203 "node_modules/param-case": {
13204 "version": "3.0.4",
13205 "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
13206 "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
13207 "license": "MIT",
13208 "dependencies": {
13209 "dot-case": "^3.0.4",
13210 "tslib": "^2.0.3"
13211 }
13212 },
13213 "node_modules/parent-module": {
13214 "version": "1.0.1",
13215 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
13216 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
13217 "license": "MIT",
13218 "dependencies": {
13219 "callsites": "^3.0.0"
13220 },
13221 "engines": {
13222 "node": ">=6"
13223 }
13224 },
13225 "node_modules/parse-json": {
13226 "version": "5.2.0",
13227 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
13228 "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
13229 "license": "MIT",
13230 "dependencies": {
13231 "@babel/code-frame": "^7.0.0",
13232 "error-ex": "^1.3.1",
13233 "json-parse-even-better-errors": "^2.3.0",
13234 "lines-and-columns": "^1.1.6"
13235 },
13236 "engines": {
13237 "node": ">=8"
13238 },
13239 "funding": {
13240 "url": "https://github.com/sponsors/sindresorhus"
13241 }
13242 },
13243 "node_modules/parse5": {
13244 "version": "6.0.1",
13245 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
13246 "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
13247 "license": "MIT"
13248 },
13249 "node_modules/parseurl": {
13250 "version": "1.3.3",
13251 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
13252 "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
13253 "license": "MIT",
13254 "engines": {
13255 "node": ">= 0.8"
13256 }
13257 },
13258 "node_modules/pascal-case": {
13259 "version": "3.1.2",
13260 "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
13261 "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
13262 "license": "MIT",
13263 "dependencies": {
13264 "no-case": "^3.0.4",
13265 "tslib": "^2.0.3"
13266 }
13267 },
13268 "node_modules/path-exists": {
13269 "version": "4.0.0",
13270 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
13271 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
13272 "license": "MIT",
13273 "engines": {
13274 "node": ">=8"
13275 }
13276 },
13277 "node_modules/path-is-absolute": {
13278 "version": "1.0.1",
13279 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
13280 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
13281 "license": "MIT",
13282 "engines": {
13283 "node": ">=0.10.0"
13284 }
13285 },
13286 "node_modules/path-key": {
13287 "version": "3.1.1",
13288 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
13289 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
13290 "license": "MIT",
13291 "engines": {
13292 "node": ">=8"
13293 }
13294 },
13295 "node_modules/path-parse": {
13296 "version": "1.0.7",
13297 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
13298 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
13299 "license": "MIT"
13300 },
13301 "node_modules/path-scurry": {
13302 "version": "1.11.1",
13303 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
13304 "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
13305 "license": "BlueOak-1.0.0",
13306 "dependencies": {
13307 "lru-cache": "^10.2.0",
13308 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
13309 },
13310 "engines": {
13311 "node": ">=16 || 14 >=14.18"
13312 },
13313 "funding": {
13314 "url": "https://github.com/sponsors/isaacs"
13315 }
13316 },
13317 "node_modules/path-to-regexp": {
13318 "version": "0.1.12",
13319 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
13320 "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
13321 "license": "MIT"
13322 },
13323 "node_modules/path-type": {
13324 "version": "4.0.0",
13325 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
13326 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
13327 "license": "MIT",
13328 "engines": {
13329 "node": ">=8"
13330 }
13331 },
13332 "node_modules/performance-now": {
13333 "version": "2.1.0",
13334 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
13335 "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
13336 "license": "MIT"
13337 },
13338 "node_modules/picocolors": {
13339 "version": "1.1.1",
13340 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
13341 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
13342 "license": "ISC"
13343 },
13344 "node_modules/picomatch": {
13345 "version": "2.3.1",
13346 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
13347 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
13348 "license": "MIT",
13349 "engines": {
13350 "node": ">=8.6"
13351 },
13352 "funding": {
13353 "url": "https://github.com/sponsors/jonschlinkert"
13354 }
13355 },
13356 "node_modules/pify": {
13357 "version": "2.3.0",
13358 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
13359 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
13360 "license": "MIT",
13361 "engines": {
13362 "node": ">=0.10.0"
13363 }
13364 },
13365 "node_modules/pirates": {
13366 "version": "4.0.6",
13367 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
13368 "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
13369 "license": "MIT",
13370 "engines": {
13371 "node": ">= 6"
13372 }
13373 },
13374 "node_modules/pkg-dir": {
13375 "version": "4.2.0",
13376 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
13377 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
13378 "license": "MIT",
13379 "dependencies": {
13380 "find-up": "^4.0.0"
13381 },
13382 "engines": {
13383 "node": ">=8"
13384 }
13385 },
13386 "node_modules/pkg-up": {
13387 "version": "3.1.0",
13388 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
13389 "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
13390 "license": "MIT",
13391 "dependencies": {
13392 "find-up": "^3.0.0"
13393 },
13394 "engines": {
13395 "node": ">=8"
13396 }
13397 },
13398 "node_modules/pkg-up/node_modules/find-up": {
13399 "version": "3.0.0",
13400 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
13401 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
13402 "license": "MIT",
13403 "dependencies": {
13404 "locate-path": "^3.0.0"
13405 },
13406 "engines": {
13407 "node": ">=6"
13408 }
13409 },
13410 "node_modules/pkg-up/node_modules/locate-path": {
13411 "version": "3.0.0",
13412 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
13413 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
13414 "license": "MIT",
13415 "dependencies": {
13416 "p-locate": "^3.0.0",
13417 "path-exists": "^3.0.0"
13418 },
13419 "engines": {
13420 "node": ">=6"
13421 }
13422 },
13423 "node_modules/pkg-up/node_modules/p-locate": {
13424 "version": "3.0.0",
13425 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
13426 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
13427 "license": "MIT",
13428 "dependencies": {
13429 "p-limit": "^2.0.0"
13430 },
13431 "engines": {
13432 "node": ">=6"
13433 }
13434 },
13435 "node_modules/pkg-up/node_modules/path-exists": {
13436 "version": "3.0.0",
13437 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
13438 "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
13439 "license": "MIT",
13440 "engines": {
13441 "node": ">=4"
13442 }
13443 },
13444 "node_modules/possible-typed-array-names": {
13445 "version": "1.1.0",
13446 "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
13447 "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
13448 "license": "MIT",
13449 "engines": {
13450 "node": ">= 0.4"
13451 }
13452 },
13453 "node_modules/postcss": {
13454 "version": "8.5.3",
13455 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
13456 "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
13457 "funding": [
13458 {
13459 "type": "opencollective",
13460 "url": "https://opencollective.com/postcss/"
13461 },
13462 {
13463 "type": "tidelift",
13464 "url": "https://tidelift.com/funding/github/npm/postcss"
13465 },
13466 {
13467 "type": "github",
13468 "url": "https://github.com/sponsors/ai"
13469 }
13470 ],
13471 "license": "MIT",
13472 "dependencies": {
13473 "nanoid": "^3.3.8",
13474 "picocolors": "^1.1.1",
13475 "source-map-js": "^1.2.1"
13476 },
13477 "engines": {
13478 "node": "^10 || ^12 || >=14"
13479 }
13480 },
13481 "node_modules/postcss-attribute-case-insensitive": {
13482 "version": "5.0.2",
13483 "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
13484 "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
13485 "license": "MIT",
13486 "dependencies": {
13487 "postcss-selector-parser": "^6.0.10"
13488 },
13489 "engines": {
13490 "node": "^12 || ^14 || >=16"
13491 },
13492 "funding": {
13493 "type": "opencollective",
13494 "url": "https://opencollective.com/csstools"
13495 },
13496 "peerDependencies": {
13497 "postcss": "^8.2"
13498 }
13499 },
13500 "node_modules/postcss-browser-comments": {
13501 "version": "4.0.0",
13502 "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
13503 "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
13504 "license": "CC0-1.0",
13505 "engines": {
13506 "node": ">=8"
13507 },
13508 "peerDependencies": {
13509 "browserslist": ">=4",
13510 "postcss": ">=8"
13511 }
13512 },
13513 "node_modules/postcss-calc": {
13514 "version": "8.2.4",
13515 "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
13516 "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
13517 "license": "MIT",
13518 "dependencies": {
13519 "postcss-selector-parser": "^6.0.9",
13520 "postcss-value-parser": "^4.2.0"
13521 },
13522 "peerDependencies": {
13523 "postcss": "^8.2.2"
13524 }
13525 },
13526 "node_modules/postcss-clamp": {
13527 "version": "4.1.0",
13528 "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
13529 "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
13530 "license": "MIT",
13531 "dependencies": {
13532 "postcss-value-parser": "^4.2.0"
13533 },
13534 "engines": {
13535 "node": ">=7.6.0"
13536 },
13537 "peerDependencies": {
13538 "postcss": "^8.4.6"
13539 }
13540 },
13541 "node_modules/postcss-color-functional-notation": {
13542 "version": "4.2.4",
13543 "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
13544 "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
13545 "license": "CC0-1.0",
13546 "dependencies": {
13547 "postcss-value-parser": "^4.2.0"
13548 },
13549 "engines": {
13550 "node": "^12 || ^14 || >=16"
13551 },
13552 "funding": {
13553 "type": "opencollective",
13554 "url": "https://opencollective.com/csstools"
13555 },
13556 "peerDependencies": {
13557 "postcss": "^8.2"
13558 }
13559 },
13560 "node_modules/postcss-color-hex-alpha": {
13561 "version": "8.0.4",
13562 "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
13563 "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
13564 "license": "MIT",
13565 "dependencies": {
13566 "postcss-value-parser": "^4.2.0"
13567 },
13568 "engines": {
13569 "node": "^12 || ^14 || >=16"
13570 },
13571 "funding": {
13572 "type": "opencollective",
13573 "url": "https://opencollective.com/csstools"
13574 },
13575 "peerDependencies": {
13576 "postcss": "^8.4"
13577 }
13578 },
13579 "node_modules/postcss-color-rebeccapurple": {
13580 "version": "7.1.1",
13581 "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
13582 "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
13583 "license": "CC0-1.0",
13584 "dependencies": {
13585 "postcss-value-parser": "^4.2.0"
13586 },
13587 "engines": {
13588 "node": "^12 || ^14 || >=16"
13589 },
13590 "funding": {
13591 "type": "opencollective",
13592 "url": "https://opencollective.com/csstools"
13593 },
13594 "peerDependencies": {
13595 "postcss": "^8.2"
13596 }
13597 },
13598 "node_modules/postcss-colormin": {
13599 "version": "5.3.1",
13600 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
13601 "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
13602 "license": "MIT",
13603 "dependencies": {
13604 "browserslist": "^4.21.4",
13605 "caniuse-api": "^3.0.0",
13606 "colord": "^2.9.1",
13607 "postcss-value-parser": "^4.2.0"
13608 },
13609 "engines": {
13610 "node": "^10 || ^12 || >=14.0"
13611 },
13612 "peerDependencies": {
13613 "postcss": "^8.2.15"
13614 }
13615 },
13616 "node_modules/postcss-convert-values": {
13617 "version": "5.1.3",
13618 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
13619 "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
13620 "license": "MIT",
13621 "dependencies": {
13622 "browserslist": "^4.21.4",
13623 "postcss-value-parser": "^4.2.0"
13624 },
13625 "engines": {
13626 "node": "^10 || ^12 || >=14.0"
13627 },
13628 "peerDependencies": {
13629 "postcss": "^8.2.15"
13630 }
13631 },
13632 "node_modules/postcss-custom-media": {
13633 "version": "8.0.2",
13634 "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
13635 "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
13636 "license": "MIT",
13637 "dependencies": {
13638 "postcss-value-parser": "^4.2.0"
13639 },
13640 "engines": {
13641 "node": "^12 || ^14 || >=16"
13642 },
13643 "funding": {
13644 "type": "opencollective",
13645 "url": "https://opencollective.com/csstools"
13646 },
13647 "peerDependencies": {
13648 "postcss": "^8.3"
13649 }
13650 },
13651 "node_modules/postcss-custom-properties": {
13652 "version": "12.1.11",
13653 "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz",
13654 "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==",
13655 "license": "MIT",
13656 "dependencies": {
13657 "postcss-value-parser": "^4.2.0"
13658 },
13659 "engines": {
13660 "node": "^12 || ^14 || >=16"
13661 },
13662 "funding": {
13663 "type": "opencollective",
13664 "url": "https://opencollective.com/csstools"
13665 },
13666 "peerDependencies": {
13667 "postcss": "^8.2"
13668 }
13669 },
13670 "node_modules/postcss-custom-selectors": {
13671 "version": "6.0.3",
13672 "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
13673 "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
13674 "license": "MIT",
13675 "dependencies": {
13676 "postcss-selector-parser": "^6.0.4"
13677 },
13678 "engines": {
13679 "node": "^12 || ^14 || >=16"
13680 },
13681 "funding": {
13682 "type": "opencollective",
13683 "url": "https://opencollective.com/csstools"
13684 },
13685 "peerDependencies": {
13686 "postcss": "^8.3"
13687 }
13688 },
13689 "node_modules/postcss-dir-pseudo-class": {
13690 "version": "6.0.5",
13691 "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
13692 "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
13693 "license": "CC0-1.0",
13694 "dependencies": {
13695 "postcss-selector-parser": "^6.0.10"
13696 },
13697 "engines": {
13698 "node": "^12 || ^14 || >=16"
13699 },
13700 "funding": {
13701 "type": "opencollective",
13702 "url": "https://opencollective.com/csstools"
13703 },
13704 "peerDependencies": {
13705 "postcss": "^8.2"
13706 }
13707 },
13708 "node_modules/postcss-discard-comments": {
13709 "version": "5.1.2",
13710 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
13711 "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
13712 "license": "MIT",
13713 "engines": {
13714 "node": "^10 || ^12 || >=14.0"
13715 },
13716 "peerDependencies": {
13717 "postcss": "^8.2.15"
13718 }
13719 },
13720 "node_modules/postcss-discard-duplicates": {
13721 "version": "5.1.0",
13722 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
13723 "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
13724 "license": "MIT",
13725 "engines": {
13726 "node": "^10 || ^12 || >=14.0"
13727 },
13728 "peerDependencies": {
13729 "postcss": "^8.2.15"
13730 }
13731 },
13732 "node_modules/postcss-discard-empty": {
13733 "version": "5.1.1",
13734 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
13735 "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
13736 "license": "MIT",
13737 "engines": {
13738 "node": "^10 || ^12 || >=14.0"
13739 },
13740 "peerDependencies": {
13741 "postcss": "^8.2.15"
13742 }
13743 },
13744 "node_modules/postcss-discard-overridden": {
13745 "version": "5.1.0",
13746 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
13747 "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
13748 "license": "MIT",
13749 "engines": {
13750 "node": "^10 || ^12 || >=14.0"
13751 },
13752 "peerDependencies": {
13753 "postcss": "^8.2.15"
13754 }
13755 },
13756 "node_modules/postcss-double-position-gradients": {
13757 "version": "3.1.2",
13758 "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
13759 "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
13760 "license": "CC0-1.0",
13761 "dependencies": {
13762 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
13763 "postcss-value-parser": "^4.2.0"
13764 },
13765 "engines": {
13766 "node": "^12 || ^14 || >=16"
13767 },
13768 "funding": {
13769 "type": "opencollective",
13770 "url": "https://opencollective.com/csstools"
13771 },
13772 "peerDependencies": {
13773 "postcss": "^8.2"
13774 }
13775 },
13776 "node_modules/postcss-env-function": {
13777 "version": "4.0.6",
13778 "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
13779 "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
13780 "license": "CC0-1.0",
13781 "dependencies": {
13782 "postcss-value-parser": "^4.2.0"
13783 },
13784 "engines": {
13785 "node": "^12 || ^14 || >=16"
13786 },
13787 "peerDependencies": {
13788 "postcss": "^8.4"
13789 }
13790 },
13791 "node_modules/postcss-flexbugs-fixes": {
13792 "version": "5.0.2",
13793 "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
13794 "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
13795 "license": "MIT",
13796 "peerDependencies": {
13797 "postcss": "^8.1.4"
13798 }
13799 },
13800 "node_modules/postcss-focus-visible": {
13801 "version": "6.0.4",
13802 "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
13803 "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
13804 "license": "CC0-1.0",
13805 "dependencies": {
13806 "postcss-selector-parser": "^6.0.9"
13807 },
13808 "engines": {
13809 "node": "^12 || ^14 || >=16"
13810 },
13811 "peerDependencies": {
13812 "postcss": "^8.4"
13813 }
13814 },
13815 "node_modules/postcss-focus-within": {
13816 "version": "5.0.4",
13817 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
13818 "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
13819 "license": "CC0-1.0",
13820 "dependencies": {
13821 "postcss-selector-parser": "^6.0.9"
13822 },
13823 "engines": {
13824 "node": "^12 || ^14 || >=16"
13825 },
13826 "peerDependencies": {
13827 "postcss": "^8.4"
13828 }
13829 },
13830 "node_modules/postcss-font-variant": {
13831 "version": "5.0.0",
13832 "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
13833 "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
13834 "license": "MIT",
13835 "peerDependencies": {
13836 "postcss": "^8.1.0"
13837 }
13838 },
13839 "node_modules/postcss-gap-properties": {
13840 "version": "3.0.5",
13841 "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
13842 "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
13843 "license": "CC0-1.0",
13844 "engines": {
13845 "node": "^12 || ^14 || >=16"
13846 },
13847 "funding": {
13848 "type": "opencollective",
13849 "url": "https://opencollective.com/csstools"
13850 },
13851 "peerDependencies": {
13852 "postcss": "^8.2"
13853 }
13854 },
13855 "node_modules/postcss-image-set-function": {
13856 "version": "4.0.7",
13857 "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
13858 "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
13859 "license": "CC0-1.0",
13860 "dependencies": {
13861 "postcss-value-parser": "^4.2.0"
13862 },
13863 "engines": {
13864 "node": "^12 || ^14 || >=16"
13865 },
13866 "funding": {
13867 "type": "opencollective",
13868 "url": "https://opencollective.com/csstools"
13869 },
13870 "peerDependencies": {
13871 "postcss": "^8.2"
13872 }
13873 },
13874 "node_modules/postcss-import": {
13875 "version": "15.1.0",
13876 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
13877 "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
13878 "license": "MIT",
13879 "dependencies": {
13880 "postcss-value-parser": "^4.0.0",
13881 "read-cache": "^1.0.0",
13882 "resolve": "^1.1.7"
13883 },
13884 "engines": {
13885 "node": ">=14.0.0"
13886 },
13887 "peerDependencies": {
13888 "postcss": "^8.0.0"
13889 }
13890 },
13891 "node_modules/postcss-initial": {
13892 "version": "4.0.1",
13893 "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
13894 "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
13895 "license": "MIT",
13896 "peerDependencies": {
13897 "postcss": "^8.0.0"
13898 }
13899 },
13900 "node_modules/postcss-js": {
13901 "version": "4.0.1",
13902 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
13903 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
13904 "license": "MIT",
13905 "dependencies": {
13906 "camelcase-css": "^2.0.1"
13907 },
13908 "engines": {
13909 "node": "^12 || ^14 || >= 16"
13910 },
13911 "funding": {
13912 "type": "opencollective",
13913 "url": "https://opencollective.com/postcss/"
13914 },
13915 "peerDependencies": {
13916 "postcss": "^8.4.21"
13917 }
13918 },
13919 "node_modules/postcss-lab-function": {
13920 "version": "4.2.1",
13921 "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
13922 "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
13923 "license": "CC0-1.0",
13924 "dependencies": {
13925 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
13926 "postcss-value-parser": "^4.2.0"
13927 },
13928 "engines": {
13929 "node": "^12 || ^14 || >=16"
13930 },
13931 "funding": {
13932 "type": "opencollective",
13933 "url": "https://opencollective.com/csstools"
13934 },
13935 "peerDependencies": {
13936 "postcss": "^8.2"
13937 }
13938 },
13939 "node_modules/postcss-load-config": {
13940 "version": "4.0.2",
13941 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
13942 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
13943 "funding": [
13944 {
13945 "type": "opencollective",
13946 "url": "https://opencollective.com/postcss/"
13947 },
13948 {
13949 "type": "github",
13950 "url": "https://github.com/sponsors/ai"
13951 }
13952 ],
13953 "license": "MIT",
13954 "dependencies": {
13955 "lilconfig": "^3.0.0",
13956 "yaml": "^2.3.4"
13957 },
13958 "engines": {
13959 "node": ">= 14"
13960 },
13961 "peerDependencies": {
13962 "postcss": ">=8.0.9",
13963 "ts-node": ">=9.0.0"
13964 },
13965 "peerDependenciesMeta": {
13966 "postcss": {
13967 "optional": true
13968 },
13969 "ts-node": {
13970 "optional": true
13971 }
13972 }
13973 },
13974 "node_modules/postcss-load-config/node_modules/lilconfig": {
13975 "version": "3.1.3",
13976 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
13977 "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
13978 "license": "MIT",
13979 "engines": {
13980 "node": ">=14"
13981 },
13982 "funding": {
13983 "url": "https://github.com/sponsors/antonk52"
13984 }
13985 },
13986 "node_modules/postcss-load-config/node_modules/yaml": {
13987 "version": "2.7.0",
13988 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
13989 "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
13990 "license": "ISC",
13991 "bin": {
13992 "yaml": "bin.mjs"
13993 },
13994 "engines": {
13995 "node": ">= 14"
13996 }
13997 },
13998 "node_modules/postcss-loader": {
13999 "version": "6.2.1",
14000 "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
14001 "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
14002 "license": "MIT",
14003 "dependencies": {
14004 "cosmiconfig": "^7.0.0",
14005 "klona": "^2.0.5",
14006 "semver": "^7.3.5"
14007 },
14008 "engines": {
14009 "node": ">= 12.13.0"
14010 },
14011 "funding": {
14012 "type": "opencollective",
14013 "url": "https://opencollective.com/webpack"
14014 },
14015 "peerDependencies": {
14016 "postcss": "^7.0.0 || ^8.0.1",
14017 "webpack": "^5.0.0"
14018 }
14019 },
14020 "node_modules/postcss-logical": {
14021 "version": "5.0.4",
14022 "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
14023 "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
14024 "license": "CC0-1.0",
14025 "engines": {
14026 "node": "^12 || ^14 || >=16"
14027 },
14028 "peerDependencies": {
14029 "postcss": "^8.4"
14030 }
14031 },
14032 "node_modules/postcss-media-minmax": {
14033 "version": "5.0.0",
14034 "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
14035 "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
14036 "license": "MIT",
14037 "engines": {
14038 "node": ">=10.0.0"
14039 },
14040 "peerDependencies": {
14041 "postcss": "^8.1.0"
14042 }
14043 },
14044 "node_modules/postcss-merge-longhand": {
14045 "version": "5.1.7",
14046 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
14047 "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
14048 "license": "MIT",
14049 "dependencies": {
14050 "postcss-value-parser": "^4.2.0",
14051 "stylehacks": "^5.1.1"
14052 },
14053 "engines": {
14054 "node": "^10 || ^12 || >=14.0"
14055 },
14056 "peerDependencies": {
14057 "postcss": "^8.2.15"
14058 }
14059 },
14060 "node_modules/postcss-merge-rules": {
14061 "version": "5.1.4",
14062 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz",
14063 "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==",
14064 "license": "MIT",
14065 "dependencies": {
14066 "browserslist": "^4.21.4",
14067 "caniuse-api": "^3.0.0",
14068 "cssnano-utils": "^3.1.0",
14069 "postcss-selector-parser": "^6.0.5"
14070 },
14071 "engines": {
14072 "node": "^10 || ^12 || >=14.0"
14073 },
14074 "peerDependencies": {
14075 "postcss": "^8.2.15"
14076 }
14077 },
14078 "node_modules/postcss-minify-font-values": {
14079 "version": "5.1.0",
14080 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
14081 "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
14082 "license": "MIT",
14083 "dependencies": {
14084 "postcss-value-parser": "^4.2.0"
14085 },
14086 "engines": {
14087 "node": "^10 || ^12 || >=14.0"
14088 },
14089 "peerDependencies": {
14090 "postcss": "^8.2.15"
14091 }
14092 },
14093 "node_modules/postcss-minify-gradients": {
14094 "version": "5.1.1",
14095 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
14096 "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
14097 "license": "MIT",
14098 "dependencies": {
14099 "colord": "^2.9.1",
14100 "cssnano-utils": "^3.1.0",
14101 "postcss-value-parser": "^4.2.0"
14102 },
14103 "engines": {
14104 "node": "^10 || ^12 || >=14.0"
14105 },
14106 "peerDependencies": {
14107 "postcss": "^8.2.15"
14108 }
14109 },
14110 "node_modules/postcss-minify-params": {
14111 "version": "5.1.4",
14112 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
14113 "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
14114 "license": "MIT",
14115 "dependencies": {
14116 "browserslist": "^4.21.4",
14117 "cssnano-utils": "^3.1.0",
14118 "postcss-value-parser": "^4.2.0"
14119 },
14120 "engines": {
14121 "node": "^10 || ^12 || >=14.0"
14122 },
14123 "peerDependencies": {
14124 "postcss": "^8.2.15"
14125 }
14126 },
14127 "node_modules/postcss-minify-selectors": {
14128 "version": "5.2.1",
14129 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
14130 "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
14131 "license": "MIT",
14132 "dependencies": {
14133 "postcss-selector-parser": "^6.0.5"
14134 },
14135 "engines": {
14136 "node": "^10 || ^12 || >=14.0"
14137 },
14138 "peerDependencies": {
14139 "postcss": "^8.2.15"
14140 }
14141 },
14142 "node_modules/postcss-modules-extract-imports": {
14143 "version": "3.1.0",
14144 "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz",
14145 "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==",
14146 "license": "ISC",
14147 "engines": {
14148 "node": "^10 || ^12 || >= 14"
14149 },
14150 "peerDependencies": {
14151 "postcss": "^8.1.0"
14152 }
14153 },
14154 "node_modules/postcss-modules-local-by-default": {
14155 "version": "4.2.0",
14156 "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz",
14157 "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==",
14158 "license": "MIT",
14159 "dependencies": {
14160 "icss-utils": "^5.0.0",
14161 "postcss-selector-parser": "^7.0.0",
14162 "postcss-value-parser": "^4.1.0"
14163 },
14164 "engines": {
14165 "node": "^10 || ^12 || >= 14"
14166 },
14167 "peerDependencies": {
14168 "postcss": "^8.1.0"
14169 }
14170 },
14171 "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": {
14172 "version": "7.1.0",
14173 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
14174 "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
14175 "license": "MIT",
14176 "dependencies": {
14177 "cssesc": "^3.0.0",
14178 "util-deprecate": "^1.0.2"
14179 },
14180 "engines": {
14181 "node": ">=4"
14182 }
14183 },
14184 "node_modules/postcss-modules-scope": {
14185 "version": "3.2.1",
14186 "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz",
14187 "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==",
14188 "license": "ISC",
14189 "dependencies": {
14190 "postcss-selector-parser": "^7.0.0"
14191 },
14192 "engines": {
14193 "node": "^10 || ^12 || >= 14"
14194 },
14195 "peerDependencies": {
14196 "postcss": "^8.1.0"
14197 }
14198 },
14199 "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": {
14200 "version": "7.1.0",
14201 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
14202 "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
14203 "license": "MIT",
14204 "dependencies": {
14205 "cssesc": "^3.0.0",
14206 "util-deprecate": "^1.0.2"
14207 },
14208 "engines": {
14209 "node": ">=4"
14210 }
14211 },
14212 "node_modules/postcss-modules-values": {
14213 "version": "4.0.0",
14214 "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
14215 "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
14216 "license": "ISC",
14217 "dependencies": {
14218 "icss-utils": "^5.0.0"
14219 },
14220 "engines": {
14221 "node": "^10 || ^12 || >= 14"
14222 },
14223 "peerDependencies": {
14224 "postcss": "^8.1.0"
14225 }
14226 },
14227 "node_modules/postcss-nested": {
14228 "version": "6.2.0",
14229 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
14230 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
14231 "funding": [
14232 {
14233 "type": "opencollective",
14234 "url": "https://opencollective.com/postcss/"
14235 },
14236 {
14237 "type": "github",
14238 "url": "https://github.com/sponsors/ai"
14239 }
14240 ],
14241 "license": "MIT",
14242 "dependencies": {
14243 "postcss-selector-parser": "^6.1.1"
14244 },
14245 "engines": {
14246 "node": ">=12.0"
14247 },
14248 "peerDependencies": {
14249 "postcss": "^8.2.14"
14250 }
14251 },
14252 "node_modules/postcss-nesting": {
14253 "version": "10.2.0",
14254 "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz",
14255 "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==",
14256 "license": "CC0-1.0",
14257 "dependencies": {
14258 "@csstools/selector-specificity": "^2.0.0",
14259 "postcss-selector-parser": "^6.0.10"
14260 },
14261 "engines": {
14262 "node": "^12 || ^14 || >=16"
14263 },
14264 "funding": {
14265 "type": "opencollective",
14266 "url": "https://opencollective.com/csstools"
14267 },
14268 "peerDependencies": {
14269 "postcss": "^8.2"
14270 }
14271 },
14272 "node_modules/postcss-normalize": {
14273 "version": "10.0.1",
14274 "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
14275 "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
14276 "license": "CC0-1.0",
14277 "dependencies": {
14278 "@csstools/normalize.css": "*",
14279 "postcss-browser-comments": "^4",
14280 "sanitize.css": "*"
14281 },
14282 "engines": {
14283 "node": ">= 12"
14284 },
14285 "peerDependencies": {
14286 "browserslist": ">= 4",
14287 "postcss": ">= 8"
14288 }
14289 },
14290 "node_modules/postcss-normalize-charset": {
14291 "version": "5.1.0",
14292 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
14293 "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
14294 "license": "MIT",
14295 "engines": {
14296 "node": "^10 || ^12 || >=14.0"
14297 },
14298 "peerDependencies": {
14299 "postcss": "^8.2.15"
14300 }
14301 },
14302 "node_modules/postcss-normalize-display-values": {
14303 "version": "5.1.0",
14304 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
14305 "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
14306 "license": "MIT",
14307 "dependencies": {
14308 "postcss-value-parser": "^4.2.0"
14309 },
14310 "engines": {
14311 "node": "^10 || ^12 || >=14.0"
14312 },
14313 "peerDependencies": {
14314 "postcss": "^8.2.15"
14315 }
14316 },
14317 "node_modules/postcss-normalize-positions": {
14318 "version": "5.1.1",
14319 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
14320 "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
14321 "license": "MIT",
14322 "dependencies": {
14323 "postcss-value-parser": "^4.2.0"
14324 },
14325 "engines": {
14326 "node": "^10 || ^12 || >=14.0"
14327 },
14328 "peerDependencies": {
14329 "postcss": "^8.2.15"
14330 }
14331 },
14332 "node_modules/postcss-normalize-repeat-style": {
14333 "version": "5.1.1",
14334 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
14335 "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
14336 "license": "MIT",
14337 "dependencies": {
14338 "postcss-value-parser": "^4.2.0"
14339 },
14340 "engines": {
14341 "node": "^10 || ^12 || >=14.0"
14342 },
14343 "peerDependencies": {
14344 "postcss": "^8.2.15"
14345 }
14346 },
14347 "node_modules/postcss-normalize-string": {
14348 "version": "5.1.0",
14349 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
14350 "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
14351 "license": "MIT",
14352 "dependencies": {
14353 "postcss-value-parser": "^4.2.0"
14354 },
14355 "engines": {
14356 "node": "^10 || ^12 || >=14.0"
14357 },
14358 "peerDependencies": {
14359 "postcss": "^8.2.15"
14360 }
14361 },
14362 "node_modules/postcss-normalize-timing-functions": {
14363 "version": "5.1.0",
14364 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
14365 "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
14366 "license": "MIT",
14367 "dependencies": {
14368 "postcss-value-parser": "^4.2.0"
14369 },
14370 "engines": {
14371 "node": "^10 || ^12 || >=14.0"
14372 },
14373 "peerDependencies": {
14374 "postcss": "^8.2.15"
14375 }
14376 },
14377 "node_modules/postcss-normalize-unicode": {
14378 "version": "5.1.1",
14379 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
14380 "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
14381 "license": "MIT",
14382 "dependencies": {
14383 "browserslist": "^4.21.4",
14384 "postcss-value-parser": "^4.2.0"
14385 },
14386 "engines": {
14387 "node": "^10 || ^12 || >=14.0"
14388 },
14389 "peerDependencies": {
14390 "postcss": "^8.2.15"
14391 }
14392 },
14393 "node_modules/postcss-normalize-url": {
14394 "version": "5.1.0",
14395 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
14396 "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
14397 "license": "MIT",
14398 "dependencies": {
14399 "normalize-url": "^6.0.1",
14400 "postcss-value-parser": "^4.2.0"
14401 },
14402 "engines": {
14403 "node": "^10 || ^12 || >=14.0"
14404 },
14405 "peerDependencies": {
14406 "postcss": "^8.2.15"
14407 }
14408 },
14409 "node_modules/postcss-normalize-whitespace": {
14410 "version": "5.1.1",
14411 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
14412 "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
14413 "license": "MIT",
14414 "dependencies": {
14415 "postcss-value-parser": "^4.2.0"
14416 },
14417 "engines": {
14418 "node": "^10 || ^12 || >=14.0"
14419 },
14420 "peerDependencies": {
14421 "postcss": "^8.2.15"
14422 }
14423 },
14424 "node_modules/postcss-opacity-percentage": {
14425 "version": "1.1.3",
14426 "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz",
14427 "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==",
14428 "funding": [
14429 {
14430 "type": "kofi",
14431 "url": "https://ko-fi.com/mrcgrtz"
14432 },
14433 {
14434 "type": "liberapay",
14435 "url": "https://liberapay.com/mrcgrtz"
14436 }
14437 ],
14438 "license": "MIT",
14439 "engines": {
14440 "node": "^12 || ^14 || >=16"
14441 },
14442 "peerDependencies": {
14443 "postcss": "^8.2"
14444 }
14445 },
14446 "node_modules/postcss-ordered-values": {
14447 "version": "5.1.3",
14448 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
14449 "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
14450 "license": "MIT",
14451 "dependencies": {
14452 "cssnano-utils": "^3.1.0",
14453 "postcss-value-parser": "^4.2.0"
14454 },
14455 "engines": {
14456 "node": "^10 || ^12 || >=14.0"
14457 },
14458 "peerDependencies": {
14459 "postcss": "^8.2.15"
14460 }
14461 },
14462 "node_modules/postcss-overflow-shorthand": {
14463 "version": "3.0.4",
14464 "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
14465 "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
14466 "license": "CC0-1.0",
14467 "dependencies": {
14468 "postcss-value-parser": "^4.2.0"
14469 },
14470 "engines": {
14471 "node": "^12 || ^14 || >=16"
14472 },
14473 "funding": {
14474 "type": "opencollective",
14475 "url": "https://opencollective.com/csstools"
14476 },
14477 "peerDependencies": {
14478 "postcss": "^8.2"
14479 }
14480 },
14481 "node_modules/postcss-page-break": {
14482 "version": "3.0.4",
14483 "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
14484 "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
14485 "license": "MIT",
14486 "peerDependencies": {
14487 "postcss": "^8"
14488 }
14489 },
14490 "node_modules/postcss-place": {
14491 "version": "7.0.5",
14492 "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz",
14493 "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==",
14494 "license": "CC0-1.0",
14495 "dependencies": {
14496 "postcss-value-parser": "^4.2.0"
14497 },
14498 "engines": {
14499 "node": "^12 || ^14 || >=16"
14500 },
14501 "funding": {
14502 "type": "opencollective",
14503 "url": "https://opencollective.com/csstools"
14504 },
14505 "peerDependencies": {
14506 "postcss": "^8.2"
14507 }
14508 },
14509 "node_modules/postcss-preset-env": {
14510 "version": "7.8.3",
14511 "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz",
14512 "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==",
14513 "license": "CC0-1.0",
14514 "dependencies": {
14515 "@csstools/postcss-cascade-layers": "^1.1.1",
14516 "@csstools/postcss-color-function": "^1.1.1",
14517 "@csstools/postcss-font-format-keywords": "^1.0.1",
14518 "@csstools/postcss-hwb-function": "^1.0.2",
14519 "@csstools/postcss-ic-unit": "^1.0.1",
14520 "@csstools/postcss-is-pseudo-class": "^2.0.7",
14521 "@csstools/postcss-nested-calc": "^1.0.0",
14522 "@csstools/postcss-normalize-display-values": "^1.0.1",
14523 "@csstools/postcss-oklab-function": "^1.1.1",
14524 "@csstools/postcss-progressive-custom-properties": "^1.3.0",
14525 "@csstools/postcss-stepped-value-functions": "^1.0.1",
14526 "@csstools/postcss-text-decoration-shorthand": "^1.0.0",
14527 "@csstools/postcss-trigonometric-functions": "^1.0.2",
14528 "@csstools/postcss-unset-value": "^1.0.2",
14529 "autoprefixer": "^10.4.13",
14530 "browserslist": "^4.21.4",
14531 "css-blank-pseudo": "^3.0.3",
14532 "css-has-pseudo": "^3.0.4",
14533 "css-prefers-color-scheme": "^6.0.3",
14534 "cssdb": "^7.1.0",
14535 "postcss-attribute-case-insensitive": "^5.0.2",
14536 "postcss-clamp": "^4.1.0",
14537 "postcss-color-functional-notation": "^4.2.4",
14538 "postcss-color-hex-alpha": "^8.0.4",
14539 "postcss-color-rebeccapurple": "^7.1.1",
14540 "postcss-custom-media": "^8.0.2",
14541 "postcss-custom-properties": "^12.1.10",
14542 "postcss-custom-selectors": "^6.0.3",
14543 "postcss-dir-pseudo-class": "^6.0.5",
14544 "postcss-double-position-gradients": "^3.1.2",
14545 "postcss-env-function": "^4.0.6",
14546 "postcss-focus-visible": "^6.0.4",
14547 "postcss-focus-within": "^5.0.4",
14548 "postcss-font-variant": "^5.0.0",
14549 "postcss-gap-properties": "^3.0.5",
14550 "postcss-image-set-function": "^4.0.7",
14551 "postcss-initial": "^4.0.1",
14552 "postcss-lab-function": "^4.2.1",
14553 "postcss-logical": "^5.0.4",
14554 "postcss-media-minmax": "^5.0.0",
14555 "postcss-nesting": "^10.2.0",
14556 "postcss-opacity-percentage": "^1.1.2",
14557 "postcss-overflow-shorthand": "^3.0.4",
14558 "postcss-page-break": "^3.0.4",
14559 "postcss-place": "^7.0.5",
14560 "postcss-pseudo-class-any-link": "^7.1.6",
14561 "postcss-replace-overflow-wrap": "^4.0.0",
14562 "postcss-selector-not": "^6.0.1",
14563 "postcss-value-parser": "^4.2.0"
14564 },
14565 "engines": {
14566 "node": "^12 || ^14 || >=16"
14567 },
14568 "funding": {
14569 "type": "opencollective",
14570 "url": "https://opencollective.com/csstools"
14571 },
14572 "peerDependencies": {
14573 "postcss": "^8.2"
14574 }
14575 },
14576 "node_modules/postcss-pseudo-class-any-link": {
14577 "version": "7.1.6",
14578 "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
14579 "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
14580 "license": "CC0-1.0",
14581 "dependencies": {
14582 "postcss-selector-parser": "^6.0.10"
14583 },
14584 "engines": {
14585 "node": "^12 || ^14 || >=16"
14586 },
14587 "funding": {
14588 "type": "opencollective",
14589 "url": "https://opencollective.com/csstools"
14590 },
14591 "peerDependencies": {
14592 "postcss": "^8.2"
14593 }
14594 },
14595 "node_modules/postcss-reduce-initial": {
14596 "version": "5.1.2",
14597 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz",
14598 "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==",
14599 "license": "MIT",
14600 "dependencies": {
14601 "browserslist": "^4.21.4",
14602 "caniuse-api": "^3.0.0"
14603 },
14604 "engines": {
14605 "node": "^10 || ^12 || >=14.0"
14606 },
14607 "peerDependencies": {
14608 "postcss": "^8.2.15"
14609 }
14610 },
14611 "node_modules/postcss-reduce-transforms": {
14612 "version": "5.1.0",
14613 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
14614 "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
14615 "license": "MIT",
14616 "dependencies": {
14617 "postcss-value-parser": "^4.2.0"
14618 },
14619 "engines": {
14620 "node": "^10 || ^12 || >=14.0"
14621 },
14622 "peerDependencies": {
14623 "postcss": "^8.2.15"
14624 }
14625 },
14626 "node_modules/postcss-replace-overflow-wrap": {
14627 "version": "4.0.0",
14628 "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
14629 "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
14630 "license": "MIT",
14631 "peerDependencies": {
14632 "postcss": "^8.0.3"
14633 }
14634 },
14635 "node_modules/postcss-selector-not": {
14636 "version": "6.0.1",
14637 "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
14638 "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
14639 "license": "MIT",
14640 "dependencies": {
14641 "postcss-selector-parser": "^6.0.10"
14642 },
14643 "engines": {
14644 "node": "^12 || ^14 || >=16"
14645 },
14646 "funding": {
14647 "type": "opencollective",
14648 "url": "https://opencollective.com/csstools"
14649 },
14650 "peerDependencies": {
14651 "postcss": "^8.2"
14652 }
14653 },
14654 "node_modules/postcss-selector-parser": {
14655 "version": "6.1.2",
14656 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
14657 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
14658 "license": "MIT",
14659 "dependencies": {
14660 "cssesc": "^3.0.0",
14661 "util-deprecate": "^1.0.2"
14662 },
14663 "engines": {
14664 "node": ">=4"
14665 }
14666 },
14667 "node_modules/postcss-svgo": {
14668 "version": "5.1.0",
14669 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
14670 "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
14671 "license": "MIT",
14672 "dependencies": {
14673 "postcss-value-parser": "^4.2.0",
14674 "svgo": "^2.7.0"
14675 },
14676 "engines": {
14677 "node": "^10 || ^12 || >=14.0"
14678 },
14679 "peerDependencies": {
14680 "postcss": "^8.2.15"
14681 }
14682 },
14683 "node_modules/postcss-svgo/node_modules/commander": {
14684 "version": "7.2.0",
14685 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
14686 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
14687 "license": "MIT",
14688 "engines": {
14689 "node": ">= 10"
14690 }
14691 },
14692 "node_modules/postcss-svgo/node_modules/css-tree": {
14693 "version": "1.1.3",
14694 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
14695 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
14696 "license": "MIT",
14697 "dependencies": {
14698 "mdn-data": "2.0.14",
14699 "source-map": "^0.6.1"
14700 },
14701 "engines": {
14702 "node": ">=8.0.0"
14703 }
14704 },
14705 "node_modules/postcss-svgo/node_modules/mdn-data": {
14706 "version": "2.0.14",
14707 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
14708 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
14709 "license": "CC0-1.0"
14710 },
14711 "node_modules/postcss-svgo/node_modules/source-map": {
14712 "version": "0.6.1",
14713 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
14714 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
14715 "license": "BSD-3-Clause",
14716 "engines": {
14717 "node": ">=0.10.0"
14718 }
14719 },
14720 "node_modules/postcss-svgo/node_modules/svgo": {
14721 "version": "2.8.0",
14722 "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
14723 "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
14724 "license": "MIT",
14725 "dependencies": {
14726 "@trysound/sax": "0.2.0",
14727 "commander": "^7.2.0",
14728 "css-select": "^4.1.3",
14729 "css-tree": "^1.1.3",
14730 "csso": "^4.2.0",
14731 "picocolors": "^1.0.0",
14732 "stable": "^0.1.8"
14733 },
14734 "bin": {
14735 "svgo": "bin/svgo"
14736 },
14737 "engines": {
14738 "node": ">=10.13.0"
14739 }
14740 },
14741 "node_modules/postcss-unique-selectors": {
14742 "version": "5.1.1",
14743 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
14744 "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
14745 "license": "MIT",
14746 "dependencies": {
14747 "postcss-selector-parser": "^6.0.5"
14748 },
14749 "engines": {
14750 "node": "^10 || ^12 || >=14.0"
14751 },
14752 "peerDependencies": {
14753 "postcss": "^8.2.15"
14754 }
14755 },
14756 "node_modules/postcss-value-parser": {
14757 "version": "4.2.0",
14758 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
14759 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
14760 "license": "MIT"
14761 },
14762 "node_modules/prelude-ls": {
14763 "version": "1.2.1",
14764 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
14765 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
14766 "license": "MIT",
14767 "engines": {
14768 "node": ">= 0.8.0"
14769 }
14770 },
14771 "node_modules/pretty-bytes": {
14772 "version": "5.6.0",
14773 "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
14774 "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
14775 "license": "MIT",
14776 "engines": {
14777 "node": ">=6"
14778 },
14779 "funding": {
14780 "url": "https://github.com/sponsors/sindresorhus"
14781 }
14782 },
14783 "node_modules/pretty-error": {
14784 "version": "4.0.0",
14785 "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
14786 "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
14787 "license": "MIT",
14788 "dependencies": {
14789 "lodash": "^4.17.20",
14790 "renderkid": "^3.0.0"
14791 }
14792 },
14793 "node_modules/pretty-format": {
14794 "version": "27.5.1",
14795 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
14796 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
14797 "license": "MIT",
14798 "dependencies": {
14799 "ansi-regex": "^5.0.1",
14800 "ansi-styles": "^5.0.0",
14801 "react-is": "^17.0.1"
14802 },
14803 "engines": {
14804 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
14805 }
14806 },
14807 "node_modules/pretty-format/node_modules/ansi-styles": {
14808 "version": "5.2.0",
14809 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
14810 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
14811 "license": "MIT",
14812 "engines": {
14813 "node": ">=10"
14814 },
14815 "funding": {
14816 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
14817 }
14818 },
14819 "node_modules/pretty-format/node_modules/react-is": {
14820 "version": "17.0.2",
14821 "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
14822 "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
14823 "license": "MIT"
14824 },
14825 "node_modules/process-nextick-args": {
14826 "version": "2.0.1",
14827 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
14828 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
14829 "license": "MIT"
14830 },
14831 "node_modules/promise": {
14832 "version": "8.3.0",
14833 "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
14834 "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
14835 "license": "MIT",
14836 "dependencies": {
14837 "asap": "~2.0.6"
14838 }
14839 },
14840 "node_modules/prompts": {
14841 "version": "2.4.2",
14842 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
14843 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
14844 "license": "MIT",
14845 "dependencies": {
14846 "kleur": "^3.0.3",
14847 "sisteransi": "^1.0.5"
14848 },
14849 "engines": {
14850 "node": ">= 6"
14851 }
14852 },
14853 "node_modules/prop-types": {
14854 "version": "15.8.1",
14855 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
14856 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
14857 "license": "MIT",
14858 "dependencies": {
14859 "loose-envify": "^1.4.0",
14860 "object-assign": "^4.1.1",
14861 "react-is": "^16.13.1"
14862 }
14863 },
14864 "node_modules/proxy-addr": {
14865 "version": "2.0.7",
14866 "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
14867 "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
14868 "license": "MIT",
14869 "dependencies": {
14870 "forwarded": "0.2.0",
14871 "ipaddr.js": "1.9.1"
14872 },
14873 "engines": {
14874 "node": ">= 0.10"
14875 }
14876 },
14877 "node_modules/proxy-addr/node_modules/ipaddr.js": {
14878 "version": "1.9.1",
14879 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
14880 "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
14881 "license": "MIT",
14882 "engines": {
14883 "node": ">= 0.10"
14884 }
14885 },
14886 "node_modules/proxy-from-env": {
14887 "version": "1.1.0",
14888 "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
14889 "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
14890 "license": "MIT"
14891 },
14892 "node_modules/psl": {
14893 "version": "1.15.0",
14894 "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz",
14895 "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
14896 "license": "MIT",
14897 "dependencies": {
14898 "punycode": "^2.3.1"
14899 },
14900 "funding": {
14901 "url": "https://github.com/sponsors/lupomontero"
14902 }
14903 },
14904 "node_modules/punycode": {
14905 "version": "2.3.1",
14906 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
14907 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
14908 "license": "MIT",
14909 "engines": {
14910 "node": ">=6"
14911 }
14912 },
14913 "node_modules/q": {
14914 "version": "1.5.1",
14915 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
14916 "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==",
14917 "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)",
14918 "license": "MIT",
14919 "engines": {
14920 "node": ">=0.6.0",
14921 "teleport": ">=0.2.0"
14922 }
14923 },
14924 "node_modules/qs": {
14925 "version": "6.13.0",
14926 "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
14927 "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
14928 "license": "BSD-3-Clause",
14929 "dependencies": {
14930 "side-channel": "^1.0.6"
14931 },
14932 "engines": {
14933 "node": ">=0.6"
14934 },
14935 "funding": {
14936 "url": "https://github.com/sponsors/ljharb"
14937 }
14938 },
14939 "node_modules/querystringify": {
14940 "version": "2.2.0",
14941 "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
14942 "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
14943 "license": "MIT"
14944 },
14945 "node_modules/queue-microtask": {
14946 "version": "1.2.3",
14947 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
14948 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
14949 "funding": [
14950 {
14951 "type": "github",
14952 "url": "https://github.com/sponsors/feross"
14953 },
14954 {
14955 "type": "patreon",
14956 "url": "https://www.patreon.com/feross"
14957 },
14958 {
14959 "type": "consulting",
14960 "url": "https://feross.org/support"
14961 }
14962 ],
14963 "license": "MIT"
14964 },
14965 "node_modules/raf": {
14966 "version": "3.4.1",
14967 "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
14968 "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
14969 "license": "MIT",
14970 "dependencies": {
14971 "performance-now": "^2.1.0"
14972 }
14973 },
14974 "node_modules/random-bytes": {
14975 "version": "1.0.0",
14976 "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz",
14977 "integrity": "sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==",
14978 "license": "MIT",
14979 "engines": {
14980 "node": ">= 0.8"
14981 }
14982 },
14983 "node_modules/randombytes": {
14984 "version": "2.1.0",
14985 "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
14986 "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
14987 "license": "MIT",
14988 "dependencies": {
14989 "safe-buffer": "^5.1.0"
14990 }
14991 },
14992 "node_modules/range-parser": {
14993 "version": "1.2.1",
14994 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
14995 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
14996 "license": "MIT",
14997 "engines": {
14998 "node": ">= 0.6"
14999 }
15000 },
15001 "node_modules/raw-body": {
15002 "version": "2.5.2",
15003 "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
15004 "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
15005 "license": "MIT",
15006 "dependencies": {
15007 "bytes": "3.1.2",
15008 "http-errors": "2.0.0",
15009 "iconv-lite": "0.4.24",
15010 "unpipe": "1.0.0"
15011 },
15012 "engines": {
15013 "node": ">= 0.8"
15014 }
15015 },
15016 "node_modules/raw-body/node_modules/iconv-lite": {
15017 "version": "0.4.24",
15018 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
15019 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
15020 "license": "MIT",
15021 "dependencies": {
15022 "safer-buffer": ">= 2.1.2 < 3"
15023 },
15024 "engines": {
15025 "node": ">=0.10.0"
15026 }
15027 },
15028 "node_modules/react": {
15029 "version": "18.3.1",
15030 "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
15031 "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
15032 "license": "MIT",
15033 "dependencies": {
15034 "loose-envify": "^1.1.0"
15035 },
15036 "engines": {
15037 "node": ">=0.10.0"
15038 }
15039 },
15040 "node_modules/react-app-polyfill": {
15041 "version": "3.0.0",
15042 "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
15043 "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
15044 "license": "MIT",
15045 "dependencies": {
15046 "core-js": "^3.19.2",
15047 "object-assign": "^4.1.1",
15048 "promise": "^8.1.0",
15049 "raf": "^3.4.1",
15050 "regenerator-runtime": "^0.13.9",
15051 "whatwg-fetch": "^3.6.2"
15052 },
15053 "engines": {
15054 "node": ">=14"
15055 }
15056 },
15057 "node_modules/react-app-polyfill/node_modules/regenerator-runtime": {
15058 "version": "0.13.11",
15059 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
15060 "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
15061 "license": "MIT"
15062 },
15063 "node_modules/react-chartjs-2": {
15064 "version": "5.3.0",
15065 "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.3.0.tgz",
15066 "integrity": "sha512-UfZZFnDsERI3c3CZGxzvNJd02SHjaSJ8kgW1djn65H1KK8rehwTjyrRKOG3VTMG8wtHZ5rgAO5oTHtHi9GCCmw==",
15067 "license": "MIT",
15068 "peerDependencies": {
15069 "chart.js": "^4.1.1",
15070 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
15071 }
15072 },
15073 "node_modules/react-dev-utils": {
15074 "version": "12.0.1",
15075 "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
15076 "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
15077 "license": "MIT",
15078 "dependencies": {
15079 "@babel/code-frame": "^7.16.0",
15080 "address": "^1.1.2",
15081 "browserslist": "^4.18.1",
15082 "chalk": "^4.1.2",
15083 "cross-spawn": "^7.0.3",
15084 "detect-port-alt": "^1.1.6",
15085 "escape-string-regexp": "^4.0.0",
15086 "filesize": "^8.0.6",
15087 "find-up": "^5.0.0",
15088 "fork-ts-checker-webpack-plugin": "^6.5.0",
15089 "global-modules": "^2.0.0",
15090 "globby": "^11.0.4",
15091 "gzip-size": "^6.0.0",
15092 "immer": "^9.0.7",
15093 "is-root": "^2.1.0",
15094 "loader-utils": "^3.2.0",
15095 "open": "^8.4.0",
15096 "pkg-up": "^3.1.0",
15097 "prompts": "^2.4.2",
15098 "react-error-overlay": "^6.0.11",
15099 "recursive-readdir": "^2.2.2",
15100 "shell-quote": "^1.7.3",
15101 "strip-ansi": "^6.0.1",
15102 "text-table": "^0.2.0"
15103 },
15104 "engines": {
15105 "node": ">=14"
15106 }
15107 },
15108 "node_modules/react-dev-utils/node_modules/find-up": {
15109 "version": "5.0.0",
15110 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
15111 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
15112 "license": "MIT",
15113 "dependencies": {
15114 "locate-path": "^6.0.0",
15115 "path-exists": "^4.0.0"
15116 },
15117 "engines": {
15118 "node": ">=10"
15119 },
15120 "funding": {
15121 "url": "https://github.com/sponsors/sindresorhus"
15122 }
15123 },
15124 "node_modules/react-dev-utils/node_modules/loader-utils": {
15125 "version": "3.3.1",
15126 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz",
15127 "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==",
15128 "license": "MIT",
15129 "engines": {
15130 "node": ">= 12.13.0"
15131 }
15132 },
15133 "node_modules/react-dev-utils/node_modules/locate-path": {
15134 "version": "6.0.0",
15135 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
15136 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
15137 "license": "MIT",
15138 "dependencies": {
15139 "p-locate": "^5.0.0"
15140 },
15141 "engines": {
15142 "node": ">=10"
15143 },
15144 "funding": {
15145 "url": "https://github.com/sponsors/sindresorhus"
15146 }
15147 },
15148 "node_modules/react-dev-utils/node_modules/p-limit": {
15149 "version": "3.1.0",
15150 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
15151 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
15152 "license": "MIT",
15153 "dependencies": {
15154 "yocto-queue": "^0.1.0"
15155 },
15156 "engines": {
15157 "node": ">=10"
15158 },
15159 "funding": {
15160 "url": "https://github.com/sponsors/sindresorhus"
15161 }
15162 },
15163 "node_modules/react-dev-utils/node_modules/p-locate": {
15164 "version": "5.0.0",
15165 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
15166 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
15167 "license": "MIT",
15168 "dependencies": {
15169 "p-limit": "^3.0.2"
15170 },
15171 "engines": {
15172 "node": ">=10"
15173 },
15174 "funding": {
15175 "url": "https://github.com/sponsors/sindresorhus"
15176 }
15177 },
15178 "node_modules/react-dom": {
15179 "version": "18.3.1",
15180 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
15181 "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
15182 "license": "MIT",
15183 "dependencies": {
15184 "loose-envify": "^1.1.0",
15185 "scheduler": "^0.23.2"
15186 },
15187 "peerDependencies": {
15188 "react": "^18.3.1"
15189 }
15190 },
15191 "node_modules/react-draggable": {
15192 "version": "4.4.6",
15193 "resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.6.tgz",
15194 "integrity": "sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==",
15195 "license": "MIT",
15196 "dependencies": {
15197 "clsx": "^1.1.1",
15198 "prop-types": "^15.8.1"
15199 },
15200 "peerDependencies": {
15201 "react": ">= 16.3.0",
15202 "react-dom": ">= 16.3.0"
15203 }
15204 },
15205 "node_modules/react-draggable/node_modules/clsx": {
15206 "version": "1.2.1",
15207 "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
15208 "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
15209 "license": "MIT",
15210 "engines": {
15211 "node": ">=6"
15212 }
15213 },
15214 "node_modules/react-error-overlay": {
15215 "version": "6.1.0",
15216 "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.1.0.tgz",
15217 "integrity": "sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==",
15218 "license": "MIT"
15219 },
15220 "node_modules/react-fast-compare": {
15221 "version": "3.2.2",
15222 "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",
15223 "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==",
15224 "license": "MIT"
15225 },
15226 "node_modules/react-grid-layout": {
15227 "version": "1.5.0",
15228 "resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.5.0.tgz",
15229 "integrity": "sha512-WBKX7w/LsTfI99WskSu6nX2nbJAUD7GD6nIXcwYLyPpnslojtmql2oD3I2g5C3AK8hrxIarYT8awhuDIp7iQ5w==",
15230 "license": "MIT",
15231 "dependencies": {
15232 "clsx": "^2.0.0",
15233 "fast-equals": "^4.0.3",
15234 "prop-types": "^15.8.1",
15235 "react-draggable": "^4.4.5",
15236 "react-resizable": "^3.0.5",
15237 "resize-observer-polyfill": "^1.5.1"
15238 },
15239 "peerDependencies": {
15240 "react": ">= 16.3.0",
15241 "react-dom": ">= 16.3.0"
15242 }
15243 },
15244 "node_modules/react-helmet": {
15245 "version": "6.1.0",
15246 "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-6.1.0.tgz",
15247 "integrity": "sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==",
15248 "license": "MIT",
15249 "dependencies": {
15250 "object-assign": "^4.1.1",
15251 "prop-types": "^15.7.2",
15252 "react-fast-compare": "^3.1.1",
15253 "react-side-effect": "^2.1.0"
15254 },
15255 "peerDependencies": {
15256 "react": ">=16.3.0"
15257 }
15258 },
15259 "node_modules/react-image-gallery": {
15260 "version": "1.4.0",
15261 "resolved": "https://registry.npmjs.org/react-image-gallery/-/react-image-gallery-1.4.0.tgz",
15262 "integrity": "sha512-m7xLq7+g6/xh+BhVMAxvRU0132sNcEFglYsVsgthrnItl9VtLE7MuVvVWD9pvzcI+WBP5+p9HvnRwIiyhPkBDg==",
15263 "license": "MIT",
15264 "peerDependencies": {
15265 "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
15266 }
15267 },
15268 "node_modules/react-is": {
15269 "version": "16.13.1",
15270 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
15271 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
15272 "license": "MIT"
15273 },
15274 "node_modules/react-refresh": {
15275 "version": "0.11.0",
15276 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
15277 "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==",
15278 "license": "MIT",
15279 "engines": {
15280 "node": ">=0.10.0"
15281 }
15282 },
15283 "node_modules/react-resizable": {
15284 "version": "3.0.5",
15285 "resolved": "https://registry.npmjs.org/react-resizable/-/react-resizable-3.0.5.tgz",
15286 "integrity": "sha512-vKpeHhI5OZvYn82kXOs1bC8aOXktGU5AmKAgaZS4F5JPburCtbmDPqE7Pzp+1kN4+Wb81LlF33VpGwWwtXem+w==",
15287 "license": "MIT",
15288 "dependencies": {
15289 "prop-types": "15.x",
15290 "react-draggable": "^4.0.3"
15291 },
15292 "peerDependencies": {
15293 "react": ">= 16.3"
15294 }
15295 },
15296 "node_modules/react-router": {
15297 "version": "6.29.0",
15298 "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.29.0.tgz",
15299 "integrity": "sha512-DXZJoE0q+KyeVw75Ck6GkPxFak63C4fGqZGNijnWgzB/HzSP1ZfTlBj5COaGWwhrMQ/R8bXiq5Ooy4KG+ReyjQ==",
15300 "license": "MIT",
15301 "dependencies": {
15302 "@remix-run/router": "1.22.0"
15303 },
15304 "engines": {
15305 "node": ">=14.0.0"
15306 },
15307 "peerDependencies": {
15308 "react": ">=16.8"
15309 }
15310 },
15311 "node_modules/react-router-dom": {
15312 "version": "6.29.0",
15313 "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.29.0.tgz",
15314 "integrity": "sha512-pkEbJPATRJ2iotK+wUwHfy0xs2T59YPEN8BQxVCPeBZvK7kfPESRc/nyxzdcxR17hXgUPYx2whMwl+eo9cUdnQ==",
15315 "license": "MIT",
15316 "dependencies": {
15317 "@remix-run/router": "1.22.0",
15318 "react-router": "6.29.0"
15319 },
15320 "engines": {
15321 "node": ">=14.0.0"
15322 },
15323 "peerDependencies": {
15324 "react": ">=16.8",
15325 "react-dom": ">=16.8"
15326 }
15327 },
15328 "node_modules/react-scripts": {
15329 "version": "5.0.1",
15330 "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
15331 "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
15332 "license": "MIT",
15333 "dependencies": {
15334 "@babel/core": "^7.16.0",
15335 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
15336 "@svgr/webpack": "^5.5.0",
15337 "babel-jest": "^27.4.2",
15338 "babel-loader": "^8.2.3",
15339 "babel-plugin-named-asset-import": "^0.3.8",
15340 "babel-preset-react-app": "^10.0.1",
15341 "bfj": "^7.0.2",
15342 "browserslist": "^4.18.1",
15343 "camelcase": "^6.2.1",
15344 "case-sensitive-paths-webpack-plugin": "^2.4.0",
15345 "css-loader": "^6.5.1",
15346 "css-minimizer-webpack-plugin": "^3.2.0",
15347 "dotenv": "^10.0.0",
15348 "dotenv-expand": "^5.1.0",
15349 "eslint": "^8.3.0",
15350 "eslint-config-react-app": "^7.0.1",
15351 "eslint-webpack-plugin": "^3.1.1",
15352 "file-loader": "^6.2.0",
15353 "fs-extra": "^10.0.0",
15354 "html-webpack-plugin": "^5.5.0",
15355 "identity-obj-proxy": "^3.0.0",
15356 "jest": "^27.4.3",
15357 "jest-resolve": "^27.4.2",
15358 "jest-watch-typeahead": "^1.0.0",
15359 "mini-css-extract-plugin": "^2.4.5",
15360 "postcss": "^8.4.4",
15361 "postcss-flexbugs-fixes": "^5.0.2",
15362 "postcss-loader": "^6.2.1",
15363 "postcss-normalize": "^10.0.1",
15364 "postcss-preset-env": "^7.0.1",
15365 "prompts": "^2.4.2",
15366 "react-app-polyfill": "^3.0.0",
15367 "react-dev-utils": "^12.0.1",
15368 "react-refresh": "^0.11.0",
15369 "resolve": "^1.20.0",
15370 "resolve-url-loader": "^4.0.0",
15371 "sass-loader": "^12.3.0",
15372 "semver": "^7.3.5",
15373 "source-map-loader": "^3.0.0",
15374 "style-loader": "^3.3.1",
15375 "tailwindcss": "^3.0.2",
15376 "terser-webpack-plugin": "^5.2.5",
15377 "webpack": "^5.64.4",
15378 "webpack-dev-server": "^4.6.0",
15379 "webpack-manifest-plugin": "^4.0.2",
15380 "workbox-webpack-plugin": "^6.4.1"
15381 },
15382 "bin": {
15383 "react-scripts": "bin/react-scripts.js"
15384 },
15385 "engines": {
15386 "node": ">=14.0.0"
15387 },
15388 "optionalDependencies": {
15389 "fsevents": "^2.3.2"
15390 },
15391 "peerDependencies": {
15392 "react": ">= 16",
15393 "typescript": "^3.2.1 || ^4"
15394 },
15395 "peerDependenciesMeta": {
15396 "typescript": {
15397 "optional": true
15398 }
15399 }
15400 },
15401 "node_modules/react-side-effect": {
15402 "version": "2.1.2",
15403 "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.2.tgz",
15404 "integrity": "sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==",
15405 "license": "MIT",
15406 "peerDependencies": {
15407 "react": "^16.3.0 || ^17.0.0 || ^18.0.0"
15408 }
15409 },
15410 "node_modules/react-smooth": {
15411 "version": "4.0.4",
15412 "resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz",
15413 "integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==",
15414 "license": "MIT",
15415 "dependencies": {
15416 "fast-equals": "^5.0.1",
15417 "prop-types": "^15.8.1",
15418 "react-transition-group": "^4.4.5"
15419 },
15420 "peerDependencies": {
15421 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
15422 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
15423 }
15424 },
15425 "node_modules/react-smooth/node_modules/fast-equals": {
15426 "version": "5.2.2",
15427 "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.2.tgz",
15428 "integrity": "sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==",
15429 "license": "MIT",
15430 "engines": {
15431 "node": ">=6.0.0"
15432 }
15433 },
15434 "node_modules/react-transition-group": {
15435 "version": "4.4.5",
15436 "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
15437 "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
15438 "license": "BSD-3-Clause",
15439 "dependencies": {
15440 "@babel/runtime": "^7.5.5",
15441 "dom-helpers": "^5.0.1",
15442 "loose-envify": "^1.4.0",
15443 "prop-types": "^15.6.2"
15444 },
15445 "peerDependencies": {
15446 "react": ">=16.6.0",
15447 "react-dom": ">=16.6.0"
15448 }
15449 },
15450 "node_modules/read-cache": {
15451 "version": "1.0.0",
15452 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
15453 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
15454 "license": "MIT",
15455 "dependencies": {
15456 "pify": "^2.3.0"
15457 }
15458 },
15459 "node_modules/readable-stream": {
15460 "version": "3.6.2",
15461 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
15462 "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
15463 "license": "MIT",
15464 "dependencies": {
15465 "inherits": "^2.0.3",
15466 "string_decoder": "^1.1.1",
15467 "util-deprecate": "^1.0.1"
15468 },
15469 "engines": {
15470 "node": ">= 6"
15471 }
15472 },
15473 "node_modules/readdirp": {
15474 "version": "3.6.0",
15475 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
15476 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
15477 "license": "MIT",
15478 "dependencies": {
15479 "picomatch": "^2.2.1"
15480 },
15481 "engines": {
15482 "node": ">=8.10.0"
15483 }
15484 },
15485 "node_modules/recharts": {
15486 "version": "2.15.1",
15487 "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.1.tgz",
15488 "integrity": "sha512-v8PUTUlyiDe56qUj82w/EDVuzEFXwEHp9/xOowGAZwfLjB9uAy3GllQVIYMWF6nU+qibx85WF75zD7AjqoT54Q==",
15489 "license": "MIT",
15490 "dependencies": {
15491 "clsx": "^2.0.0",
15492 "eventemitter3": "^4.0.1",
15493 "lodash": "^4.17.21",
15494 "react-is": "^18.3.1",
15495 "react-smooth": "^4.0.4",
15496 "recharts-scale": "^0.4.4",
15497 "tiny-invariant": "^1.3.1",
15498 "victory-vendor": "^36.6.8"
15499 },
15500 "engines": {
15501 "node": ">=14"
15502 },
15503 "peerDependencies": {
15504 "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
15505 "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
15506 }
15507 },
15508 "node_modules/recharts-scale": {
15509 "version": "0.4.5",
15510 "resolved": "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz",
15511 "integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==",
15512 "license": "MIT",
15513 "dependencies": {
15514 "decimal.js-light": "^2.4.1"
15515 }
15516 },
15517 "node_modules/recharts/node_modules/react-is": {
15518 "version": "18.3.1",
15519 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
15520 "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
15521 "license": "MIT"
15522 },
15523 "node_modules/recursive-readdir": {
15524 "version": "2.2.3",
15525 "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz",
15526 "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==",
15527 "license": "MIT",
15528 "dependencies": {
15529 "minimatch": "^3.0.5"
15530 },
15531 "engines": {
15532 "node": ">=6.0.0"
15533 }
15534 },
15535 "node_modules/reflect.getprototypeof": {
15536 "version": "1.0.10",
15537 "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
15538 "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
15539 "license": "MIT",
15540 "dependencies": {
15541 "call-bind": "^1.0.8",
15542 "define-properties": "^1.2.1",
15543 "es-abstract": "^1.23.9",
15544 "es-errors": "^1.3.0",
15545 "es-object-atoms": "^1.0.0",
15546 "get-intrinsic": "^1.2.7",
15547 "get-proto": "^1.0.1",
15548 "which-builtin-type": "^1.2.1"
15549 },
15550 "engines": {
15551 "node": ">= 0.4"
15552 },
15553 "funding": {
15554 "url": "https://github.com/sponsors/ljharb"
15555 }
15556 },
15557 "node_modules/regenerate": {
15558 "version": "1.4.2",
15559 "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
15560 "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
15561 "license": "MIT"
15562 },
15563 "node_modules/regenerate-unicode-properties": {
15564 "version": "10.2.0",
15565 "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
15566 "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
15567 "license": "MIT",
15568 "dependencies": {
15569 "regenerate": "^1.4.2"
15570 },
15571 "engines": {
15572 "node": ">=4"
15573 }
15574 },
15575 "node_modules/regenerator-runtime": {
15576 "version": "0.14.1",
15577 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
15578 "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
15579 "license": "MIT"
15580 },
15581 "node_modules/regenerator-transform": {
15582 "version": "0.15.2",
15583 "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
15584 "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
15585 "license": "MIT",
15586 "dependencies": {
15587 "@babel/runtime": "^7.8.4"
15588 }
15589 },
15590 "node_modules/regex-parser": {
15591 "version": "2.3.1",
15592 "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.1.tgz",
15593 "integrity": "sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==",
15594 "license": "MIT"
15595 },
15596 "node_modules/regexp.prototype.flags": {
15597 "version": "1.5.4",
15598 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
15599 "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
15600 "license": "MIT",
15601 "dependencies": {
15602 "call-bind": "^1.0.8",
15603 "define-properties": "^1.2.1",
15604 "es-errors": "^1.3.0",
15605 "get-proto": "^1.0.1",
15606 "gopd": "^1.2.0",
15607 "set-function-name": "^2.0.2"
15608 },
15609 "engines": {
15610 "node": ">= 0.4"
15611 },
15612 "funding": {
15613 "url": "https://github.com/sponsors/ljharb"
15614 }
15615 },
15616 "node_modules/regexpu-core": {
15617 "version": "6.2.0",
15618 "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz",
15619 "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
15620 "license": "MIT",
15621 "dependencies": {
15622 "regenerate": "^1.4.2",
15623 "regenerate-unicode-properties": "^10.2.0",
15624 "regjsgen": "^0.8.0",
15625 "regjsparser": "^0.12.0",
15626 "unicode-match-property-ecmascript": "^2.0.0",
15627 "unicode-match-property-value-ecmascript": "^2.1.0"
15628 },
15629 "engines": {
15630 "node": ">=4"
15631 }
15632 },
15633 "node_modules/regjsgen": {
15634 "version": "0.8.0",
15635 "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz",
15636 "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
15637 "license": "MIT"
15638 },
15639 "node_modules/regjsparser": {
15640 "version": "0.12.0",
15641 "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz",
15642 "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
15643 "license": "BSD-2-Clause",
15644 "dependencies": {
15645 "jsesc": "~3.0.2"
15646 },
15647 "bin": {
15648 "regjsparser": "bin/parser"
15649 }
15650 },
15651 "node_modules/regjsparser/node_modules/jsesc": {
15652 "version": "3.0.2",
15653 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
15654 "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
15655 "license": "MIT",
15656 "bin": {
15657 "jsesc": "bin/jsesc"
15658 },
15659 "engines": {
15660 "node": ">=6"
15661 }
15662 },
15663 "node_modules/relateurl": {
15664 "version": "0.2.7",
15665 "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
15666 "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
15667 "license": "MIT",
15668 "engines": {
15669 "node": ">= 0.10"
15670 }
15671 },
15672 "node_modules/renderkid": {
15673 "version": "3.0.0",
15674 "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
15675 "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
15676 "license": "MIT",
15677 "dependencies": {
15678 "css-select": "^4.1.3",
15679 "dom-converter": "^0.2.0",
15680 "htmlparser2": "^6.1.0",
15681 "lodash": "^4.17.21",
15682 "strip-ansi": "^6.0.1"
15683 }
15684 },
15685 "node_modules/require-directory": {
15686 "version": "2.1.1",
15687 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
15688 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
15689 "license": "MIT",
15690 "engines": {
15691 "node": ">=0.10.0"
15692 }
15693 },
15694 "node_modules/require-from-string": {
15695 "version": "2.0.2",
15696 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
15697 "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
15698 "license": "MIT",
15699 "engines": {
15700 "node": ">=0.10.0"
15701 }
15702 },
15703 "node_modules/requires-port": {
15704 "version": "1.0.0",
15705 "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
15706 "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
15707 "license": "MIT"
15708 },
15709 "node_modules/resize-observer-polyfill": {
15710 "version": "1.5.1",
15711 "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
15712 "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
15713 "license": "MIT"
15714 },
15715 "node_modules/resolve": {
15716 "version": "1.22.10",
15717 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
15718 "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
15719 "license": "MIT",
15720 "dependencies": {
15721 "is-core-module": "^2.16.0",
15722 "path-parse": "^1.0.7",
15723 "supports-preserve-symlinks-flag": "^1.0.0"
15724 },
15725 "bin": {
15726 "resolve": "bin/resolve"
15727 },
15728 "engines": {
15729 "node": ">= 0.4"
15730 },
15731 "funding": {
15732 "url": "https://github.com/sponsors/ljharb"
15733 }
15734 },
15735 "node_modules/resolve-cwd": {
15736 "version": "3.0.0",
15737 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
15738 "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
15739 "license": "MIT",
15740 "dependencies": {
15741 "resolve-from": "^5.0.0"
15742 },
15743 "engines": {
15744 "node": ">=8"
15745 }
15746 },
15747 "node_modules/resolve-from": {
15748 "version": "5.0.0",
15749 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
15750 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
15751 "license": "MIT",
15752 "engines": {
15753 "node": ">=8"
15754 }
15755 },
15756 "node_modules/resolve-url-loader": {
15757 "version": "4.0.0",
15758 "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
15759 "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
15760 "license": "MIT",
15761 "dependencies": {
15762 "adjust-sourcemap-loader": "^4.0.0",
15763 "convert-source-map": "^1.7.0",
15764 "loader-utils": "^2.0.0",
15765 "postcss": "^7.0.35",
15766 "source-map": "0.6.1"
15767 },
15768 "engines": {
15769 "node": ">=8.9"
15770 },
15771 "peerDependencies": {
15772 "rework": "1.0.1",
15773 "rework-visit": "1.0.0"
15774 },
15775 "peerDependenciesMeta": {
15776 "rework": {
15777 "optional": true
15778 },
15779 "rework-visit": {
15780 "optional": true
15781 }
15782 }
15783 },
15784 "node_modules/resolve-url-loader/node_modules/convert-source-map": {
15785 "version": "1.9.0",
15786 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
15787 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
15788 "license": "MIT"
15789 },
15790 "node_modules/resolve-url-loader/node_modules/picocolors": {
15791 "version": "0.2.1",
15792 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
15793 "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
15794 "license": "ISC"
15795 },
15796 "node_modules/resolve-url-loader/node_modules/postcss": {
15797 "version": "7.0.39",
15798 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
15799 "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
15800 "license": "MIT",
15801 "dependencies": {
15802 "picocolors": "^0.2.1",
15803 "source-map": "^0.6.1"
15804 },
15805 "engines": {
15806 "node": ">=6.0.0"
15807 },
15808 "funding": {
15809 "type": "opencollective",
15810 "url": "https://opencollective.com/postcss/"
15811 }
15812 },
15813 "node_modules/resolve-url-loader/node_modules/source-map": {
15814 "version": "0.6.1",
15815 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
15816 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
15817 "license": "BSD-3-Clause",
15818 "engines": {
15819 "node": ">=0.10.0"
15820 }
15821 },
15822 "node_modules/resolve.exports": {
15823 "version": "1.1.1",
15824 "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz",
15825 "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==",
15826 "license": "MIT",
15827 "engines": {
15828 "node": ">=10"
15829 }
15830 },
15831 "node_modules/retry": {
15832 "version": "0.13.1",
15833 "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
15834 "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
15835 "license": "MIT",
15836 "engines": {
15837 "node": ">= 4"
15838 }
15839 },
15840 "node_modules/reusify": {
15841 "version": "1.0.4",
15842 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
15843 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
15844 "license": "MIT",
15845 "engines": {
15846 "iojs": ">=1.0.0",
15847 "node": ">=0.10.0"
15848 }
15849 },
15850 "node_modules/rimraf": {
15851 "version": "3.0.2",
15852 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
15853 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
15854 "deprecated": "Rimraf versions prior to v4 are no longer supported",
15855 "license": "ISC",
15856 "dependencies": {
15857 "glob": "^7.1.3"
15858 },
15859 "bin": {
15860 "rimraf": "bin.js"
15861 },
15862 "funding": {
15863 "url": "https://github.com/sponsors/isaacs"
15864 }
15865 },
15866 "node_modules/rollup": {
15867 "version": "2.79.2",
15868 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
15869 "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
15870 "license": "MIT",
15871 "bin": {
15872 "rollup": "dist/bin/rollup"
15873 },
15874 "engines": {
15875 "node": ">=10.0.0"
15876 },
15877 "optionalDependencies": {
15878 "fsevents": "~2.3.2"
15879 }
15880 },
15881 "node_modules/rollup-plugin-terser": {
15882 "version": "7.0.2",
15883 "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
15884 "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
15885 "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
15886 "license": "MIT",
15887 "dependencies": {
15888 "@babel/code-frame": "^7.10.4",
15889 "jest-worker": "^26.2.1",
15890 "serialize-javascript": "^4.0.0",
15891 "terser": "^5.0.0"
15892 },
15893 "peerDependencies": {
15894 "rollup": "^2.0.0"
15895 }
15896 },
15897 "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
15898 "version": "26.6.2",
15899 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
15900 "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
15901 "license": "MIT",
15902 "dependencies": {
15903 "@types/node": "*",
15904 "merge-stream": "^2.0.0",
15905 "supports-color": "^7.0.0"
15906 },
15907 "engines": {
15908 "node": ">= 10.13.0"
15909 }
15910 },
15911 "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
15912 "version": "4.0.0",
15913 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
15914 "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
15915 "license": "BSD-3-Clause",
15916 "dependencies": {
15917 "randombytes": "^2.1.0"
15918 }
15919 },
15920 "node_modules/run-parallel": {
15921 "version": "1.2.0",
15922 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
15923 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
15924 "funding": [
15925 {
15926 "type": "github",
15927 "url": "https://github.com/sponsors/feross"
15928 },
15929 {
15930 "type": "patreon",
15931 "url": "https://www.patreon.com/feross"
15932 },
15933 {
15934 "type": "consulting",
15935 "url": "https://feross.org/support"
15936 }
15937 ],
15938 "license": "MIT",
15939 "dependencies": {
15940 "queue-microtask": "^1.2.2"
15941 }
15942 },
15943 "node_modules/safe-array-concat": {
15944 "version": "1.1.3",
15945 "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
15946 "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
15947 "license": "MIT",
15948 "dependencies": {
15949 "call-bind": "^1.0.8",
15950 "call-bound": "^1.0.2",
15951 "get-intrinsic": "^1.2.6",
15952 "has-symbols": "^1.1.0",
15953 "isarray": "^2.0.5"
15954 },
15955 "engines": {
15956 "node": ">=0.4"
15957 },
15958 "funding": {
15959 "url": "https://github.com/sponsors/ljharb"
15960 }
15961 },
15962 "node_modules/safe-buffer": {
15963 "version": "5.2.1",
15964 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
15965 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
15966 "funding": [
15967 {
15968 "type": "github",
15969 "url": "https://github.com/sponsors/feross"
15970 },
15971 {
15972 "type": "patreon",
15973 "url": "https://www.patreon.com/feross"
15974 },
15975 {
15976 "type": "consulting",
15977 "url": "https://feross.org/support"
15978 }
15979 ],
15980 "license": "MIT"
15981 },
15982 "node_modules/safe-push-apply": {
15983 "version": "1.0.0",
15984 "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
15985 "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
15986 "license": "MIT",
15987 "dependencies": {
15988 "es-errors": "^1.3.0",
15989 "isarray": "^2.0.5"
15990 },
15991 "engines": {
15992 "node": ">= 0.4"
15993 },
15994 "funding": {
15995 "url": "https://github.com/sponsors/ljharb"
15996 }
15997 },
15998 "node_modules/safe-regex-test": {
15999 "version": "1.1.0",
16000 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
16001 "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
16002 "license": "MIT",
16003 "dependencies": {
16004 "call-bound": "^1.0.2",
16005 "es-errors": "^1.3.0",
16006 "is-regex": "^1.2.1"
16007 },
16008 "engines": {
16009 "node": ">= 0.4"
16010 },
16011 "funding": {
16012 "url": "https://github.com/sponsors/ljharb"
16013 }
16014 },
16015 "node_modules/safer-buffer": {
16016 "version": "2.1.2",
16017 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
16018 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
16019 "license": "MIT"
16020 },
16021 "node_modules/sanitize.css": {
16022 "version": "13.0.0",
16023 "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
16024 "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==",
16025 "license": "CC0-1.0"
16026 },
16027 "node_modules/sass-loader": {
16028 "version": "12.6.0",
16029 "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
16030 "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
16031 "license": "MIT",
16032 "dependencies": {
16033 "klona": "^2.0.4",
16034 "neo-async": "^2.6.2"
16035 },
16036 "engines": {
16037 "node": ">= 12.13.0"
16038 },
16039 "funding": {
16040 "type": "opencollective",
16041 "url": "https://opencollective.com/webpack"
16042 },
16043 "peerDependencies": {
16044 "fibers": ">= 3.1.0",
16045 "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
16046 "sass": "^1.3.0",
16047 "sass-embedded": "*",
16048 "webpack": "^5.0.0"
16049 },
16050 "peerDependenciesMeta": {
16051 "fibers": {
16052 "optional": true
16053 },
16054 "node-sass": {
16055 "optional": true
16056 },
16057 "sass": {
16058 "optional": true
16059 },
16060 "sass-embedded": {
16061 "optional": true
16062 }
16063 }
16064 },
16065 "node_modules/sax": {
16066 "version": "1.2.4",
16067 "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
16068 "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
16069 "license": "ISC"
16070 },
16071 "node_modules/saxes": {
16072 "version": "5.0.1",
16073 "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
16074 "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
16075 "license": "ISC",
16076 "dependencies": {
16077 "xmlchars": "^2.2.0"
16078 },
16079 "engines": {
16080 "node": ">=10"
16081 }
16082 },
16083 "node_modules/scheduler": {
16084 "version": "0.23.2",
16085 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
16086 "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
16087 "license": "MIT",
16088 "dependencies": {
16089 "loose-envify": "^1.1.0"
16090 }
16091 },
16092 "node_modules/schema-utils": {
16093 "version": "4.3.0",
16094 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz",
16095 "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==",
16096 "license": "MIT",
16097 "dependencies": {
16098 "@types/json-schema": "^7.0.9",
16099 "ajv": "^8.9.0",
16100 "ajv-formats": "^2.1.1",
16101 "ajv-keywords": "^5.1.0"
16102 },
16103 "engines": {
16104 "node": ">= 10.13.0"
16105 },
16106 "funding": {
16107 "type": "opencollective",
16108 "url": "https://opencollective.com/webpack"
16109 }
16110 },
16111 "node_modules/schema-utils/node_modules/ajv": {
16112 "version": "8.17.1",
16113 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
16114 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
16115 "license": "MIT",
16116 "dependencies": {
16117 "fast-deep-equal": "^3.1.3",
16118 "fast-uri": "^3.0.1",
16119 "json-schema-traverse": "^1.0.0",
16120 "require-from-string": "^2.0.2"
16121 },
16122 "funding": {
16123 "type": "github",
16124 "url": "https://github.com/sponsors/epoberezkin"
16125 }
16126 },
16127 "node_modules/schema-utils/node_modules/ajv-keywords": {
16128 "version": "5.1.0",
16129 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
16130 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
16131 "license": "MIT",
16132 "dependencies": {
16133 "fast-deep-equal": "^3.1.3"
16134 },
16135 "peerDependencies": {
16136 "ajv": "^8.8.2"
16137 }
16138 },
16139 "node_modules/schema-utils/node_modules/json-schema-traverse": {
16140 "version": "1.0.0",
16141 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
16142 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
16143 "license": "MIT"
16144 },
16145 "node_modules/select-hose": {
16146 "version": "2.0.0",
16147 "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
16148 "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
16149 "license": "MIT"
16150 },
16151 "node_modules/selfsigned": {
16152 "version": "2.4.1",
16153 "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
16154 "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
16155 "license": "MIT",
16156 "dependencies": {
16157 "@types/node-forge": "^1.3.0",
16158 "node-forge": "^1"
16159 },
16160 "engines": {
16161 "node": ">=10"
16162 }
16163 },
16164 "node_modules/semver": {
16165 "version": "7.7.1",
16166 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
16167 "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
16168 "license": "ISC",
16169 "bin": {
16170 "semver": "bin/semver.js"
16171 },
16172 "engines": {
16173 "node": ">=10"
16174 }
16175 },
16176 "node_modules/send": {
16177 "version": "0.19.0",
16178 "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
16179 "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
16180 "license": "MIT",
16181 "dependencies": {
16182 "debug": "2.6.9",
16183 "depd": "2.0.0",
16184 "destroy": "1.2.0",
16185 "encodeurl": "~1.0.2",
16186 "escape-html": "~1.0.3",
16187 "etag": "~1.8.1",
16188 "fresh": "0.5.2",
16189 "http-errors": "2.0.0",
16190 "mime": "1.6.0",
16191 "ms": "2.1.3",
16192 "on-finished": "2.4.1",
16193 "range-parser": "~1.2.1",
16194 "statuses": "2.0.1"
16195 },
16196 "engines": {
16197 "node": ">= 0.8.0"
16198 }
16199 },
16200 "node_modules/send/node_modules/encodeurl": {
16201 "version": "1.0.2",
16202 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
16203 "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
16204 "license": "MIT",
16205 "engines": {
16206 "node": ">= 0.8"
16207 }
16208 },
16209 "node_modules/send/node_modules/ms": {
16210 "version": "2.1.3",
16211 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
16212 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
16213 "license": "MIT"
16214 },
16215 "node_modules/serialize-javascript": {
16216 "version": "6.0.2",
16217 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
16218 "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
16219 "license": "BSD-3-Clause",
16220 "dependencies": {
16221 "randombytes": "^2.1.0"
16222 }
16223 },
16224 "node_modules/serve-index": {
16225 "version": "1.9.1",
16226 "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
16227 "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
16228 "license": "MIT",
16229 "dependencies": {
16230 "accepts": "~1.3.4",
16231 "batch": "0.6.1",
16232 "debug": "2.6.9",
16233 "escape-html": "~1.0.3",
16234 "http-errors": "~1.6.2",
16235 "mime-types": "~2.1.17",
16236 "parseurl": "~1.3.2"
16237 },
16238 "engines": {
16239 "node": ">= 0.8.0"
16240 }
16241 },
16242 "node_modules/serve-index/node_modules/depd": {
16243 "version": "1.1.2",
16244 "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
16245 "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
16246 "license": "MIT",
16247 "engines": {
16248 "node": ">= 0.6"
16249 }
16250 },
16251 "node_modules/serve-index/node_modules/http-errors": {
16252 "version": "1.6.3",
16253 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
16254 "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
16255 "license": "MIT",
16256 "dependencies": {
16257 "depd": "~1.1.2",
16258 "inherits": "2.0.3",
16259 "setprototypeof": "1.1.0",
16260 "statuses": ">= 1.4.0 < 2"
16261 },
16262 "engines": {
16263 "node": ">= 0.6"
16264 }
16265 },
16266 "node_modules/serve-index/node_modules/inherits": {
16267 "version": "2.0.3",
16268 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
16269 "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
16270 "license": "ISC"
16271 },
16272 "node_modules/serve-index/node_modules/setprototypeof": {
16273 "version": "1.1.0",
16274 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
16275 "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
16276 "license": "ISC"
16277 },
16278 "node_modules/serve-index/node_modules/statuses": {
16279 "version": "1.5.0",
16280 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
16281 "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
16282 "license": "MIT",
16283 "engines": {
16284 "node": ">= 0.6"
16285 }
16286 },
16287 "node_modules/serve-static": {
16288 "version": "1.16.2",
16289 "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
16290 "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
16291 "license": "MIT",
16292 "dependencies": {
16293 "encodeurl": "~2.0.0",
16294 "escape-html": "~1.0.3",
16295 "parseurl": "~1.3.3",
16296 "send": "0.19.0"
16297 },
16298 "engines": {
16299 "node": ">= 0.8.0"
16300 }
16301 },
16302 "node_modules/set-function-length": {
16303 "version": "1.2.2",
16304 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
16305 "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
16306 "license": "MIT",
16307 "dependencies": {
16308 "define-data-property": "^1.1.4",
16309 "es-errors": "^1.3.0",
16310 "function-bind": "^1.1.2",
16311 "get-intrinsic": "^1.2.4",
16312 "gopd": "^1.0.1",
16313 "has-property-descriptors": "^1.0.2"
16314 },
16315 "engines": {
16316 "node": ">= 0.4"
16317 }
16318 },
16319 "node_modules/set-function-name": {
16320 "version": "2.0.2",
16321 "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
16322 "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
16323 "license": "MIT",
16324 "dependencies": {
16325 "define-data-property": "^1.1.4",
16326 "es-errors": "^1.3.0",
16327 "functions-have-names": "^1.2.3",
16328 "has-property-descriptors": "^1.0.2"
16329 },
16330 "engines": {
16331 "node": ">= 0.4"
16332 }
16333 },
16334 "node_modules/set-proto": {
16335 "version": "1.0.0",
16336 "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
16337 "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
16338 "license": "MIT",
16339 "dependencies": {
16340 "dunder-proto": "^1.0.1",
16341 "es-errors": "^1.3.0",
16342 "es-object-atoms": "^1.0.0"
16343 },
16344 "engines": {
16345 "node": ">= 0.4"
16346 }
16347 },
16348 "node_modules/setprototypeof": {
16349 "version": "1.2.0",
16350 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
16351 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
16352 "license": "ISC"
16353 },
16354 "node_modules/shebang-command": {
16355 "version": "2.0.0",
16356 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
16357 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
16358 "license": "MIT",
16359 "dependencies": {
16360 "shebang-regex": "^3.0.0"
16361 },
16362 "engines": {
16363 "node": ">=8"
16364 }
16365 },
16366 "node_modules/shebang-regex": {
16367 "version": "3.0.0",
16368 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
16369 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
16370 "license": "MIT",
16371 "engines": {
16372 "node": ">=8"
16373 }
16374 },
16375 "node_modules/shell-quote": {
16376 "version": "1.8.2",
16377 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
16378 "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
16379 "license": "MIT",
16380 "engines": {
16381 "node": ">= 0.4"
16382 },
16383 "funding": {
16384 "url": "https://github.com/sponsors/ljharb"
16385 }
16386 },
16387 "node_modules/side-channel": {
16388 "version": "1.1.0",
16389 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
16390 "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
16391 "license": "MIT",
16392 "dependencies": {
16393 "es-errors": "^1.3.0",
16394 "object-inspect": "^1.13.3",
16395 "side-channel-list": "^1.0.0",
16396 "side-channel-map": "^1.0.1",
16397 "side-channel-weakmap": "^1.0.2"
16398 },
16399 "engines": {
16400 "node": ">= 0.4"
16401 },
16402 "funding": {
16403 "url": "https://github.com/sponsors/ljharb"
16404 }
16405 },
16406 "node_modules/side-channel-list": {
16407 "version": "1.0.0",
16408 "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
16409 "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
16410 "license": "MIT",
16411 "dependencies": {
16412 "es-errors": "^1.3.0",
16413 "object-inspect": "^1.13.3"
16414 },
16415 "engines": {
16416 "node": ">= 0.4"
16417 },
16418 "funding": {
16419 "url": "https://github.com/sponsors/ljharb"
16420 }
16421 },
16422 "node_modules/side-channel-map": {
16423 "version": "1.0.1",
16424 "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
16425 "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
16426 "license": "MIT",
16427 "dependencies": {
16428 "call-bound": "^1.0.2",
16429 "es-errors": "^1.3.0",
16430 "get-intrinsic": "^1.2.5",
16431 "object-inspect": "^1.13.3"
16432 },
16433 "engines": {
16434 "node": ">= 0.4"
16435 },
16436 "funding": {
16437 "url": "https://github.com/sponsors/ljharb"
16438 }
16439 },
16440 "node_modules/side-channel-weakmap": {
16441 "version": "1.0.2",
16442 "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
16443 "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
16444 "license": "MIT",
16445 "dependencies": {
16446 "call-bound": "^1.0.2",
16447 "es-errors": "^1.3.0",
16448 "get-intrinsic": "^1.2.5",
16449 "object-inspect": "^1.13.3",
16450 "side-channel-map": "^1.0.1"
16451 },
16452 "engines": {
16453 "node": ">= 0.4"
16454 },
16455 "funding": {
16456 "url": "https://github.com/sponsors/ljharb"
16457 }
16458 },
16459 "node_modules/signal-exit": {
16460 "version": "3.0.7",
16461 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
16462 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
16463 "license": "ISC"
16464 },
16465 "node_modules/sisteransi": {
16466 "version": "1.0.5",
16467 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
16468 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
16469 "license": "MIT"
16470 },
16471 "node_modules/slash": {
16472 "version": "3.0.0",
16473 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
16474 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
16475 "license": "MIT",
16476 "engines": {
16477 "node": ">=8"
16478 }
16479 },
16480 "node_modules/sockjs": {
16481 "version": "0.3.24",
16482 "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
16483 "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
16484 "license": "MIT",
16485 "dependencies": {
16486 "faye-websocket": "^0.11.3",
16487 "uuid": "^8.3.2",
16488 "websocket-driver": "^0.7.4"
16489 }
16490 },
16491 "node_modules/source-list-map": {
16492 "version": "2.0.1",
16493 "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
16494 "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
16495 "license": "MIT"
16496 },
16497 "node_modules/source-map": {
16498 "version": "0.7.4",
16499 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
16500 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
16501 "license": "BSD-3-Clause",
16502 "engines": {
16503 "node": ">= 8"
16504 }
16505 },
16506 "node_modules/source-map-js": {
16507 "version": "1.2.1",
16508 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
16509 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
16510 "license": "BSD-3-Clause",
16511 "engines": {
16512 "node": ">=0.10.0"
16513 }
16514 },
16515 "node_modules/source-map-loader": {
16516 "version": "3.0.2",
16517 "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz",
16518 "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==",
16519 "license": "MIT",
16520 "dependencies": {
16521 "abab": "^2.0.5",
16522 "iconv-lite": "^0.6.3",
16523 "source-map-js": "^1.0.1"
16524 },
16525 "engines": {
16526 "node": ">= 12.13.0"
16527 },
16528 "funding": {
16529 "type": "opencollective",
16530 "url": "https://opencollective.com/webpack"
16531 },
16532 "peerDependencies": {
16533 "webpack": "^5.0.0"
16534 }
16535 },
16536 "node_modules/source-map-support": {
16537 "version": "0.5.21",
16538 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
16539 "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
16540 "license": "MIT",
16541 "dependencies": {
16542 "buffer-from": "^1.0.0",
16543 "source-map": "^0.6.0"
16544 }
16545 },
16546 "node_modules/source-map-support/node_modules/source-map": {
16547 "version": "0.6.1",
16548 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
16549 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
16550 "license": "BSD-3-Clause",
16551 "engines": {
16552 "node": ">=0.10.0"
16553 }
16554 },
16555 "node_modules/sourcemap-codec": {
16556 "version": "1.4.8",
16557 "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
16558 "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
16559 "deprecated": "Please use @jridgewell/sourcemap-codec instead",
16560 "license": "MIT"
16561 },
16562 "node_modules/spdy": {
16563 "version": "4.0.2",
16564 "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
16565 "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
16566 "license": "MIT",
16567 "dependencies": {
16568 "debug": "^4.1.0",
16569 "handle-thing": "^2.0.0",
16570 "http-deceiver": "^1.2.7",
16571 "select-hose": "^2.0.0",
16572 "spdy-transport": "^3.0.0"
16573 },
16574 "engines": {
16575 "node": ">=6.0.0"
16576 }
16577 },
16578 "node_modules/spdy-transport": {
16579 "version": "3.0.0",
16580 "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
16581 "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
16582 "license": "MIT",
16583 "dependencies": {
16584 "debug": "^4.1.0",
16585 "detect-node": "^2.0.4",
16586 "hpack.js": "^2.1.6",
16587 "obuf": "^1.1.2",
16588 "readable-stream": "^3.0.6",
16589 "wbuf": "^1.7.3"
16590 }
16591 },
16592 "node_modules/spdy-transport/node_modules/debug": {
16593 "version": "4.4.0",
16594 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
16595 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
16596 "license": "MIT",
16597 "dependencies": {
16598 "ms": "^2.1.3"
16599 },
16600 "engines": {
16601 "node": ">=6.0"
16602 },
16603 "peerDependenciesMeta": {
16604 "supports-color": {
16605 "optional": true
16606 }
16607 }
16608 },
16609 "node_modules/spdy-transport/node_modules/ms": {
16610 "version": "2.1.3",
16611 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
16612 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
16613 "license": "MIT"
16614 },
16615 "node_modules/spdy/node_modules/debug": {
16616 "version": "4.4.0",
16617 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
16618 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
16619 "license": "MIT",
16620 "dependencies": {
16621 "ms": "^2.1.3"
16622 },
16623 "engines": {
16624 "node": ">=6.0"
16625 },
16626 "peerDependenciesMeta": {
16627 "supports-color": {
16628 "optional": true
16629 }
16630 }
16631 },
16632 "node_modules/spdy/node_modules/ms": {
16633 "version": "2.1.3",
16634 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
16635 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
16636 "license": "MIT"
16637 },
16638 "node_modules/sprintf-js": {
16639 "version": "1.0.3",
16640 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
16641 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
16642 "license": "BSD-3-Clause"
16643 },
16644 "node_modules/stable": {
16645 "version": "0.1.8",
16646 "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
16647 "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
16648 "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility",
16649 "license": "MIT"
16650 },
16651 "node_modules/stack-utils": {
16652 "version": "2.0.6",
16653 "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
16654 "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
16655 "license": "MIT",
16656 "dependencies": {
16657 "escape-string-regexp": "^2.0.0"
16658 },
16659 "engines": {
16660 "node": ">=10"
16661 }
16662 },
16663 "node_modules/stack-utils/node_modules/escape-string-regexp": {
16664 "version": "2.0.0",
16665 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
16666 "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
16667 "license": "MIT",
16668 "engines": {
16669 "node": ">=8"
16670 }
16671 },
16672 "node_modules/stackframe": {
16673 "version": "1.3.4",
16674 "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
16675 "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
16676 "license": "MIT"
16677 },
16678 "node_modules/static-eval": {
16679 "version": "2.0.2",
16680 "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
16681 "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
16682 "license": "MIT",
16683 "dependencies": {
16684 "escodegen": "^1.8.1"
16685 }
16686 },
16687 "node_modules/static-eval/node_modules/escodegen": {
16688 "version": "1.14.3",
16689 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
16690 "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
16691 "license": "BSD-2-Clause",
16692 "dependencies": {
16693 "esprima": "^4.0.1",
16694 "estraverse": "^4.2.0",
16695 "esutils": "^2.0.2",
16696 "optionator": "^0.8.1"
16697 },
16698 "bin": {
16699 "escodegen": "bin/escodegen.js",
16700 "esgenerate": "bin/esgenerate.js"
16701 },
16702 "engines": {
16703 "node": ">=4.0"
16704 },
16705 "optionalDependencies": {
16706 "source-map": "~0.6.1"
16707 }
16708 },
16709 "node_modules/static-eval/node_modules/estraverse": {
16710 "version": "4.3.0",
16711 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
16712 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
16713 "license": "BSD-2-Clause",
16714 "engines": {
16715 "node": ">=4.0"
16716 }
16717 },
16718 "node_modules/static-eval/node_modules/levn": {
16719 "version": "0.3.0",
16720 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
16721 "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
16722 "license": "MIT",
16723 "dependencies": {
16724 "prelude-ls": "~1.1.2",
16725 "type-check": "~0.3.2"
16726 },
16727 "engines": {
16728 "node": ">= 0.8.0"
16729 }
16730 },
16731 "node_modules/static-eval/node_modules/optionator": {
16732 "version": "0.8.3",
16733 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
16734 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
16735 "license": "MIT",
16736 "dependencies": {
16737 "deep-is": "~0.1.3",
16738 "fast-levenshtein": "~2.0.6",
16739 "levn": "~0.3.0",
16740 "prelude-ls": "~1.1.2",
16741 "type-check": "~0.3.2",
16742 "word-wrap": "~1.2.3"
16743 },
16744 "engines": {
16745 "node": ">= 0.8.0"
16746 }
16747 },
16748 "node_modules/static-eval/node_modules/prelude-ls": {
16749 "version": "1.1.2",
16750 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
16751 "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
16752 "engines": {
16753 "node": ">= 0.8.0"
16754 }
16755 },
16756 "node_modules/static-eval/node_modules/source-map": {
16757 "version": "0.6.1",
16758 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
16759 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
16760 "license": "BSD-3-Clause",
16761 "optional": true,
16762 "engines": {
16763 "node": ">=0.10.0"
16764 }
16765 },
16766 "node_modules/static-eval/node_modules/type-check": {
16767 "version": "0.3.2",
16768 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
16769 "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
16770 "license": "MIT",
16771 "dependencies": {
16772 "prelude-ls": "~1.1.2"
16773 },
16774 "engines": {
16775 "node": ">= 0.8.0"
16776 }
16777 },
16778 "node_modules/statuses": {
16779 "version": "2.0.1",
16780 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
16781 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
16782 "license": "MIT",
16783 "engines": {
16784 "node": ">= 0.8"
16785 }
16786 },
16787 "node_modules/string_decoder": {
16788 "version": "1.3.0",
16789 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
16790 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
16791 "license": "MIT",
16792 "dependencies": {
16793 "safe-buffer": "~5.2.0"
16794 }
16795 },
16796 "node_modules/string-length": {
16797 "version": "4.0.2",
16798 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
16799 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
16800 "license": "MIT",
16801 "dependencies": {
16802 "char-regex": "^1.0.2",
16803 "strip-ansi": "^6.0.0"
16804 },
16805 "engines": {
16806 "node": ">=10"
16807 }
16808 },
16809 "node_modules/string-natural-compare": {
16810 "version": "3.0.1",
16811 "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
16812 "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==",
16813 "license": "MIT"
16814 },
16815 "node_modules/string-width": {
16816 "version": "4.2.3",
16817 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
16818 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
16819 "license": "MIT",
16820 "dependencies": {
16821 "emoji-regex": "^8.0.0",
16822 "is-fullwidth-code-point": "^3.0.0",
16823 "strip-ansi": "^6.0.1"
16824 },
16825 "engines": {
16826 "node": ">=8"
16827 }
16828 },
16829 "node_modules/string-width-cjs": {
16830 "name": "string-width",
16831 "version": "4.2.3",
16832 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
16833 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
16834 "license": "MIT",
16835 "dependencies": {
16836 "emoji-regex": "^8.0.0",
16837 "is-fullwidth-code-point": "^3.0.0",
16838 "strip-ansi": "^6.0.1"
16839 },
16840 "engines": {
16841 "node": ">=8"
16842 }
16843 },
16844 "node_modules/string-width-cjs/node_modules/emoji-regex": {
16845 "version": "8.0.0",
16846 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
16847 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
16848 "license": "MIT"
16849 },
16850 "node_modules/string-width/node_modules/emoji-regex": {
16851 "version": "8.0.0",
16852 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
16853 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
16854 "license": "MIT"
16855 },
16856 "node_modules/string.prototype.includes": {
16857 "version": "2.0.1",
16858 "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
16859 "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
16860 "license": "MIT",
16861 "dependencies": {
16862 "call-bind": "^1.0.7",
16863 "define-properties": "^1.2.1",
16864 "es-abstract": "^1.23.3"
16865 },
16866 "engines": {
16867 "node": ">= 0.4"
16868 }
16869 },
16870 "node_modules/string.prototype.matchall": {
16871 "version": "4.0.12",
16872 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
16873 "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
16874 "license": "MIT",
16875 "dependencies": {
16876 "call-bind": "^1.0.8",
16877 "call-bound": "^1.0.3",
16878 "define-properties": "^1.2.1",
16879 "es-abstract": "^1.23.6",
16880 "es-errors": "^1.3.0",
16881 "es-object-atoms": "^1.0.0",
16882 "get-intrinsic": "^1.2.6",
16883 "gopd": "^1.2.0",
16884 "has-symbols": "^1.1.0",
16885 "internal-slot": "^1.1.0",
16886 "regexp.prototype.flags": "^1.5.3",
16887 "set-function-name": "^2.0.2",
16888 "side-channel": "^1.1.0"
16889 },
16890 "engines": {
16891 "node": ">= 0.4"
16892 },
16893 "funding": {
16894 "url": "https://github.com/sponsors/ljharb"
16895 }
16896 },
16897 "node_modules/string.prototype.repeat": {
16898 "version": "1.0.0",
16899 "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
16900 "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
16901 "license": "MIT",
16902 "dependencies": {
16903 "define-properties": "^1.1.3",
16904 "es-abstract": "^1.17.5"
16905 }
16906 },
16907 "node_modules/string.prototype.trim": {
16908 "version": "1.2.10",
16909 "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
16910 "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
16911 "license": "MIT",
16912 "dependencies": {
16913 "call-bind": "^1.0.8",
16914 "call-bound": "^1.0.2",
16915 "define-data-property": "^1.1.4",
16916 "define-properties": "^1.2.1",
16917 "es-abstract": "^1.23.5",
16918 "es-object-atoms": "^1.0.0",
16919 "has-property-descriptors": "^1.0.2"
16920 },
16921 "engines": {
16922 "node": ">= 0.4"
16923 },
16924 "funding": {
16925 "url": "https://github.com/sponsors/ljharb"
16926 }
16927 },
16928 "node_modules/string.prototype.trimend": {
16929 "version": "1.0.9",
16930 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
16931 "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
16932 "license": "MIT",
16933 "dependencies": {
16934 "call-bind": "^1.0.8",
16935 "call-bound": "^1.0.2",
16936 "define-properties": "^1.2.1",
16937 "es-object-atoms": "^1.0.0"
16938 },
16939 "engines": {
16940 "node": ">= 0.4"
16941 },
16942 "funding": {
16943 "url": "https://github.com/sponsors/ljharb"
16944 }
16945 },
16946 "node_modules/string.prototype.trimstart": {
16947 "version": "1.0.8",
16948 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
16949 "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
16950 "license": "MIT",
16951 "dependencies": {
16952 "call-bind": "^1.0.7",
16953 "define-properties": "^1.2.1",
16954 "es-object-atoms": "^1.0.0"
16955 },
16956 "engines": {
16957 "node": ">= 0.4"
16958 },
16959 "funding": {
16960 "url": "https://github.com/sponsors/ljharb"
16961 }
16962 },
16963 "node_modules/stringify-object": {
16964 "version": "3.3.0",
16965 "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
16966 "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
16967 "license": "BSD-2-Clause",
16968 "dependencies": {
16969 "get-own-enumerable-property-symbols": "^3.0.0",
16970 "is-obj": "^1.0.1",
16971 "is-regexp": "^1.0.0"
16972 },
16973 "engines": {
16974 "node": ">=4"
16975 }
16976 },
16977 "node_modules/strip-ansi": {
16978 "version": "6.0.1",
16979 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
16980 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
16981 "license": "MIT",
16982 "dependencies": {
16983 "ansi-regex": "^5.0.1"
16984 },
16985 "engines": {
16986 "node": ">=8"
16987 }
16988 },
16989 "node_modules/strip-ansi-cjs": {
16990 "name": "strip-ansi",
16991 "version": "6.0.1",
16992 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
16993 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
16994 "license": "MIT",
16995 "dependencies": {
16996 "ansi-regex": "^5.0.1"
16997 },
16998 "engines": {
16999 "node": ">=8"
17000 }
17001 },
17002 "node_modules/strip-bom": {
17003 "version": "4.0.0",
17004 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
17005 "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
17006 "license": "MIT",
17007 "engines": {
17008 "node": ">=8"
17009 }
17010 },
17011 "node_modules/strip-comments": {
17012 "version": "2.0.1",
17013 "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
17014 "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
17015 "license": "MIT",
17016 "engines": {
17017 "node": ">=10"
17018 }
17019 },
17020 "node_modules/strip-final-newline": {
17021 "version": "2.0.0",
17022 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
17023 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
17024 "license": "MIT",
17025 "engines": {
17026 "node": ">=6"
17027 }
17028 },
17029 "node_modules/strip-json-comments": {
17030 "version": "3.1.1",
17031 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
17032 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
17033 "license": "MIT",
17034 "engines": {
17035 "node": ">=8"
17036 },
17037 "funding": {
17038 "url": "https://github.com/sponsors/sindresorhus"
17039 }
17040 },
17041 "node_modules/style-loader": {
17042 "version": "3.3.4",
17043 "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz",
17044 "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==",
17045 "license": "MIT",
17046 "engines": {
17047 "node": ">= 12.13.0"
17048 },
17049 "funding": {
17050 "type": "opencollective",
17051 "url": "https://opencollective.com/webpack"
17052 },
17053 "peerDependencies": {
17054 "webpack": "^5.0.0"
17055 }
17056 },
17057 "node_modules/stylehacks": {
17058 "version": "5.1.1",
17059 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz",
17060 "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
17061 "license": "MIT",
17062 "dependencies": {
17063 "browserslist": "^4.21.4",
17064 "postcss-selector-parser": "^6.0.4"
17065 },
17066 "engines": {
17067 "node": "^10 || ^12 || >=14.0"
17068 },
17069 "peerDependencies": {
17070 "postcss": "^8.2.15"
17071 }
17072 },
17073 "node_modules/sucrase": {
17074 "version": "3.35.0",
17075 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
17076 "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
17077 "license": "MIT",
17078 "dependencies": {
17079 "@jridgewell/gen-mapping": "^0.3.2",
17080 "commander": "^4.0.0",
17081 "glob": "^10.3.10",
17082 "lines-and-columns": "^1.1.6",
17083 "mz": "^2.7.0",
17084 "pirates": "^4.0.1",
17085 "ts-interface-checker": "^0.1.9"
17086 },
17087 "bin": {
17088 "sucrase": "bin/sucrase",
17089 "sucrase-node": "bin/sucrase-node"
17090 },
17091 "engines": {
17092 "node": ">=16 || 14 >=14.17"
17093 }
17094 },
17095 "node_modules/sucrase/node_modules/brace-expansion": {
17096 "version": "2.0.1",
17097 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
17098 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
17099 "license": "MIT",
17100 "dependencies": {
17101 "balanced-match": "^1.0.0"
17102 }
17103 },
17104 "node_modules/sucrase/node_modules/commander": {
17105 "version": "4.1.1",
17106 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
17107 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
17108 "license": "MIT",
17109 "engines": {
17110 "node": ">= 6"
17111 }
17112 },
17113 "node_modules/sucrase/node_modules/glob": {
17114 "version": "10.4.5",
17115 "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
17116 "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
17117 "license": "ISC",
17118 "dependencies": {
17119 "foreground-child": "^3.1.0",
17120 "jackspeak": "^3.1.2",
17121 "minimatch": "^9.0.4",
17122 "minipass": "^7.1.2",
17123 "package-json-from-dist": "^1.0.0",
17124 "path-scurry": "^1.11.1"
17125 },
17126 "bin": {
17127 "glob": "dist/esm/bin.mjs"
17128 },
17129 "funding": {
17130 "url": "https://github.com/sponsors/isaacs"
17131 }
17132 },
17133 "node_modules/sucrase/node_modules/minimatch": {
17134 "version": "9.0.5",
17135 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
17136 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
17137 "license": "ISC",
17138 "dependencies": {
17139 "brace-expansion": "^2.0.1"
17140 },
17141 "engines": {
17142 "node": ">=16 || 14 >=14.17"
17143 },
17144 "funding": {
17145 "url": "https://github.com/sponsors/isaacs"
17146 }
17147 },
17148 "node_modules/supports-color": {
17149 "version": "7.2.0",
17150 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17151 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17152 "license": "MIT",
17153 "dependencies": {
17154 "has-flag": "^4.0.0"
17155 },
17156 "engines": {
17157 "node": ">=8"
17158 }
17159 },
17160 "node_modules/supports-hyperlinks": {
17161 "version": "2.3.0",
17162 "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
17163 "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
17164 "license": "MIT",
17165 "dependencies": {
17166 "has-flag": "^4.0.0",
17167 "supports-color": "^7.0.0"
17168 },
17169 "engines": {
17170 "node": ">=8"
17171 }
17172 },
17173 "node_modules/supports-preserve-symlinks-flag": {
17174 "version": "1.0.0",
17175 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
17176 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
17177 "license": "MIT",
17178 "engines": {
17179 "node": ">= 0.4"
17180 },
17181 "funding": {
17182 "url": "https://github.com/sponsors/ljharb"
17183 }
17184 },
17185 "node_modules/svg-parser": {
17186 "version": "2.0.4",
17187 "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
17188 "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
17189 "license": "MIT"
17190 },
17191 "node_modules/svgo": {
17192 "version": "1.3.2",
17193 "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
17194 "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
17195 "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.",
17196 "license": "MIT",
17197 "dependencies": {
17198 "chalk": "^2.4.1",
17199 "coa": "^2.0.2",
17200 "css-select": "^2.0.0",
17201 "css-select-base-adapter": "^0.1.1",
17202 "css-tree": "1.0.0-alpha.37",
17203 "csso": "^4.0.2",
17204 "js-yaml": "^3.13.1",
17205 "mkdirp": "~0.5.1",
17206 "object.values": "^1.1.0",
17207 "sax": "~1.2.4",
17208 "stable": "^0.1.8",
17209 "unquote": "~1.1.1",
17210 "util.promisify": "~1.0.0"
17211 },
17212 "bin": {
17213 "svgo": "bin/svgo"
17214 },
17215 "engines": {
17216 "node": ">=4.0.0"
17217 }
17218 },
17219 "node_modules/svgo/node_modules/ansi-styles": {
17220 "version": "3.2.1",
17221 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
17222 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
17223 "license": "MIT",
17224 "dependencies": {
17225 "color-convert": "^1.9.0"
17226 },
17227 "engines": {
17228 "node": ">=4"
17229 }
17230 },
17231 "node_modules/svgo/node_modules/chalk": {
17232 "version": "2.4.2",
17233 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
17234 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
17235 "license": "MIT",
17236 "dependencies": {
17237 "ansi-styles": "^3.2.1",
17238 "escape-string-regexp": "^1.0.5",
17239 "supports-color": "^5.3.0"
17240 },
17241 "engines": {
17242 "node": ">=4"
17243 }
17244 },
17245 "node_modules/svgo/node_modules/color-convert": {
17246 "version": "1.9.3",
17247 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
17248 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
17249 "license": "MIT",
17250 "dependencies": {
17251 "color-name": "1.1.3"
17252 }
17253 },
17254 "node_modules/svgo/node_modules/color-name": {
17255 "version": "1.1.3",
17256 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
17257 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
17258 "license": "MIT"
17259 },
17260 "node_modules/svgo/node_modules/css-select": {
17261 "version": "2.1.0",
17262 "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
17263 "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
17264 "license": "BSD-2-Clause",
17265 "dependencies": {
17266 "boolbase": "^1.0.0",
17267 "css-what": "^3.2.1",
17268 "domutils": "^1.7.0",
17269 "nth-check": "^1.0.2"
17270 }
17271 },
17272 "node_modules/svgo/node_modules/css-what": {
17273 "version": "3.4.2",
17274 "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
17275 "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
17276 "license": "BSD-2-Clause",
17277 "engines": {
17278 "node": ">= 6"
17279 },
17280 "funding": {
17281 "url": "https://github.com/sponsors/fb55"
17282 }
17283 },
17284 "node_modules/svgo/node_modules/dom-serializer": {
17285 "version": "0.2.2",
17286 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
17287 "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
17288 "license": "MIT",
17289 "dependencies": {
17290 "domelementtype": "^2.0.1",
17291 "entities": "^2.0.0"
17292 }
17293 },
17294 "node_modules/svgo/node_modules/domutils": {
17295 "version": "1.7.0",
17296 "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
17297 "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
17298 "license": "BSD-2-Clause",
17299 "dependencies": {
17300 "dom-serializer": "0",
17301 "domelementtype": "1"
17302 }
17303 },
17304 "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
17305 "version": "1.3.1",
17306 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
17307 "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
17308 "license": "BSD-2-Clause"
17309 },
17310 "node_modules/svgo/node_modules/escape-string-regexp": {
17311 "version": "1.0.5",
17312 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
17313 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
17314 "license": "MIT",
17315 "engines": {
17316 "node": ">=0.8.0"
17317 }
17318 },
17319 "node_modules/svgo/node_modules/has-flag": {
17320 "version": "3.0.0",
17321 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
17322 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
17323 "license": "MIT",
17324 "engines": {
17325 "node": ">=4"
17326 }
17327 },
17328 "node_modules/svgo/node_modules/nth-check": {
17329 "version": "1.0.2",
17330 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
17331 "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
17332 "license": "BSD-2-Clause",
17333 "dependencies": {
17334 "boolbase": "~1.0.0"
17335 }
17336 },
17337 "node_modules/svgo/node_modules/supports-color": {
17338 "version": "5.5.0",
17339 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
17340 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
17341 "license": "MIT",
17342 "dependencies": {
17343 "has-flag": "^3.0.0"
17344 },
17345 "engines": {
17346 "node": ">=4"
17347 }
17348 },
17349 "node_modules/symbol-tree": {
17350 "version": "3.2.4",
17351 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
17352 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
17353 "license": "MIT"
17354 },
17355 "node_modules/tailwindcss": {
17356 "version": "3.4.17",
17357 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz",
17358 "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==",
17359 "license": "MIT",
17360 "dependencies": {
17361 "@alloc/quick-lru": "^5.2.0",
17362 "arg": "^5.0.2",
17363 "chokidar": "^3.6.0",
17364 "didyoumean": "^1.2.2",
17365 "dlv": "^1.1.3",
17366 "fast-glob": "^3.3.2",
17367 "glob-parent": "^6.0.2",
17368 "is-glob": "^4.0.3",
17369 "jiti": "^1.21.6",
17370 "lilconfig": "^3.1.3",
17371 "micromatch": "^4.0.8",
17372 "normalize-path": "^3.0.0",
17373 "object-hash": "^3.0.0",
17374 "picocolors": "^1.1.1",
17375 "postcss": "^8.4.47",
17376 "postcss-import": "^15.1.0",
17377 "postcss-js": "^4.0.1",
17378 "postcss-load-config": "^4.0.2",
17379 "postcss-nested": "^6.2.0",
17380 "postcss-selector-parser": "^6.1.2",
17381 "resolve": "^1.22.8",
17382 "sucrase": "^3.35.0"
17383 },
17384 "bin": {
17385 "tailwind": "lib/cli.js",
17386 "tailwindcss": "lib/cli.js"
17387 },
17388 "engines": {
17389 "node": ">=14.0.0"
17390 }
17391 },
17392 "node_modules/tailwindcss/node_modules/lilconfig": {
17393 "version": "3.1.3",
17394 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
17395 "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
17396 "license": "MIT",
17397 "engines": {
17398 "node": ">=14"
17399 },
17400 "funding": {
17401 "url": "https://github.com/sponsors/antonk52"
17402 }
17403 },
17404 "node_modules/tapable": {
17405 "version": "2.2.1",
17406 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
17407 "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
17408 "license": "MIT",
17409 "engines": {
17410 "node": ">=6"
17411 }
17412 },
17413 "node_modules/temp-dir": {
17414 "version": "2.0.0",
17415 "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
17416 "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
17417 "license": "MIT",
17418 "engines": {
17419 "node": ">=8"
17420 }
17421 },
17422 "node_modules/tempy": {
17423 "version": "0.6.0",
17424 "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
17425 "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
17426 "license": "MIT",
17427 "dependencies": {
17428 "is-stream": "^2.0.0",
17429 "temp-dir": "^2.0.0",
17430 "type-fest": "^0.16.0",
17431 "unique-string": "^2.0.0"
17432 },
17433 "engines": {
17434 "node": ">=10"
17435 },
17436 "funding": {
17437 "url": "https://github.com/sponsors/sindresorhus"
17438 }
17439 },
17440 "node_modules/tempy/node_modules/type-fest": {
17441 "version": "0.16.0",
17442 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
17443 "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
17444 "license": "(MIT OR CC0-1.0)",
17445 "engines": {
17446 "node": ">=10"
17447 },
17448 "funding": {
17449 "url": "https://github.com/sponsors/sindresorhus"
17450 }
17451 },
17452 "node_modules/terminal-link": {
17453 "version": "2.1.1",
17454 "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
17455 "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
17456 "license": "MIT",
17457 "dependencies": {
17458 "ansi-escapes": "^4.2.1",
17459 "supports-hyperlinks": "^2.0.0"
17460 },
17461 "engines": {
17462 "node": ">=8"
17463 },
17464 "funding": {
17465 "url": "https://github.com/sponsors/sindresorhus"
17466 }
17467 },
17468 "node_modules/terser": {
17469 "version": "5.39.0",
17470 "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz",
17471 "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==",
17472 "license": "BSD-2-Clause",
17473 "dependencies": {
17474 "@jridgewell/source-map": "^0.3.3",
17475 "acorn": "^8.8.2",
17476 "commander": "^2.20.0",
17477 "source-map-support": "~0.5.20"
17478 },
17479 "bin": {
17480 "terser": "bin/terser"
17481 },
17482 "engines": {
17483 "node": ">=10"
17484 }
17485 },
17486 "node_modules/terser-webpack-plugin": {
17487 "version": "5.3.11",
17488 "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz",
17489 "integrity": "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==",
17490 "license": "MIT",
17491 "dependencies": {
17492 "@jridgewell/trace-mapping": "^0.3.25",
17493 "jest-worker": "^27.4.5",
17494 "schema-utils": "^4.3.0",
17495 "serialize-javascript": "^6.0.2",
17496 "terser": "^5.31.1"
17497 },
17498 "engines": {
17499 "node": ">= 10.13.0"
17500 },
17501 "funding": {
17502 "type": "opencollective",
17503 "url": "https://opencollective.com/webpack"
17504 },
17505 "peerDependencies": {
17506 "webpack": "^5.1.0"
17507 },
17508 "peerDependenciesMeta": {
17509 "@swc/core": {
17510 "optional": true
17511 },
17512 "esbuild": {
17513 "optional": true
17514 },
17515 "uglify-js": {
17516 "optional": true
17517 }
17518 }
17519 },
17520 "node_modules/terser/node_modules/commander": {
17521 "version": "2.20.3",
17522 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
17523 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
17524 "license": "MIT"
17525 },
17526 "node_modules/test-exclude": {
17527 "version": "6.0.0",
17528 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
17529 "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
17530 "license": "ISC",
17531 "dependencies": {
17532 "@istanbuljs/schema": "^0.1.2",
17533 "glob": "^7.1.4",
17534 "minimatch": "^3.0.4"
17535 },
17536 "engines": {
17537 "node": ">=8"
17538 }
17539 },
17540 "node_modules/text-table": {
17541 "version": "0.2.0",
17542 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
17543 "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
17544 "license": "MIT"
17545 },
17546 "node_modules/thenify": {
17547 "version": "3.3.1",
17548 "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
17549 "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
17550 "license": "MIT",
17551 "dependencies": {
17552 "any-promise": "^1.0.0"
17553 }
17554 },
17555 "node_modules/thenify-all": {
17556 "version": "1.6.0",
17557 "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
17558 "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
17559 "license": "MIT",
17560 "dependencies": {
17561 "thenify": ">= 3.1.0 < 4"
17562 },
17563 "engines": {
17564 "node": ">=0.8"
17565 }
17566 },
17567 "node_modules/throat": {
17568 "version": "6.0.2",
17569 "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
17570 "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
17571 "license": "MIT"
17572 },
17573 "node_modules/thunky": {
17574 "version": "1.1.0",
17575 "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
17576 "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
17577 "license": "MIT"
17578 },
17579 "node_modules/tiny-invariant": {
17580 "version": "1.3.3",
17581 "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
17582 "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
17583 "license": "MIT"
17584 },
17585 "node_modules/tlds": {
17586 "version": "1.255.0",
17587 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.255.0.tgz",
17588 "integrity": "sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw==",
17589 "license": "MIT",
17590 "bin": {
17591 "tlds": "bin.js"
17592 }
17593 },
17594 "node_modules/tmpl": {
17595 "version": "1.0.5",
17596 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
17597 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
17598 "license": "BSD-3-Clause"
17599 },
17600 "node_modules/to-regex-range": {
17601 "version": "5.0.1",
17602 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
17603 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
17604 "license": "MIT",
17605 "dependencies": {
17606 "is-number": "^7.0.0"
17607 },
17608 "engines": {
17609 "node": ">=8.0"
17610 }
17611 },
17612 "node_modules/toidentifier": {
17613 "version": "1.0.1",
17614 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
17615 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
17616 "license": "MIT",
17617 "engines": {
17618 "node": ">=0.6"
17619 }
17620 },
17621 "node_modules/tough-cookie": {
17622 "version": "4.1.4",
17623 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
17624 "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
17625 "license": "BSD-3-Clause",
17626 "dependencies": {
17627 "psl": "^1.1.33",
17628 "punycode": "^2.1.1",
17629 "universalify": "^0.2.0",
17630 "url-parse": "^1.5.3"
17631 },
17632 "engines": {
17633 "node": ">=6"
17634 }
17635 },
17636 "node_modules/tough-cookie/node_modules/universalify": {
17637 "version": "0.2.0",
17638 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
17639 "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
17640 "license": "MIT",
17641 "engines": {
17642 "node": ">= 4.0.0"
17643 }
17644 },
17645 "node_modules/tr46": {
17646 "version": "2.1.0",
17647 "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
17648 "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
17649 "license": "MIT",
17650 "dependencies": {
17651 "punycode": "^2.1.1"
17652 },
17653 "engines": {
17654 "node": ">=8"
17655 }
17656 },
17657 "node_modules/tryer": {
17658 "version": "1.0.1",
17659 "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
17660 "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==",
17661 "license": "MIT"
17662 },
17663 "node_modules/ts-interface-checker": {
17664 "version": "0.1.13",
17665 "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
17666 "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
17667 "license": "Apache-2.0"
17668 },
17669 "node_modules/tsconfig-paths": {
17670 "version": "3.15.0",
17671 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
17672 "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
17673 "license": "MIT",
17674 "dependencies": {
17675 "@types/json5": "^0.0.29",
17676 "json5": "^1.0.2",
17677 "minimist": "^1.2.6",
17678 "strip-bom": "^3.0.0"
17679 }
17680 },
17681 "node_modules/tsconfig-paths/node_modules/json5": {
17682 "version": "1.0.2",
17683 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
17684 "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
17685 "license": "MIT",
17686 "dependencies": {
17687 "minimist": "^1.2.0"
17688 },
17689 "bin": {
17690 "json5": "lib/cli.js"
17691 }
17692 },
17693 "node_modules/tsconfig-paths/node_modules/strip-bom": {
17694 "version": "3.0.0",
17695 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
17696 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
17697 "license": "MIT",
17698 "engines": {
17699 "node": ">=4"
17700 }
17701 },
17702 "node_modules/tslib": {
17703 "version": "2.8.1",
17704 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
17705 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
17706 "license": "0BSD"
17707 },
17708 "node_modules/tsutils": {
17709 "version": "3.21.0",
17710 "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
17711 "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
17712 "license": "MIT",
17713 "dependencies": {
17714 "tslib": "^1.8.1"
17715 },
17716 "engines": {
17717 "node": ">= 6"
17718 },
17719 "peerDependencies": {
17720 "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
17721 }
17722 },
17723 "node_modules/tsutils/node_modules/tslib": {
17724 "version": "1.14.1",
17725 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
17726 "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
17727 "license": "0BSD"
17728 },
17729 "node_modules/type-check": {
17730 "version": "0.4.0",
17731 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
17732 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
17733 "license": "MIT",
17734 "dependencies": {
17735 "prelude-ls": "^1.2.1"
17736 },
17737 "engines": {
17738 "node": ">= 0.8.0"
17739 }
17740 },
17741 "node_modules/type-detect": {
17742 "version": "4.0.8",
17743 "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
17744 "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
17745 "license": "MIT",
17746 "engines": {
17747 "node": ">=4"
17748 }
17749 },
17750 "node_modules/type-fest": {
17751 "version": "0.21.3",
17752 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
17753 "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
17754 "license": "(MIT OR CC0-1.0)",
17755 "engines": {
17756 "node": ">=10"
17757 },
17758 "funding": {
17759 "url": "https://github.com/sponsors/sindresorhus"
17760 }
17761 },
17762 "node_modules/type-is": {
17763 "version": "1.6.18",
17764 "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
17765 "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
17766 "license": "MIT",
17767 "dependencies": {
17768 "media-typer": "0.3.0",
17769 "mime-types": "~2.1.24"
17770 },
17771 "engines": {
17772 "node": ">= 0.6"
17773 }
17774 },
17775 "node_modules/typed-array-buffer": {
17776 "version": "1.0.3",
17777 "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
17778 "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
17779 "license": "MIT",
17780 "dependencies": {
17781 "call-bound": "^1.0.3",
17782 "es-errors": "^1.3.0",
17783 "is-typed-array": "^1.1.14"
17784 },
17785 "engines": {
17786 "node": ">= 0.4"
17787 }
17788 },
17789 "node_modules/typed-array-byte-length": {
17790 "version": "1.0.3",
17791 "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
17792 "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
17793 "license": "MIT",
17794 "dependencies": {
17795 "call-bind": "^1.0.8",
17796 "for-each": "^0.3.3",
17797 "gopd": "^1.2.0",
17798 "has-proto": "^1.2.0",
17799 "is-typed-array": "^1.1.14"
17800 },
17801 "engines": {
17802 "node": ">= 0.4"
17803 },
17804 "funding": {
17805 "url": "https://github.com/sponsors/ljharb"
17806 }
17807 },
17808 "node_modules/typed-array-byte-offset": {
17809 "version": "1.0.4",
17810 "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
17811 "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
17812 "license": "MIT",
17813 "dependencies": {
17814 "available-typed-arrays": "^1.0.7",
17815 "call-bind": "^1.0.8",
17816 "for-each": "^0.3.3",
17817 "gopd": "^1.2.0",
17818 "has-proto": "^1.2.0",
17819 "is-typed-array": "^1.1.15",
17820 "reflect.getprototypeof": "^1.0.9"
17821 },
17822 "engines": {
17823 "node": ">= 0.4"
17824 },
17825 "funding": {
17826 "url": "https://github.com/sponsors/ljharb"
17827 }
17828 },
17829 "node_modules/typed-array-length": {
17830 "version": "1.0.7",
17831 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
17832 "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
17833 "license": "MIT",
17834 "dependencies": {
17835 "call-bind": "^1.0.7",
17836 "for-each": "^0.3.3",
17837 "gopd": "^1.0.1",
17838 "is-typed-array": "^1.1.13",
17839 "possible-typed-array-names": "^1.0.0",
17840 "reflect.getprototypeof": "^1.0.6"
17841 },
17842 "engines": {
17843 "node": ">= 0.4"
17844 },
17845 "funding": {
17846 "url": "https://github.com/sponsors/ljharb"
17847 }
17848 },
17849 "node_modules/typedarray-to-buffer": {
17850 "version": "3.1.5",
17851 "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
17852 "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
17853 "license": "MIT",
17854 "dependencies": {
17855 "is-typedarray": "^1.0.0"
17856 }
17857 },
17858 "node_modules/typescript": {
17859 "version": "4.9.5",
17860 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
17861 "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
17862 "license": "Apache-2.0",
17863 "bin": {
17864 "tsc": "bin/tsc",
17865 "tsserver": "bin/tsserver"
17866 },
17867 "engines": {
17868 "node": ">=4.2.0"
17869 }
17870 },
17871 "node_modules/uid-safe": {
17872 "version": "2.1.5",
17873 "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",
17874 "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==",
17875 "license": "MIT",
17876 "dependencies": {
17877 "random-bytes": "~1.0.0"
17878 },
17879 "engines": {
17880 "node": ">= 0.8"
17881 }
17882 },
17883 "node_modules/uint8arrays": {
17884 "version": "3.0.0",
17885 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
17886 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==",
17887 "license": "MIT",
17888 "dependencies": {
17889 "multiformats": "^9.4.2"
17890 }
17891 },
17892 "node_modules/unbox-primitive": {
17893 "version": "1.1.0",
17894 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
17895 "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
17896 "license": "MIT",
17897 "dependencies": {
17898 "call-bound": "^1.0.3",
17899 "has-bigints": "^1.0.2",
17900 "has-symbols": "^1.1.0",
17901 "which-boxed-primitive": "^1.1.1"
17902 },
17903 "engines": {
17904 "node": ">= 0.4"
17905 },
17906 "funding": {
17907 "url": "https://github.com/sponsors/ljharb"
17908 }
17909 },
17910 "node_modules/underscore": {
17911 "version": "1.12.1",
17912 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
17913 "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
17914 "license": "MIT"
17915 },
17916 "node_modules/undici": {
17917 "version": "6.21.1",
17918 "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz",
17919 "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==",
17920 "license": "MIT",
17921 "engines": {
17922 "node": ">=18.17"
17923 }
17924 },
17925 "node_modules/undici-types": {
17926 "version": "6.20.0",
17927 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
17928 "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
17929 "license": "MIT"
17930 },
17931 "node_modules/unicode-canonical-property-names-ecmascript": {
17932 "version": "2.0.1",
17933 "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
17934 "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
17935 "license": "MIT",
17936 "engines": {
17937 "node": ">=4"
17938 }
17939 },
17940 "node_modules/unicode-match-property-ecmascript": {
17941 "version": "2.0.0",
17942 "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
17943 "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
17944 "license": "MIT",
17945 "dependencies": {
17946 "unicode-canonical-property-names-ecmascript": "^2.0.0",
17947 "unicode-property-aliases-ecmascript": "^2.0.0"
17948 },
17949 "engines": {
17950 "node": ">=4"
17951 }
17952 },
17953 "node_modules/unicode-match-property-value-ecmascript": {
17954 "version": "2.2.0",
17955 "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
17956 "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
17957 "license": "MIT",
17958 "engines": {
17959 "node": ">=4"
17960 }
17961 },
17962 "node_modules/unicode-property-aliases-ecmascript": {
17963 "version": "2.1.0",
17964 "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
17965 "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
17966 "license": "MIT",
17967 "engines": {
17968 "node": ">=4"
17969 }
17970 },
17971 "node_modules/unique-string": {
17972 "version": "2.0.0",
17973 "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
17974 "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
17975 "license": "MIT",
17976 "dependencies": {
17977 "crypto-random-string": "^2.0.0"
17978 },
17979 "engines": {
17980 "node": ">=8"
17981 }
17982 },
17983 "node_modules/universalify": {
17984 "version": "2.0.1",
17985 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
17986 "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
17987 "license": "MIT",
17988 "engines": {
17989 "node": ">= 10.0.0"
17990 }
17991 },
17992 "node_modules/unpipe": {
17993 "version": "1.0.0",
17994 "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
17995 "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
17996 "license": "MIT",
17997 "engines": {
17998 "node": ">= 0.8"
17999 }
18000 },
18001 "node_modules/unquote": {
18002 "version": "1.1.1",
18003 "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
18004 "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==",
18005 "license": "MIT"
18006 },
18007 "node_modules/upath": {
18008 "version": "1.2.0",
18009 "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
18010 "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
18011 "license": "MIT",
18012 "engines": {
18013 "node": ">=4",
18014 "yarn": "*"
18015 }
18016 },
18017 "node_modules/update-browserslist-db": {
18018 "version": "1.1.2",
18019 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
18020 "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==",
18021 "funding": [
18022 {
18023 "type": "opencollective",
18024 "url": "https://opencollective.com/browserslist"
18025 },
18026 {
18027 "type": "tidelift",
18028 "url": "https://tidelift.com/funding/github/npm/browserslist"
18029 },
18030 {
18031 "type": "github",
18032 "url": "https://github.com/sponsors/ai"
18033 }
18034 ],
18035 "license": "MIT",
18036 "dependencies": {
18037 "escalade": "^3.2.0",
18038 "picocolors": "^1.1.1"
18039 },
18040 "bin": {
18041 "update-browserslist-db": "cli.js"
18042 },
18043 "peerDependencies": {
18044 "browserslist": ">= 4.21.0"
18045 }
18046 },
18047 "node_modules/uri-js": {
18048 "version": "4.4.1",
18049 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
18050 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
18051 "license": "BSD-2-Clause",
18052 "dependencies": {
18053 "punycode": "^2.1.0"
18054 }
18055 },
18056 "node_modules/url-parse": {
18057 "version": "1.5.10",
18058 "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
18059 "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
18060 "license": "MIT",
18061 "dependencies": {
18062 "querystringify": "^2.1.1",
18063 "requires-port": "^1.0.0"
18064 }
18065 },
18066 "node_modules/util-deprecate": {
18067 "version": "1.0.2",
18068 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
18069 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
18070 "license": "MIT"
18071 },
18072 "node_modules/util.promisify": {
18073 "version": "1.0.1",
18074 "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
18075 "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
18076 "license": "MIT",
18077 "dependencies": {
18078 "define-properties": "^1.1.3",
18079 "es-abstract": "^1.17.2",
18080 "has-symbols": "^1.0.1",
18081 "object.getownpropertydescriptors": "^2.1.0"
18082 },
18083 "funding": {
18084 "url": "https://github.com/sponsors/ljharb"
18085 }
18086 },
18087 "node_modules/utila": {
18088 "version": "0.4.0",
18089 "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
18090 "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==",
18091 "license": "MIT"
18092 },
18093 "node_modules/utils-merge": {
18094 "version": "1.0.1",
18095 "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
18096 "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
18097 "license": "MIT",
18098 "engines": {
18099 "node": ">= 0.4.0"
18100 }
18101 },
18102 "node_modules/uuid": {
18103 "version": "8.3.2",
18104 "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
18105 "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
18106 "license": "MIT",
18107 "bin": {
18108 "uuid": "dist/bin/uuid"
18109 }
18110 },
18111 "node_modules/v8-to-istanbul": {
18112 "version": "8.1.1",
18113 "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
18114 "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
18115 "license": "ISC",
18116 "dependencies": {
18117 "@types/istanbul-lib-coverage": "^2.0.1",
18118 "convert-source-map": "^1.6.0",
18119 "source-map": "^0.7.3"
18120 },
18121 "engines": {
18122 "node": ">=10.12.0"
18123 }
18124 },
18125 "node_modules/v8-to-istanbul/node_modules/convert-source-map": {
18126 "version": "1.9.0",
18127 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
18128 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
18129 "license": "MIT"
18130 },
18131 "node_modules/vary": {
18132 "version": "1.1.2",
18133 "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
18134 "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
18135 "license": "MIT",
18136 "engines": {
18137 "node": ">= 0.8"
18138 }
18139 },
18140 "node_modules/victory-vendor": {
18141 "version": "36.9.2",
18142 "resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz",
18143 "integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==",
18144 "license": "MIT AND ISC",
18145 "dependencies": {
18146 "@types/d3-array": "^3.0.3",
18147 "@types/d3-ease": "^3.0.0",
18148 "@types/d3-interpolate": "^3.0.1",
18149 "@types/d3-scale": "^4.0.2",
18150 "@types/d3-shape": "^3.1.0",
18151 "@types/d3-time": "^3.0.0",
18152 "@types/d3-timer": "^3.0.0",
18153 "d3-array": "^3.1.6",
18154 "d3-ease": "^3.0.1",
18155 "d3-interpolate": "^3.0.1",
18156 "d3-scale": "^4.0.2",
18157 "d3-shape": "^3.1.0",
18158 "d3-time": "^3.0.0",
18159 "d3-timer": "^3.0.1"
18160 }
18161 },
18162 "node_modules/w3c-hr-time": {
18163 "version": "1.0.2",
18164 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
18165 "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
18166 "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
18167 "license": "MIT",
18168 "dependencies": {
18169 "browser-process-hrtime": "^1.0.0"
18170 }
18171 },
18172 "node_modules/w3c-xmlserializer": {
18173 "version": "2.0.0",
18174 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
18175 "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
18176 "license": "MIT",
18177 "dependencies": {
18178 "xml-name-validator": "^3.0.0"
18179 },
18180 "engines": {
18181 "node": ">=10"
18182 }
18183 },
18184 "node_modules/walker": {
18185 "version": "1.0.8",
18186 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
18187 "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
18188 "license": "Apache-2.0",
18189 "dependencies": {
18190 "makeerror": "1.0.12"
18191 }
18192 },
18193 "node_modules/watchpack": {
18194 "version": "2.4.2",
18195 "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz",
18196 "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==",
18197 "license": "MIT",
18198 "dependencies": {
18199 "glob-to-regexp": "^0.4.1",
18200 "graceful-fs": "^4.1.2"
18201 },
18202 "engines": {
18203 "node": ">=10.13.0"
18204 }
18205 },
18206 "node_modules/wbuf": {
18207 "version": "1.7.3",
18208 "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
18209 "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
18210 "license": "MIT",
18211 "dependencies": {
18212 "minimalistic-assert": "^1.0.0"
18213 }
18214 },
18215 "node_modules/web-vitals": {
18216 "version": "4.2.4",
18217 "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz",
18218 "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==",
18219 "license": "Apache-2.0"
18220 },
18221 "node_modules/webidl-conversions": {
18222 "version": "6.1.0",
18223 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
18224 "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
18225 "license": "BSD-2-Clause",
18226 "engines": {
18227 "node": ">=10.4"
18228 }
18229 },
18230 "node_modules/webpack": {
18231 "version": "5.98.0",
18232 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz",
18233 "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==",
18234 "license": "MIT",
18235 "dependencies": {
18236 "@types/eslint-scope": "^3.7.7",
18237 "@types/estree": "^1.0.6",
18238 "@webassemblyjs/ast": "^1.14.1",
18239 "@webassemblyjs/wasm-edit": "^1.14.1",
18240 "@webassemblyjs/wasm-parser": "^1.14.1",
18241 "acorn": "^8.14.0",
18242 "browserslist": "^4.24.0",
18243 "chrome-trace-event": "^1.0.2",
18244 "enhanced-resolve": "^5.17.1",
18245 "es-module-lexer": "^1.2.1",
18246 "eslint-scope": "5.1.1",
18247 "events": "^3.2.0",
18248 "glob-to-regexp": "^0.4.1",
18249 "graceful-fs": "^4.2.11",
18250 "json-parse-even-better-errors": "^2.3.1",
18251 "loader-runner": "^4.2.0",
18252 "mime-types": "^2.1.27",
18253 "neo-async": "^2.6.2",
18254 "schema-utils": "^4.3.0",
18255 "tapable": "^2.1.1",
18256 "terser-webpack-plugin": "^5.3.11",
18257 "watchpack": "^2.4.1",
18258 "webpack-sources": "^3.2.3"
18259 },
18260 "bin": {
18261 "webpack": "bin/webpack.js"
18262 },
18263 "engines": {
18264 "node": ">=10.13.0"
18265 },
18266 "funding": {
18267 "type": "opencollective",
18268 "url": "https://opencollective.com/webpack"
18269 },
18270 "peerDependenciesMeta": {
18271 "webpack-cli": {
18272 "optional": true
18273 }
18274 }
18275 },
18276 "node_modules/webpack-dev-middleware": {
18277 "version": "5.3.4",
18278 "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz",
18279 "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==",
18280 "license": "MIT",
18281 "dependencies": {
18282 "colorette": "^2.0.10",
18283 "memfs": "^3.4.3",
18284 "mime-types": "^2.1.31",
18285 "range-parser": "^1.2.1",
18286 "schema-utils": "^4.0.0"
18287 },
18288 "engines": {
18289 "node": ">= 12.13.0"
18290 },
18291 "funding": {
18292 "type": "opencollective",
18293 "url": "https://opencollective.com/webpack"
18294 },
18295 "peerDependencies": {
18296 "webpack": "^4.0.0 || ^5.0.0"
18297 }
18298 },
18299 "node_modules/webpack-dev-server": {
18300 "version": "4.15.2",
18301 "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz",
18302 "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==",
18303 "license": "MIT",
18304 "dependencies": {
18305 "@types/bonjour": "^3.5.9",
18306 "@types/connect-history-api-fallback": "^1.3.5",
18307 "@types/express": "^4.17.13",
18308 "@types/serve-index": "^1.9.1",
18309 "@types/serve-static": "^1.13.10",
18310 "@types/sockjs": "^0.3.33",
18311 "@types/ws": "^8.5.5",
18312 "ansi-html-community": "^0.0.8",
18313 "bonjour-service": "^1.0.11",
18314 "chokidar": "^3.5.3",
18315 "colorette": "^2.0.10",
18316 "compression": "^1.7.4",
18317 "connect-history-api-fallback": "^2.0.0",
18318 "default-gateway": "^6.0.3",
18319 "express": "^4.17.3",
18320 "graceful-fs": "^4.2.6",
18321 "html-entities": "^2.3.2",
18322 "http-proxy-middleware": "^2.0.3",
18323 "ipaddr.js": "^2.0.1",
18324 "launch-editor": "^2.6.0",
18325 "open": "^8.0.9",
18326 "p-retry": "^4.5.0",
18327 "rimraf": "^3.0.2",
18328 "schema-utils": "^4.0.0",
18329 "selfsigned": "^2.1.1",
18330 "serve-index": "^1.9.1",
18331 "sockjs": "^0.3.24",
18332 "spdy": "^4.0.2",
18333 "webpack-dev-middleware": "^5.3.4",
18334 "ws": "^8.13.0"
18335 },
18336 "bin": {
18337 "webpack-dev-server": "bin/webpack-dev-server.js"
18338 },
18339 "engines": {
18340 "node": ">= 12.13.0"
18341 },
18342 "funding": {
18343 "type": "opencollective",
18344 "url": "https://opencollective.com/webpack"
18345 },
18346 "peerDependencies": {
18347 "webpack": "^4.37.0 || ^5.0.0"
18348 },
18349 "peerDependenciesMeta": {
18350 "webpack": {
18351 "optional": true
18352 },
18353 "webpack-cli": {
18354 "optional": true
18355 }
18356 }
18357 },
18358 "node_modules/webpack-dev-server/node_modules/ws": {
18359 "version": "8.18.0",
18360 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
18361 "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
18362 "license": "MIT",
18363 "engines": {
18364 "node": ">=10.0.0"
18365 },
18366 "peerDependencies": {
18367 "bufferutil": "^4.0.1",
18368 "utf-8-validate": ">=5.0.2"
18369 },
18370 "peerDependenciesMeta": {
18371 "bufferutil": {
18372 "optional": true
18373 },
18374 "utf-8-validate": {
18375 "optional": true
18376 }
18377 }
18378 },
18379 "node_modules/webpack-manifest-plugin": {
18380 "version": "4.1.1",
18381 "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
18382 "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
18383 "license": "MIT",
18384 "dependencies": {
18385 "tapable": "^2.0.0",
18386 "webpack-sources": "^2.2.0"
18387 },
18388 "engines": {
18389 "node": ">=12.22.0"
18390 },
18391 "peerDependencies": {
18392 "webpack": "^4.44.2 || ^5.47.0"
18393 }
18394 },
18395 "node_modules/webpack-manifest-plugin/node_modules/source-map": {
18396 "version": "0.6.1",
18397 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
18398 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
18399 "license": "BSD-3-Clause",
18400 "engines": {
18401 "node": ">=0.10.0"
18402 }
18403 },
18404 "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
18405 "version": "2.3.1",
18406 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
18407 "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
18408 "license": "MIT",
18409 "dependencies": {
18410 "source-list-map": "^2.0.1",
18411 "source-map": "^0.6.1"
18412 },
18413 "engines": {
18414 "node": ">=10.13.0"
18415 }
18416 },
18417 "node_modules/webpack-sources": {
18418 "version": "3.2.3",
18419 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
18420 "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
18421 "license": "MIT",
18422 "engines": {
18423 "node": ">=10.13.0"
18424 }
18425 },
18426 "node_modules/webpack/node_modules/eslint-scope": {
18427 "version": "5.1.1",
18428 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
18429 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
18430 "license": "BSD-2-Clause",
18431 "dependencies": {
18432 "esrecurse": "^4.3.0",
18433 "estraverse": "^4.1.1"
18434 },
18435 "engines": {
18436 "node": ">=8.0.0"
18437 }
18438 },
18439 "node_modules/webpack/node_modules/estraverse": {
18440 "version": "4.3.0",
18441 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
18442 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
18443 "license": "BSD-2-Clause",
18444 "engines": {
18445 "node": ">=4.0"
18446 }
18447 },
18448 "node_modules/websocket-driver": {
18449 "version": "0.7.4",
18450 "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
18451 "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
18452 "license": "Apache-2.0",
18453 "dependencies": {
18454 "http-parser-js": ">=0.5.1",
18455 "safe-buffer": ">=5.1.0",
18456 "websocket-extensions": ">=0.1.1"
18457 },
18458 "engines": {
18459 "node": ">=0.8.0"
18460 }
18461 },
18462 "node_modules/websocket-extensions": {
18463 "version": "0.1.4",
18464 "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
18465 "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
18466 "license": "Apache-2.0",
18467 "engines": {
18468 "node": ">=0.8.0"
18469 }
18470 },
18471 "node_modules/whatwg-encoding": {
18472 "version": "1.0.5",
18473 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
18474 "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
18475 "license": "MIT",
18476 "dependencies": {
18477 "iconv-lite": "0.4.24"
18478 }
18479 },
18480 "node_modules/whatwg-encoding/node_modules/iconv-lite": {
18481 "version": "0.4.24",
18482 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
18483 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
18484 "license": "MIT",
18485 "dependencies": {
18486 "safer-buffer": ">= 2.1.2 < 3"
18487 },
18488 "engines": {
18489 "node": ">=0.10.0"
18490 }
18491 },
18492 "node_modules/whatwg-fetch": {
18493 "version": "3.6.20",
18494 "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
18495 "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==",
18496 "license": "MIT"
18497 },
18498 "node_modules/whatwg-mimetype": {
18499 "version": "2.3.0",
18500 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
18501 "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
18502 "license": "MIT"
18503 },
18504 "node_modules/whatwg-url": {
18505 "version": "8.7.0",
18506 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
18507 "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
18508 "license": "MIT",
18509 "dependencies": {
18510 "lodash": "^4.7.0",
18511 "tr46": "^2.1.0",
18512 "webidl-conversions": "^6.1.0"
18513 },
18514 "engines": {
18515 "node": ">=10"
18516 }
18517 },
18518 "node_modules/which": {
18519 "version": "2.0.2",
18520 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
18521 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
18522 "license": "ISC",
18523 "dependencies": {
18524 "isexe": "^2.0.0"
18525 },
18526 "bin": {
18527 "node-which": "bin/node-which"
18528 },
18529 "engines": {
18530 "node": ">= 8"
18531 }
18532 },
18533 "node_modules/which-boxed-primitive": {
18534 "version": "1.1.1",
18535 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
18536 "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
18537 "license": "MIT",
18538 "dependencies": {
18539 "is-bigint": "^1.1.0",
18540 "is-boolean-object": "^1.2.1",
18541 "is-number-object": "^1.1.1",
18542 "is-string": "^1.1.1",
18543 "is-symbol": "^1.1.1"
18544 },
18545 "engines": {
18546 "node": ">= 0.4"
18547 },
18548 "funding": {
18549 "url": "https://github.com/sponsors/ljharb"
18550 }
18551 },
18552 "node_modules/which-builtin-type": {
18553 "version": "1.2.1",
18554 "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
18555 "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
18556 "license": "MIT",
18557 "dependencies": {
18558 "call-bound": "^1.0.2",
18559 "function.prototype.name": "^1.1.6",
18560 "has-tostringtag": "^1.0.2",
18561 "is-async-function": "^2.0.0",
18562 "is-date-object": "^1.1.0",
18563 "is-finalizationregistry": "^1.1.0",
18564 "is-generator-function": "^1.0.10",
18565 "is-regex": "^1.2.1",
18566 "is-weakref": "^1.0.2",
18567 "isarray": "^2.0.5",
18568 "which-boxed-primitive": "^1.1.0",
18569 "which-collection": "^1.0.2",
18570 "which-typed-array": "^1.1.16"
18571 },
18572 "engines": {
18573 "node": ">= 0.4"
18574 },
18575 "funding": {
18576 "url": "https://github.com/sponsors/ljharb"
18577 }
18578 },
18579 "node_modules/which-collection": {
18580 "version": "1.0.2",
18581 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
18582 "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
18583 "license": "MIT",
18584 "dependencies": {
18585 "is-map": "^2.0.3",
18586 "is-set": "^2.0.3",
18587 "is-weakmap": "^2.0.2",
18588 "is-weakset": "^2.0.3"
18589 },
18590 "engines": {
18591 "node": ">= 0.4"
18592 },
18593 "funding": {
18594 "url": "https://github.com/sponsors/ljharb"
18595 }
18596 },
18597 "node_modules/which-typed-array": {
18598 "version": "1.1.18",
18599 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz",
18600 "integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==",
18601 "license": "MIT",
18602 "dependencies": {
18603 "available-typed-arrays": "^1.0.7",
18604 "call-bind": "^1.0.8",
18605 "call-bound": "^1.0.3",
18606 "for-each": "^0.3.3",
18607 "gopd": "^1.2.0",
18608 "has-tostringtag": "^1.0.2"
18609 },
18610 "engines": {
18611 "node": ">= 0.4"
18612 },
18613 "funding": {
18614 "url": "https://github.com/sponsors/ljharb"
18615 }
18616 },
18617 "node_modules/word-wrap": {
18618 "version": "1.2.5",
18619 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
18620 "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
18621 "license": "MIT",
18622 "engines": {
18623 "node": ">=0.10.0"
18624 }
18625 },
18626 "node_modules/workbox-background-sync": {
18627 "version": "6.6.0",
18628 "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz",
18629 "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==",
18630 "license": "MIT",
18631 "dependencies": {
18632 "idb": "^7.0.1",
18633 "workbox-core": "6.6.0"
18634 }
18635 },
18636 "node_modules/workbox-broadcast-update": {
18637 "version": "6.6.0",
18638 "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz",
18639 "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==",
18640 "license": "MIT",
18641 "dependencies": {
18642 "workbox-core": "6.6.0"
18643 }
18644 },
18645 "node_modules/workbox-build": {
18646 "version": "6.6.0",
18647 "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz",
18648 "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==",
18649 "license": "MIT",
18650 "dependencies": {
18651 "@apideck/better-ajv-errors": "^0.3.1",
18652 "@babel/core": "^7.11.1",
18653 "@babel/preset-env": "^7.11.0",
18654 "@babel/runtime": "^7.11.2",
18655 "@rollup/plugin-babel": "^5.2.0",
18656 "@rollup/plugin-node-resolve": "^11.2.1",
18657 "@rollup/plugin-replace": "^2.4.1",
18658 "@surma/rollup-plugin-off-main-thread": "^2.2.3",
18659 "ajv": "^8.6.0",
18660 "common-tags": "^1.8.0",
18661 "fast-json-stable-stringify": "^2.1.0",
18662 "fs-extra": "^9.0.1",
18663 "glob": "^7.1.6",
18664 "lodash": "^4.17.20",
18665 "pretty-bytes": "^5.3.0",
18666 "rollup": "^2.43.1",
18667 "rollup-plugin-terser": "^7.0.0",
18668 "source-map": "^0.8.0-beta.0",
18669 "stringify-object": "^3.3.0",
18670 "strip-comments": "^2.0.1",
18671 "tempy": "^0.6.0",
18672 "upath": "^1.2.0",
18673 "workbox-background-sync": "6.6.0",
18674 "workbox-broadcast-update": "6.6.0",
18675 "workbox-cacheable-response": "6.6.0",
18676 "workbox-core": "6.6.0",
18677 "workbox-expiration": "6.6.0",
18678 "workbox-google-analytics": "6.6.0",
18679 "workbox-navigation-preload": "6.6.0",
18680 "workbox-precaching": "6.6.0",
18681 "workbox-range-requests": "6.6.0",
18682 "workbox-recipes": "6.6.0",
18683 "workbox-routing": "6.6.0",
18684 "workbox-strategies": "6.6.0",
18685 "workbox-streams": "6.6.0",
18686 "workbox-sw": "6.6.0",
18687 "workbox-window": "6.6.0"
18688 },
18689 "engines": {
18690 "node": ">=10.0.0"
18691 }
18692 },
18693 "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
18694 "version": "0.3.6",
18695 "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
18696 "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
18697 "license": "MIT",
18698 "dependencies": {
18699 "json-schema": "^0.4.0",
18700 "jsonpointer": "^5.0.0",
18701 "leven": "^3.1.0"
18702 },
18703 "engines": {
18704 "node": ">=10"
18705 },
18706 "peerDependencies": {
18707 "ajv": ">=8"
18708 }
18709 },
18710 "node_modules/workbox-build/node_modules/ajv": {
18711 "version": "8.17.1",
18712 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
18713 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
18714 "license": "MIT",
18715 "dependencies": {
18716 "fast-deep-equal": "^3.1.3",
18717 "fast-uri": "^3.0.1",
18718 "json-schema-traverse": "^1.0.0",
18719 "require-from-string": "^2.0.2"
18720 },
18721 "funding": {
18722 "type": "github",
18723 "url": "https://github.com/sponsors/epoberezkin"
18724 }
18725 },
18726 "node_modules/workbox-build/node_modules/fs-extra": {
18727 "version": "9.1.0",
18728 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
18729 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
18730 "license": "MIT",
18731 "dependencies": {
18732 "at-least-node": "^1.0.0",
18733 "graceful-fs": "^4.2.0",
18734 "jsonfile": "^6.0.1",
18735 "universalify": "^2.0.0"
18736 },
18737 "engines": {
18738 "node": ">=10"
18739 }
18740 },
18741 "node_modules/workbox-build/node_modules/json-schema-traverse": {
18742 "version": "1.0.0",
18743 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
18744 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
18745 "license": "MIT"
18746 },
18747 "node_modules/workbox-build/node_modules/source-map": {
18748 "version": "0.8.0-beta.0",
18749 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
18750 "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
18751 "license": "BSD-3-Clause",
18752 "dependencies": {
18753 "whatwg-url": "^7.0.0"
18754 },
18755 "engines": {
18756 "node": ">= 8"
18757 }
18758 },
18759 "node_modules/workbox-build/node_modules/tr46": {
18760 "version": "1.0.1",
18761 "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
18762 "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
18763 "license": "MIT",
18764 "dependencies": {
18765 "punycode": "^2.1.0"
18766 }
18767 },
18768 "node_modules/workbox-build/node_modules/webidl-conversions": {
18769 "version": "4.0.2",
18770 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
18771 "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
18772 "license": "BSD-2-Clause"
18773 },
18774 "node_modules/workbox-build/node_modules/whatwg-url": {
18775 "version": "7.1.0",
18776 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
18777 "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
18778 "license": "MIT",
18779 "dependencies": {
18780 "lodash.sortby": "^4.7.0",
18781 "tr46": "^1.0.1",
18782 "webidl-conversions": "^4.0.2"
18783 }
18784 },
18785 "node_modules/workbox-cacheable-response": {
18786 "version": "6.6.0",
18787 "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz",
18788 "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==",
18789 "deprecated": "workbox-background-sync@6.6.0",
18790 "license": "MIT",
18791 "dependencies": {
18792 "workbox-core": "6.6.0"
18793 }
18794 },
18795 "node_modules/workbox-core": {
18796 "version": "6.6.0",
18797 "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz",
18798 "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==",
18799 "license": "MIT"
18800 },
18801 "node_modules/workbox-expiration": {
18802 "version": "6.6.0",
18803 "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz",
18804 "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==",
18805 "license": "MIT",
18806 "dependencies": {
18807 "idb": "^7.0.1",
18808 "workbox-core": "6.6.0"
18809 }
18810 },
18811 "node_modules/workbox-google-analytics": {
18812 "version": "6.6.0",
18813 "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz",
18814 "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==",
18815 "deprecated": "It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained",
18816 "license": "MIT",
18817 "dependencies": {
18818 "workbox-background-sync": "6.6.0",
18819 "workbox-core": "6.6.0",
18820 "workbox-routing": "6.6.0",
18821 "workbox-strategies": "6.6.0"
18822 }
18823 },
18824 "node_modules/workbox-navigation-preload": {
18825 "version": "6.6.0",
18826 "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz",
18827 "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==",
18828 "license": "MIT",
18829 "dependencies": {
18830 "workbox-core": "6.6.0"
18831 }
18832 },
18833 "node_modules/workbox-precaching": {
18834 "version": "6.6.0",
18835 "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz",
18836 "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==",
18837 "license": "MIT",
18838 "dependencies": {
18839 "workbox-core": "6.6.0",
18840 "workbox-routing": "6.6.0",
18841 "workbox-strategies": "6.6.0"
18842 }
18843 },
18844 "node_modules/workbox-range-requests": {
18845 "version": "6.6.0",
18846 "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz",
18847 "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==",
18848 "license": "MIT",
18849 "dependencies": {
18850 "workbox-core": "6.6.0"
18851 }
18852 },
18853 "node_modules/workbox-recipes": {
18854 "version": "6.6.0",
18855 "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz",
18856 "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==",
18857 "license": "MIT",
18858 "dependencies": {
18859 "workbox-cacheable-response": "6.6.0",
18860 "workbox-core": "6.6.0",
18861 "workbox-expiration": "6.6.0",
18862 "workbox-precaching": "6.6.0",
18863 "workbox-routing": "6.6.0",
18864 "workbox-strategies": "6.6.0"
18865 }
18866 },
18867 "node_modules/workbox-routing": {
18868 "version": "6.6.0",
18869 "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz",
18870 "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==",
18871 "license": "MIT",
18872 "dependencies": {
18873 "workbox-core": "6.6.0"
18874 }
18875 },
18876 "node_modules/workbox-strategies": {
18877 "version": "6.6.0",
18878 "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz",
18879 "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==",
18880 "license": "MIT",
18881 "dependencies": {
18882 "workbox-core": "6.6.0"
18883 }
18884 },
18885 "node_modules/workbox-streams": {
18886 "version": "6.6.0",
18887 "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz",
18888 "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==",
18889 "license": "MIT",
18890 "dependencies": {
18891 "workbox-core": "6.6.0",
18892 "workbox-routing": "6.6.0"
18893 }
18894 },
18895 "node_modules/workbox-sw": {
18896 "version": "6.6.0",
18897 "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz",
18898 "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==",
18899 "license": "MIT"
18900 },
18901 "node_modules/workbox-webpack-plugin": {
18902 "version": "6.6.0",
18903 "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz",
18904 "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==",
18905 "license": "MIT",
18906 "dependencies": {
18907 "fast-json-stable-stringify": "^2.1.0",
18908 "pretty-bytes": "^5.4.1",
18909 "upath": "^1.2.0",
18910 "webpack-sources": "^1.4.3",
18911 "workbox-build": "6.6.0"
18912 },
18913 "engines": {
18914 "node": ">=10.0.0"
18915 },
18916 "peerDependencies": {
18917 "webpack": "^4.4.0 || ^5.9.0"
18918 }
18919 },
18920 "node_modules/workbox-webpack-plugin/node_modules/source-map": {
18921 "version": "0.6.1",
18922 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
18923 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
18924 "license": "BSD-3-Clause",
18925 "engines": {
18926 "node": ">=0.10.0"
18927 }
18928 },
18929 "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
18930 "version": "1.4.3",
18931 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
18932 "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
18933 "license": "MIT",
18934 "dependencies": {
18935 "source-list-map": "^2.0.0",
18936 "source-map": "~0.6.1"
18937 }
18938 },
18939 "node_modules/workbox-window": {
18940 "version": "6.6.0",
18941 "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz",
18942 "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==",
18943 "license": "MIT",
18944 "dependencies": {
18945 "@types/trusted-types": "^2.0.2",
18946 "workbox-core": "6.6.0"
18947 }
18948 },
18949 "node_modules/wrap-ansi": {
18950 "version": "7.0.0",
18951 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
18952 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
18953 "license": "MIT",
18954 "dependencies": {
18955 "ansi-styles": "^4.0.0",
18956 "string-width": "^4.1.0",
18957 "strip-ansi": "^6.0.0"
18958 },
18959 "engines": {
18960 "node": ">=10"
18961 },
18962 "funding": {
18963 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
18964 }
18965 },
18966 "node_modules/wrap-ansi-cjs": {
18967 "name": "wrap-ansi",
18968 "version": "7.0.0",
18969 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
18970 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
18971 "license": "MIT",
18972 "dependencies": {
18973 "ansi-styles": "^4.0.0",
18974 "string-width": "^4.1.0",
18975 "strip-ansi": "^6.0.0"
18976 },
18977 "engines": {
18978 "node": ">=10"
18979 },
18980 "funding": {
18981 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
18982 }
18983 },
18984 "node_modules/wrappy": {
18985 "version": "1.0.2",
18986 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
18987 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
18988 "license": "ISC"
18989 },
18990 "node_modules/write-file-atomic": {
18991 "version": "3.0.3",
18992 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
18993 "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
18994 "license": "ISC",
18995 "dependencies": {
18996 "imurmurhash": "^0.1.4",
18997 "is-typedarray": "^1.0.0",
18998 "signal-exit": "^3.0.2",
18999 "typedarray-to-buffer": "^3.1.5"
19000 }
19001 },
19002 "node_modules/ws": {
19003 "version": "7.5.10",
19004 "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
19005 "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
19006 "license": "MIT",
19007 "engines": {
19008 "node": ">=8.3.0"
19009 },
19010 "peerDependencies": {
19011 "bufferutil": "^4.0.1",
19012 "utf-8-validate": "^5.0.2"
19013 },
19014 "peerDependenciesMeta": {
19015 "bufferutil": {
19016 "optional": true
19017 },
19018 "utf-8-validate": {
19019 "optional": true
19020 }
19021 }
19022 },
19023 "node_modules/xml-name-validator": {
19024 "version": "3.0.0",
19025 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
19026 "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
19027 "license": "Apache-2.0"
19028 },
19029 "node_modules/xmlchars": {
19030 "version": "2.2.0",
19031 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
19032 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
19033 "license": "MIT"
19034 },
19035 "node_modules/y18n": {
19036 "version": "5.0.8",
19037 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
19038 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
19039 "license": "ISC",
19040 "engines": {
19041 "node": ">=10"
19042 }
19043 },
19044 "node_modules/yallist": {
19045 "version": "3.1.1",
19046 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
19047 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
19048 "license": "ISC"
19049 },
19050 "node_modules/yaml": {
19051 "version": "1.10.2",
19052 "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
19053 "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
19054 "license": "ISC",
19055 "engines": {
19056 "node": ">= 6"
19057 }
19058 },
19059 "node_modules/yargs": {
19060 "version": "16.2.0",
19061 "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
19062 "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
19063 "license": "MIT",
19064 "dependencies": {
19065 "cliui": "^7.0.2",
19066 "escalade": "^3.1.1",
19067 "get-caller-file": "^2.0.5",
19068 "require-directory": "^2.1.1",
19069 "string-width": "^4.2.0",
19070 "y18n": "^5.0.5",
19071 "yargs-parser": "^20.2.2"
19072 },
19073 "engines": {
19074 "node": ">=10"
19075 }
19076 },
19077 "node_modules/yargs-parser": {
19078 "version": "20.2.9",
19079 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
19080 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
19081 "license": "ISC",
19082 "engines": {
19083 "node": ">=10"
19084 }
19085 },
19086 "node_modules/yocto-queue": {
19087 "version": "0.1.0",
19088 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
19089 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
19090 "license": "MIT",
19091 "engines": {
19092 "node": ">=10"
19093 },
19094 "funding": {
19095 "url": "https://github.com/sponsors/sindresorhus"
19096 }
19097 },
19098 "node_modules/zod": {
19099 "version": "3.24.2",
19100 "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz",
19101 "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==",
19102 "license": "MIT",
19103 "funding": {
19104 "url": "https://github.com/sponsors/colinhacks"
19105 }
19106 }
19107 }
19108}