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.12",
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.0",
205 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.0.tgz",
206 "integrity": "sha512-ZYL0P9myHybNgwh/hBY0HaBzqiLR1B5/ie5bJpLQAg0whRzNA28t8/nU2vh99tbsWcAF0LOD29M8++LyENJLNQ==",
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.9",
257 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.9.tgz",
258 "integrity": "sha512-/tmEuHQFr51V2V7EAVJzaA40sqJ7ylAZpR962VbOsPtmcdOHvezbjVHYEMXgfb927hS+xqbVyzBTbu5w9v8prA==",
259 "license": "MIT",
260 "dependencies": {
261 "@atproto/common-web": "^0.4.0",
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.12",
296 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-browser/-/oauth-client-browser-0.3.12.tgz",
297 "integrity": "sha512-VmpBoNIMOzfRZyAlimhBZ5WZftIf/Ysyi77cytxL9gHKIyB/tTUgB1oB4zSv3Oid01bPQHx73sMMIVfYEZ1Fpw==",
298 "license": "MIT",
299 "dependencies": {
300 "@atproto-labs/did-resolver": "0.1.11",
301 "@atproto-labs/handle-resolver": "0.1.7",
302 "@atproto-labs/simple-store": "0.1.2",
303 "@atproto/did": "0.1.5",
304 "@atproto/jwk": "0.1.4",
305 "@atproto/jwk-webcrypto": "0.1.5",
306 "@atproto/oauth-client": "0.3.12",
307 "@atproto/oauth-types": "0.2.4"
308 }
309 },
310 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto-labs/did-resolver": {
311 "version": "0.1.11",
312 "resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.1.11.tgz",
313 "integrity": "sha512-qXNzIX2GPQnxT1gl35nv/8ErDdc4Fj/+RlJE7oyE7JGkFAPUyuY03TvKJ79SmWFsWE8wyTXEpLuphr9Da1Vhkw==",
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.1.2",
319 "@atproto-labs/simple-store-memory": "0.1.2",
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/identity-resolver": {
334 "version": "0.1.15",
335 "resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.1.15.tgz",
336 "integrity": "sha512-3ABob5iUDoFL85I8/pJE4wncz3148fADoxNVAdksyACxxjpH1GNhSYNyIpRpdMCJ/kjj69DM9rggumTHqnD/Xg==",
337 "license": "MIT",
338 "dependencies": {
339 "@atproto-labs/did-resolver": "0.1.11",
340 "@atproto-labs/handle-resolver": "0.1.7",
341 "@atproto/syntax": "0.4.0"
342 }
343 },
344 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/jwk": {
345 "version": "0.1.4",
346 "resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.1.4.tgz",
347 "integrity": "sha512-dSRuEi0FbxL5ln6hEFHp5ZW01xbQH9yJi5odZaEYpcA6beZHf/bawlU12CQy/CDsbC3FxSqrBw7Q2t7mvdSBqw==",
348 "license": "MIT",
349 "dependencies": {
350 "multiformats": "^9.9.0",
351 "zod": "^3.23.8"
352 }
353 },
354 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/jwk-jose": {
355 "version": "0.1.5",
356 "resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.5.tgz",
357 "integrity": "sha512-piYZ3ohKhRiGlD6/bZCV/Ed3lIi7CVd6txbofEHik22EkYWK0nWKoEriCUSTssSylwFzeOq2r31Ut16WcJoghw==",
358 "license": "MIT",
359 "dependencies": {
360 "@atproto/jwk": "0.1.4",
361 "jose": "^5.2.0"
362 }
363 },
364 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/jwk-webcrypto": {
365 "version": "0.1.5",
366 "resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.1.5.tgz",
367 "integrity": "sha512-xsX8cJO6rBakLz8zNKenuKIbjoTeaiMi/ETOFFYGtlMlk1grdxDOe6OGpCmUDXaOiYWu3x5K5Hc4J9ooI/4nRg==",
368 "license": "MIT",
369 "dependencies": {
370 "@atproto/jwk": "0.1.4",
371 "@atproto/jwk-jose": "0.1.5",
372 "zod": "^3.23.8"
373 }
374 },
375 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/oauth-client": {
376 "version": "0.3.12",
377 "resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.3.12.tgz",
378 "integrity": "sha512-tDQzq/6PNspWeHBrYGZ+LU7t7PM/+0Ealk8V2PUfncGObLz0iPDS4RbWAzy0GH1foee1qIfRdiiKiEymMGIZDw==",
379 "license": "MIT",
380 "dependencies": {
381 "@atproto-labs/did-resolver": "0.1.11",
382 "@atproto-labs/fetch": "0.2.2",
383 "@atproto-labs/handle-resolver": "0.1.7",
384 "@atproto-labs/identity-resolver": "0.1.15",
385 "@atproto-labs/simple-store": "0.1.2",
386 "@atproto-labs/simple-store-memory": "0.1.2",
387 "@atproto/did": "0.1.5",
388 "@atproto/jwk": "0.1.4",
389 "@atproto/oauth-types": "0.2.4",
390 "@atproto/xrpc": "0.6.11",
391 "multiformats": "^9.9.0",
392 "zod": "^3.23.8"
393 }
394 },
395 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/oauth-types": {
396 "version": "0.2.4",
397 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.2.4.tgz",
398 "integrity": "sha512-V2LnlXi1CSmBQWTQgDm8l4oN7xYxlftVwM7hrvYNP+Jxo3Ozfe0QLK1Wy/CH6/ZqzrBBhYvcbf4DJYTUwPA+hw==",
399 "license": "MIT",
400 "dependencies": {
401 "@atproto/jwk": "0.1.4",
402 "zod": "^3.23.8"
403 }
404 },
405 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/syntax": {
406 "version": "0.4.0",
407 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.0.tgz",
408 "integrity": "sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA==",
409 "license": "MIT"
410 },
411 "node_modules/@atproto/oauth-client-browser/node_modules/@atproto/xrpc": {
412 "version": "0.6.11",
413 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.11.tgz",
414 "integrity": "sha512-J2cZP8FjoDN0UkyTYBlCvKvxwBbDm4dld47u6FQK30RJy9YpSiUkdxJJ10NYqpi7JVny3M0qWQgpWJDV94+PdA==",
415 "license": "MIT",
416 "dependencies": {
417 "@atproto/lexicon": "^0.4.9",
418 "zod": "^3.23.8"
419 }
420 },
421 "node_modules/@atproto/oauth-client-node": {
422 "version": "0.2.11",
423 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-node/-/oauth-client-node-0.2.11.tgz",
424 "integrity": "sha512-nWc4hatkuBISkkj+5LtJd56imwR/xawSAR5PxeeqRn7fLdmsEjY0/gwAS1EkTlBdHHxDW3yx8Cmy+i6Q1o4ZVw==",
425 "license": "MIT",
426 "dependencies": {
427 "@atproto-labs/did-resolver": "0.1.10",
428 "@atproto-labs/handle-resolver-node": "0.1.13",
429 "@atproto-labs/simple-store": "0.1.2",
430 "@atproto/did": "0.1.5",
431 "@atproto/jwk": "0.1.3",
432 "@atproto/jwk-jose": "0.1.4",
433 "@atproto/jwk-webcrypto": "0.1.4",
434 "@atproto/oauth-client": "0.3.10",
435 "@atproto/oauth-types": "0.2.3"
436 },
437 "engines": {
438 "node": ">=18.7.0"
439 }
440 },
441 "node_modules/@atproto/oauth-types": {
442 "version": "0.2.3",
443 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.2.3.tgz",
444 "integrity": "sha512-M+0WW/alS2BfhKtwvdU3rSaLoycw6kTH1kGKeyDdmb/xN/8QjU7T6dkJe+wX4NC7F23xdKfti9DZhBpEtn+/kg==",
445 "license": "MIT",
446 "dependencies": {
447 "@atproto/jwk": "0.1.3",
448 "zod": "^3.23.8"
449 }
450 },
451 "node_modules/@atproto/syntax": {
452 "version": "0.3.3",
453 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.3.3.tgz",
454 "integrity": "sha512-F1LZweesNYdBbZBXVa72N/cSvchG8Q1tG4/209ZXbIuM3FwQtkgn+zgmmV4P4ORmhOeXPBNXvMBpcqiwx/gEQQ==",
455 "license": "MIT"
456 },
457 "node_modules/@atproto/xrpc": {
458 "version": "0.6.9",
459 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.9.tgz",
460 "integrity": "sha512-vQGA7++DYMNaHx3C7vEjT+2X6hYYLG7JNbBnDLWu0km1/1KYXgRkAz4h+FfYqg1mvzvIorHU7DAs5wevkJDDlw==",
461 "license": "MIT",
462 "dependencies": {
463 "@atproto/lexicon": "^0.4.7",
464 "zod": "^3.23.8"
465 }
466 },
467 "node_modules/@babel/code-frame": {
468 "version": "7.26.2",
469 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
470 "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
471 "license": "MIT",
472 "dependencies": {
473 "@babel/helper-validator-identifier": "^7.25.9",
474 "js-tokens": "^4.0.0",
475 "picocolors": "^1.0.0"
476 },
477 "engines": {
478 "node": ">=6.9.0"
479 }
480 },
481 "node_modules/@babel/compat-data": {
482 "version": "7.26.8",
483 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz",
484 "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==",
485 "license": "MIT",
486 "engines": {
487 "node": ">=6.9.0"
488 }
489 },
490 "node_modules/@babel/core": {
491 "version": "7.26.9",
492 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz",
493 "integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==",
494 "license": "MIT",
495 "dependencies": {
496 "@ampproject/remapping": "^2.2.0",
497 "@babel/code-frame": "^7.26.2",
498 "@babel/generator": "^7.26.9",
499 "@babel/helper-compilation-targets": "^7.26.5",
500 "@babel/helper-module-transforms": "^7.26.0",
501 "@babel/helpers": "^7.26.9",
502 "@babel/parser": "^7.26.9",
503 "@babel/template": "^7.26.9",
504 "@babel/traverse": "^7.26.9",
505 "@babel/types": "^7.26.9",
506 "convert-source-map": "^2.0.0",
507 "debug": "^4.1.0",
508 "gensync": "^1.0.0-beta.2",
509 "json5": "^2.2.3",
510 "semver": "^6.3.1"
511 },
512 "engines": {
513 "node": ">=6.9.0"
514 },
515 "funding": {
516 "type": "opencollective",
517 "url": "https://opencollective.com/babel"
518 }
519 },
520 "node_modules/@babel/core/node_modules/debug": {
521 "version": "4.4.0",
522 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
523 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
524 "license": "MIT",
525 "dependencies": {
526 "ms": "^2.1.3"
527 },
528 "engines": {
529 "node": ">=6.0"
530 },
531 "peerDependenciesMeta": {
532 "supports-color": {
533 "optional": true
534 }
535 }
536 },
537 "node_modules/@babel/core/node_modules/ms": {
538 "version": "2.1.3",
539 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
540 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
541 "license": "MIT"
542 },
543 "node_modules/@babel/core/node_modules/semver": {
544 "version": "6.3.1",
545 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
546 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
547 "license": "ISC",
548 "bin": {
549 "semver": "bin/semver.js"
550 }
551 },
552 "node_modules/@babel/eslint-parser": {
553 "version": "7.26.8",
554 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz",
555 "integrity": "sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg==",
556 "license": "MIT",
557 "dependencies": {
558 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
559 "eslint-visitor-keys": "^2.1.0",
560 "semver": "^6.3.1"
561 },
562 "engines": {
563 "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
564 },
565 "peerDependencies": {
566 "@babel/core": "^7.11.0",
567 "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
568 }
569 },
570 "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
571 "version": "2.1.0",
572 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
573 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
574 "license": "Apache-2.0",
575 "engines": {
576 "node": ">=10"
577 }
578 },
579 "node_modules/@babel/eslint-parser/node_modules/semver": {
580 "version": "6.3.1",
581 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
582 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
583 "license": "ISC",
584 "bin": {
585 "semver": "bin/semver.js"
586 }
587 },
588 "node_modules/@babel/generator": {
589 "version": "7.26.9",
590 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.9.tgz",
591 "integrity": "sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==",
592 "license": "MIT",
593 "dependencies": {
594 "@babel/parser": "^7.26.9",
595 "@babel/types": "^7.26.9",
596 "@jridgewell/gen-mapping": "^0.3.5",
597 "@jridgewell/trace-mapping": "^0.3.25",
598 "jsesc": "^3.0.2"
599 },
600 "engines": {
601 "node": ">=6.9.0"
602 }
603 },
604 "node_modules/@babel/helper-annotate-as-pure": {
605 "version": "7.25.9",
606 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
607 "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
608 "license": "MIT",
609 "dependencies": {
610 "@babel/types": "^7.25.9"
611 },
612 "engines": {
613 "node": ">=6.9.0"
614 }
615 },
616 "node_modules/@babel/helper-compilation-targets": {
617 "version": "7.26.5",
618 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz",
619 "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==",
620 "license": "MIT",
621 "dependencies": {
622 "@babel/compat-data": "^7.26.5",
623 "@babel/helper-validator-option": "^7.25.9",
624 "browserslist": "^4.24.0",
625 "lru-cache": "^5.1.1",
626 "semver": "^6.3.1"
627 },
628 "engines": {
629 "node": ">=6.9.0"
630 }
631 },
632 "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
633 "version": "5.1.1",
634 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
635 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
636 "license": "ISC",
637 "dependencies": {
638 "yallist": "^3.0.2"
639 }
640 },
641 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
642 "version": "6.3.1",
643 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
644 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
645 "license": "ISC",
646 "bin": {
647 "semver": "bin/semver.js"
648 }
649 },
650 "node_modules/@babel/helper-create-class-features-plugin": {
651 "version": "7.26.9",
652 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz",
653 "integrity": "sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==",
654 "license": "MIT",
655 "dependencies": {
656 "@babel/helper-annotate-as-pure": "^7.25.9",
657 "@babel/helper-member-expression-to-functions": "^7.25.9",
658 "@babel/helper-optimise-call-expression": "^7.25.9",
659 "@babel/helper-replace-supers": "^7.26.5",
660 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
661 "@babel/traverse": "^7.26.9",
662 "semver": "^6.3.1"
663 },
664 "engines": {
665 "node": ">=6.9.0"
666 },
667 "peerDependencies": {
668 "@babel/core": "^7.0.0"
669 }
670 },
671 "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
672 "version": "6.3.1",
673 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
674 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
675 "license": "ISC",
676 "bin": {
677 "semver": "bin/semver.js"
678 }
679 },
680 "node_modules/@babel/helper-create-regexp-features-plugin": {
681 "version": "7.26.3",
682 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz",
683 "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==",
684 "license": "MIT",
685 "dependencies": {
686 "@babel/helper-annotate-as-pure": "^7.25.9",
687 "regexpu-core": "^6.2.0",
688 "semver": "^6.3.1"
689 },
690 "engines": {
691 "node": ">=6.9.0"
692 },
693 "peerDependencies": {
694 "@babel/core": "^7.0.0"
695 }
696 },
697 "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
698 "version": "6.3.1",
699 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
700 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
701 "license": "ISC",
702 "bin": {
703 "semver": "bin/semver.js"
704 }
705 },
706 "node_modules/@babel/helper-define-polyfill-provider": {
707 "version": "0.6.3",
708 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz",
709 "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==",
710 "license": "MIT",
711 "dependencies": {
712 "@babel/helper-compilation-targets": "^7.22.6",
713 "@babel/helper-plugin-utils": "^7.22.5",
714 "debug": "^4.1.1",
715 "lodash.debounce": "^4.0.8",
716 "resolve": "^1.14.2"
717 },
718 "peerDependencies": {
719 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
720 }
721 },
722 "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": {
723 "version": "4.4.0",
724 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
725 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
726 "license": "MIT",
727 "dependencies": {
728 "ms": "^2.1.3"
729 },
730 "engines": {
731 "node": ">=6.0"
732 },
733 "peerDependenciesMeta": {
734 "supports-color": {
735 "optional": true
736 }
737 }
738 },
739 "node_modules/@babel/helper-define-polyfill-provider/node_modules/ms": {
740 "version": "2.1.3",
741 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
742 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
743 "license": "MIT"
744 },
745 "node_modules/@babel/helper-member-expression-to-functions": {
746 "version": "7.25.9",
747 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
748 "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
749 "license": "MIT",
750 "dependencies": {
751 "@babel/traverse": "^7.25.9",
752 "@babel/types": "^7.25.9"
753 },
754 "engines": {
755 "node": ">=6.9.0"
756 }
757 },
758 "node_modules/@babel/helper-module-imports": {
759 "version": "7.25.9",
760 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
761 "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
762 "license": "MIT",
763 "dependencies": {
764 "@babel/traverse": "^7.25.9",
765 "@babel/types": "^7.25.9"
766 },
767 "engines": {
768 "node": ">=6.9.0"
769 }
770 },
771 "node_modules/@babel/helper-module-transforms": {
772 "version": "7.26.0",
773 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
774 "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
775 "license": "MIT",
776 "dependencies": {
777 "@babel/helper-module-imports": "^7.25.9",
778 "@babel/helper-validator-identifier": "^7.25.9",
779 "@babel/traverse": "^7.25.9"
780 },
781 "engines": {
782 "node": ">=6.9.0"
783 },
784 "peerDependencies": {
785 "@babel/core": "^7.0.0"
786 }
787 },
788 "node_modules/@babel/helper-optimise-call-expression": {
789 "version": "7.25.9",
790 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
791 "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
792 "license": "MIT",
793 "dependencies": {
794 "@babel/types": "^7.25.9"
795 },
796 "engines": {
797 "node": ">=6.9.0"
798 }
799 },
800 "node_modules/@babel/helper-plugin-utils": {
801 "version": "7.26.5",
802 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
803 "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
804 "license": "MIT",
805 "engines": {
806 "node": ">=6.9.0"
807 }
808 },
809 "node_modules/@babel/helper-remap-async-to-generator": {
810 "version": "7.25.9",
811 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
812 "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
813 "license": "MIT",
814 "dependencies": {
815 "@babel/helper-annotate-as-pure": "^7.25.9",
816 "@babel/helper-wrap-function": "^7.25.9",
817 "@babel/traverse": "^7.25.9"
818 },
819 "engines": {
820 "node": ">=6.9.0"
821 },
822 "peerDependencies": {
823 "@babel/core": "^7.0.0"
824 }
825 },
826 "node_modules/@babel/helper-replace-supers": {
827 "version": "7.26.5",
828 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
829 "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
830 "license": "MIT",
831 "dependencies": {
832 "@babel/helper-member-expression-to-functions": "^7.25.9",
833 "@babel/helper-optimise-call-expression": "^7.25.9",
834 "@babel/traverse": "^7.26.5"
835 },
836 "engines": {
837 "node": ">=6.9.0"
838 },
839 "peerDependencies": {
840 "@babel/core": "^7.0.0"
841 }
842 },
843 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
844 "version": "7.25.9",
845 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
846 "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
847 "license": "MIT",
848 "dependencies": {
849 "@babel/traverse": "^7.25.9",
850 "@babel/types": "^7.25.9"
851 },
852 "engines": {
853 "node": ">=6.9.0"
854 }
855 },
856 "node_modules/@babel/helper-string-parser": {
857 "version": "7.25.9",
858 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
859 "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
860 "license": "MIT",
861 "engines": {
862 "node": ">=6.9.0"
863 }
864 },
865 "node_modules/@babel/helper-validator-identifier": {
866 "version": "7.25.9",
867 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
868 "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
869 "license": "MIT",
870 "engines": {
871 "node": ">=6.9.0"
872 }
873 },
874 "node_modules/@babel/helper-validator-option": {
875 "version": "7.25.9",
876 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
877 "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
878 "license": "MIT",
879 "engines": {
880 "node": ">=6.9.0"
881 }
882 },
883 "node_modules/@babel/helper-wrap-function": {
884 "version": "7.25.9",
885 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
886 "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
887 "license": "MIT",
888 "dependencies": {
889 "@babel/template": "^7.25.9",
890 "@babel/traverse": "^7.25.9",
891 "@babel/types": "^7.25.9"
892 },
893 "engines": {
894 "node": ">=6.9.0"
895 }
896 },
897 "node_modules/@babel/helpers": {
898 "version": "7.26.9",
899 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.9.tgz",
900 "integrity": "sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==",
901 "license": "MIT",
902 "dependencies": {
903 "@babel/template": "^7.26.9",
904 "@babel/types": "^7.26.9"
905 },
906 "engines": {
907 "node": ">=6.9.0"
908 }
909 },
910 "node_modules/@babel/parser": {
911 "version": "7.26.9",
912 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.9.tgz",
913 "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==",
914 "license": "MIT",
915 "dependencies": {
916 "@babel/types": "^7.26.9"
917 },
918 "bin": {
919 "parser": "bin/babel-parser.js"
920 },
921 "engines": {
922 "node": ">=6.0.0"
923 }
924 },
925 "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
926 "version": "7.25.9",
927 "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",
928 "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
929 "license": "MIT",
930 "dependencies": {
931 "@babel/helper-plugin-utils": "^7.25.9",
932 "@babel/traverse": "^7.25.9"
933 },
934 "engines": {
935 "node": ">=6.9.0"
936 },
937 "peerDependencies": {
938 "@babel/core": "^7.0.0"
939 }
940 },
941 "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
942 "version": "7.25.9",
943 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
944 "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
945 "license": "MIT",
946 "dependencies": {
947 "@babel/helper-plugin-utils": "^7.25.9"
948 },
949 "engines": {
950 "node": ">=6.9.0"
951 },
952 "peerDependencies": {
953 "@babel/core": "^7.0.0"
954 }
955 },
956 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
957 "version": "7.25.9",
958 "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",
959 "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",
960 "license": "MIT",
961 "dependencies": {
962 "@babel/helper-plugin-utils": "^7.25.9"
963 },
964 "engines": {
965 "node": ">=6.9.0"
966 },
967 "peerDependencies": {
968 "@babel/core": "^7.0.0"
969 }
970 },
971 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
972 "version": "7.25.9",
973 "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",
974 "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
975 "license": "MIT",
976 "dependencies": {
977 "@babel/helper-plugin-utils": "^7.25.9",
978 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
979 "@babel/plugin-transform-optional-chaining": "^7.25.9"
980 },
981 "engines": {
982 "node": ">=6.9.0"
983 },
984 "peerDependencies": {
985 "@babel/core": "^7.13.0"
986 }
987 },
988 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
989 "version": "7.25.9",
990 "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",
991 "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",
992 "license": "MIT",
993 "dependencies": {
994 "@babel/helper-plugin-utils": "^7.25.9",
995 "@babel/traverse": "^7.25.9"
996 },
997 "engines": {
998 "node": ">=6.9.0"
999 },
1000 "peerDependencies": {
1001 "@babel/core": "^7.0.0"
1002 }
1003 },
1004 "node_modules/@babel/plugin-proposal-class-properties": {
1005 "version": "7.18.6",
1006 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
1007 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
1008 "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.",
1009 "license": "MIT",
1010 "dependencies": {
1011 "@babel/helper-create-class-features-plugin": "^7.18.6",
1012 "@babel/helper-plugin-utils": "^7.18.6"
1013 },
1014 "engines": {
1015 "node": ">=6.9.0"
1016 },
1017 "peerDependencies": {
1018 "@babel/core": "^7.0.0-0"
1019 }
1020 },
1021 "node_modules/@babel/plugin-proposal-decorators": {
1022 "version": "7.25.9",
1023 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
1024 "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
1025 "license": "MIT",
1026 "dependencies": {
1027 "@babel/helper-create-class-features-plugin": "^7.25.9",
1028 "@babel/helper-plugin-utils": "^7.25.9",
1029 "@babel/plugin-syntax-decorators": "^7.25.9"
1030 },
1031 "engines": {
1032 "node": ">=6.9.0"
1033 },
1034 "peerDependencies": {
1035 "@babel/core": "^7.0.0-0"
1036 }
1037 },
1038 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
1039 "version": "7.18.6",
1040 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
1041 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
1042 "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.",
1043 "license": "MIT",
1044 "dependencies": {
1045 "@babel/helper-plugin-utils": "^7.18.6",
1046 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
1047 },
1048 "engines": {
1049 "node": ">=6.9.0"
1050 },
1051 "peerDependencies": {
1052 "@babel/core": "^7.0.0-0"
1053 }
1054 },
1055 "node_modules/@babel/plugin-proposal-numeric-separator": {
1056 "version": "7.18.6",
1057 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
1058 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
1059 "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.",
1060 "license": "MIT",
1061 "dependencies": {
1062 "@babel/helper-plugin-utils": "^7.18.6",
1063 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1064 },
1065 "engines": {
1066 "node": ">=6.9.0"
1067 },
1068 "peerDependencies": {
1069 "@babel/core": "^7.0.0-0"
1070 }
1071 },
1072 "node_modules/@babel/plugin-proposal-optional-chaining": {
1073 "version": "7.21.0",
1074 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
1075 "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
1076 "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.",
1077 "license": "MIT",
1078 "dependencies": {
1079 "@babel/helper-plugin-utils": "^7.20.2",
1080 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
1081 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1082 },
1083 "engines": {
1084 "node": ">=6.9.0"
1085 },
1086 "peerDependencies": {
1087 "@babel/core": "^7.0.0-0"
1088 }
1089 },
1090 "node_modules/@babel/plugin-proposal-private-methods": {
1091 "version": "7.18.6",
1092 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
1093 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
1094 "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.",
1095 "license": "MIT",
1096 "dependencies": {
1097 "@babel/helper-create-class-features-plugin": "^7.18.6",
1098 "@babel/helper-plugin-utils": "^7.18.6"
1099 },
1100 "engines": {
1101 "node": ">=6.9.0"
1102 },
1103 "peerDependencies": {
1104 "@babel/core": "^7.0.0-0"
1105 }
1106 },
1107 "node_modules/@babel/plugin-proposal-private-property-in-object": {
1108 "version": "7.21.0-placeholder-for-preset-env.2",
1109 "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",
1110 "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
1111 "license": "MIT",
1112 "engines": {
1113 "node": ">=6.9.0"
1114 },
1115 "peerDependencies": {
1116 "@babel/core": "^7.0.0-0"
1117 }
1118 },
1119 "node_modules/@babel/plugin-syntax-async-generators": {
1120 "version": "7.8.4",
1121 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
1122 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
1123 "license": "MIT",
1124 "dependencies": {
1125 "@babel/helper-plugin-utils": "^7.8.0"
1126 },
1127 "peerDependencies": {
1128 "@babel/core": "^7.0.0-0"
1129 }
1130 },
1131 "node_modules/@babel/plugin-syntax-bigint": {
1132 "version": "7.8.3",
1133 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
1134 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
1135 "license": "MIT",
1136 "dependencies": {
1137 "@babel/helper-plugin-utils": "^7.8.0"
1138 },
1139 "peerDependencies": {
1140 "@babel/core": "^7.0.0-0"
1141 }
1142 },
1143 "node_modules/@babel/plugin-syntax-class-properties": {
1144 "version": "7.12.13",
1145 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
1146 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
1147 "license": "MIT",
1148 "dependencies": {
1149 "@babel/helper-plugin-utils": "^7.12.13"
1150 },
1151 "peerDependencies": {
1152 "@babel/core": "^7.0.0-0"
1153 }
1154 },
1155 "node_modules/@babel/plugin-syntax-class-static-block": {
1156 "version": "7.14.5",
1157 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
1158 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
1159 "license": "MIT",
1160 "dependencies": {
1161 "@babel/helper-plugin-utils": "^7.14.5"
1162 },
1163 "engines": {
1164 "node": ">=6.9.0"
1165 },
1166 "peerDependencies": {
1167 "@babel/core": "^7.0.0-0"
1168 }
1169 },
1170 "node_modules/@babel/plugin-syntax-decorators": {
1171 "version": "7.25.9",
1172 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
1173 "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
1174 "license": "MIT",
1175 "dependencies": {
1176 "@babel/helper-plugin-utils": "^7.25.9"
1177 },
1178 "engines": {
1179 "node": ">=6.9.0"
1180 },
1181 "peerDependencies": {
1182 "@babel/core": "^7.0.0-0"
1183 }
1184 },
1185 "node_modules/@babel/plugin-syntax-flow": {
1186 "version": "7.26.0",
1187 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz",
1188 "integrity": "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==",
1189 "license": "MIT",
1190 "dependencies": {
1191 "@babel/helper-plugin-utils": "^7.25.9"
1192 },
1193 "engines": {
1194 "node": ">=6.9.0"
1195 },
1196 "peerDependencies": {
1197 "@babel/core": "^7.0.0-0"
1198 }
1199 },
1200 "node_modules/@babel/plugin-syntax-import-assertions": {
1201 "version": "7.26.0",
1202 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",
1203 "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",
1204 "license": "MIT",
1205 "dependencies": {
1206 "@babel/helper-plugin-utils": "^7.25.9"
1207 },
1208 "engines": {
1209 "node": ">=6.9.0"
1210 },
1211 "peerDependencies": {
1212 "@babel/core": "^7.0.0-0"
1213 }
1214 },
1215 "node_modules/@babel/plugin-syntax-import-attributes": {
1216 "version": "7.26.0",
1217 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
1218 "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
1219 "license": "MIT",
1220 "dependencies": {
1221 "@babel/helper-plugin-utils": "^7.25.9"
1222 },
1223 "engines": {
1224 "node": ">=6.9.0"
1225 },
1226 "peerDependencies": {
1227 "@babel/core": "^7.0.0-0"
1228 }
1229 },
1230 "node_modules/@babel/plugin-syntax-import-meta": {
1231 "version": "7.10.4",
1232 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
1233 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
1234 "license": "MIT",
1235 "dependencies": {
1236 "@babel/helper-plugin-utils": "^7.10.4"
1237 },
1238 "peerDependencies": {
1239 "@babel/core": "^7.0.0-0"
1240 }
1241 },
1242 "node_modules/@babel/plugin-syntax-json-strings": {
1243 "version": "7.8.3",
1244 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
1245 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
1246 "license": "MIT",
1247 "dependencies": {
1248 "@babel/helper-plugin-utils": "^7.8.0"
1249 },
1250 "peerDependencies": {
1251 "@babel/core": "^7.0.0-0"
1252 }
1253 },
1254 "node_modules/@babel/plugin-syntax-jsx": {
1255 "version": "7.25.9",
1256 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
1257 "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
1258 "license": "MIT",
1259 "dependencies": {
1260 "@babel/helper-plugin-utils": "^7.25.9"
1261 },
1262 "engines": {
1263 "node": ">=6.9.0"
1264 },
1265 "peerDependencies": {
1266 "@babel/core": "^7.0.0-0"
1267 }
1268 },
1269 "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
1270 "version": "7.10.4",
1271 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
1272 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
1273 "license": "MIT",
1274 "dependencies": {
1275 "@babel/helper-plugin-utils": "^7.10.4"
1276 },
1277 "peerDependencies": {
1278 "@babel/core": "^7.0.0-0"
1279 }
1280 },
1281 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
1282 "version": "7.8.3",
1283 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
1284 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
1285 "license": "MIT",
1286 "dependencies": {
1287 "@babel/helper-plugin-utils": "^7.8.0"
1288 },
1289 "peerDependencies": {
1290 "@babel/core": "^7.0.0-0"
1291 }
1292 },
1293 "node_modules/@babel/plugin-syntax-numeric-separator": {
1294 "version": "7.10.4",
1295 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
1296 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
1297 "license": "MIT",
1298 "dependencies": {
1299 "@babel/helper-plugin-utils": "^7.10.4"
1300 },
1301 "peerDependencies": {
1302 "@babel/core": "^7.0.0-0"
1303 }
1304 },
1305 "node_modules/@babel/plugin-syntax-object-rest-spread": {
1306 "version": "7.8.3",
1307 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
1308 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
1309 "license": "MIT",
1310 "dependencies": {
1311 "@babel/helper-plugin-utils": "^7.8.0"
1312 },
1313 "peerDependencies": {
1314 "@babel/core": "^7.0.0-0"
1315 }
1316 },
1317 "node_modules/@babel/plugin-syntax-optional-catch-binding": {
1318 "version": "7.8.3",
1319 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
1320 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
1321 "license": "MIT",
1322 "dependencies": {
1323 "@babel/helper-plugin-utils": "^7.8.0"
1324 },
1325 "peerDependencies": {
1326 "@babel/core": "^7.0.0-0"
1327 }
1328 },
1329 "node_modules/@babel/plugin-syntax-optional-chaining": {
1330 "version": "7.8.3",
1331 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
1332 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
1333 "license": "MIT",
1334 "dependencies": {
1335 "@babel/helper-plugin-utils": "^7.8.0"
1336 },
1337 "peerDependencies": {
1338 "@babel/core": "^7.0.0-0"
1339 }
1340 },
1341 "node_modules/@babel/plugin-syntax-private-property-in-object": {
1342 "version": "7.14.5",
1343 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
1344 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
1345 "license": "MIT",
1346 "dependencies": {
1347 "@babel/helper-plugin-utils": "^7.14.5"
1348 },
1349 "engines": {
1350 "node": ">=6.9.0"
1351 },
1352 "peerDependencies": {
1353 "@babel/core": "^7.0.0-0"
1354 }
1355 },
1356 "node_modules/@babel/plugin-syntax-top-level-await": {
1357 "version": "7.14.5",
1358 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
1359 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
1360 "license": "MIT",
1361 "dependencies": {
1362 "@babel/helper-plugin-utils": "^7.14.5"
1363 },
1364 "engines": {
1365 "node": ">=6.9.0"
1366 },
1367 "peerDependencies": {
1368 "@babel/core": "^7.0.0-0"
1369 }
1370 },
1371 "node_modules/@babel/plugin-syntax-typescript": {
1372 "version": "7.25.9",
1373 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
1374 "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
1375 "license": "MIT",
1376 "dependencies": {
1377 "@babel/helper-plugin-utils": "^7.25.9"
1378 },
1379 "engines": {
1380 "node": ">=6.9.0"
1381 },
1382 "peerDependencies": {
1383 "@babel/core": "^7.0.0-0"
1384 }
1385 },
1386 "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
1387 "version": "7.18.6",
1388 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
1389 "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
1390 "license": "MIT",
1391 "dependencies": {
1392 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
1393 "@babel/helper-plugin-utils": "^7.18.6"
1394 },
1395 "engines": {
1396 "node": ">=6.9.0"
1397 },
1398 "peerDependencies": {
1399 "@babel/core": "^7.0.0"
1400 }
1401 },
1402 "node_modules/@babel/plugin-transform-arrow-functions": {
1403 "version": "7.25.9",
1404 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",
1405 "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",
1406 "license": "MIT",
1407 "dependencies": {
1408 "@babel/helper-plugin-utils": "^7.25.9"
1409 },
1410 "engines": {
1411 "node": ">=6.9.0"
1412 },
1413 "peerDependencies": {
1414 "@babel/core": "^7.0.0-0"
1415 }
1416 },
1417 "node_modules/@babel/plugin-transform-async-generator-functions": {
1418 "version": "7.26.8",
1419 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz",
1420 "integrity": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==",
1421 "license": "MIT",
1422 "dependencies": {
1423 "@babel/helper-plugin-utils": "^7.26.5",
1424 "@babel/helper-remap-async-to-generator": "^7.25.9",
1425 "@babel/traverse": "^7.26.8"
1426 },
1427 "engines": {
1428 "node": ">=6.9.0"
1429 },
1430 "peerDependencies": {
1431 "@babel/core": "^7.0.0-0"
1432 }
1433 },
1434 "node_modules/@babel/plugin-transform-async-to-generator": {
1435 "version": "7.25.9",
1436 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
1437 "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
1438 "license": "MIT",
1439 "dependencies": {
1440 "@babel/helper-module-imports": "^7.25.9",
1441 "@babel/helper-plugin-utils": "^7.25.9",
1442 "@babel/helper-remap-async-to-generator": "^7.25.9"
1443 },
1444 "engines": {
1445 "node": ">=6.9.0"
1446 },
1447 "peerDependencies": {
1448 "@babel/core": "^7.0.0-0"
1449 }
1450 },
1451 "node_modules/@babel/plugin-transform-block-scoped-functions": {
1452 "version": "7.26.5",
1453 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz",
1454 "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==",
1455 "license": "MIT",
1456 "dependencies": {
1457 "@babel/helper-plugin-utils": "^7.26.5"
1458 },
1459 "engines": {
1460 "node": ">=6.9.0"
1461 },
1462 "peerDependencies": {
1463 "@babel/core": "^7.0.0-0"
1464 }
1465 },
1466 "node_modules/@babel/plugin-transform-block-scoping": {
1467 "version": "7.25.9",
1468 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",
1469 "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",
1470 "license": "MIT",
1471 "dependencies": {
1472 "@babel/helper-plugin-utils": "^7.25.9"
1473 },
1474 "engines": {
1475 "node": ">=6.9.0"
1476 },
1477 "peerDependencies": {
1478 "@babel/core": "^7.0.0-0"
1479 }
1480 },
1481 "node_modules/@babel/plugin-transform-class-properties": {
1482 "version": "7.25.9",
1483 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
1484 "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
1485 "license": "MIT",
1486 "dependencies": {
1487 "@babel/helper-create-class-features-plugin": "^7.25.9",
1488 "@babel/helper-plugin-utils": "^7.25.9"
1489 },
1490 "engines": {
1491 "node": ">=6.9.0"
1492 },
1493 "peerDependencies": {
1494 "@babel/core": "^7.0.0-0"
1495 }
1496 },
1497 "node_modules/@babel/plugin-transform-class-static-block": {
1498 "version": "7.26.0",
1499 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",
1500 "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",
1501 "license": "MIT",
1502 "dependencies": {
1503 "@babel/helper-create-class-features-plugin": "^7.25.9",
1504 "@babel/helper-plugin-utils": "^7.25.9"
1505 },
1506 "engines": {
1507 "node": ">=6.9.0"
1508 },
1509 "peerDependencies": {
1510 "@babel/core": "^7.12.0"
1511 }
1512 },
1513 "node_modules/@babel/plugin-transform-classes": {
1514 "version": "7.25.9",
1515 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",
1516 "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",
1517 "license": "MIT",
1518 "dependencies": {
1519 "@babel/helper-annotate-as-pure": "^7.25.9",
1520 "@babel/helper-compilation-targets": "^7.25.9",
1521 "@babel/helper-plugin-utils": "^7.25.9",
1522 "@babel/helper-replace-supers": "^7.25.9",
1523 "@babel/traverse": "^7.25.9",
1524 "globals": "^11.1.0"
1525 },
1526 "engines": {
1527 "node": ">=6.9.0"
1528 },
1529 "peerDependencies": {
1530 "@babel/core": "^7.0.0-0"
1531 }
1532 },
1533 "node_modules/@babel/plugin-transform-computed-properties": {
1534 "version": "7.25.9",
1535 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
1536 "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",
1537 "license": "MIT",
1538 "dependencies": {
1539 "@babel/helper-plugin-utils": "^7.25.9",
1540 "@babel/template": "^7.25.9"
1541 },
1542 "engines": {
1543 "node": ">=6.9.0"
1544 },
1545 "peerDependencies": {
1546 "@babel/core": "^7.0.0-0"
1547 }
1548 },
1549 "node_modules/@babel/plugin-transform-destructuring": {
1550 "version": "7.25.9",
1551 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",
1552 "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",
1553 "license": "MIT",
1554 "dependencies": {
1555 "@babel/helper-plugin-utils": "^7.25.9"
1556 },
1557 "engines": {
1558 "node": ">=6.9.0"
1559 },
1560 "peerDependencies": {
1561 "@babel/core": "^7.0.0-0"
1562 }
1563 },
1564 "node_modules/@babel/plugin-transform-dotall-regex": {
1565 "version": "7.25.9",
1566 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",
1567 "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",
1568 "license": "MIT",
1569 "dependencies": {
1570 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1571 "@babel/helper-plugin-utils": "^7.25.9"
1572 },
1573 "engines": {
1574 "node": ">=6.9.0"
1575 },
1576 "peerDependencies": {
1577 "@babel/core": "^7.0.0-0"
1578 }
1579 },
1580 "node_modules/@babel/plugin-transform-duplicate-keys": {
1581 "version": "7.25.9",
1582 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",
1583 "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",
1584 "license": "MIT",
1585 "dependencies": {
1586 "@babel/helper-plugin-utils": "^7.25.9"
1587 },
1588 "engines": {
1589 "node": ">=6.9.0"
1590 },
1591 "peerDependencies": {
1592 "@babel/core": "^7.0.0-0"
1593 }
1594 },
1595 "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
1596 "version": "7.25.9",
1597 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
1598 "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
1599 "license": "MIT",
1600 "dependencies": {
1601 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1602 "@babel/helper-plugin-utils": "^7.25.9"
1603 },
1604 "engines": {
1605 "node": ">=6.9.0"
1606 },
1607 "peerDependencies": {
1608 "@babel/core": "^7.0.0"
1609 }
1610 },
1611 "node_modules/@babel/plugin-transform-dynamic-import": {
1612 "version": "7.25.9",
1613 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",
1614 "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",
1615 "license": "MIT",
1616 "dependencies": {
1617 "@babel/helper-plugin-utils": "^7.25.9"
1618 },
1619 "engines": {
1620 "node": ">=6.9.0"
1621 },
1622 "peerDependencies": {
1623 "@babel/core": "^7.0.0-0"
1624 }
1625 },
1626 "node_modules/@babel/plugin-transform-exponentiation-operator": {
1627 "version": "7.26.3",
1628 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz",
1629 "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==",
1630 "license": "MIT",
1631 "dependencies": {
1632 "@babel/helper-plugin-utils": "^7.25.9"
1633 },
1634 "engines": {
1635 "node": ">=6.9.0"
1636 },
1637 "peerDependencies": {
1638 "@babel/core": "^7.0.0-0"
1639 }
1640 },
1641 "node_modules/@babel/plugin-transform-export-namespace-from": {
1642 "version": "7.25.9",
1643 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",
1644 "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",
1645 "license": "MIT",
1646 "dependencies": {
1647 "@babel/helper-plugin-utils": "^7.25.9"
1648 },
1649 "engines": {
1650 "node": ">=6.9.0"
1651 },
1652 "peerDependencies": {
1653 "@babel/core": "^7.0.0-0"
1654 }
1655 },
1656 "node_modules/@babel/plugin-transform-flow-strip-types": {
1657 "version": "7.26.5",
1658 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.26.5.tgz",
1659 "integrity": "sha512-eGK26RsbIkYUns3Y8qKl362juDDYK+wEdPGHGrhzUl6CewZFo55VZ7hg+CyMFU4dd5QQakBN86nBMpRsFpRvbQ==",
1660 "license": "MIT",
1661 "dependencies": {
1662 "@babel/helper-plugin-utils": "^7.26.5",
1663 "@babel/plugin-syntax-flow": "^7.26.0"
1664 },
1665 "engines": {
1666 "node": ">=6.9.0"
1667 },
1668 "peerDependencies": {
1669 "@babel/core": "^7.0.0-0"
1670 }
1671 },
1672 "node_modules/@babel/plugin-transform-for-of": {
1673 "version": "7.26.9",
1674 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz",
1675 "integrity": "sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==",
1676 "license": "MIT",
1677 "dependencies": {
1678 "@babel/helper-plugin-utils": "^7.26.5",
1679 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1680 },
1681 "engines": {
1682 "node": ">=6.9.0"
1683 },
1684 "peerDependencies": {
1685 "@babel/core": "^7.0.0-0"
1686 }
1687 },
1688 "node_modules/@babel/plugin-transform-function-name": {
1689 "version": "7.25.9",
1690 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",
1691 "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",
1692 "license": "MIT",
1693 "dependencies": {
1694 "@babel/helper-compilation-targets": "^7.25.9",
1695 "@babel/helper-plugin-utils": "^7.25.9",
1696 "@babel/traverse": "^7.25.9"
1697 },
1698 "engines": {
1699 "node": ">=6.9.0"
1700 },
1701 "peerDependencies": {
1702 "@babel/core": "^7.0.0-0"
1703 }
1704 },
1705 "node_modules/@babel/plugin-transform-json-strings": {
1706 "version": "7.25.9",
1707 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",
1708 "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",
1709 "license": "MIT",
1710 "dependencies": {
1711 "@babel/helper-plugin-utils": "^7.25.9"
1712 },
1713 "engines": {
1714 "node": ">=6.9.0"
1715 },
1716 "peerDependencies": {
1717 "@babel/core": "^7.0.0-0"
1718 }
1719 },
1720 "node_modules/@babel/plugin-transform-literals": {
1721 "version": "7.25.9",
1722 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",
1723 "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",
1724 "license": "MIT",
1725 "dependencies": {
1726 "@babel/helper-plugin-utils": "^7.25.9"
1727 },
1728 "engines": {
1729 "node": ">=6.9.0"
1730 },
1731 "peerDependencies": {
1732 "@babel/core": "^7.0.0-0"
1733 }
1734 },
1735 "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1736 "version": "7.25.9",
1737 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",
1738 "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",
1739 "license": "MIT",
1740 "dependencies": {
1741 "@babel/helper-plugin-utils": "^7.25.9"
1742 },
1743 "engines": {
1744 "node": ">=6.9.0"
1745 },
1746 "peerDependencies": {
1747 "@babel/core": "^7.0.0-0"
1748 }
1749 },
1750 "node_modules/@babel/plugin-transform-member-expression-literals": {
1751 "version": "7.25.9",
1752 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz",
1753 "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==",
1754 "license": "MIT",
1755 "dependencies": {
1756 "@babel/helper-plugin-utils": "^7.25.9"
1757 },
1758 "engines": {
1759 "node": ">=6.9.0"
1760 },
1761 "peerDependencies": {
1762 "@babel/core": "^7.0.0-0"
1763 }
1764 },
1765 "node_modules/@babel/plugin-transform-modules-amd": {
1766 "version": "7.25.9",
1767 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz",
1768 "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==",
1769 "license": "MIT",
1770 "dependencies": {
1771 "@babel/helper-module-transforms": "^7.25.9",
1772 "@babel/helper-plugin-utils": "^7.25.9"
1773 },
1774 "engines": {
1775 "node": ">=6.9.0"
1776 },
1777 "peerDependencies": {
1778 "@babel/core": "^7.0.0-0"
1779 }
1780 },
1781 "node_modules/@babel/plugin-transform-modules-commonjs": {
1782 "version": "7.26.3",
1783 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz",
1784 "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==",
1785 "license": "MIT",
1786 "dependencies": {
1787 "@babel/helper-module-transforms": "^7.26.0",
1788 "@babel/helper-plugin-utils": "^7.25.9"
1789 },
1790 "engines": {
1791 "node": ">=6.9.0"
1792 },
1793 "peerDependencies": {
1794 "@babel/core": "^7.0.0-0"
1795 }
1796 },
1797 "node_modules/@babel/plugin-transform-modules-systemjs": {
1798 "version": "7.25.9",
1799 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz",
1800 "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==",
1801 "license": "MIT",
1802 "dependencies": {
1803 "@babel/helper-module-transforms": "^7.25.9",
1804 "@babel/helper-plugin-utils": "^7.25.9",
1805 "@babel/helper-validator-identifier": "^7.25.9",
1806 "@babel/traverse": "^7.25.9"
1807 },
1808 "engines": {
1809 "node": ">=6.9.0"
1810 },
1811 "peerDependencies": {
1812 "@babel/core": "^7.0.0-0"
1813 }
1814 },
1815 "node_modules/@babel/plugin-transform-modules-umd": {
1816 "version": "7.25.9",
1817 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz",
1818 "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==",
1819 "license": "MIT",
1820 "dependencies": {
1821 "@babel/helper-module-transforms": "^7.25.9",
1822 "@babel/helper-plugin-utils": "^7.25.9"
1823 },
1824 "engines": {
1825 "node": ">=6.9.0"
1826 },
1827 "peerDependencies": {
1828 "@babel/core": "^7.0.0-0"
1829 }
1830 },
1831 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1832 "version": "7.25.9",
1833 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz",
1834 "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==",
1835 "license": "MIT",
1836 "dependencies": {
1837 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1838 "@babel/helper-plugin-utils": "^7.25.9"
1839 },
1840 "engines": {
1841 "node": ">=6.9.0"
1842 },
1843 "peerDependencies": {
1844 "@babel/core": "^7.0.0"
1845 }
1846 },
1847 "node_modules/@babel/plugin-transform-new-target": {
1848 "version": "7.25.9",
1849 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz",
1850 "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==",
1851 "license": "MIT",
1852 "dependencies": {
1853 "@babel/helper-plugin-utils": "^7.25.9"
1854 },
1855 "engines": {
1856 "node": ">=6.9.0"
1857 },
1858 "peerDependencies": {
1859 "@babel/core": "^7.0.0-0"
1860 }
1861 },
1862 "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1863 "version": "7.26.6",
1864 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz",
1865 "integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==",
1866 "license": "MIT",
1867 "dependencies": {
1868 "@babel/helper-plugin-utils": "^7.26.5"
1869 },
1870 "engines": {
1871 "node": ">=6.9.0"
1872 },
1873 "peerDependencies": {
1874 "@babel/core": "^7.0.0-0"
1875 }
1876 },
1877 "node_modules/@babel/plugin-transform-numeric-separator": {
1878 "version": "7.25.9",
1879 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz",
1880 "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==",
1881 "license": "MIT",
1882 "dependencies": {
1883 "@babel/helper-plugin-utils": "^7.25.9"
1884 },
1885 "engines": {
1886 "node": ">=6.9.0"
1887 },
1888 "peerDependencies": {
1889 "@babel/core": "^7.0.0-0"
1890 }
1891 },
1892 "node_modules/@babel/plugin-transform-object-rest-spread": {
1893 "version": "7.25.9",
1894 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
1895 "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
1896 "license": "MIT",
1897 "dependencies": {
1898 "@babel/helper-compilation-targets": "^7.25.9",
1899 "@babel/helper-plugin-utils": "^7.25.9",
1900 "@babel/plugin-transform-parameters": "^7.25.9"
1901 },
1902 "engines": {
1903 "node": ">=6.9.0"
1904 },
1905 "peerDependencies": {
1906 "@babel/core": "^7.0.0-0"
1907 }
1908 },
1909 "node_modules/@babel/plugin-transform-object-super": {
1910 "version": "7.25.9",
1911 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz",
1912 "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==",
1913 "license": "MIT",
1914 "dependencies": {
1915 "@babel/helper-plugin-utils": "^7.25.9",
1916 "@babel/helper-replace-supers": "^7.25.9"
1917 },
1918 "engines": {
1919 "node": ">=6.9.0"
1920 },
1921 "peerDependencies": {
1922 "@babel/core": "^7.0.0-0"
1923 }
1924 },
1925 "node_modules/@babel/plugin-transform-optional-catch-binding": {
1926 "version": "7.25.9",
1927 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz",
1928 "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==",
1929 "license": "MIT",
1930 "dependencies": {
1931 "@babel/helper-plugin-utils": "^7.25.9"
1932 },
1933 "engines": {
1934 "node": ">=6.9.0"
1935 },
1936 "peerDependencies": {
1937 "@babel/core": "^7.0.0-0"
1938 }
1939 },
1940 "node_modules/@babel/plugin-transform-optional-chaining": {
1941 "version": "7.25.9",
1942 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
1943 "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
1944 "license": "MIT",
1945 "dependencies": {
1946 "@babel/helper-plugin-utils": "^7.25.9",
1947 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1948 },
1949 "engines": {
1950 "node": ">=6.9.0"
1951 },
1952 "peerDependencies": {
1953 "@babel/core": "^7.0.0-0"
1954 }
1955 },
1956 "node_modules/@babel/plugin-transform-parameters": {
1957 "version": "7.25.9",
1958 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
1959 "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
1960 "license": "MIT",
1961 "dependencies": {
1962 "@babel/helper-plugin-utils": "^7.25.9"
1963 },
1964 "engines": {
1965 "node": ">=6.9.0"
1966 },
1967 "peerDependencies": {
1968 "@babel/core": "^7.0.0-0"
1969 }
1970 },
1971 "node_modules/@babel/plugin-transform-private-methods": {
1972 "version": "7.25.9",
1973 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz",
1974 "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==",
1975 "license": "MIT",
1976 "dependencies": {
1977 "@babel/helper-create-class-features-plugin": "^7.25.9",
1978 "@babel/helper-plugin-utils": "^7.25.9"
1979 },
1980 "engines": {
1981 "node": ">=6.9.0"
1982 },
1983 "peerDependencies": {
1984 "@babel/core": "^7.0.0-0"
1985 }
1986 },
1987 "node_modules/@babel/plugin-transform-private-property-in-object": {
1988 "version": "7.25.9",
1989 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz",
1990 "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==",
1991 "license": "MIT",
1992 "dependencies": {
1993 "@babel/helper-annotate-as-pure": "^7.25.9",
1994 "@babel/helper-create-class-features-plugin": "^7.25.9",
1995 "@babel/helper-plugin-utils": "^7.25.9"
1996 },
1997 "engines": {
1998 "node": ">=6.9.0"
1999 },
2000 "peerDependencies": {
2001 "@babel/core": "^7.0.0-0"
2002 }
2003 },
2004 "node_modules/@babel/plugin-transform-property-literals": {
2005 "version": "7.25.9",
2006 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz",
2007 "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==",
2008 "license": "MIT",
2009 "dependencies": {
2010 "@babel/helper-plugin-utils": "^7.25.9"
2011 },
2012 "engines": {
2013 "node": ">=6.9.0"
2014 },
2015 "peerDependencies": {
2016 "@babel/core": "^7.0.0-0"
2017 }
2018 },
2019 "node_modules/@babel/plugin-transform-react-constant-elements": {
2020 "version": "7.25.9",
2021 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.9.tgz",
2022 "integrity": "sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==",
2023 "license": "MIT",
2024 "dependencies": {
2025 "@babel/helper-plugin-utils": "^7.25.9"
2026 },
2027 "engines": {
2028 "node": ">=6.9.0"
2029 },
2030 "peerDependencies": {
2031 "@babel/core": "^7.0.0-0"
2032 }
2033 },
2034 "node_modules/@babel/plugin-transform-react-display-name": {
2035 "version": "7.25.9",
2036 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz",
2037 "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==",
2038 "license": "MIT",
2039 "dependencies": {
2040 "@babel/helper-plugin-utils": "^7.25.9"
2041 },
2042 "engines": {
2043 "node": ">=6.9.0"
2044 },
2045 "peerDependencies": {
2046 "@babel/core": "^7.0.0-0"
2047 }
2048 },
2049 "node_modules/@babel/plugin-transform-react-jsx": {
2050 "version": "7.25.9",
2051 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz",
2052 "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==",
2053 "license": "MIT",
2054 "dependencies": {
2055 "@babel/helper-annotate-as-pure": "^7.25.9",
2056 "@babel/helper-module-imports": "^7.25.9",
2057 "@babel/helper-plugin-utils": "^7.25.9",
2058 "@babel/plugin-syntax-jsx": "^7.25.9",
2059 "@babel/types": "^7.25.9"
2060 },
2061 "engines": {
2062 "node": ">=6.9.0"
2063 },
2064 "peerDependencies": {
2065 "@babel/core": "^7.0.0-0"
2066 }
2067 },
2068 "node_modules/@babel/plugin-transform-react-jsx-development": {
2069 "version": "7.25.9",
2070 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz",
2071 "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==",
2072 "license": "MIT",
2073 "dependencies": {
2074 "@babel/plugin-transform-react-jsx": "^7.25.9"
2075 },
2076 "engines": {
2077 "node": ">=6.9.0"
2078 },
2079 "peerDependencies": {
2080 "@babel/core": "^7.0.0-0"
2081 }
2082 },
2083 "node_modules/@babel/plugin-transform-react-pure-annotations": {
2084 "version": "7.25.9",
2085 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz",
2086 "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==",
2087 "license": "MIT",
2088 "dependencies": {
2089 "@babel/helper-annotate-as-pure": "^7.25.9",
2090 "@babel/helper-plugin-utils": "^7.25.9"
2091 },
2092 "engines": {
2093 "node": ">=6.9.0"
2094 },
2095 "peerDependencies": {
2096 "@babel/core": "^7.0.0-0"
2097 }
2098 },
2099 "node_modules/@babel/plugin-transform-regenerator": {
2100 "version": "7.25.9",
2101 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz",
2102 "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==",
2103 "license": "MIT",
2104 "dependencies": {
2105 "@babel/helper-plugin-utils": "^7.25.9",
2106 "regenerator-transform": "^0.15.2"
2107 },
2108 "engines": {
2109 "node": ">=6.9.0"
2110 },
2111 "peerDependencies": {
2112 "@babel/core": "^7.0.0-0"
2113 }
2114 },
2115 "node_modules/@babel/plugin-transform-regexp-modifiers": {
2116 "version": "7.26.0",
2117 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
2118 "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
2119 "license": "MIT",
2120 "dependencies": {
2121 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2122 "@babel/helper-plugin-utils": "^7.25.9"
2123 },
2124 "engines": {
2125 "node": ">=6.9.0"
2126 },
2127 "peerDependencies": {
2128 "@babel/core": "^7.0.0"
2129 }
2130 },
2131 "node_modules/@babel/plugin-transform-reserved-words": {
2132 "version": "7.25.9",
2133 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz",
2134 "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==",
2135 "license": "MIT",
2136 "dependencies": {
2137 "@babel/helper-plugin-utils": "^7.25.9"
2138 },
2139 "engines": {
2140 "node": ">=6.9.0"
2141 },
2142 "peerDependencies": {
2143 "@babel/core": "^7.0.0-0"
2144 }
2145 },
2146 "node_modules/@babel/plugin-transform-runtime": {
2147 "version": "7.26.9",
2148 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.9.tgz",
2149 "integrity": "sha512-Jf+8y9wXQbbxvVYTM8gO5oEF2POdNji0NMltEkG7FtmzD9PVz7/lxpqSdTvwsjTMU5HIHuDVNf2SOxLkWi+wPQ==",
2150 "license": "MIT",
2151 "dependencies": {
2152 "@babel/helper-module-imports": "^7.25.9",
2153 "@babel/helper-plugin-utils": "^7.26.5",
2154 "babel-plugin-polyfill-corejs2": "^0.4.10",
2155 "babel-plugin-polyfill-corejs3": "^0.10.6",
2156 "babel-plugin-polyfill-regenerator": "^0.6.1",
2157 "semver": "^6.3.1"
2158 },
2159 "engines": {
2160 "node": ">=6.9.0"
2161 },
2162 "peerDependencies": {
2163 "@babel/core": "^7.0.0-0"
2164 }
2165 },
2166 "node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3": {
2167 "version": "0.10.6",
2168 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
2169 "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
2170 "license": "MIT",
2171 "dependencies": {
2172 "@babel/helper-define-polyfill-provider": "^0.6.2",
2173 "core-js-compat": "^3.38.0"
2174 },
2175 "peerDependencies": {
2176 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
2177 }
2178 },
2179 "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
2180 "version": "6.3.1",
2181 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2182 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2183 "license": "ISC",
2184 "bin": {
2185 "semver": "bin/semver.js"
2186 }
2187 },
2188 "node_modules/@babel/plugin-transform-shorthand-properties": {
2189 "version": "7.25.9",
2190 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
2191 "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==",
2192 "license": "MIT",
2193 "dependencies": {
2194 "@babel/helper-plugin-utils": "^7.25.9"
2195 },
2196 "engines": {
2197 "node": ">=6.9.0"
2198 },
2199 "peerDependencies": {
2200 "@babel/core": "^7.0.0-0"
2201 }
2202 },
2203 "node_modules/@babel/plugin-transform-spread": {
2204 "version": "7.25.9",
2205 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz",
2206 "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==",
2207 "license": "MIT",
2208 "dependencies": {
2209 "@babel/helper-plugin-utils": "^7.25.9",
2210 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
2211 },
2212 "engines": {
2213 "node": ">=6.9.0"
2214 },
2215 "peerDependencies": {
2216 "@babel/core": "^7.0.0-0"
2217 }
2218 },
2219 "node_modules/@babel/plugin-transform-sticky-regex": {
2220 "version": "7.25.9",
2221 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz",
2222 "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==",
2223 "license": "MIT",
2224 "dependencies": {
2225 "@babel/helper-plugin-utils": "^7.25.9"
2226 },
2227 "engines": {
2228 "node": ">=6.9.0"
2229 },
2230 "peerDependencies": {
2231 "@babel/core": "^7.0.0-0"
2232 }
2233 },
2234 "node_modules/@babel/plugin-transform-template-literals": {
2235 "version": "7.26.8",
2236 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz",
2237 "integrity": "sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==",
2238 "license": "MIT",
2239 "dependencies": {
2240 "@babel/helper-plugin-utils": "^7.26.5"
2241 },
2242 "engines": {
2243 "node": ">=6.9.0"
2244 },
2245 "peerDependencies": {
2246 "@babel/core": "^7.0.0-0"
2247 }
2248 },
2249 "node_modules/@babel/plugin-transform-typeof-symbol": {
2250 "version": "7.26.7",
2251 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz",
2252 "integrity": "sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==",
2253 "license": "MIT",
2254 "dependencies": {
2255 "@babel/helper-plugin-utils": "^7.26.5"
2256 },
2257 "engines": {
2258 "node": ">=6.9.0"
2259 },
2260 "peerDependencies": {
2261 "@babel/core": "^7.0.0-0"
2262 }
2263 },
2264 "node_modules/@babel/plugin-transform-typescript": {
2265 "version": "7.26.8",
2266 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz",
2267 "integrity": "sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==",
2268 "license": "MIT",
2269 "dependencies": {
2270 "@babel/helper-annotate-as-pure": "^7.25.9",
2271 "@babel/helper-create-class-features-plugin": "^7.25.9",
2272 "@babel/helper-plugin-utils": "^7.26.5",
2273 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
2274 "@babel/plugin-syntax-typescript": "^7.25.9"
2275 },
2276 "engines": {
2277 "node": ">=6.9.0"
2278 },
2279 "peerDependencies": {
2280 "@babel/core": "^7.0.0-0"
2281 }
2282 },
2283 "node_modules/@babel/plugin-transform-unicode-escapes": {
2284 "version": "7.25.9",
2285 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz",
2286 "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==",
2287 "license": "MIT",
2288 "dependencies": {
2289 "@babel/helper-plugin-utils": "^7.25.9"
2290 },
2291 "engines": {
2292 "node": ">=6.9.0"
2293 },
2294 "peerDependencies": {
2295 "@babel/core": "^7.0.0-0"
2296 }
2297 },
2298 "node_modules/@babel/plugin-transform-unicode-property-regex": {
2299 "version": "7.25.9",
2300 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz",
2301 "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==",
2302 "license": "MIT",
2303 "dependencies": {
2304 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2305 "@babel/helper-plugin-utils": "^7.25.9"
2306 },
2307 "engines": {
2308 "node": ">=6.9.0"
2309 },
2310 "peerDependencies": {
2311 "@babel/core": "^7.0.0-0"
2312 }
2313 },
2314 "node_modules/@babel/plugin-transform-unicode-regex": {
2315 "version": "7.25.9",
2316 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz",
2317 "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==",
2318 "license": "MIT",
2319 "dependencies": {
2320 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2321 "@babel/helper-plugin-utils": "^7.25.9"
2322 },
2323 "engines": {
2324 "node": ">=6.9.0"
2325 },
2326 "peerDependencies": {
2327 "@babel/core": "^7.0.0-0"
2328 }
2329 },
2330 "node_modules/@babel/plugin-transform-unicode-sets-regex": {
2331 "version": "7.25.9",
2332 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz",
2333 "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==",
2334 "license": "MIT",
2335 "dependencies": {
2336 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2337 "@babel/helper-plugin-utils": "^7.25.9"
2338 },
2339 "engines": {
2340 "node": ">=6.9.0"
2341 },
2342 "peerDependencies": {
2343 "@babel/core": "^7.0.0"
2344 }
2345 },
2346 "node_modules/@babel/preset-env": {
2347 "version": "7.26.9",
2348 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.9.tgz",
2349 "integrity": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==",
2350 "license": "MIT",
2351 "dependencies": {
2352 "@babel/compat-data": "^7.26.8",
2353 "@babel/helper-compilation-targets": "^7.26.5",
2354 "@babel/helper-plugin-utils": "^7.26.5",
2355 "@babel/helper-validator-option": "^7.25.9",
2356 "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
2357 "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
2358 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
2359 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
2360 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
2361 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
2362 "@babel/plugin-syntax-import-assertions": "^7.26.0",
2363 "@babel/plugin-syntax-import-attributes": "^7.26.0",
2364 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
2365 "@babel/plugin-transform-arrow-functions": "^7.25.9",
2366 "@babel/plugin-transform-async-generator-functions": "^7.26.8",
2367 "@babel/plugin-transform-async-to-generator": "^7.25.9",
2368 "@babel/plugin-transform-block-scoped-functions": "^7.26.5",
2369 "@babel/plugin-transform-block-scoping": "^7.25.9",
2370 "@babel/plugin-transform-class-properties": "^7.25.9",
2371 "@babel/plugin-transform-class-static-block": "^7.26.0",
2372 "@babel/plugin-transform-classes": "^7.25.9",
2373 "@babel/plugin-transform-computed-properties": "^7.25.9",
2374 "@babel/plugin-transform-destructuring": "^7.25.9",
2375 "@babel/plugin-transform-dotall-regex": "^7.25.9",
2376 "@babel/plugin-transform-duplicate-keys": "^7.25.9",
2377 "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
2378 "@babel/plugin-transform-dynamic-import": "^7.25.9",
2379 "@babel/plugin-transform-exponentiation-operator": "^7.26.3",
2380 "@babel/plugin-transform-export-namespace-from": "^7.25.9",
2381 "@babel/plugin-transform-for-of": "^7.26.9",
2382 "@babel/plugin-transform-function-name": "^7.25.9",
2383 "@babel/plugin-transform-json-strings": "^7.25.9",
2384 "@babel/plugin-transform-literals": "^7.25.9",
2385 "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
2386 "@babel/plugin-transform-member-expression-literals": "^7.25.9",
2387 "@babel/plugin-transform-modules-amd": "^7.25.9",
2388 "@babel/plugin-transform-modules-commonjs": "^7.26.3",
2389 "@babel/plugin-transform-modules-systemjs": "^7.25.9",
2390 "@babel/plugin-transform-modules-umd": "^7.25.9",
2391 "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
2392 "@babel/plugin-transform-new-target": "^7.25.9",
2393 "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
2394 "@babel/plugin-transform-numeric-separator": "^7.25.9",
2395 "@babel/plugin-transform-object-rest-spread": "^7.25.9",
2396 "@babel/plugin-transform-object-super": "^7.25.9",
2397 "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
2398 "@babel/plugin-transform-optional-chaining": "^7.25.9",
2399 "@babel/plugin-transform-parameters": "^7.25.9",
2400 "@babel/plugin-transform-private-methods": "^7.25.9",
2401 "@babel/plugin-transform-private-property-in-object": "^7.25.9",
2402 "@babel/plugin-transform-property-literals": "^7.25.9",
2403 "@babel/plugin-transform-regenerator": "^7.25.9",
2404 "@babel/plugin-transform-regexp-modifiers": "^7.26.0",
2405 "@babel/plugin-transform-reserved-words": "^7.25.9",
2406 "@babel/plugin-transform-shorthand-properties": "^7.25.9",
2407 "@babel/plugin-transform-spread": "^7.25.9",
2408 "@babel/plugin-transform-sticky-regex": "^7.25.9",
2409 "@babel/plugin-transform-template-literals": "^7.26.8",
2410 "@babel/plugin-transform-typeof-symbol": "^7.26.7",
2411 "@babel/plugin-transform-unicode-escapes": "^7.25.9",
2412 "@babel/plugin-transform-unicode-property-regex": "^7.25.9",
2413 "@babel/plugin-transform-unicode-regex": "^7.25.9",
2414 "@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
2415 "@babel/preset-modules": "0.1.6-no-external-plugins",
2416 "babel-plugin-polyfill-corejs2": "^0.4.10",
2417 "babel-plugin-polyfill-corejs3": "^0.11.0",
2418 "babel-plugin-polyfill-regenerator": "^0.6.1",
2419 "core-js-compat": "^3.40.0",
2420 "semver": "^6.3.1"
2421 },
2422 "engines": {
2423 "node": ">=6.9.0"
2424 },
2425 "peerDependencies": {
2426 "@babel/core": "^7.0.0-0"
2427 }
2428 },
2429 "node_modules/@babel/preset-env/node_modules/semver": {
2430 "version": "6.3.1",
2431 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2432 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2433 "license": "ISC",
2434 "bin": {
2435 "semver": "bin/semver.js"
2436 }
2437 },
2438 "node_modules/@babel/preset-modules": {
2439 "version": "0.1.6-no-external-plugins",
2440 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
2441 "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
2442 "license": "MIT",
2443 "dependencies": {
2444 "@babel/helper-plugin-utils": "^7.0.0",
2445 "@babel/types": "^7.4.4",
2446 "esutils": "^2.0.2"
2447 },
2448 "peerDependencies": {
2449 "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
2450 }
2451 },
2452 "node_modules/@babel/preset-react": {
2453 "version": "7.26.3",
2454 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz",
2455 "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==",
2456 "license": "MIT",
2457 "dependencies": {
2458 "@babel/helper-plugin-utils": "^7.25.9",
2459 "@babel/helper-validator-option": "^7.25.9",
2460 "@babel/plugin-transform-react-display-name": "^7.25.9",
2461 "@babel/plugin-transform-react-jsx": "^7.25.9",
2462 "@babel/plugin-transform-react-jsx-development": "^7.25.9",
2463 "@babel/plugin-transform-react-pure-annotations": "^7.25.9"
2464 },
2465 "engines": {
2466 "node": ">=6.9.0"
2467 },
2468 "peerDependencies": {
2469 "@babel/core": "^7.0.0-0"
2470 }
2471 },
2472 "node_modules/@babel/preset-typescript": {
2473 "version": "7.26.0",
2474 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz",
2475 "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==",
2476 "license": "MIT",
2477 "dependencies": {
2478 "@babel/helper-plugin-utils": "^7.25.9",
2479 "@babel/helper-validator-option": "^7.25.9",
2480 "@babel/plugin-syntax-jsx": "^7.25.9",
2481 "@babel/plugin-transform-modules-commonjs": "^7.25.9",
2482 "@babel/plugin-transform-typescript": "^7.25.9"
2483 },
2484 "engines": {
2485 "node": ">=6.9.0"
2486 },
2487 "peerDependencies": {
2488 "@babel/core": "^7.0.0-0"
2489 }
2490 },
2491 "node_modules/@babel/runtime": {
2492 "version": "7.26.9",
2493 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.9.tgz",
2494 "integrity": "sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==",
2495 "license": "MIT",
2496 "dependencies": {
2497 "regenerator-runtime": "^0.14.0"
2498 },
2499 "engines": {
2500 "node": ">=6.9.0"
2501 }
2502 },
2503 "node_modules/@babel/template": {
2504 "version": "7.26.9",
2505 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz",
2506 "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==",
2507 "license": "MIT",
2508 "dependencies": {
2509 "@babel/code-frame": "^7.26.2",
2510 "@babel/parser": "^7.26.9",
2511 "@babel/types": "^7.26.9"
2512 },
2513 "engines": {
2514 "node": ">=6.9.0"
2515 }
2516 },
2517 "node_modules/@babel/traverse": {
2518 "version": "7.26.9",
2519 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.9.tgz",
2520 "integrity": "sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==",
2521 "license": "MIT",
2522 "dependencies": {
2523 "@babel/code-frame": "^7.26.2",
2524 "@babel/generator": "^7.26.9",
2525 "@babel/parser": "^7.26.9",
2526 "@babel/template": "^7.26.9",
2527 "@babel/types": "^7.26.9",
2528 "debug": "^4.3.1",
2529 "globals": "^11.1.0"
2530 },
2531 "engines": {
2532 "node": ">=6.9.0"
2533 }
2534 },
2535 "node_modules/@babel/traverse/node_modules/debug": {
2536 "version": "4.4.0",
2537 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
2538 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
2539 "license": "MIT",
2540 "dependencies": {
2541 "ms": "^2.1.3"
2542 },
2543 "engines": {
2544 "node": ">=6.0"
2545 },
2546 "peerDependenciesMeta": {
2547 "supports-color": {
2548 "optional": true
2549 }
2550 }
2551 },
2552 "node_modules/@babel/traverse/node_modules/ms": {
2553 "version": "2.1.3",
2554 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2555 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2556 "license": "MIT"
2557 },
2558 "node_modules/@babel/types": {
2559 "version": "7.26.9",
2560 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.9.tgz",
2561 "integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==",
2562 "license": "MIT",
2563 "dependencies": {
2564 "@babel/helper-string-parser": "^7.25.9",
2565 "@babel/helper-validator-identifier": "^7.25.9"
2566 },
2567 "engines": {
2568 "node": ">=6.9.0"
2569 }
2570 },
2571 "node_modules/@bcoe/v8-coverage": {
2572 "version": "0.2.3",
2573 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
2574 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
2575 "license": "MIT"
2576 },
2577 "node_modules/@csstools/normalize.css": {
2578 "version": "12.1.1",
2579 "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz",
2580 "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==",
2581 "license": "CC0-1.0"
2582 },
2583 "node_modules/@csstools/postcss-cascade-layers": {
2584 "version": "1.1.1",
2585 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz",
2586 "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==",
2587 "license": "CC0-1.0",
2588 "dependencies": {
2589 "@csstools/selector-specificity": "^2.0.2",
2590 "postcss-selector-parser": "^6.0.10"
2591 },
2592 "engines": {
2593 "node": "^12 || ^14 || >=16"
2594 },
2595 "funding": {
2596 "type": "opencollective",
2597 "url": "https://opencollective.com/csstools"
2598 },
2599 "peerDependencies": {
2600 "postcss": "^8.2"
2601 }
2602 },
2603 "node_modules/@csstools/postcss-color-function": {
2604 "version": "1.1.1",
2605 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
2606 "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
2607 "license": "CC0-1.0",
2608 "dependencies": {
2609 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2610 "postcss-value-parser": "^4.2.0"
2611 },
2612 "engines": {
2613 "node": "^12 || ^14 || >=16"
2614 },
2615 "funding": {
2616 "type": "opencollective",
2617 "url": "https://opencollective.com/csstools"
2618 },
2619 "peerDependencies": {
2620 "postcss": "^8.2"
2621 }
2622 },
2623 "node_modules/@csstools/postcss-font-format-keywords": {
2624 "version": "1.0.1",
2625 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
2626 "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
2627 "license": "CC0-1.0",
2628 "dependencies": {
2629 "postcss-value-parser": "^4.2.0"
2630 },
2631 "engines": {
2632 "node": "^12 || ^14 || >=16"
2633 },
2634 "funding": {
2635 "type": "opencollective",
2636 "url": "https://opencollective.com/csstools"
2637 },
2638 "peerDependencies": {
2639 "postcss": "^8.2"
2640 }
2641 },
2642 "node_modules/@csstools/postcss-hwb-function": {
2643 "version": "1.0.2",
2644 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
2645 "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
2646 "license": "CC0-1.0",
2647 "dependencies": {
2648 "postcss-value-parser": "^4.2.0"
2649 },
2650 "engines": {
2651 "node": "^12 || ^14 || >=16"
2652 },
2653 "funding": {
2654 "type": "opencollective",
2655 "url": "https://opencollective.com/csstools"
2656 },
2657 "peerDependencies": {
2658 "postcss": "^8.2"
2659 }
2660 },
2661 "node_modules/@csstools/postcss-ic-unit": {
2662 "version": "1.0.1",
2663 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
2664 "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
2665 "license": "CC0-1.0",
2666 "dependencies": {
2667 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2668 "postcss-value-parser": "^4.2.0"
2669 },
2670 "engines": {
2671 "node": "^12 || ^14 || >=16"
2672 },
2673 "funding": {
2674 "type": "opencollective",
2675 "url": "https://opencollective.com/csstools"
2676 },
2677 "peerDependencies": {
2678 "postcss": "^8.2"
2679 }
2680 },
2681 "node_modules/@csstools/postcss-is-pseudo-class": {
2682 "version": "2.0.7",
2683 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
2684 "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
2685 "license": "CC0-1.0",
2686 "dependencies": {
2687 "@csstools/selector-specificity": "^2.0.0",
2688 "postcss-selector-parser": "^6.0.10"
2689 },
2690 "engines": {
2691 "node": "^12 || ^14 || >=16"
2692 },
2693 "funding": {
2694 "type": "opencollective",
2695 "url": "https://opencollective.com/csstools"
2696 },
2697 "peerDependencies": {
2698 "postcss": "^8.2"
2699 }
2700 },
2701 "node_modules/@csstools/postcss-nested-calc": {
2702 "version": "1.0.0",
2703 "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz",
2704 "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==",
2705 "license": "CC0-1.0",
2706 "dependencies": {
2707 "postcss-value-parser": "^4.2.0"
2708 },
2709 "engines": {
2710 "node": "^12 || ^14 || >=16"
2711 },
2712 "funding": {
2713 "type": "opencollective",
2714 "url": "https://opencollective.com/csstools"
2715 },
2716 "peerDependencies": {
2717 "postcss": "^8.2"
2718 }
2719 },
2720 "node_modules/@csstools/postcss-normalize-display-values": {
2721 "version": "1.0.1",
2722 "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
2723 "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
2724 "license": "CC0-1.0",
2725 "dependencies": {
2726 "postcss-value-parser": "^4.2.0"
2727 },
2728 "engines": {
2729 "node": "^12 || ^14 || >=16"
2730 },
2731 "funding": {
2732 "type": "opencollective",
2733 "url": "https://opencollective.com/csstools"
2734 },
2735 "peerDependencies": {
2736 "postcss": "^8.2"
2737 }
2738 },
2739 "node_modules/@csstools/postcss-oklab-function": {
2740 "version": "1.1.1",
2741 "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
2742 "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
2743 "license": "CC0-1.0",
2744 "dependencies": {
2745 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2746 "postcss-value-parser": "^4.2.0"
2747 },
2748 "engines": {
2749 "node": "^12 || ^14 || >=16"
2750 },
2751 "funding": {
2752 "type": "opencollective",
2753 "url": "https://opencollective.com/csstools"
2754 },
2755 "peerDependencies": {
2756 "postcss": "^8.2"
2757 }
2758 },
2759 "node_modules/@csstools/postcss-progressive-custom-properties": {
2760 "version": "1.3.0",
2761 "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
2762 "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
2763 "license": "CC0-1.0",
2764 "dependencies": {
2765 "postcss-value-parser": "^4.2.0"
2766 },
2767 "engines": {
2768 "node": "^12 || ^14 || >=16"
2769 },
2770 "peerDependencies": {
2771 "postcss": "^8.3"
2772 }
2773 },
2774 "node_modules/@csstools/postcss-stepped-value-functions": {
2775 "version": "1.0.1",
2776 "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
2777 "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
2778 "license": "CC0-1.0",
2779 "dependencies": {
2780 "postcss-value-parser": "^4.2.0"
2781 },
2782 "engines": {
2783 "node": "^12 || ^14 || >=16"
2784 },
2785 "funding": {
2786 "type": "opencollective",
2787 "url": "https://opencollective.com/csstools"
2788 },
2789 "peerDependencies": {
2790 "postcss": "^8.2"
2791 }
2792 },
2793 "node_modules/@csstools/postcss-text-decoration-shorthand": {
2794 "version": "1.0.0",
2795 "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz",
2796 "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==",
2797 "license": "CC0-1.0",
2798 "dependencies": {
2799 "postcss-value-parser": "^4.2.0"
2800 },
2801 "engines": {
2802 "node": "^12 || ^14 || >=16"
2803 },
2804 "funding": {
2805 "type": "opencollective",
2806 "url": "https://opencollective.com/csstools"
2807 },
2808 "peerDependencies": {
2809 "postcss": "^8.2"
2810 }
2811 },
2812 "node_modules/@csstools/postcss-trigonometric-functions": {
2813 "version": "1.0.2",
2814 "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
2815 "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
2816 "license": "CC0-1.0",
2817 "dependencies": {
2818 "postcss-value-parser": "^4.2.0"
2819 },
2820 "engines": {
2821 "node": "^14 || >=16"
2822 },
2823 "funding": {
2824 "type": "opencollective",
2825 "url": "https://opencollective.com/csstools"
2826 },
2827 "peerDependencies": {
2828 "postcss": "^8.2"
2829 }
2830 },
2831 "node_modules/@csstools/postcss-unset-value": {
2832 "version": "1.0.2",
2833 "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
2834 "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
2835 "license": "CC0-1.0",
2836 "engines": {
2837 "node": "^12 || ^14 || >=16"
2838 },
2839 "funding": {
2840 "type": "opencollective",
2841 "url": "https://opencollective.com/csstools"
2842 },
2843 "peerDependencies": {
2844 "postcss": "^8.2"
2845 }
2846 },
2847 "node_modules/@csstools/selector-specificity": {
2848 "version": "2.2.0",
2849 "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz",
2850 "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==",
2851 "license": "CC0-1.0",
2852 "engines": {
2853 "node": "^14 || ^16 || >=18"
2854 },
2855 "funding": {
2856 "type": "opencollective",
2857 "url": "https://opencollective.com/csstools"
2858 },
2859 "peerDependencies": {
2860 "postcss-selector-parser": "^6.0.10"
2861 }
2862 },
2863 "node_modules/@eslint-community/eslint-utils": {
2864 "version": "4.4.1",
2865 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
2866 "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
2867 "license": "MIT",
2868 "dependencies": {
2869 "eslint-visitor-keys": "^3.4.3"
2870 },
2871 "engines": {
2872 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2873 },
2874 "funding": {
2875 "url": "https://opencollective.com/eslint"
2876 },
2877 "peerDependencies": {
2878 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
2879 }
2880 },
2881 "node_modules/@eslint-community/regexpp": {
2882 "version": "4.12.1",
2883 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
2884 "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
2885 "license": "MIT",
2886 "engines": {
2887 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2888 }
2889 },
2890 "node_modules/@eslint/eslintrc": {
2891 "version": "2.1.4",
2892 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
2893 "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
2894 "license": "MIT",
2895 "dependencies": {
2896 "ajv": "^6.12.4",
2897 "debug": "^4.3.2",
2898 "espree": "^9.6.0",
2899 "globals": "^13.19.0",
2900 "ignore": "^5.2.0",
2901 "import-fresh": "^3.2.1",
2902 "js-yaml": "^4.1.0",
2903 "minimatch": "^3.1.2",
2904 "strip-json-comments": "^3.1.1"
2905 },
2906 "engines": {
2907 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2908 },
2909 "funding": {
2910 "url": "https://opencollective.com/eslint"
2911 }
2912 },
2913 "node_modules/@eslint/eslintrc/node_modules/argparse": {
2914 "version": "2.0.1",
2915 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2916 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2917 "license": "Python-2.0"
2918 },
2919 "node_modules/@eslint/eslintrc/node_modules/debug": {
2920 "version": "4.4.0",
2921 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
2922 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
2923 "license": "MIT",
2924 "dependencies": {
2925 "ms": "^2.1.3"
2926 },
2927 "engines": {
2928 "node": ">=6.0"
2929 },
2930 "peerDependenciesMeta": {
2931 "supports-color": {
2932 "optional": true
2933 }
2934 }
2935 },
2936 "node_modules/@eslint/eslintrc/node_modules/globals": {
2937 "version": "13.24.0",
2938 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
2939 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
2940 "license": "MIT",
2941 "dependencies": {
2942 "type-fest": "^0.20.2"
2943 },
2944 "engines": {
2945 "node": ">=8"
2946 },
2947 "funding": {
2948 "url": "https://github.com/sponsors/sindresorhus"
2949 }
2950 },
2951 "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2952 "version": "4.1.0",
2953 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2954 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2955 "license": "MIT",
2956 "dependencies": {
2957 "argparse": "^2.0.1"
2958 },
2959 "bin": {
2960 "js-yaml": "bin/js-yaml.js"
2961 }
2962 },
2963 "node_modules/@eslint/eslintrc/node_modules/ms": {
2964 "version": "2.1.3",
2965 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2966 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2967 "license": "MIT"
2968 },
2969 "node_modules/@eslint/eslintrc/node_modules/type-fest": {
2970 "version": "0.20.2",
2971 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
2972 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
2973 "license": "(MIT OR CC0-1.0)",
2974 "engines": {
2975 "node": ">=10"
2976 },
2977 "funding": {
2978 "url": "https://github.com/sponsors/sindresorhus"
2979 }
2980 },
2981 "node_modules/@eslint/js": {
2982 "version": "8.57.1",
2983 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
2984 "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
2985 "license": "MIT",
2986 "engines": {
2987 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2988 }
2989 },
2990 "node_modules/@fortawesome/fontawesome-common-types": {
2991 "version": "6.7.2",
2992 "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.7.2.tgz",
2993 "integrity": "sha512-Zs+YeHUC5fkt7Mg1l6XTniei3k4bwG/yo3iFUtZWd/pMx9g3fdvkSK9E0FOC+++phXOka78uJcYb8JaFkW52Xg==",
2994 "license": "MIT",
2995 "engines": {
2996 "node": ">=6"
2997 }
2998 },
2999 "node_modules/@fortawesome/fontawesome-svg-core": {
3000 "version": "6.7.2",
3001 "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.7.2.tgz",
3002 "integrity": "sha512-yxtOBWDrdi5DD5o1pmVdq3WMCvnobT0LU6R8RyyVXPvFRd2o79/0NCuQoCjNTeZz9EzA9xS3JxNWfv54RIHFEA==",
3003 "license": "MIT",
3004 "peer": true,
3005 "dependencies": {
3006 "@fortawesome/fontawesome-common-types": "6.7.2"
3007 },
3008 "engines": {
3009 "node": ">=6"
3010 }
3011 },
3012 "node_modules/@fortawesome/free-solid-svg-icons": {
3013 "version": "6.7.2",
3014 "resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.7.2.tgz",
3015 "integrity": "sha512-GsBrnOzU8uj0LECDfD5zomZJIjrPhIlWU82AHwa2s40FKH+kcxQaBvBo3Z4TxyZHIyX8XTDxsyA33/Vx9eFuQA==",
3016 "license": "(CC-BY-4.0 AND MIT)",
3017 "dependencies": {
3018 "@fortawesome/fontawesome-common-types": "6.7.2"
3019 },
3020 "engines": {
3021 "node": ">=6"
3022 }
3023 },
3024 "node_modules/@fortawesome/react-fontawesome": {
3025 "version": "0.2.2",
3026 "resolved": "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.2.tgz",
3027 "integrity": "sha512-EnkrprPNqI6SXJl//m29hpaNzOp1bruISWaOiRtkMi/xSvHJlzc2j2JAYS7egxt/EbjSNV/k6Xy0AQI6vB2+1g==",
3028 "license": "MIT",
3029 "dependencies": {
3030 "prop-types": "^15.8.1"
3031 },
3032 "peerDependencies": {
3033 "@fortawesome/fontawesome-svg-core": "~1 || ~6",
3034 "react": ">=16.3"
3035 }
3036 },
3037 "node_modules/@humanwhocodes/config-array": {
3038 "version": "0.13.0",
3039 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
3040 "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
3041 "deprecated": "Use @eslint/config-array instead",
3042 "license": "Apache-2.0",
3043 "dependencies": {
3044 "@humanwhocodes/object-schema": "^2.0.3",
3045 "debug": "^4.3.1",
3046 "minimatch": "^3.0.5"
3047 },
3048 "engines": {
3049 "node": ">=10.10.0"
3050 }
3051 },
3052 "node_modules/@humanwhocodes/config-array/node_modules/debug": {
3053 "version": "4.4.0",
3054 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
3055 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
3056 "license": "MIT",
3057 "dependencies": {
3058 "ms": "^2.1.3"
3059 },
3060 "engines": {
3061 "node": ">=6.0"
3062 },
3063 "peerDependenciesMeta": {
3064 "supports-color": {
3065 "optional": true
3066 }
3067 }
3068 },
3069 "node_modules/@humanwhocodes/config-array/node_modules/ms": {
3070 "version": "2.1.3",
3071 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3072 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3073 "license": "MIT"
3074 },
3075 "node_modules/@humanwhocodes/module-importer": {
3076 "version": "1.0.1",
3077 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
3078 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
3079 "license": "Apache-2.0",
3080 "engines": {
3081 "node": ">=12.22"
3082 },
3083 "funding": {
3084 "type": "github",
3085 "url": "https://github.com/sponsors/nzakas"
3086 }
3087 },
3088 "node_modules/@humanwhocodes/object-schema": {
3089 "version": "2.0.3",
3090 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
3091 "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
3092 "deprecated": "Use @eslint/object-schema instead",
3093 "license": "BSD-3-Clause"
3094 },
3095 "node_modules/@isaacs/cliui": {
3096 "version": "8.0.2",
3097 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
3098 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
3099 "license": "ISC",
3100 "dependencies": {
3101 "string-width": "^5.1.2",
3102 "string-width-cjs": "npm:string-width@^4.2.0",
3103 "strip-ansi": "^7.0.1",
3104 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
3105 "wrap-ansi": "^8.1.0",
3106 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
3107 },
3108 "engines": {
3109 "node": ">=12"
3110 }
3111 },
3112 "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
3113 "version": "6.1.0",
3114 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
3115 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
3116 "license": "MIT",
3117 "engines": {
3118 "node": ">=12"
3119 },
3120 "funding": {
3121 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3122 }
3123 },
3124 "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
3125 "version": "6.2.1",
3126 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
3127 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
3128 "license": "MIT",
3129 "engines": {
3130 "node": ">=12"
3131 },
3132 "funding": {
3133 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3134 }
3135 },
3136 "node_modules/@isaacs/cliui/node_modules/string-width": {
3137 "version": "5.1.2",
3138 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
3139 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
3140 "license": "MIT",
3141 "dependencies": {
3142 "eastasianwidth": "^0.2.0",
3143 "emoji-regex": "^9.2.2",
3144 "strip-ansi": "^7.0.1"
3145 },
3146 "engines": {
3147 "node": ">=12"
3148 },
3149 "funding": {
3150 "url": "https://github.com/sponsors/sindresorhus"
3151 }
3152 },
3153 "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
3154 "version": "7.1.0",
3155 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3156 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3157 "license": "MIT",
3158 "dependencies": {
3159 "ansi-regex": "^6.0.1"
3160 },
3161 "engines": {
3162 "node": ">=12"
3163 },
3164 "funding": {
3165 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3166 }
3167 },
3168 "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
3169 "version": "8.1.0",
3170 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
3171 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
3172 "license": "MIT",
3173 "dependencies": {
3174 "ansi-styles": "^6.1.0",
3175 "string-width": "^5.0.1",
3176 "strip-ansi": "^7.0.1"
3177 },
3178 "engines": {
3179 "node": ">=12"
3180 },
3181 "funding": {
3182 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3183 }
3184 },
3185 "node_modules/@istanbuljs/load-nyc-config": {
3186 "version": "1.1.0",
3187 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
3188 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
3189 "license": "ISC",
3190 "dependencies": {
3191 "camelcase": "^5.3.1",
3192 "find-up": "^4.1.0",
3193 "get-package-type": "^0.1.0",
3194 "js-yaml": "^3.13.1",
3195 "resolve-from": "^5.0.0"
3196 },
3197 "engines": {
3198 "node": ">=8"
3199 }
3200 },
3201 "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
3202 "version": "5.3.1",
3203 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
3204 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
3205 "license": "MIT",
3206 "engines": {
3207 "node": ">=6"
3208 }
3209 },
3210 "node_modules/@istanbuljs/schema": {
3211 "version": "0.1.3",
3212 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
3213 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
3214 "license": "MIT",
3215 "engines": {
3216 "node": ">=8"
3217 }
3218 },
3219 "node_modules/@jest/console": {
3220 "version": "27.5.1",
3221 "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
3222 "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
3223 "license": "MIT",
3224 "dependencies": {
3225 "@jest/types": "^27.5.1",
3226 "@types/node": "*",
3227 "chalk": "^4.0.0",
3228 "jest-message-util": "^27.5.1",
3229 "jest-util": "^27.5.1",
3230 "slash": "^3.0.0"
3231 },
3232 "engines": {
3233 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3234 }
3235 },
3236 "node_modules/@jest/core": {
3237 "version": "27.5.1",
3238 "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
3239 "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
3240 "license": "MIT",
3241 "dependencies": {
3242 "@jest/console": "^27.5.1",
3243 "@jest/reporters": "^27.5.1",
3244 "@jest/test-result": "^27.5.1",
3245 "@jest/transform": "^27.5.1",
3246 "@jest/types": "^27.5.1",
3247 "@types/node": "*",
3248 "ansi-escapes": "^4.2.1",
3249 "chalk": "^4.0.0",
3250 "emittery": "^0.8.1",
3251 "exit": "^0.1.2",
3252 "graceful-fs": "^4.2.9",
3253 "jest-changed-files": "^27.5.1",
3254 "jest-config": "^27.5.1",
3255 "jest-haste-map": "^27.5.1",
3256 "jest-message-util": "^27.5.1",
3257 "jest-regex-util": "^27.5.1",
3258 "jest-resolve": "^27.5.1",
3259 "jest-resolve-dependencies": "^27.5.1",
3260 "jest-runner": "^27.5.1",
3261 "jest-runtime": "^27.5.1",
3262 "jest-snapshot": "^27.5.1",
3263 "jest-util": "^27.5.1",
3264 "jest-validate": "^27.5.1",
3265 "jest-watcher": "^27.5.1",
3266 "micromatch": "^4.0.4",
3267 "rimraf": "^3.0.0",
3268 "slash": "^3.0.0",
3269 "strip-ansi": "^6.0.0"
3270 },
3271 "engines": {
3272 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3273 },
3274 "peerDependencies": {
3275 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
3276 },
3277 "peerDependenciesMeta": {
3278 "node-notifier": {
3279 "optional": true
3280 }
3281 }
3282 },
3283 "node_modules/@jest/environment": {
3284 "version": "27.5.1",
3285 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
3286 "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
3287 "license": "MIT",
3288 "dependencies": {
3289 "@jest/fake-timers": "^27.5.1",
3290 "@jest/types": "^27.5.1",
3291 "@types/node": "*",
3292 "jest-mock": "^27.5.1"
3293 },
3294 "engines": {
3295 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3296 }
3297 },
3298 "node_modules/@jest/fake-timers": {
3299 "version": "27.5.1",
3300 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
3301 "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
3302 "license": "MIT",
3303 "dependencies": {
3304 "@jest/types": "^27.5.1",
3305 "@sinonjs/fake-timers": "^8.0.1",
3306 "@types/node": "*",
3307 "jest-message-util": "^27.5.1",
3308 "jest-mock": "^27.5.1",
3309 "jest-util": "^27.5.1"
3310 },
3311 "engines": {
3312 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3313 }
3314 },
3315 "node_modules/@jest/globals": {
3316 "version": "27.5.1",
3317 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
3318 "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
3319 "license": "MIT",
3320 "dependencies": {
3321 "@jest/environment": "^27.5.1",
3322 "@jest/types": "^27.5.1",
3323 "expect": "^27.5.1"
3324 },
3325 "engines": {
3326 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3327 }
3328 },
3329 "node_modules/@jest/reporters": {
3330 "version": "27.5.1",
3331 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
3332 "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
3333 "license": "MIT",
3334 "dependencies": {
3335 "@bcoe/v8-coverage": "^0.2.3",
3336 "@jest/console": "^27.5.1",
3337 "@jest/test-result": "^27.5.1",
3338 "@jest/transform": "^27.5.1",
3339 "@jest/types": "^27.5.1",
3340 "@types/node": "*",
3341 "chalk": "^4.0.0",
3342 "collect-v8-coverage": "^1.0.0",
3343 "exit": "^0.1.2",
3344 "glob": "^7.1.2",
3345 "graceful-fs": "^4.2.9",
3346 "istanbul-lib-coverage": "^3.0.0",
3347 "istanbul-lib-instrument": "^5.1.0",
3348 "istanbul-lib-report": "^3.0.0",
3349 "istanbul-lib-source-maps": "^4.0.0",
3350 "istanbul-reports": "^3.1.3",
3351 "jest-haste-map": "^27.5.1",
3352 "jest-resolve": "^27.5.1",
3353 "jest-util": "^27.5.1",
3354 "jest-worker": "^27.5.1",
3355 "slash": "^3.0.0",
3356 "source-map": "^0.6.0",
3357 "string-length": "^4.0.1",
3358 "terminal-link": "^2.0.0",
3359 "v8-to-istanbul": "^8.1.0"
3360 },
3361 "engines": {
3362 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3363 },
3364 "peerDependencies": {
3365 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
3366 },
3367 "peerDependenciesMeta": {
3368 "node-notifier": {
3369 "optional": true
3370 }
3371 }
3372 },
3373 "node_modules/@jest/reporters/node_modules/source-map": {
3374 "version": "0.6.1",
3375 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3376 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3377 "license": "BSD-3-Clause",
3378 "engines": {
3379 "node": ">=0.10.0"
3380 }
3381 },
3382 "node_modules/@jest/schemas": {
3383 "version": "28.1.3",
3384 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
3385 "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
3386 "license": "MIT",
3387 "dependencies": {
3388 "@sinclair/typebox": "^0.24.1"
3389 },
3390 "engines": {
3391 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
3392 }
3393 },
3394 "node_modules/@jest/source-map": {
3395 "version": "27.5.1",
3396 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
3397 "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
3398 "license": "MIT",
3399 "dependencies": {
3400 "callsites": "^3.0.0",
3401 "graceful-fs": "^4.2.9",
3402 "source-map": "^0.6.0"
3403 },
3404 "engines": {
3405 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3406 }
3407 },
3408 "node_modules/@jest/source-map/node_modules/source-map": {
3409 "version": "0.6.1",
3410 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3411 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3412 "license": "BSD-3-Clause",
3413 "engines": {
3414 "node": ">=0.10.0"
3415 }
3416 },
3417 "node_modules/@jest/test-result": {
3418 "version": "27.5.1",
3419 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
3420 "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
3421 "license": "MIT",
3422 "dependencies": {
3423 "@jest/console": "^27.5.1",
3424 "@jest/types": "^27.5.1",
3425 "@types/istanbul-lib-coverage": "^2.0.0",
3426 "collect-v8-coverage": "^1.0.0"
3427 },
3428 "engines": {
3429 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3430 }
3431 },
3432 "node_modules/@jest/test-sequencer": {
3433 "version": "27.5.1",
3434 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
3435 "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
3436 "license": "MIT",
3437 "dependencies": {
3438 "@jest/test-result": "^27.5.1",
3439 "graceful-fs": "^4.2.9",
3440 "jest-haste-map": "^27.5.1",
3441 "jest-runtime": "^27.5.1"
3442 },
3443 "engines": {
3444 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3445 }
3446 },
3447 "node_modules/@jest/transform": {
3448 "version": "27.5.1",
3449 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
3450 "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
3451 "license": "MIT",
3452 "dependencies": {
3453 "@babel/core": "^7.1.0",
3454 "@jest/types": "^27.5.1",
3455 "babel-plugin-istanbul": "^6.1.1",
3456 "chalk": "^4.0.0",
3457 "convert-source-map": "^1.4.0",
3458 "fast-json-stable-stringify": "^2.0.0",
3459 "graceful-fs": "^4.2.9",
3460 "jest-haste-map": "^27.5.1",
3461 "jest-regex-util": "^27.5.1",
3462 "jest-util": "^27.5.1",
3463 "micromatch": "^4.0.4",
3464 "pirates": "^4.0.4",
3465 "slash": "^3.0.0",
3466 "source-map": "^0.6.1",
3467 "write-file-atomic": "^3.0.0"
3468 },
3469 "engines": {
3470 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3471 }
3472 },
3473 "node_modules/@jest/transform/node_modules/convert-source-map": {
3474 "version": "1.9.0",
3475 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
3476 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
3477 "license": "MIT"
3478 },
3479 "node_modules/@jest/transform/node_modules/source-map": {
3480 "version": "0.6.1",
3481 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3482 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3483 "license": "BSD-3-Clause",
3484 "engines": {
3485 "node": ">=0.10.0"
3486 }
3487 },
3488 "node_modules/@jest/types": {
3489 "version": "27.5.1",
3490 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
3491 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
3492 "license": "MIT",
3493 "dependencies": {
3494 "@types/istanbul-lib-coverage": "^2.0.0",
3495 "@types/istanbul-reports": "^3.0.0",
3496 "@types/node": "*",
3497 "@types/yargs": "^16.0.0",
3498 "chalk": "^4.0.0"
3499 },
3500 "engines": {
3501 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3502 }
3503 },
3504 "node_modules/@jridgewell/gen-mapping": {
3505 "version": "0.3.8",
3506 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
3507 "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
3508 "license": "MIT",
3509 "dependencies": {
3510 "@jridgewell/set-array": "^1.2.1",
3511 "@jridgewell/sourcemap-codec": "^1.4.10",
3512 "@jridgewell/trace-mapping": "^0.3.24"
3513 },
3514 "engines": {
3515 "node": ">=6.0.0"
3516 }
3517 },
3518 "node_modules/@jridgewell/resolve-uri": {
3519 "version": "3.1.2",
3520 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
3521 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
3522 "license": "MIT",
3523 "engines": {
3524 "node": ">=6.0.0"
3525 }
3526 },
3527 "node_modules/@jridgewell/set-array": {
3528 "version": "1.2.1",
3529 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
3530 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
3531 "license": "MIT",
3532 "engines": {
3533 "node": ">=6.0.0"
3534 }
3535 },
3536 "node_modules/@jridgewell/source-map": {
3537 "version": "0.3.6",
3538 "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
3539 "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
3540 "license": "MIT",
3541 "dependencies": {
3542 "@jridgewell/gen-mapping": "^0.3.5",
3543 "@jridgewell/trace-mapping": "^0.3.25"
3544 }
3545 },
3546 "node_modules/@jridgewell/sourcemap-codec": {
3547 "version": "1.5.0",
3548 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
3549 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
3550 "license": "MIT"
3551 },
3552 "node_modules/@jridgewell/trace-mapping": {
3553 "version": "0.3.25",
3554 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
3555 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
3556 "license": "MIT",
3557 "dependencies": {
3558 "@jridgewell/resolve-uri": "^3.1.0",
3559 "@jridgewell/sourcemap-codec": "^1.4.14"
3560 }
3561 },
3562 "node_modules/@kurkle/color": {
3563 "version": "0.3.4",
3564 "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.4.tgz",
3565 "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==",
3566 "license": "MIT"
3567 },
3568 "node_modules/@leichtgewicht/ip-codec": {
3569 "version": "2.0.5",
3570 "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz",
3571 "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==",
3572 "license": "MIT"
3573 },
3574 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
3575 "version": "5.1.1-v1",
3576 "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
3577 "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
3578 "license": "MIT",
3579 "dependencies": {
3580 "eslint-scope": "5.1.1"
3581 }
3582 },
3583 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
3584 "version": "5.1.1",
3585 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
3586 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
3587 "license": "BSD-2-Clause",
3588 "dependencies": {
3589 "esrecurse": "^4.3.0",
3590 "estraverse": "^4.1.1"
3591 },
3592 "engines": {
3593 "node": ">=8.0.0"
3594 }
3595 },
3596 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
3597 "version": "4.3.0",
3598 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
3599 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
3600 "license": "BSD-2-Clause",
3601 "engines": {
3602 "node": ">=4.0"
3603 }
3604 },
3605 "node_modules/@nodelib/fs.scandir": {
3606 "version": "2.1.5",
3607 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
3608 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
3609 "license": "MIT",
3610 "dependencies": {
3611 "@nodelib/fs.stat": "2.0.5",
3612 "run-parallel": "^1.1.9"
3613 },
3614 "engines": {
3615 "node": ">= 8"
3616 }
3617 },
3618 "node_modules/@nodelib/fs.stat": {
3619 "version": "2.0.5",
3620 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
3621 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
3622 "license": "MIT",
3623 "engines": {
3624 "node": ">= 8"
3625 }
3626 },
3627 "node_modules/@nodelib/fs.walk": {
3628 "version": "1.2.8",
3629 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
3630 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
3631 "license": "MIT",
3632 "dependencies": {
3633 "@nodelib/fs.scandir": "2.1.5",
3634 "fastq": "^1.6.0"
3635 },
3636 "engines": {
3637 "node": ">= 8"
3638 }
3639 },
3640 "node_modules/@pkgjs/parseargs": {
3641 "version": "0.11.0",
3642 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
3643 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
3644 "license": "MIT",
3645 "optional": true,
3646 "engines": {
3647 "node": ">=14"
3648 }
3649 },
3650 "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
3651 "version": "0.5.15",
3652 "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz",
3653 "integrity": "sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==",
3654 "license": "MIT",
3655 "dependencies": {
3656 "ansi-html": "^0.0.9",
3657 "core-js-pure": "^3.23.3",
3658 "error-stack-parser": "^2.0.6",
3659 "html-entities": "^2.1.0",
3660 "loader-utils": "^2.0.4",
3661 "schema-utils": "^4.2.0",
3662 "source-map": "^0.7.3"
3663 },
3664 "engines": {
3665 "node": ">= 10.13"
3666 },
3667 "peerDependencies": {
3668 "@types/webpack": "4.x || 5.x",
3669 "react-refresh": ">=0.10.0 <1.0.0",
3670 "sockjs-client": "^1.4.0",
3671 "type-fest": ">=0.17.0 <5.0.0",
3672 "webpack": ">=4.43.0 <6.0.0",
3673 "webpack-dev-server": "3.x || 4.x || 5.x",
3674 "webpack-hot-middleware": "2.x",
3675 "webpack-plugin-serve": "0.x || 1.x"
3676 },
3677 "peerDependenciesMeta": {
3678 "@types/webpack": {
3679 "optional": true
3680 },
3681 "sockjs-client": {
3682 "optional": true
3683 },
3684 "type-fest": {
3685 "optional": true
3686 },
3687 "webpack-dev-server": {
3688 "optional": true
3689 },
3690 "webpack-hot-middleware": {
3691 "optional": true
3692 },
3693 "webpack-plugin-serve": {
3694 "optional": true
3695 }
3696 }
3697 },
3698 "node_modules/@remix-run/router": {
3699 "version": "1.22.0",
3700 "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.22.0.tgz",
3701 "integrity": "sha512-MBOl8MeOzpK0HQQQshKB7pABXbmyHizdTpqnrIseTbsv0nAepwC2ENZa1aaBExNQcpLoXmWthhak8SABLzvGPw==",
3702 "license": "MIT",
3703 "engines": {
3704 "node": ">=14.0.0"
3705 }
3706 },
3707 "node_modules/@rollup/plugin-babel": {
3708 "version": "5.3.1",
3709 "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
3710 "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
3711 "license": "MIT",
3712 "dependencies": {
3713 "@babel/helper-module-imports": "^7.10.4",
3714 "@rollup/pluginutils": "^3.1.0"
3715 },
3716 "engines": {
3717 "node": ">= 10.0.0"
3718 },
3719 "peerDependencies": {
3720 "@babel/core": "^7.0.0",
3721 "@types/babel__core": "^7.1.9",
3722 "rollup": "^1.20.0||^2.0.0"
3723 },
3724 "peerDependenciesMeta": {
3725 "@types/babel__core": {
3726 "optional": true
3727 }
3728 }
3729 },
3730 "node_modules/@rollup/plugin-node-resolve": {
3731 "version": "11.2.1",
3732 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
3733 "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
3734 "license": "MIT",
3735 "dependencies": {
3736 "@rollup/pluginutils": "^3.1.0",
3737 "@types/resolve": "1.17.1",
3738 "builtin-modules": "^3.1.0",
3739 "deepmerge": "^4.2.2",
3740 "is-module": "^1.0.0",
3741 "resolve": "^1.19.0"
3742 },
3743 "engines": {
3744 "node": ">= 10.0.0"
3745 },
3746 "peerDependencies": {
3747 "rollup": "^1.20.0||^2.0.0"
3748 }
3749 },
3750 "node_modules/@rollup/plugin-replace": {
3751 "version": "2.4.2",
3752 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
3753 "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
3754 "license": "MIT",
3755 "dependencies": {
3756 "@rollup/pluginutils": "^3.1.0",
3757 "magic-string": "^0.25.7"
3758 },
3759 "peerDependencies": {
3760 "rollup": "^1.20.0 || ^2.0.0"
3761 }
3762 },
3763 "node_modules/@rollup/pluginutils": {
3764 "version": "3.1.0",
3765 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
3766 "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
3767 "license": "MIT",
3768 "dependencies": {
3769 "@types/estree": "0.0.39",
3770 "estree-walker": "^1.0.1",
3771 "picomatch": "^2.2.2"
3772 },
3773 "engines": {
3774 "node": ">= 8.0.0"
3775 },
3776 "peerDependencies": {
3777 "rollup": "^1.20.0||^2.0.0"
3778 }
3779 },
3780 "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
3781 "version": "0.0.39",
3782 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
3783 "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
3784 "license": "MIT"
3785 },
3786 "node_modules/@rtsao/scc": {
3787 "version": "1.1.0",
3788 "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
3789 "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
3790 "license": "MIT"
3791 },
3792 "node_modules/@rushstack/eslint-patch": {
3793 "version": "1.10.5",
3794 "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.5.tgz",
3795 "integrity": "sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==",
3796 "license": "MIT"
3797 },
3798 "node_modules/@sinclair/typebox": {
3799 "version": "0.24.51",
3800 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz",
3801 "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==",
3802 "license": "MIT"
3803 },
3804 "node_modules/@sinonjs/commons": {
3805 "version": "1.8.6",
3806 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
3807 "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
3808 "license": "BSD-3-Clause",
3809 "dependencies": {
3810 "type-detect": "4.0.8"
3811 }
3812 },
3813 "node_modules/@sinonjs/fake-timers": {
3814 "version": "8.1.0",
3815 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
3816 "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
3817 "license": "BSD-3-Clause",
3818 "dependencies": {
3819 "@sinonjs/commons": "^1.7.0"
3820 }
3821 },
3822 "node_modules/@supabase/auth-js": {
3823 "version": "2.67.3",
3824 "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.67.3.tgz",
3825 "integrity": "sha512-NJDaW8yXs49xMvWVOkSIr8j46jf+tYHV0wHhrwOaLLMZSFO4g6kKAf+MfzQ2RaD06OCUkUHIzctLAxjTgEVpzw==",
3826 "license": "MIT",
3827 "dependencies": {
3828 "@supabase/node-fetch": "^2.6.14"
3829 }
3830 },
3831 "node_modules/@supabase/functions-js": {
3832 "version": "2.4.4",
3833 "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.4.4.tgz",
3834 "integrity": "sha512-WL2p6r4AXNGwop7iwvul2BvOtuJ1YQy8EbOd0dhG1oN1q8el/BIRSFCFnWAMM/vJJlHWLi4ad22sKbKr9mvjoA==",
3835 "license": "MIT",
3836 "dependencies": {
3837 "@supabase/node-fetch": "^2.6.14"
3838 }
3839 },
3840 "node_modules/@supabase/node-fetch": {
3841 "version": "2.6.15",
3842 "resolved": "https://registry.npmjs.org/@supabase/node-fetch/-/node-fetch-2.6.15.tgz",
3843 "integrity": "sha512-1ibVeYUacxWYi9i0cf5efil6adJ9WRyZBLivgjs+AUpewx1F3xPi7gLgaASI2SmIQxPoCEjAsLAzKPgMJVgOUQ==",
3844 "license": "MIT",
3845 "dependencies": {
3846 "whatwg-url": "^5.0.0"
3847 },
3848 "engines": {
3849 "node": "4.x || >=6.0.0"
3850 }
3851 },
3852 "node_modules/@supabase/node-fetch/node_modules/tr46": {
3853 "version": "0.0.3",
3854 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
3855 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
3856 "license": "MIT"
3857 },
3858 "node_modules/@supabase/node-fetch/node_modules/webidl-conversions": {
3859 "version": "3.0.1",
3860 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
3861 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
3862 "license": "BSD-2-Clause"
3863 },
3864 "node_modules/@supabase/node-fetch/node_modules/whatwg-url": {
3865 "version": "5.0.0",
3866 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
3867 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
3868 "license": "MIT",
3869 "dependencies": {
3870 "tr46": "~0.0.3",
3871 "webidl-conversions": "^3.0.0"
3872 }
3873 },
3874 "node_modules/@supabase/postgrest-js": {
3875 "version": "1.18.1",
3876 "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.18.1.tgz",
3877 "integrity": "sha512-dWDnoC0MoDHKhaEOrsEKTadWQcBNknZVQcSgNE/Q2wXh05mhCL1ut/jthRUrSbYcqIw/CEjhaeIPp7dLarT0bg==",
3878 "license": "MIT",
3879 "dependencies": {
3880 "@supabase/node-fetch": "^2.6.14"
3881 }
3882 },
3883 "node_modules/@supabase/realtime-js": {
3884 "version": "2.11.2",
3885 "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.11.2.tgz",
3886 "integrity": "sha512-u/XeuL2Y0QEhXSoIPZZwR6wMXgB+RQbJzG9VErA3VghVt7uRfSVsjeqd7m5GhX3JR6dM/WRmLbVR8URpDWG4+w==",
3887 "license": "MIT",
3888 "dependencies": {
3889 "@supabase/node-fetch": "^2.6.14",
3890 "@types/phoenix": "^1.5.4",
3891 "@types/ws": "^8.5.10",
3892 "ws": "^8.18.0"
3893 }
3894 },
3895 "node_modules/@supabase/realtime-js/node_modules/ws": {
3896 "version": "8.18.0",
3897 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
3898 "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
3899 "license": "MIT",
3900 "engines": {
3901 "node": ">=10.0.0"
3902 },
3903 "peerDependencies": {
3904 "bufferutil": "^4.0.1",
3905 "utf-8-validate": ">=5.0.2"
3906 },
3907 "peerDependenciesMeta": {
3908 "bufferutil": {
3909 "optional": true
3910 },
3911 "utf-8-validate": {
3912 "optional": true
3913 }
3914 }
3915 },
3916 "node_modules/@supabase/storage-js": {
3917 "version": "2.7.1",
3918 "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.7.1.tgz",
3919 "integrity": "sha512-asYHcyDR1fKqrMpytAS1zjyEfvxuOIp1CIXX7ji4lHHcJKqyk+sLl/Vxgm4sN6u8zvuUtae9e4kDxQP2qrwWBA==",
3920 "license": "MIT",
3921 "dependencies": {
3922 "@supabase/node-fetch": "^2.6.14"
3923 }
3924 },
3925 "node_modules/@supabase/supabase-js": {
3926 "version": "2.48.1",
3927 "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.48.1.tgz",
3928 "integrity": "sha512-VMD+CYk/KxfwGbI4fqwSUVA7CLr1izXpqfFerhnYPSi6LEKD8GoR4kuO5Cc8a+N43LnfSQwLJu4kVm2e4etEmA==",
3929 "license": "MIT",
3930 "dependencies": {
3931 "@supabase/auth-js": "2.67.3",
3932 "@supabase/functions-js": "2.4.4",
3933 "@supabase/node-fetch": "2.6.15",
3934 "@supabase/postgrest-js": "1.18.1",
3935 "@supabase/realtime-js": "2.11.2",
3936 "@supabase/storage-js": "2.7.1"
3937 }
3938 },
3939 "node_modules/@surma/rollup-plugin-off-main-thread": {
3940 "version": "2.2.3",
3941 "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
3942 "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
3943 "license": "Apache-2.0",
3944 "dependencies": {
3945 "ejs": "^3.1.6",
3946 "json5": "^2.2.0",
3947 "magic-string": "^0.25.0",
3948 "string.prototype.matchall": "^4.0.6"
3949 }
3950 },
3951 "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
3952 "version": "5.4.0",
3953 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
3954 "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
3955 "license": "MIT",
3956 "engines": {
3957 "node": ">=10"
3958 },
3959 "funding": {
3960 "type": "github",
3961 "url": "https://github.com/sponsors/gregberge"
3962 }
3963 },
3964 "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
3965 "version": "5.4.0",
3966 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
3967 "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
3968 "license": "MIT",
3969 "engines": {
3970 "node": ">=10"
3971 },
3972 "funding": {
3973 "type": "github",
3974 "url": "https://github.com/sponsors/gregberge"
3975 }
3976 },
3977 "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
3978 "version": "5.0.1",
3979 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
3980 "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
3981 "license": "MIT",
3982 "engines": {
3983 "node": ">=10"
3984 },
3985 "funding": {
3986 "type": "github",
3987 "url": "https://github.com/sponsors/gregberge"
3988 }
3989 },
3990 "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
3991 "version": "5.0.1",
3992 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
3993 "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
3994 "license": "MIT",
3995 "engines": {
3996 "node": ">=10"
3997 },
3998 "funding": {
3999 "type": "github",
4000 "url": "https://github.com/sponsors/gregberge"
4001 }
4002 },
4003 "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
4004 "version": "5.4.0",
4005 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
4006 "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
4007 "license": "MIT",
4008 "engines": {
4009 "node": ">=10"
4010 },
4011 "funding": {
4012 "type": "github",
4013 "url": "https://github.com/sponsors/gregberge"
4014 }
4015 },
4016 "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
4017 "version": "5.4.0",
4018 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
4019 "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
4020 "license": "MIT",
4021 "engines": {
4022 "node": ">=10"
4023 },
4024 "funding": {
4025 "type": "github",
4026 "url": "https://github.com/sponsors/gregberge"
4027 }
4028 },
4029 "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
4030 "version": "5.4.0",
4031 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
4032 "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
4033 "license": "MIT",
4034 "engines": {
4035 "node": ">=10"
4036 },
4037 "funding": {
4038 "type": "github",
4039 "url": "https://github.com/sponsors/gregberge"
4040 }
4041 },
4042 "node_modules/@svgr/babel-plugin-transform-svg-component": {
4043 "version": "5.5.0",
4044 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
4045 "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
4046 "license": "MIT",
4047 "engines": {
4048 "node": ">=10"
4049 },
4050 "funding": {
4051 "type": "github",
4052 "url": "https://github.com/sponsors/gregberge"
4053 }
4054 },
4055 "node_modules/@svgr/babel-preset": {
4056 "version": "5.5.0",
4057 "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
4058 "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
4059 "license": "MIT",
4060 "dependencies": {
4061 "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
4062 "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
4063 "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
4064 "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
4065 "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
4066 "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
4067 "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
4068 "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
4069 },
4070 "engines": {
4071 "node": ">=10"
4072 },
4073 "funding": {
4074 "type": "github",
4075 "url": "https://github.com/sponsors/gregberge"
4076 }
4077 },
4078 "node_modules/@svgr/core": {
4079 "version": "5.5.0",
4080 "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
4081 "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
4082 "license": "MIT",
4083 "dependencies": {
4084 "@svgr/plugin-jsx": "^5.5.0",
4085 "camelcase": "^6.2.0",
4086 "cosmiconfig": "^7.0.0"
4087 },
4088 "engines": {
4089 "node": ">=10"
4090 },
4091 "funding": {
4092 "type": "github",
4093 "url": "https://github.com/sponsors/gregberge"
4094 }
4095 },
4096 "node_modules/@svgr/hast-util-to-babel-ast": {
4097 "version": "5.5.0",
4098 "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
4099 "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
4100 "license": "MIT",
4101 "dependencies": {
4102 "@babel/types": "^7.12.6"
4103 },
4104 "engines": {
4105 "node": ">=10"
4106 },
4107 "funding": {
4108 "type": "github",
4109 "url": "https://github.com/sponsors/gregberge"
4110 }
4111 },
4112 "node_modules/@svgr/plugin-jsx": {
4113 "version": "5.5.0",
4114 "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
4115 "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
4116 "license": "MIT",
4117 "dependencies": {
4118 "@babel/core": "^7.12.3",
4119 "@svgr/babel-preset": "^5.5.0",
4120 "@svgr/hast-util-to-babel-ast": "^5.5.0",
4121 "svg-parser": "^2.0.2"
4122 },
4123 "engines": {
4124 "node": ">=10"
4125 },
4126 "funding": {
4127 "type": "github",
4128 "url": "https://github.com/sponsors/gregberge"
4129 }
4130 },
4131 "node_modules/@svgr/plugin-svgo": {
4132 "version": "5.5.0",
4133 "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
4134 "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
4135 "license": "MIT",
4136 "dependencies": {
4137 "cosmiconfig": "^7.0.0",
4138 "deepmerge": "^4.2.2",
4139 "svgo": "^1.2.2"
4140 },
4141 "engines": {
4142 "node": ">=10"
4143 },
4144 "funding": {
4145 "type": "github",
4146 "url": "https://github.com/sponsors/gregberge"
4147 }
4148 },
4149 "node_modules/@svgr/webpack": {
4150 "version": "5.5.0",
4151 "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
4152 "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
4153 "license": "MIT",
4154 "dependencies": {
4155 "@babel/core": "^7.12.3",
4156 "@babel/plugin-transform-react-constant-elements": "^7.12.1",
4157 "@babel/preset-env": "^7.12.1",
4158 "@babel/preset-react": "^7.12.5",
4159 "@svgr/core": "^5.5.0",
4160 "@svgr/plugin-jsx": "^5.5.0",
4161 "@svgr/plugin-svgo": "^5.5.0",
4162 "loader-utils": "^2.0.0"
4163 },
4164 "engines": {
4165 "node": ">=10"
4166 },
4167 "funding": {
4168 "type": "github",
4169 "url": "https://github.com/sponsors/gregberge"
4170 }
4171 },
4172 "node_modules/@tootallnate/once": {
4173 "version": "1.1.2",
4174 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
4175 "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
4176 "license": "MIT",
4177 "engines": {
4178 "node": ">= 6"
4179 }
4180 },
4181 "node_modules/@trysound/sax": {
4182 "version": "0.2.0",
4183 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
4184 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
4185 "license": "ISC",
4186 "engines": {
4187 "node": ">=10.13.0"
4188 }
4189 },
4190 "node_modules/@types/babel__core": {
4191 "version": "7.20.5",
4192 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
4193 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
4194 "license": "MIT",
4195 "dependencies": {
4196 "@babel/parser": "^7.20.7",
4197 "@babel/types": "^7.20.7",
4198 "@types/babel__generator": "*",
4199 "@types/babel__template": "*",
4200 "@types/babel__traverse": "*"
4201 }
4202 },
4203 "node_modules/@types/babel__generator": {
4204 "version": "7.6.8",
4205 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
4206 "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
4207 "license": "MIT",
4208 "dependencies": {
4209 "@babel/types": "^7.0.0"
4210 }
4211 },
4212 "node_modules/@types/babel__template": {
4213 "version": "7.4.4",
4214 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
4215 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
4216 "license": "MIT",
4217 "dependencies": {
4218 "@babel/parser": "^7.1.0",
4219 "@babel/types": "^7.0.0"
4220 }
4221 },
4222 "node_modules/@types/babel__traverse": {
4223 "version": "7.20.6",
4224 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz",
4225 "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==",
4226 "license": "MIT",
4227 "dependencies": {
4228 "@babel/types": "^7.20.7"
4229 }
4230 },
4231 "node_modules/@types/body-parser": {
4232 "version": "1.19.5",
4233 "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
4234 "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
4235 "license": "MIT",
4236 "dependencies": {
4237 "@types/connect": "*",
4238 "@types/node": "*"
4239 }
4240 },
4241 "node_modules/@types/bonjour": {
4242 "version": "3.5.13",
4243 "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz",
4244 "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==",
4245 "license": "MIT",
4246 "dependencies": {
4247 "@types/node": "*"
4248 }
4249 },
4250 "node_modules/@types/connect": {
4251 "version": "3.4.38",
4252 "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
4253 "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
4254 "license": "MIT",
4255 "dependencies": {
4256 "@types/node": "*"
4257 }
4258 },
4259 "node_modules/@types/connect-history-api-fallback": {
4260 "version": "1.5.4",
4261 "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz",
4262 "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==",
4263 "license": "MIT",
4264 "dependencies": {
4265 "@types/express-serve-static-core": "*",
4266 "@types/node": "*"
4267 }
4268 },
4269 "node_modules/@types/d3-array": {
4270 "version": "3.2.1",
4271 "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz",
4272 "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==",
4273 "license": "MIT"
4274 },
4275 "node_modules/@types/d3-color": {
4276 "version": "3.1.3",
4277 "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
4278 "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
4279 "license": "MIT"
4280 },
4281 "node_modules/@types/d3-ease": {
4282 "version": "3.0.2",
4283 "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz",
4284 "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
4285 "license": "MIT"
4286 },
4287 "node_modules/@types/d3-interpolate": {
4288 "version": "3.0.4",
4289 "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
4290 "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
4291 "license": "MIT",
4292 "dependencies": {
4293 "@types/d3-color": "*"
4294 }
4295 },
4296 "node_modules/@types/d3-path": {
4297 "version": "3.1.1",
4298 "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz",
4299 "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
4300 "license": "MIT"
4301 },
4302 "node_modules/@types/d3-scale": {
4303 "version": "4.0.9",
4304 "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
4305 "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
4306 "license": "MIT",
4307 "dependencies": {
4308 "@types/d3-time": "*"
4309 }
4310 },
4311 "node_modules/@types/d3-shape": {
4312 "version": "3.1.7",
4313 "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz",
4314 "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==",
4315 "license": "MIT",
4316 "dependencies": {
4317 "@types/d3-path": "*"
4318 }
4319 },
4320 "node_modules/@types/d3-time": {
4321 "version": "3.0.4",
4322 "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
4323 "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
4324 "license": "MIT"
4325 },
4326 "node_modules/@types/d3-timer": {
4327 "version": "3.0.2",
4328 "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz",
4329 "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
4330 "license": "MIT"
4331 },
4332 "node_modules/@types/eslint": {
4333 "version": "8.56.12",
4334 "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz",
4335 "integrity": "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==",
4336 "license": "MIT",
4337 "dependencies": {
4338 "@types/estree": "*",
4339 "@types/json-schema": "*"
4340 }
4341 },
4342 "node_modules/@types/eslint-scope": {
4343 "version": "3.7.7",
4344 "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
4345 "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
4346 "license": "MIT",
4347 "dependencies": {
4348 "@types/eslint": "*",
4349 "@types/estree": "*"
4350 }
4351 },
4352 "node_modules/@types/estree": {
4353 "version": "1.0.6",
4354 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
4355 "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
4356 "license": "MIT"
4357 },
4358 "node_modules/@types/express": {
4359 "version": "4.17.21",
4360 "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
4361 "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
4362 "license": "MIT",
4363 "dependencies": {
4364 "@types/body-parser": "*",
4365 "@types/express-serve-static-core": "^4.17.33",
4366 "@types/qs": "*",
4367 "@types/serve-static": "*"
4368 }
4369 },
4370 "node_modules/@types/express-serve-static-core": {
4371 "version": "5.0.6",
4372 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
4373 "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
4374 "license": "MIT",
4375 "dependencies": {
4376 "@types/node": "*",
4377 "@types/qs": "*",
4378 "@types/range-parser": "*",
4379 "@types/send": "*"
4380 }
4381 },
4382 "node_modules/@types/express/node_modules/@types/express-serve-static-core": {
4383 "version": "4.19.6",
4384 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
4385 "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
4386 "license": "MIT",
4387 "dependencies": {
4388 "@types/node": "*",
4389 "@types/qs": "*",
4390 "@types/range-parser": "*",
4391 "@types/send": "*"
4392 }
4393 },
4394 "node_modules/@types/graceful-fs": {
4395 "version": "4.1.9",
4396 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
4397 "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
4398 "license": "MIT",
4399 "dependencies": {
4400 "@types/node": "*"
4401 }
4402 },
4403 "node_modules/@types/html-minifier-terser": {
4404 "version": "6.1.0",
4405 "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
4406 "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==",
4407 "license": "MIT"
4408 },
4409 "node_modules/@types/http-errors": {
4410 "version": "2.0.4",
4411 "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
4412 "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
4413 "license": "MIT"
4414 },
4415 "node_modules/@types/http-proxy": {
4416 "version": "1.17.16",
4417 "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.16.tgz",
4418 "integrity": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==",
4419 "license": "MIT",
4420 "dependencies": {
4421 "@types/node": "*"
4422 }
4423 },
4424 "node_modules/@types/istanbul-lib-coverage": {
4425 "version": "2.0.6",
4426 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
4427 "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
4428 "license": "MIT"
4429 },
4430 "node_modules/@types/istanbul-lib-report": {
4431 "version": "3.0.3",
4432 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
4433 "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
4434 "license": "MIT",
4435 "dependencies": {
4436 "@types/istanbul-lib-coverage": "*"
4437 }
4438 },
4439 "node_modules/@types/istanbul-reports": {
4440 "version": "3.0.4",
4441 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
4442 "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
4443 "license": "MIT",
4444 "dependencies": {
4445 "@types/istanbul-lib-report": "*"
4446 }
4447 },
4448 "node_modules/@types/json-schema": {
4449 "version": "7.0.15",
4450 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
4451 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
4452 "license": "MIT"
4453 },
4454 "node_modules/@types/json5": {
4455 "version": "0.0.29",
4456 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
4457 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
4458 "license": "MIT"
4459 },
4460 "node_modules/@types/mime": {
4461 "version": "1.3.5",
4462 "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
4463 "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
4464 "license": "MIT"
4465 },
4466 "node_modules/@types/node": {
4467 "version": "22.13.4",
4468 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.4.tgz",
4469 "integrity": "sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==",
4470 "license": "MIT",
4471 "dependencies": {
4472 "undici-types": "~6.20.0"
4473 }
4474 },
4475 "node_modules/@types/node-forge": {
4476 "version": "1.3.11",
4477 "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz",
4478 "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==",
4479 "license": "MIT",
4480 "dependencies": {
4481 "@types/node": "*"
4482 }
4483 },
4484 "node_modules/@types/parse-json": {
4485 "version": "4.0.2",
4486 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
4487 "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
4488 "license": "MIT"
4489 },
4490 "node_modules/@types/phoenix": {
4491 "version": "1.6.6",
4492 "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.6.tgz",
4493 "integrity": "sha512-PIzZZlEppgrpoT2QgbnDU+MMzuR6BbCjllj0bM70lWoejMeNJAxCchxnv7J3XFkI8MpygtRpzXrIlmWUBclP5A==",
4494 "license": "MIT"
4495 },
4496 "node_modules/@types/prettier": {
4497 "version": "2.7.3",
4498 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
4499 "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==",
4500 "license": "MIT"
4501 },
4502 "node_modules/@types/q": {
4503 "version": "1.5.8",
4504 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz",
4505 "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==",
4506 "license": "MIT"
4507 },
4508 "node_modules/@types/qs": {
4509 "version": "6.9.18",
4510 "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
4511 "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
4512 "license": "MIT"
4513 },
4514 "node_modules/@types/range-parser": {
4515 "version": "1.2.7",
4516 "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
4517 "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
4518 "license": "MIT"
4519 },
4520 "node_modules/@types/resolve": {
4521 "version": "1.17.1",
4522 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
4523 "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
4524 "license": "MIT",
4525 "dependencies": {
4526 "@types/node": "*"
4527 }
4528 },
4529 "node_modules/@types/retry": {
4530 "version": "0.12.0",
4531 "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
4532 "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
4533 "license": "MIT"
4534 },
4535 "node_modules/@types/semver": {
4536 "version": "7.5.8",
4537 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
4538 "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
4539 "license": "MIT"
4540 },
4541 "node_modules/@types/send": {
4542 "version": "0.17.4",
4543 "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
4544 "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
4545 "license": "MIT",
4546 "dependencies": {
4547 "@types/mime": "^1",
4548 "@types/node": "*"
4549 }
4550 },
4551 "node_modules/@types/serve-index": {
4552 "version": "1.9.4",
4553 "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz",
4554 "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==",
4555 "license": "MIT",
4556 "dependencies": {
4557 "@types/express": "*"
4558 }
4559 },
4560 "node_modules/@types/serve-static": {
4561 "version": "1.15.7",
4562 "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
4563 "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
4564 "license": "MIT",
4565 "dependencies": {
4566 "@types/http-errors": "*",
4567 "@types/node": "*",
4568 "@types/send": "*"
4569 }
4570 },
4571 "node_modules/@types/sockjs": {
4572 "version": "0.3.36",
4573 "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz",
4574 "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==",
4575 "license": "MIT",
4576 "dependencies": {
4577 "@types/node": "*"
4578 }
4579 },
4580 "node_modules/@types/stack-utils": {
4581 "version": "2.0.3",
4582 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
4583 "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
4584 "license": "MIT"
4585 },
4586 "node_modules/@types/trusted-types": {
4587 "version": "2.0.7",
4588 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
4589 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
4590 "license": "MIT"
4591 },
4592 "node_modules/@types/ws": {
4593 "version": "8.5.14",
4594 "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.14.tgz",
4595 "integrity": "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==",
4596 "license": "MIT",
4597 "dependencies": {
4598 "@types/node": "*"
4599 }
4600 },
4601 "node_modules/@types/yargs": {
4602 "version": "16.0.9",
4603 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz",
4604 "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==",
4605 "license": "MIT",
4606 "dependencies": {
4607 "@types/yargs-parser": "*"
4608 }
4609 },
4610 "node_modules/@types/yargs-parser": {
4611 "version": "21.0.3",
4612 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
4613 "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
4614 "license": "MIT"
4615 },
4616 "node_modules/@typescript-eslint/eslint-plugin": {
4617 "version": "5.62.0",
4618 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
4619 "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
4620 "license": "MIT",
4621 "dependencies": {
4622 "@eslint-community/regexpp": "^4.4.0",
4623 "@typescript-eslint/scope-manager": "5.62.0",
4624 "@typescript-eslint/type-utils": "5.62.0",
4625 "@typescript-eslint/utils": "5.62.0",
4626 "debug": "^4.3.4",
4627 "graphemer": "^1.4.0",
4628 "ignore": "^5.2.0",
4629 "natural-compare-lite": "^1.4.0",
4630 "semver": "^7.3.7",
4631 "tsutils": "^3.21.0"
4632 },
4633 "engines": {
4634 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4635 },
4636 "funding": {
4637 "type": "opencollective",
4638 "url": "https://opencollective.com/typescript-eslint"
4639 },
4640 "peerDependencies": {
4641 "@typescript-eslint/parser": "^5.0.0",
4642 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4643 },
4644 "peerDependenciesMeta": {
4645 "typescript": {
4646 "optional": true
4647 }
4648 }
4649 },
4650 "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
4651 "version": "4.4.0",
4652 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
4653 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
4654 "license": "MIT",
4655 "dependencies": {
4656 "ms": "^2.1.3"
4657 },
4658 "engines": {
4659 "node": ">=6.0"
4660 },
4661 "peerDependenciesMeta": {
4662 "supports-color": {
4663 "optional": true
4664 }
4665 }
4666 },
4667 "node_modules/@typescript-eslint/eslint-plugin/node_modules/ms": {
4668 "version": "2.1.3",
4669 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4670 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4671 "license": "MIT"
4672 },
4673 "node_modules/@typescript-eslint/experimental-utils": {
4674 "version": "5.62.0",
4675 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz",
4676 "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==",
4677 "license": "MIT",
4678 "dependencies": {
4679 "@typescript-eslint/utils": "5.62.0"
4680 },
4681 "engines": {
4682 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4683 },
4684 "funding": {
4685 "type": "opencollective",
4686 "url": "https://opencollective.com/typescript-eslint"
4687 },
4688 "peerDependencies": {
4689 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4690 }
4691 },
4692 "node_modules/@typescript-eslint/parser": {
4693 "version": "5.62.0",
4694 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
4695 "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
4696 "license": "BSD-2-Clause",
4697 "dependencies": {
4698 "@typescript-eslint/scope-manager": "5.62.0",
4699 "@typescript-eslint/types": "5.62.0",
4700 "@typescript-eslint/typescript-estree": "5.62.0",
4701 "debug": "^4.3.4"
4702 },
4703 "engines": {
4704 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4705 },
4706 "funding": {
4707 "type": "opencollective",
4708 "url": "https://opencollective.com/typescript-eslint"
4709 },
4710 "peerDependencies": {
4711 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4712 },
4713 "peerDependenciesMeta": {
4714 "typescript": {
4715 "optional": true
4716 }
4717 }
4718 },
4719 "node_modules/@typescript-eslint/parser/node_modules/debug": {
4720 "version": "4.4.0",
4721 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
4722 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
4723 "license": "MIT",
4724 "dependencies": {
4725 "ms": "^2.1.3"
4726 },
4727 "engines": {
4728 "node": ">=6.0"
4729 },
4730 "peerDependenciesMeta": {
4731 "supports-color": {
4732 "optional": true
4733 }
4734 }
4735 },
4736 "node_modules/@typescript-eslint/parser/node_modules/ms": {
4737 "version": "2.1.3",
4738 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4739 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4740 "license": "MIT"
4741 },
4742 "node_modules/@typescript-eslint/scope-manager": {
4743 "version": "5.62.0",
4744 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
4745 "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
4746 "license": "MIT",
4747 "dependencies": {
4748 "@typescript-eslint/types": "5.62.0",
4749 "@typescript-eslint/visitor-keys": "5.62.0"
4750 },
4751 "engines": {
4752 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4753 },
4754 "funding": {
4755 "type": "opencollective",
4756 "url": "https://opencollective.com/typescript-eslint"
4757 }
4758 },
4759 "node_modules/@typescript-eslint/type-utils": {
4760 "version": "5.62.0",
4761 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
4762 "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
4763 "license": "MIT",
4764 "dependencies": {
4765 "@typescript-eslint/typescript-estree": "5.62.0",
4766 "@typescript-eslint/utils": "5.62.0",
4767 "debug": "^4.3.4",
4768 "tsutils": "^3.21.0"
4769 },
4770 "engines": {
4771 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4772 },
4773 "funding": {
4774 "type": "opencollective",
4775 "url": "https://opencollective.com/typescript-eslint"
4776 },
4777 "peerDependencies": {
4778 "eslint": "*"
4779 },
4780 "peerDependenciesMeta": {
4781 "typescript": {
4782 "optional": true
4783 }
4784 }
4785 },
4786 "node_modules/@typescript-eslint/type-utils/node_modules/debug": {
4787 "version": "4.4.0",
4788 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
4789 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
4790 "license": "MIT",
4791 "dependencies": {
4792 "ms": "^2.1.3"
4793 },
4794 "engines": {
4795 "node": ">=6.0"
4796 },
4797 "peerDependenciesMeta": {
4798 "supports-color": {
4799 "optional": true
4800 }
4801 }
4802 },
4803 "node_modules/@typescript-eslint/type-utils/node_modules/ms": {
4804 "version": "2.1.3",
4805 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4806 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4807 "license": "MIT"
4808 },
4809 "node_modules/@typescript-eslint/types": {
4810 "version": "5.62.0",
4811 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
4812 "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
4813 "license": "MIT",
4814 "engines": {
4815 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4816 },
4817 "funding": {
4818 "type": "opencollective",
4819 "url": "https://opencollective.com/typescript-eslint"
4820 }
4821 },
4822 "node_modules/@typescript-eslint/typescript-estree": {
4823 "version": "5.62.0",
4824 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
4825 "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
4826 "license": "BSD-2-Clause",
4827 "dependencies": {
4828 "@typescript-eslint/types": "5.62.0",
4829 "@typescript-eslint/visitor-keys": "5.62.0",
4830 "debug": "^4.3.4",
4831 "globby": "^11.1.0",
4832 "is-glob": "^4.0.3",
4833 "semver": "^7.3.7",
4834 "tsutils": "^3.21.0"
4835 },
4836 "engines": {
4837 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4838 },
4839 "funding": {
4840 "type": "opencollective",
4841 "url": "https://opencollective.com/typescript-eslint"
4842 },
4843 "peerDependenciesMeta": {
4844 "typescript": {
4845 "optional": true
4846 }
4847 }
4848 },
4849 "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
4850 "version": "4.4.0",
4851 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
4852 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
4853 "license": "MIT",
4854 "dependencies": {
4855 "ms": "^2.1.3"
4856 },
4857 "engines": {
4858 "node": ">=6.0"
4859 },
4860 "peerDependenciesMeta": {
4861 "supports-color": {
4862 "optional": true
4863 }
4864 }
4865 },
4866 "node_modules/@typescript-eslint/typescript-estree/node_modules/ms": {
4867 "version": "2.1.3",
4868 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4869 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4870 "license": "MIT"
4871 },
4872 "node_modules/@typescript-eslint/utils": {
4873 "version": "5.62.0",
4874 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
4875 "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
4876 "license": "MIT",
4877 "dependencies": {
4878 "@eslint-community/eslint-utils": "^4.2.0",
4879 "@types/json-schema": "^7.0.9",
4880 "@types/semver": "^7.3.12",
4881 "@typescript-eslint/scope-manager": "5.62.0",
4882 "@typescript-eslint/types": "5.62.0",
4883 "@typescript-eslint/typescript-estree": "5.62.0",
4884 "eslint-scope": "^5.1.1",
4885 "semver": "^7.3.7"
4886 },
4887 "engines": {
4888 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4889 },
4890 "funding": {
4891 "type": "opencollective",
4892 "url": "https://opencollective.com/typescript-eslint"
4893 },
4894 "peerDependencies": {
4895 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4896 }
4897 },
4898 "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
4899 "version": "5.1.1",
4900 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
4901 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
4902 "license": "BSD-2-Clause",
4903 "dependencies": {
4904 "esrecurse": "^4.3.0",
4905 "estraverse": "^4.1.1"
4906 },
4907 "engines": {
4908 "node": ">=8.0.0"
4909 }
4910 },
4911 "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
4912 "version": "4.3.0",
4913 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
4914 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
4915 "license": "BSD-2-Clause",
4916 "engines": {
4917 "node": ">=4.0"
4918 }
4919 },
4920 "node_modules/@typescript-eslint/visitor-keys": {
4921 "version": "5.62.0",
4922 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
4923 "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
4924 "license": "MIT",
4925 "dependencies": {
4926 "@typescript-eslint/types": "5.62.0",
4927 "eslint-visitor-keys": "^3.3.0"
4928 },
4929 "engines": {
4930 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4931 },
4932 "funding": {
4933 "type": "opencollective",
4934 "url": "https://opencollective.com/typescript-eslint"
4935 }
4936 },
4937 "node_modules/@ungap/structured-clone": {
4938 "version": "1.3.0",
4939 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
4940 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
4941 "license": "ISC"
4942 },
4943 "node_modules/@vercel/analytics": {
4944 "version": "1.5.0",
4945 "resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.5.0.tgz",
4946 "integrity": "sha512-MYsBzfPki4gthY5HnYN7jgInhAZ7Ac1cYDoRWFomwGHWEX7odTEzbtg9kf/QSo7XEsEAqlQugA6gJ2WS2DEa3g==",
4947 "license": "MPL-2.0",
4948 "peerDependencies": {
4949 "@remix-run/react": "^2",
4950 "@sveltejs/kit": "^1 || ^2",
4951 "next": ">= 13",
4952 "react": "^18 || ^19 || ^19.0.0-rc",
4953 "svelte": ">= 4",
4954 "vue": "^3",
4955 "vue-router": "^4"
4956 },
4957 "peerDependenciesMeta": {
4958 "@remix-run/react": {
4959 "optional": true
4960 },
4961 "@sveltejs/kit": {
4962 "optional": true
4963 },
4964 "next": {
4965 "optional": true
4966 },
4967 "react": {
4968 "optional": true
4969 },
4970 "svelte": {
4971 "optional": true
4972 },
4973 "vue": {
4974 "optional": true
4975 },
4976 "vue-router": {
4977 "optional": true
4978 }
4979 }
4980 },
4981 "node_modules/@vercel/edge": {
4982 "version": "1.2.1",
4983 "resolved": "https://registry.npmjs.org/@vercel/edge/-/edge-1.2.1.tgz",
4984 "integrity": "sha512-1++yncEyIAi68D3UEOlytYb1IUcIulMWdoSzX2h9LuSeeyR7JtaIgR8DcTQ6+DmYOQn+5MCh6LY+UmK6QBByNA==",
4985 "license": "Apache-2.0"
4986 },
4987 "node_modules/@webassemblyjs/ast": {
4988 "version": "1.14.1",
4989 "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz",
4990 "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
4991 "license": "MIT",
4992 "dependencies": {
4993 "@webassemblyjs/helper-numbers": "1.13.2",
4994 "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
4995 }
4996 },
4997 "node_modules/@webassemblyjs/floating-point-hex-parser": {
4998 "version": "1.13.2",
4999 "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
5000 "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
5001 "license": "MIT"
5002 },
5003 "node_modules/@webassemblyjs/helper-api-error": {
5004 "version": "1.13.2",
5005 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz",
5006 "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==",
5007 "license": "MIT"
5008 },
5009 "node_modules/@webassemblyjs/helper-buffer": {
5010 "version": "1.14.1",
5011 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz",
5012 "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==",
5013 "license": "MIT"
5014 },
5015 "node_modules/@webassemblyjs/helper-numbers": {
5016 "version": "1.13.2",
5017 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz",
5018 "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==",
5019 "license": "MIT",
5020 "dependencies": {
5021 "@webassemblyjs/floating-point-hex-parser": "1.13.2",
5022 "@webassemblyjs/helper-api-error": "1.13.2",
5023 "@xtuc/long": "4.2.2"
5024 }
5025 },
5026 "node_modules/@webassemblyjs/helper-wasm-bytecode": {
5027 "version": "1.13.2",
5028 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz",
5029 "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==",
5030 "license": "MIT"
5031 },
5032 "node_modules/@webassemblyjs/helper-wasm-section": {
5033 "version": "1.14.1",
5034 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz",
5035 "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==",
5036 "license": "MIT",
5037 "dependencies": {
5038 "@webassemblyjs/ast": "1.14.1",
5039 "@webassemblyjs/helper-buffer": "1.14.1",
5040 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
5041 "@webassemblyjs/wasm-gen": "1.14.1"
5042 }
5043 },
5044 "node_modules/@webassemblyjs/ieee754": {
5045 "version": "1.13.2",
5046 "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz",
5047 "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==",
5048 "license": "MIT",
5049 "dependencies": {
5050 "@xtuc/ieee754": "^1.2.0"
5051 }
5052 },
5053 "node_modules/@webassemblyjs/leb128": {
5054 "version": "1.13.2",
5055 "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz",
5056 "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==",
5057 "license": "Apache-2.0",
5058 "dependencies": {
5059 "@xtuc/long": "4.2.2"
5060 }
5061 },
5062 "node_modules/@webassemblyjs/utf8": {
5063 "version": "1.13.2",
5064 "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz",
5065 "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==",
5066 "license": "MIT"
5067 },
5068 "node_modules/@webassemblyjs/wasm-edit": {
5069 "version": "1.14.1",
5070 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz",
5071 "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==",
5072 "license": "MIT",
5073 "dependencies": {
5074 "@webassemblyjs/ast": "1.14.1",
5075 "@webassemblyjs/helper-buffer": "1.14.1",
5076 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
5077 "@webassemblyjs/helper-wasm-section": "1.14.1",
5078 "@webassemblyjs/wasm-gen": "1.14.1",
5079 "@webassemblyjs/wasm-opt": "1.14.1",
5080 "@webassemblyjs/wasm-parser": "1.14.1",
5081 "@webassemblyjs/wast-printer": "1.14.1"
5082 }
5083 },
5084 "node_modules/@webassemblyjs/wasm-gen": {
5085 "version": "1.14.1",
5086 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz",
5087 "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==",
5088 "license": "MIT",
5089 "dependencies": {
5090 "@webassemblyjs/ast": "1.14.1",
5091 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
5092 "@webassemblyjs/ieee754": "1.13.2",
5093 "@webassemblyjs/leb128": "1.13.2",
5094 "@webassemblyjs/utf8": "1.13.2"
5095 }
5096 },
5097 "node_modules/@webassemblyjs/wasm-opt": {
5098 "version": "1.14.1",
5099 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz",
5100 "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==",
5101 "license": "MIT",
5102 "dependencies": {
5103 "@webassemblyjs/ast": "1.14.1",
5104 "@webassemblyjs/helper-buffer": "1.14.1",
5105 "@webassemblyjs/wasm-gen": "1.14.1",
5106 "@webassemblyjs/wasm-parser": "1.14.1"
5107 }
5108 },
5109 "node_modules/@webassemblyjs/wasm-parser": {
5110 "version": "1.14.1",
5111 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz",
5112 "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==",
5113 "license": "MIT",
5114 "dependencies": {
5115 "@webassemblyjs/ast": "1.14.1",
5116 "@webassemblyjs/helper-api-error": "1.13.2",
5117 "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
5118 "@webassemblyjs/ieee754": "1.13.2",
5119 "@webassemblyjs/leb128": "1.13.2",
5120 "@webassemblyjs/utf8": "1.13.2"
5121 }
5122 },
5123 "node_modules/@webassemblyjs/wast-printer": {
5124 "version": "1.14.1",
5125 "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz",
5126 "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==",
5127 "license": "MIT",
5128 "dependencies": {
5129 "@webassemblyjs/ast": "1.14.1",
5130 "@xtuc/long": "4.2.2"
5131 }
5132 },
5133 "node_modules/@xtuc/ieee754": {
5134 "version": "1.2.0",
5135 "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
5136 "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
5137 "license": "BSD-3-Clause"
5138 },
5139 "node_modules/@xtuc/long": {
5140 "version": "4.2.2",
5141 "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
5142 "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
5143 "license": "Apache-2.0"
5144 },
5145 "node_modules/abab": {
5146 "version": "2.0.6",
5147 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
5148 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
5149 "deprecated": "Use your platform's native atob() and btoa() methods instead",
5150 "license": "BSD-3-Clause"
5151 },
5152 "node_modules/accepts": {
5153 "version": "1.3.8",
5154 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
5155 "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
5156 "license": "MIT",
5157 "dependencies": {
5158 "mime-types": "~2.1.34",
5159 "negotiator": "0.6.3"
5160 },
5161 "engines": {
5162 "node": ">= 0.6"
5163 }
5164 },
5165 "node_modules/accepts/node_modules/negotiator": {
5166 "version": "0.6.3",
5167 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
5168 "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
5169 "license": "MIT",
5170 "engines": {
5171 "node": ">= 0.6"
5172 }
5173 },
5174 "node_modules/acorn": {
5175 "version": "8.14.0",
5176 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
5177 "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
5178 "license": "MIT",
5179 "bin": {
5180 "acorn": "bin/acorn"
5181 },
5182 "engines": {
5183 "node": ">=0.4.0"
5184 }
5185 },
5186 "node_modules/acorn-globals": {
5187 "version": "6.0.0",
5188 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
5189 "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
5190 "license": "MIT",
5191 "dependencies": {
5192 "acorn": "^7.1.1",
5193 "acorn-walk": "^7.1.1"
5194 }
5195 },
5196 "node_modules/acorn-globals/node_modules/acorn": {
5197 "version": "7.4.1",
5198 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
5199 "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
5200 "license": "MIT",
5201 "bin": {
5202 "acorn": "bin/acorn"
5203 },
5204 "engines": {
5205 "node": ">=0.4.0"
5206 }
5207 },
5208 "node_modules/acorn-jsx": {
5209 "version": "5.3.2",
5210 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
5211 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
5212 "license": "MIT",
5213 "peerDependencies": {
5214 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
5215 }
5216 },
5217 "node_modules/acorn-walk": {
5218 "version": "7.2.0",
5219 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
5220 "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
5221 "license": "MIT",
5222 "engines": {
5223 "node": ">=0.4.0"
5224 }
5225 },
5226 "node_modules/address": {
5227 "version": "1.2.2",
5228 "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz",
5229 "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
5230 "license": "MIT",
5231 "engines": {
5232 "node": ">= 10.0.0"
5233 }
5234 },
5235 "node_modules/adjust-sourcemap-loader": {
5236 "version": "4.0.0",
5237 "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
5238 "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
5239 "license": "MIT",
5240 "dependencies": {
5241 "loader-utils": "^2.0.0",
5242 "regex-parser": "^2.2.11"
5243 },
5244 "engines": {
5245 "node": ">=8.9"
5246 }
5247 },
5248 "node_modules/agent-base": {
5249 "version": "6.0.2",
5250 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
5251 "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
5252 "license": "MIT",
5253 "dependencies": {
5254 "debug": "4"
5255 },
5256 "engines": {
5257 "node": ">= 6.0.0"
5258 }
5259 },
5260 "node_modules/agent-base/node_modules/debug": {
5261 "version": "4.4.0",
5262 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
5263 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
5264 "license": "MIT",
5265 "dependencies": {
5266 "ms": "^2.1.3"
5267 },
5268 "engines": {
5269 "node": ">=6.0"
5270 },
5271 "peerDependenciesMeta": {
5272 "supports-color": {
5273 "optional": true
5274 }
5275 }
5276 },
5277 "node_modules/agent-base/node_modules/ms": {
5278 "version": "2.1.3",
5279 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
5280 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
5281 "license": "MIT"
5282 },
5283 "node_modules/ajv": {
5284 "version": "6.12.6",
5285 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
5286 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
5287 "license": "MIT",
5288 "dependencies": {
5289 "fast-deep-equal": "^3.1.1",
5290 "fast-json-stable-stringify": "^2.0.0",
5291 "json-schema-traverse": "^0.4.1",
5292 "uri-js": "^4.2.2"
5293 },
5294 "funding": {
5295 "type": "github",
5296 "url": "https://github.com/sponsors/epoberezkin"
5297 }
5298 },
5299 "node_modules/ajv-formats": {
5300 "version": "2.1.1",
5301 "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
5302 "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
5303 "license": "MIT",
5304 "dependencies": {
5305 "ajv": "^8.0.0"
5306 },
5307 "peerDependencies": {
5308 "ajv": "^8.0.0"
5309 },
5310 "peerDependenciesMeta": {
5311 "ajv": {
5312 "optional": true
5313 }
5314 }
5315 },
5316 "node_modules/ajv-formats/node_modules/ajv": {
5317 "version": "8.17.1",
5318 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
5319 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
5320 "license": "MIT",
5321 "dependencies": {
5322 "fast-deep-equal": "^3.1.3",
5323 "fast-uri": "^3.0.1",
5324 "json-schema-traverse": "^1.0.0",
5325 "require-from-string": "^2.0.2"
5326 },
5327 "funding": {
5328 "type": "github",
5329 "url": "https://github.com/sponsors/epoberezkin"
5330 }
5331 },
5332 "node_modules/ajv-formats/node_modules/json-schema-traverse": {
5333 "version": "1.0.0",
5334 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
5335 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
5336 "license": "MIT"
5337 },
5338 "node_modules/ajv-keywords": {
5339 "version": "3.5.2",
5340 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
5341 "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
5342 "license": "MIT",
5343 "peerDependencies": {
5344 "ajv": "^6.9.1"
5345 }
5346 },
5347 "node_modules/ansi-escapes": {
5348 "version": "4.3.2",
5349 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
5350 "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
5351 "license": "MIT",
5352 "dependencies": {
5353 "type-fest": "^0.21.3"
5354 },
5355 "engines": {
5356 "node": ">=8"
5357 },
5358 "funding": {
5359 "url": "https://github.com/sponsors/sindresorhus"
5360 }
5361 },
5362 "node_modules/ansi-html": {
5363 "version": "0.0.9",
5364 "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.9.tgz",
5365 "integrity": "sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==",
5366 "engines": [
5367 "node >= 0.8.0"
5368 ],
5369 "license": "Apache-2.0",
5370 "bin": {
5371 "ansi-html": "bin/ansi-html"
5372 }
5373 },
5374 "node_modules/ansi-html-community": {
5375 "version": "0.0.8",
5376 "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
5377 "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
5378 "engines": [
5379 "node >= 0.8.0"
5380 ],
5381 "license": "Apache-2.0",
5382 "bin": {
5383 "ansi-html": "bin/ansi-html"
5384 }
5385 },
5386 "node_modules/ansi-regex": {
5387 "version": "5.0.1",
5388 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
5389 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
5390 "license": "MIT",
5391 "engines": {
5392 "node": ">=8"
5393 }
5394 },
5395 "node_modules/ansi-styles": {
5396 "version": "4.3.0",
5397 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5398 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5399 "license": "MIT",
5400 "dependencies": {
5401 "color-convert": "^2.0.1"
5402 },
5403 "engines": {
5404 "node": ">=8"
5405 },
5406 "funding": {
5407 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5408 }
5409 },
5410 "node_modules/any-promise": {
5411 "version": "1.3.0",
5412 "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
5413 "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
5414 "license": "MIT"
5415 },
5416 "node_modules/anymatch": {
5417 "version": "3.1.3",
5418 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
5419 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
5420 "license": "ISC",
5421 "dependencies": {
5422 "normalize-path": "^3.0.0",
5423 "picomatch": "^2.0.4"
5424 },
5425 "engines": {
5426 "node": ">= 8"
5427 }
5428 },
5429 "node_modules/arg": {
5430 "version": "5.0.2",
5431 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
5432 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
5433 "license": "MIT"
5434 },
5435 "node_modules/argparse": {
5436 "version": "1.0.10",
5437 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
5438 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
5439 "license": "MIT",
5440 "dependencies": {
5441 "sprintf-js": "~1.0.2"
5442 }
5443 },
5444 "node_modules/aria-query": {
5445 "version": "5.3.2",
5446 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
5447 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
5448 "license": "Apache-2.0",
5449 "engines": {
5450 "node": ">= 0.4"
5451 }
5452 },
5453 "node_modules/array-buffer-byte-length": {
5454 "version": "1.0.2",
5455 "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
5456 "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
5457 "license": "MIT",
5458 "dependencies": {
5459 "call-bound": "^1.0.3",
5460 "is-array-buffer": "^3.0.5"
5461 },
5462 "engines": {
5463 "node": ">= 0.4"
5464 },
5465 "funding": {
5466 "url": "https://github.com/sponsors/ljharb"
5467 }
5468 },
5469 "node_modules/array-flatten": {
5470 "version": "1.1.1",
5471 "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
5472 "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
5473 "license": "MIT"
5474 },
5475 "node_modules/array-includes": {
5476 "version": "3.1.8",
5477 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
5478 "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
5479 "license": "MIT",
5480 "dependencies": {
5481 "call-bind": "^1.0.7",
5482 "define-properties": "^1.2.1",
5483 "es-abstract": "^1.23.2",
5484 "es-object-atoms": "^1.0.0",
5485 "get-intrinsic": "^1.2.4",
5486 "is-string": "^1.0.7"
5487 },
5488 "engines": {
5489 "node": ">= 0.4"
5490 },
5491 "funding": {
5492 "url": "https://github.com/sponsors/ljharb"
5493 }
5494 },
5495 "node_modules/array-union": {
5496 "version": "2.1.0",
5497 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
5498 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
5499 "license": "MIT",
5500 "engines": {
5501 "node": ">=8"
5502 }
5503 },
5504 "node_modules/array.prototype.findlast": {
5505 "version": "1.2.5",
5506 "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
5507 "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
5508 "license": "MIT",
5509 "dependencies": {
5510 "call-bind": "^1.0.7",
5511 "define-properties": "^1.2.1",
5512 "es-abstract": "^1.23.2",
5513 "es-errors": "^1.3.0",
5514 "es-object-atoms": "^1.0.0",
5515 "es-shim-unscopables": "^1.0.2"
5516 },
5517 "engines": {
5518 "node": ">= 0.4"
5519 },
5520 "funding": {
5521 "url": "https://github.com/sponsors/ljharb"
5522 }
5523 },
5524 "node_modules/array.prototype.findlastindex": {
5525 "version": "1.2.5",
5526 "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
5527 "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
5528 "license": "MIT",
5529 "dependencies": {
5530 "call-bind": "^1.0.7",
5531 "define-properties": "^1.2.1",
5532 "es-abstract": "^1.23.2",
5533 "es-errors": "^1.3.0",
5534 "es-object-atoms": "^1.0.0",
5535 "es-shim-unscopables": "^1.0.2"
5536 },
5537 "engines": {
5538 "node": ">= 0.4"
5539 },
5540 "funding": {
5541 "url": "https://github.com/sponsors/ljharb"
5542 }
5543 },
5544 "node_modules/array.prototype.flat": {
5545 "version": "1.3.3",
5546 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
5547 "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
5548 "license": "MIT",
5549 "dependencies": {
5550 "call-bind": "^1.0.8",
5551 "define-properties": "^1.2.1",
5552 "es-abstract": "^1.23.5",
5553 "es-shim-unscopables": "^1.0.2"
5554 },
5555 "engines": {
5556 "node": ">= 0.4"
5557 },
5558 "funding": {
5559 "url": "https://github.com/sponsors/ljharb"
5560 }
5561 },
5562 "node_modules/array.prototype.flatmap": {
5563 "version": "1.3.3",
5564 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
5565 "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
5566 "license": "MIT",
5567 "dependencies": {
5568 "call-bind": "^1.0.8",
5569 "define-properties": "^1.2.1",
5570 "es-abstract": "^1.23.5",
5571 "es-shim-unscopables": "^1.0.2"
5572 },
5573 "engines": {
5574 "node": ">= 0.4"
5575 },
5576 "funding": {
5577 "url": "https://github.com/sponsors/ljharb"
5578 }
5579 },
5580 "node_modules/array.prototype.reduce": {
5581 "version": "1.0.7",
5582 "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz",
5583 "integrity": "sha512-mzmiUCVwtiD4lgxYP8g7IYy8El8p2CSMePvIbTS7gchKir/L1fgJrk0yDKmAX6mnRQFKNADYIk8nNlTris5H1Q==",
5584 "license": "MIT",
5585 "dependencies": {
5586 "call-bind": "^1.0.7",
5587 "define-properties": "^1.2.1",
5588 "es-abstract": "^1.23.2",
5589 "es-array-method-boxes-properly": "^1.0.0",
5590 "es-errors": "^1.3.0",
5591 "es-object-atoms": "^1.0.0",
5592 "is-string": "^1.0.7"
5593 },
5594 "engines": {
5595 "node": ">= 0.4"
5596 },
5597 "funding": {
5598 "url": "https://github.com/sponsors/ljharb"
5599 }
5600 },
5601 "node_modules/array.prototype.tosorted": {
5602 "version": "1.1.4",
5603 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
5604 "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
5605 "license": "MIT",
5606 "dependencies": {
5607 "call-bind": "^1.0.7",
5608 "define-properties": "^1.2.1",
5609 "es-abstract": "^1.23.3",
5610 "es-errors": "^1.3.0",
5611 "es-shim-unscopables": "^1.0.2"
5612 },
5613 "engines": {
5614 "node": ">= 0.4"
5615 }
5616 },
5617 "node_modules/arraybuffer.prototype.slice": {
5618 "version": "1.0.4",
5619 "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
5620 "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
5621 "license": "MIT",
5622 "dependencies": {
5623 "array-buffer-byte-length": "^1.0.1",
5624 "call-bind": "^1.0.8",
5625 "define-properties": "^1.2.1",
5626 "es-abstract": "^1.23.5",
5627 "es-errors": "^1.3.0",
5628 "get-intrinsic": "^1.2.6",
5629 "is-array-buffer": "^3.0.4"
5630 },
5631 "engines": {
5632 "node": ">= 0.4"
5633 },
5634 "funding": {
5635 "url": "https://github.com/sponsors/ljharb"
5636 }
5637 },
5638 "node_modules/asap": {
5639 "version": "2.0.6",
5640 "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
5641 "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
5642 "license": "MIT"
5643 },
5644 "node_modules/ast-types-flow": {
5645 "version": "0.0.8",
5646 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
5647 "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
5648 "license": "MIT"
5649 },
5650 "node_modules/async": {
5651 "version": "3.2.6",
5652 "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
5653 "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
5654 "license": "MIT"
5655 },
5656 "node_modules/async-function": {
5657 "version": "1.0.0",
5658 "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
5659 "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
5660 "license": "MIT",
5661 "engines": {
5662 "node": ">= 0.4"
5663 }
5664 },
5665 "node_modules/asynckit": {
5666 "version": "0.4.0",
5667 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
5668 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
5669 "license": "MIT"
5670 },
5671 "node_modules/at-least-node": {
5672 "version": "1.0.0",
5673 "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
5674 "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
5675 "license": "ISC",
5676 "engines": {
5677 "node": ">= 4.0.0"
5678 }
5679 },
5680 "node_modules/autoprefixer": {
5681 "version": "10.4.20",
5682 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
5683 "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
5684 "funding": [
5685 {
5686 "type": "opencollective",
5687 "url": "https://opencollective.com/postcss/"
5688 },
5689 {
5690 "type": "tidelift",
5691 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
5692 },
5693 {
5694 "type": "github",
5695 "url": "https://github.com/sponsors/ai"
5696 }
5697 ],
5698 "license": "MIT",
5699 "dependencies": {
5700 "browserslist": "^4.23.3",
5701 "caniuse-lite": "^1.0.30001646",
5702 "fraction.js": "^4.3.7",
5703 "normalize-range": "^0.1.2",
5704 "picocolors": "^1.0.1",
5705 "postcss-value-parser": "^4.2.0"
5706 },
5707 "bin": {
5708 "autoprefixer": "bin/autoprefixer"
5709 },
5710 "engines": {
5711 "node": "^10 || ^12 || >=14"
5712 },
5713 "peerDependencies": {
5714 "postcss": "^8.1.0"
5715 }
5716 },
5717 "node_modules/available-typed-arrays": {
5718 "version": "1.0.7",
5719 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
5720 "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
5721 "license": "MIT",
5722 "dependencies": {
5723 "possible-typed-array-names": "^1.0.0"
5724 },
5725 "engines": {
5726 "node": ">= 0.4"
5727 },
5728 "funding": {
5729 "url": "https://github.com/sponsors/ljharb"
5730 }
5731 },
5732 "node_modules/await-lock": {
5733 "version": "2.2.2",
5734 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz",
5735 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==",
5736 "license": "MIT"
5737 },
5738 "node_modules/axe-core": {
5739 "version": "4.10.2",
5740 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
5741 "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
5742 "license": "MPL-2.0",
5743 "engines": {
5744 "node": ">=4"
5745 }
5746 },
5747 "node_modules/axios": {
5748 "version": "1.7.9",
5749 "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
5750 "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
5751 "license": "MIT",
5752 "dependencies": {
5753 "follow-redirects": "^1.15.6",
5754 "form-data": "^4.0.0",
5755 "proxy-from-env": "^1.1.0"
5756 }
5757 },
5758 "node_modules/axobject-query": {
5759 "version": "4.1.0",
5760 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
5761 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
5762 "license": "Apache-2.0",
5763 "engines": {
5764 "node": ">= 0.4"
5765 }
5766 },
5767 "node_modules/babel-jest": {
5768 "version": "27.5.1",
5769 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
5770 "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
5771 "license": "MIT",
5772 "dependencies": {
5773 "@jest/transform": "^27.5.1",
5774 "@jest/types": "^27.5.1",
5775 "@types/babel__core": "^7.1.14",
5776 "babel-plugin-istanbul": "^6.1.1",
5777 "babel-preset-jest": "^27.5.1",
5778 "chalk": "^4.0.0",
5779 "graceful-fs": "^4.2.9",
5780 "slash": "^3.0.0"
5781 },
5782 "engines": {
5783 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5784 },
5785 "peerDependencies": {
5786 "@babel/core": "^7.8.0"
5787 }
5788 },
5789 "node_modules/babel-loader": {
5790 "version": "8.4.1",
5791 "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz",
5792 "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==",
5793 "license": "MIT",
5794 "dependencies": {
5795 "find-cache-dir": "^3.3.1",
5796 "loader-utils": "^2.0.4",
5797 "make-dir": "^3.1.0",
5798 "schema-utils": "^2.6.5"
5799 },
5800 "engines": {
5801 "node": ">= 8.9"
5802 },
5803 "peerDependencies": {
5804 "@babel/core": "^7.0.0",
5805 "webpack": ">=2"
5806 }
5807 },
5808 "node_modules/babel-loader/node_modules/schema-utils": {
5809 "version": "2.7.1",
5810 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
5811 "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
5812 "license": "MIT",
5813 "dependencies": {
5814 "@types/json-schema": "^7.0.5",
5815 "ajv": "^6.12.4",
5816 "ajv-keywords": "^3.5.2"
5817 },
5818 "engines": {
5819 "node": ">= 8.9.0"
5820 },
5821 "funding": {
5822 "type": "opencollective",
5823 "url": "https://opencollective.com/webpack"
5824 }
5825 },
5826 "node_modules/babel-plugin-istanbul": {
5827 "version": "6.1.1",
5828 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
5829 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
5830 "license": "BSD-3-Clause",
5831 "dependencies": {
5832 "@babel/helper-plugin-utils": "^7.0.0",
5833 "@istanbuljs/load-nyc-config": "^1.0.0",
5834 "@istanbuljs/schema": "^0.1.2",
5835 "istanbul-lib-instrument": "^5.0.4",
5836 "test-exclude": "^6.0.0"
5837 },
5838 "engines": {
5839 "node": ">=8"
5840 }
5841 },
5842 "node_modules/babel-plugin-jest-hoist": {
5843 "version": "27.5.1",
5844 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
5845 "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
5846 "license": "MIT",
5847 "dependencies": {
5848 "@babel/template": "^7.3.3",
5849 "@babel/types": "^7.3.3",
5850 "@types/babel__core": "^7.0.0",
5851 "@types/babel__traverse": "^7.0.6"
5852 },
5853 "engines": {
5854 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5855 }
5856 },
5857 "node_modules/babel-plugin-macros": {
5858 "version": "3.1.0",
5859 "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
5860 "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
5861 "license": "MIT",
5862 "dependencies": {
5863 "@babel/runtime": "^7.12.5",
5864 "cosmiconfig": "^7.0.0",
5865 "resolve": "^1.19.0"
5866 },
5867 "engines": {
5868 "node": ">=10",
5869 "npm": ">=6"
5870 }
5871 },
5872 "node_modules/babel-plugin-named-asset-import": {
5873 "version": "0.3.8",
5874 "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
5875 "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
5876 "license": "MIT",
5877 "peerDependencies": {
5878 "@babel/core": "^7.1.0"
5879 }
5880 },
5881 "node_modules/babel-plugin-polyfill-corejs2": {
5882 "version": "0.4.12",
5883 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz",
5884 "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==",
5885 "license": "MIT",
5886 "dependencies": {
5887 "@babel/compat-data": "^7.22.6",
5888 "@babel/helper-define-polyfill-provider": "^0.6.3",
5889 "semver": "^6.3.1"
5890 },
5891 "peerDependencies": {
5892 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
5893 }
5894 },
5895 "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
5896 "version": "6.3.1",
5897 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
5898 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
5899 "license": "ISC",
5900 "bin": {
5901 "semver": "bin/semver.js"
5902 }
5903 },
5904 "node_modules/babel-plugin-polyfill-corejs3": {
5905 "version": "0.11.1",
5906 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz",
5907 "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==",
5908 "license": "MIT",
5909 "dependencies": {
5910 "@babel/helper-define-polyfill-provider": "^0.6.3",
5911 "core-js-compat": "^3.40.0"
5912 },
5913 "peerDependencies": {
5914 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
5915 }
5916 },
5917 "node_modules/babel-plugin-polyfill-regenerator": {
5918 "version": "0.6.3",
5919 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz",
5920 "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==",
5921 "license": "MIT",
5922 "dependencies": {
5923 "@babel/helper-define-polyfill-provider": "^0.6.3"
5924 },
5925 "peerDependencies": {
5926 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
5927 }
5928 },
5929 "node_modules/babel-plugin-transform-react-remove-prop-types": {
5930 "version": "0.4.24",
5931 "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
5932 "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==",
5933 "license": "MIT"
5934 },
5935 "node_modules/babel-preset-current-node-syntax": {
5936 "version": "1.1.0",
5937 "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz",
5938 "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==",
5939 "license": "MIT",
5940 "dependencies": {
5941 "@babel/plugin-syntax-async-generators": "^7.8.4",
5942 "@babel/plugin-syntax-bigint": "^7.8.3",
5943 "@babel/plugin-syntax-class-properties": "^7.12.13",
5944 "@babel/plugin-syntax-class-static-block": "^7.14.5",
5945 "@babel/plugin-syntax-import-attributes": "^7.24.7",
5946 "@babel/plugin-syntax-import-meta": "^7.10.4",
5947 "@babel/plugin-syntax-json-strings": "^7.8.3",
5948 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
5949 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
5950 "@babel/plugin-syntax-numeric-separator": "^7.10.4",
5951 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
5952 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
5953 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
5954 "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
5955 "@babel/plugin-syntax-top-level-await": "^7.14.5"
5956 },
5957 "peerDependencies": {
5958 "@babel/core": "^7.0.0"
5959 }
5960 },
5961 "node_modules/babel-preset-jest": {
5962 "version": "27.5.1",
5963 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
5964 "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
5965 "license": "MIT",
5966 "dependencies": {
5967 "babel-plugin-jest-hoist": "^27.5.1",
5968 "babel-preset-current-node-syntax": "^1.0.0"
5969 },
5970 "engines": {
5971 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5972 },
5973 "peerDependencies": {
5974 "@babel/core": "^7.0.0"
5975 }
5976 },
5977 "node_modules/babel-preset-react-app": {
5978 "version": "10.1.0",
5979 "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.1.0.tgz",
5980 "integrity": "sha512-f9B1xMdnkCIqe+2dHrJsoQFRz7reChaAHE/65SdaykPklQqhme2WaC08oD3is77x9ff98/9EazAKFDZv5rFEQg==",
5981 "license": "MIT",
5982 "dependencies": {
5983 "@babel/core": "^7.16.0",
5984 "@babel/plugin-proposal-class-properties": "^7.16.0",
5985 "@babel/plugin-proposal-decorators": "^7.16.4",
5986 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
5987 "@babel/plugin-proposal-numeric-separator": "^7.16.0",
5988 "@babel/plugin-proposal-optional-chaining": "^7.16.0",
5989 "@babel/plugin-proposal-private-methods": "^7.16.0",
5990 "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
5991 "@babel/plugin-transform-flow-strip-types": "^7.16.0",
5992 "@babel/plugin-transform-react-display-name": "^7.16.0",
5993 "@babel/plugin-transform-runtime": "^7.16.4",
5994 "@babel/preset-env": "^7.16.4",
5995 "@babel/preset-react": "^7.16.0",
5996 "@babel/preset-typescript": "^7.16.0",
5997 "@babel/runtime": "^7.16.3",
5998 "babel-plugin-macros": "^3.1.0",
5999 "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
6000 }
6001 },
6002 "node_modules/babel-preset-react-app/node_modules/@babel/plugin-proposal-private-property-in-object": {
6003 "version": "7.21.11",
6004 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz",
6005 "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==",
6006 "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.",
6007 "license": "MIT",
6008 "dependencies": {
6009 "@babel/helper-annotate-as-pure": "^7.18.6",
6010 "@babel/helper-create-class-features-plugin": "^7.21.0",
6011 "@babel/helper-plugin-utils": "^7.20.2",
6012 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
6013 },
6014 "engines": {
6015 "node": ">=6.9.0"
6016 },
6017 "peerDependencies": {
6018 "@babel/core": "^7.0.0-0"
6019 }
6020 },
6021 "node_modules/balanced-match": {
6022 "version": "1.0.2",
6023 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
6024 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
6025 "license": "MIT"
6026 },
6027 "node_modules/batch": {
6028 "version": "0.6.1",
6029 "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
6030 "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
6031 "license": "MIT"
6032 },
6033 "node_modules/bfj": {
6034 "version": "7.1.0",
6035 "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz",
6036 "integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==",
6037 "license": "MIT",
6038 "dependencies": {
6039 "bluebird": "^3.7.2",
6040 "check-types": "^11.2.3",
6041 "hoopy": "^0.1.4",
6042 "jsonpath": "^1.1.1",
6043 "tryer": "^1.0.1"
6044 },
6045 "engines": {
6046 "node": ">= 8.0.0"
6047 }
6048 },
6049 "node_modules/big.js": {
6050 "version": "5.2.2",
6051 "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
6052 "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
6053 "license": "MIT",
6054 "engines": {
6055 "node": "*"
6056 }
6057 },
6058 "node_modules/binary-extensions": {
6059 "version": "2.3.0",
6060 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
6061 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
6062 "license": "MIT",
6063 "engines": {
6064 "node": ">=8"
6065 },
6066 "funding": {
6067 "url": "https://github.com/sponsors/sindresorhus"
6068 }
6069 },
6070 "node_modules/bluebird": {
6071 "version": "3.7.2",
6072 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
6073 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
6074 "license": "MIT"
6075 },
6076 "node_modules/body-parser": {
6077 "version": "1.20.3",
6078 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
6079 "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
6080 "license": "MIT",
6081 "dependencies": {
6082 "bytes": "3.1.2",
6083 "content-type": "~1.0.5",
6084 "debug": "2.6.9",
6085 "depd": "2.0.0",
6086 "destroy": "1.2.0",
6087 "http-errors": "2.0.0",
6088 "iconv-lite": "0.4.24",
6089 "on-finished": "2.4.1",
6090 "qs": "6.13.0",
6091 "raw-body": "2.5.2",
6092 "type-is": "~1.6.18",
6093 "unpipe": "1.0.0"
6094 },
6095 "engines": {
6096 "node": ">= 0.8",
6097 "npm": "1.2.8000 || >= 1.4.16"
6098 }
6099 },
6100 "node_modules/body-parser/node_modules/iconv-lite": {
6101 "version": "0.4.24",
6102 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
6103 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
6104 "license": "MIT",
6105 "dependencies": {
6106 "safer-buffer": ">= 2.1.2 < 3"
6107 },
6108 "engines": {
6109 "node": ">=0.10.0"
6110 }
6111 },
6112 "node_modules/bonjour-service": {
6113 "version": "1.3.0",
6114 "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.3.0.tgz",
6115 "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==",
6116 "license": "MIT",
6117 "dependencies": {
6118 "fast-deep-equal": "^3.1.3",
6119 "multicast-dns": "^7.2.5"
6120 }
6121 },
6122 "node_modules/boolbase": {
6123 "version": "1.0.0",
6124 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
6125 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
6126 "license": "ISC"
6127 },
6128 "node_modules/brace-expansion": {
6129 "version": "1.1.11",
6130 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
6131 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
6132 "license": "MIT",
6133 "dependencies": {
6134 "balanced-match": "^1.0.0",
6135 "concat-map": "0.0.1"
6136 }
6137 },
6138 "node_modules/braces": {
6139 "version": "3.0.3",
6140 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
6141 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
6142 "license": "MIT",
6143 "dependencies": {
6144 "fill-range": "^7.1.1"
6145 },
6146 "engines": {
6147 "node": ">=8"
6148 }
6149 },
6150 "node_modules/browser-process-hrtime": {
6151 "version": "1.0.0",
6152 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
6153 "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
6154 "license": "BSD-2-Clause"
6155 },
6156 "node_modules/browserslist": {
6157 "version": "4.24.4",
6158 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz",
6159 "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
6160 "funding": [
6161 {
6162 "type": "opencollective",
6163 "url": "https://opencollective.com/browserslist"
6164 },
6165 {
6166 "type": "tidelift",
6167 "url": "https://tidelift.com/funding/github/npm/browserslist"
6168 },
6169 {
6170 "type": "github",
6171 "url": "https://github.com/sponsors/ai"
6172 }
6173 ],
6174 "license": "MIT",
6175 "dependencies": {
6176 "caniuse-lite": "^1.0.30001688",
6177 "electron-to-chromium": "^1.5.73",
6178 "node-releases": "^2.0.19",
6179 "update-browserslist-db": "^1.1.1"
6180 },
6181 "bin": {
6182 "browserslist": "cli.js"
6183 },
6184 "engines": {
6185 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
6186 }
6187 },
6188 "node_modules/bser": {
6189 "version": "2.1.1",
6190 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
6191 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
6192 "license": "Apache-2.0",
6193 "dependencies": {
6194 "node-int64": "^0.4.0"
6195 }
6196 },
6197 "node_modules/buffer-equal-constant-time": {
6198 "version": "1.0.1",
6199 "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
6200 "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
6201 "license": "BSD-3-Clause"
6202 },
6203 "node_modules/buffer-from": {
6204 "version": "1.1.2",
6205 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
6206 "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
6207 "license": "MIT"
6208 },
6209 "node_modules/builtin-modules": {
6210 "version": "3.3.0",
6211 "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
6212 "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
6213 "license": "MIT",
6214 "engines": {
6215 "node": ">=6"
6216 },
6217 "funding": {
6218 "url": "https://github.com/sponsors/sindresorhus"
6219 }
6220 },
6221 "node_modules/bytes": {
6222 "version": "3.1.2",
6223 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
6224 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
6225 "license": "MIT",
6226 "engines": {
6227 "node": ">= 0.8"
6228 }
6229 },
6230 "node_modules/call-bind": {
6231 "version": "1.0.8",
6232 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
6233 "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
6234 "license": "MIT",
6235 "dependencies": {
6236 "call-bind-apply-helpers": "^1.0.0",
6237 "es-define-property": "^1.0.0",
6238 "get-intrinsic": "^1.2.4",
6239 "set-function-length": "^1.2.2"
6240 },
6241 "engines": {
6242 "node": ">= 0.4"
6243 },
6244 "funding": {
6245 "url": "https://github.com/sponsors/ljharb"
6246 }
6247 },
6248 "node_modules/call-bind-apply-helpers": {
6249 "version": "1.0.2",
6250 "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
6251 "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
6252 "license": "MIT",
6253 "dependencies": {
6254 "es-errors": "^1.3.0",
6255 "function-bind": "^1.1.2"
6256 },
6257 "engines": {
6258 "node": ">= 0.4"
6259 }
6260 },
6261 "node_modules/call-bound": {
6262 "version": "1.0.3",
6263 "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
6264 "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
6265 "license": "MIT",
6266 "dependencies": {
6267 "call-bind-apply-helpers": "^1.0.1",
6268 "get-intrinsic": "^1.2.6"
6269 },
6270 "engines": {
6271 "node": ">= 0.4"
6272 },
6273 "funding": {
6274 "url": "https://github.com/sponsors/ljharb"
6275 }
6276 },
6277 "node_modules/callsites": {
6278 "version": "3.1.0",
6279 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
6280 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
6281 "license": "MIT",
6282 "engines": {
6283 "node": ">=6"
6284 }
6285 },
6286 "node_modules/camel-case": {
6287 "version": "4.1.2",
6288 "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
6289 "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
6290 "license": "MIT",
6291 "dependencies": {
6292 "pascal-case": "^3.1.2",
6293 "tslib": "^2.0.3"
6294 }
6295 },
6296 "node_modules/camelcase": {
6297 "version": "6.3.0",
6298 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
6299 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
6300 "license": "MIT",
6301 "engines": {
6302 "node": ">=10"
6303 },
6304 "funding": {
6305 "url": "https://github.com/sponsors/sindresorhus"
6306 }
6307 },
6308 "node_modules/camelcase-css": {
6309 "version": "2.0.1",
6310 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
6311 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
6312 "license": "MIT",
6313 "engines": {
6314 "node": ">= 6"
6315 }
6316 },
6317 "node_modules/caniuse-api": {
6318 "version": "3.0.0",
6319 "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
6320 "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
6321 "license": "MIT",
6322 "dependencies": {
6323 "browserslist": "^4.0.0",
6324 "caniuse-lite": "^1.0.0",
6325 "lodash.memoize": "^4.1.2",
6326 "lodash.uniq": "^4.5.0"
6327 }
6328 },
6329 "node_modules/caniuse-lite": {
6330 "version": "1.0.30001700",
6331 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz",
6332 "integrity": "sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==",
6333 "funding": [
6334 {
6335 "type": "opencollective",
6336 "url": "https://opencollective.com/browserslist"
6337 },
6338 {
6339 "type": "tidelift",
6340 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
6341 },
6342 {
6343 "type": "github",
6344 "url": "https://github.com/sponsors/ai"
6345 }
6346 ],
6347 "license": "CC-BY-4.0"
6348 },
6349 "node_modules/case-sensitive-paths-webpack-plugin": {
6350 "version": "2.4.0",
6351 "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
6352 "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
6353 "license": "MIT",
6354 "engines": {
6355 "node": ">=4"
6356 }
6357 },
6358 "node_modules/chalk": {
6359 "version": "4.1.2",
6360 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
6361 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
6362 "license": "MIT",
6363 "dependencies": {
6364 "ansi-styles": "^4.1.0",
6365 "supports-color": "^7.1.0"
6366 },
6367 "engines": {
6368 "node": ">=10"
6369 },
6370 "funding": {
6371 "url": "https://github.com/chalk/chalk?sponsor=1"
6372 }
6373 },
6374 "node_modules/char-regex": {
6375 "version": "1.0.2",
6376 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
6377 "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
6378 "license": "MIT",
6379 "engines": {
6380 "node": ">=10"
6381 }
6382 },
6383 "node_modules/chart.js": {
6384 "version": "4.4.8",
6385 "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.8.tgz",
6386 "integrity": "sha512-IkGZlVpXP+83QpMm4uxEiGqSI7jFizwVtF3+n5Pc3k7sMO+tkd0qxh2OzLhenM0K80xtmAONWGBn082EiBQSDA==",
6387 "license": "MIT",
6388 "dependencies": {
6389 "@kurkle/color": "^0.3.0"
6390 },
6391 "engines": {
6392 "pnpm": ">=8"
6393 }
6394 },
6395 "node_modules/check-types": {
6396 "version": "11.2.3",
6397 "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz",
6398 "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==",
6399 "license": "MIT"
6400 },
6401 "node_modules/chokidar": {
6402 "version": "3.6.0",
6403 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
6404 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
6405 "license": "MIT",
6406 "dependencies": {
6407 "anymatch": "~3.1.2",
6408 "braces": "~3.0.2",
6409 "glob-parent": "~5.1.2",
6410 "is-binary-path": "~2.1.0",
6411 "is-glob": "~4.0.1",
6412 "normalize-path": "~3.0.0",
6413 "readdirp": "~3.6.0"
6414 },
6415 "engines": {
6416 "node": ">= 8.10.0"
6417 },
6418 "funding": {
6419 "url": "https://paulmillr.com/funding/"
6420 },
6421 "optionalDependencies": {
6422 "fsevents": "~2.3.2"
6423 }
6424 },
6425 "node_modules/chokidar/node_modules/glob-parent": {
6426 "version": "5.1.2",
6427 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
6428 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
6429 "license": "ISC",
6430 "dependencies": {
6431 "is-glob": "^4.0.1"
6432 },
6433 "engines": {
6434 "node": ">= 6"
6435 }
6436 },
6437 "node_modules/chrome-trace-event": {
6438 "version": "1.0.4",
6439 "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
6440 "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
6441 "license": "MIT",
6442 "engines": {
6443 "node": ">=6.0"
6444 }
6445 },
6446 "node_modules/ci-info": {
6447 "version": "3.9.0",
6448 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
6449 "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
6450 "funding": [
6451 {
6452 "type": "github",
6453 "url": "https://github.com/sponsors/sibiraj-s"
6454 }
6455 ],
6456 "license": "MIT",
6457 "engines": {
6458 "node": ">=8"
6459 }
6460 },
6461 "node_modules/cjs-module-lexer": {
6462 "version": "1.4.3",
6463 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
6464 "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
6465 "license": "MIT"
6466 },
6467 "node_modules/clean-css": {
6468 "version": "5.3.3",
6469 "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz",
6470 "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
6471 "license": "MIT",
6472 "dependencies": {
6473 "source-map": "~0.6.0"
6474 },
6475 "engines": {
6476 "node": ">= 10.0"
6477 }
6478 },
6479 "node_modules/clean-css/node_modules/source-map": {
6480 "version": "0.6.1",
6481 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
6482 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
6483 "license": "BSD-3-Clause",
6484 "engines": {
6485 "node": ">=0.10.0"
6486 }
6487 },
6488 "node_modules/cliui": {
6489 "version": "7.0.4",
6490 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
6491 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
6492 "license": "ISC",
6493 "dependencies": {
6494 "string-width": "^4.2.0",
6495 "strip-ansi": "^6.0.0",
6496 "wrap-ansi": "^7.0.0"
6497 }
6498 },
6499 "node_modules/clsx": {
6500 "version": "2.1.1",
6501 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
6502 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
6503 "license": "MIT",
6504 "engines": {
6505 "node": ">=6"
6506 }
6507 },
6508 "node_modules/co": {
6509 "version": "4.6.0",
6510 "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
6511 "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
6512 "license": "MIT",
6513 "engines": {
6514 "iojs": ">= 1.0.0",
6515 "node": ">= 0.12.0"
6516 }
6517 },
6518 "node_modules/coa": {
6519 "version": "2.0.2",
6520 "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
6521 "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
6522 "license": "MIT",
6523 "dependencies": {
6524 "@types/q": "^1.5.1",
6525 "chalk": "^2.4.1",
6526 "q": "^1.1.2"
6527 },
6528 "engines": {
6529 "node": ">= 4.0"
6530 }
6531 },
6532 "node_modules/coa/node_modules/ansi-styles": {
6533 "version": "3.2.1",
6534 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
6535 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
6536 "license": "MIT",
6537 "dependencies": {
6538 "color-convert": "^1.9.0"
6539 },
6540 "engines": {
6541 "node": ">=4"
6542 }
6543 },
6544 "node_modules/coa/node_modules/chalk": {
6545 "version": "2.4.2",
6546 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
6547 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
6548 "license": "MIT",
6549 "dependencies": {
6550 "ansi-styles": "^3.2.1",
6551 "escape-string-regexp": "^1.0.5",
6552 "supports-color": "^5.3.0"
6553 },
6554 "engines": {
6555 "node": ">=4"
6556 }
6557 },
6558 "node_modules/coa/node_modules/color-convert": {
6559 "version": "1.9.3",
6560 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
6561 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
6562 "license": "MIT",
6563 "dependencies": {
6564 "color-name": "1.1.3"
6565 }
6566 },
6567 "node_modules/coa/node_modules/color-name": {
6568 "version": "1.1.3",
6569 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
6570 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
6571 "license": "MIT"
6572 },
6573 "node_modules/coa/node_modules/escape-string-regexp": {
6574 "version": "1.0.5",
6575 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
6576 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
6577 "license": "MIT",
6578 "engines": {
6579 "node": ">=0.8.0"
6580 }
6581 },
6582 "node_modules/coa/node_modules/has-flag": {
6583 "version": "3.0.0",
6584 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
6585 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
6586 "license": "MIT",
6587 "engines": {
6588 "node": ">=4"
6589 }
6590 },
6591 "node_modules/coa/node_modules/supports-color": {
6592 "version": "5.5.0",
6593 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
6594 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
6595 "license": "MIT",
6596 "dependencies": {
6597 "has-flag": "^3.0.0"
6598 },
6599 "engines": {
6600 "node": ">=4"
6601 }
6602 },
6603 "node_modules/collect-v8-coverage": {
6604 "version": "1.0.2",
6605 "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
6606 "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
6607 "license": "MIT"
6608 },
6609 "node_modules/color-convert": {
6610 "version": "2.0.1",
6611 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
6612 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
6613 "license": "MIT",
6614 "dependencies": {
6615 "color-name": "~1.1.4"
6616 },
6617 "engines": {
6618 "node": ">=7.0.0"
6619 }
6620 },
6621 "node_modules/color-name": {
6622 "version": "1.1.4",
6623 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
6624 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
6625 "license": "MIT"
6626 },
6627 "node_modules/colord": {
6628 "version": "2.9.3",
6629 "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
6630 "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
6631 "license": "MIT"
6632 },
6633 "node_modules/colorette": {
6634 "version": "2.0.20",
6635 "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
6636 "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
6637 "license": "MIT"
6638 },
6639 "node_modules/combined-stream": {
6640 "version": "1.0.8",
6641 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
6642 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
6643 "license": "MIT",
6644 "dependencies": {
6645 "delayed-stream": "~1.0.0"
6646 },
6647 "engines": {
6648 "node": ">= 0.8"
6649 }
6650 },
6651 "node_modules/commander": {
6652 "version": "8.3.0",
6653 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
6654 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
6655 "license": "MIT",
6656 "engines": {
6657 "node": ">= 12"
6658 }
6659 },
6660 "node_modules/common-tags": {
6661 "version": "1.8.2",
6662 "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
6663 "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
6664 "license": "MIT",
6665 "engines": {
6666 "node": ">=4.0.0"
6667 }
6668 },
6669 "node_modules/commondir": {
6670 "version": "1.0.1",
6671 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
6672 "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
6673 "license": "MIT"
6674 },
6675 "node_modules/compressible": {
6676 "version": "2.0.18",
6677 "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
6678 "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
6679 "license": "MIT",
6680 "dependencies": {
6681 "mime-db": ">= 1.43.0 < 2"
6682 },
6683 "engines": {
6684 "node": ">= 0.6"
6685 }
6686 },
6687 "node_modules/compression": {
6688 "version": "1.8.0",
6689 "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz",
6690 "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==",
6691 "license": "MIT",
6692 "dependencies": {
6693 "bytes": "3.1.2",
6694 "compressible": "~2.0.18",
6695 "debug": "2.6.9",
6696 "negotiator": "~0.6.4",
6697 "on-headers": "~1.0.2",
6698 "safe-buffer": "5.2.1",
6699 "vary": "~1.1.2"
6700 },
6701 "engines": {
6702 "node": ">= 0.8.0"
6703 }
6704 },
6705 "node_modules/concat-map": {
6706 "version": "0.0.1",
6707 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
6708 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
6709 "license": "MIT"
6710 },
6711 "node_modules/confusing-browser-globals": {
6712 "version": "1.0.11",
6713 "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
6714 "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
6715 "license": "MIT"
6716 },
6717 "node_modules/connect-history-api-fallback": {
6718 "version": "2.0.0",
6719 "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
6720 "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
6721 "license": "MIT",
6722 "engines": {
6723 "node": ">=0.8"
6724 }
6725 },
6726 "node_modules/content-disposition": {
6727 "version": "0.5.4",
6728 "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
6729 "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
6730 "license": "MIT",
6731 "dependencies": {
6732 "safe-buffer": "5.2.1"
6733 },
6734 "engines": {
6735 "node": ">= 0.6"
6736 }
6737 },
6738 "node_modules/content-type": {
6739 "version": "1.0.5",
6740 "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
6741 "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
6742 "license": "MIT",
6743 "engines": {
6744 "node": ">= 0.6"
6745 }
6746 },
6747 "node_modules/convert-source-map": {
6748 "version": "2.0.0",
6749 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
6750 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
6751 "license": "MIT"
6752 },
6753 "node_modules/cookie": {
6754 "version": "0.7.2",
6755 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
6756 "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
6757 "license": "MIT",
6758 "engines": {
6759 "node": ">= 0.6"
6760 }
6761 },
6762 "node_modules/cookie-signature": {
6763 "version": "1.0.7",
6764 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
6765 "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
6766 "license": "MIT"
6767 },
6768 "node_modules/core-js": {
6769 "version": "3.40.0",
6770 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz",
6771 "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==",
6772 "hasInstallScript": true,
6773 "license": "MIT",
6774 "funding": {
6775 "type": "opencollective",
6776 "url": "https://opencollective.com/core-js"
6777 }
6778 },
6779 "node_modules/core-js-compat": {
6780 "version": "3.40.0",
6781 "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz",
6782 "integrity": "sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==",
6783 "license": "MIT",
6784 "dependencies": {
6785 "browserslist": "^4.24.3"
6786 },
6787 "funding": {
6788 "type": "opencollective",
6789 "url": "https://opencollective.com/core-js"
6790 }
6791 },
6792 "node_modules/core-js-pure": {
6793 "version": "3.40.0",
6794 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.40.0.tgz",
6795 "integrity": "sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==",
6796 "hasInstallScript": true,
6797 "license": "MIT",
6798 "funding": {
6799 "type": "opencollective",
6800 "url": "https://opencollective.com/core-js"
6801 }
6802 },
6803 "node_modules/core-util-is": {
6804 "version": "1.0.3",
6805 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
6806 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
6807 "license": "MIT"
6808 },
6809 "node_modules/cosmiconfig": {
6810 "version": "7.1.0",
6811 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
6812 "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
6813 "license": "MIT",
6814 "dependencies": {
6815 "@types/parse-json": "^4.0.0",
6816 "import-fresh": "^3.2.1",
6817 "parse-json": "^5.0.0",
6818 "path-type": "^4.0.0",
6819 "yaml": "^1.10.0"
6820 },
6821 "engines": {
6822 "node": ">=10"
6823 }
6824 },
6825 "node_modules/cross-env": {
6826 "version": "7.0.3",
6827 "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
6828 "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
6829 "dev": true,
6830 "license": "MIT",
6831 "dependencies": {
6832 "cross-spawn": "^7.0.1"
6833 },
6834 "bin": {
6835 "cross-env": "src/bin/cross-env.js",
6836 "cross-env-shell": "src/bin/cross-env-shell.js"
6837 },
6838 "engines": {
6839 "node": ">=10.14",
6840 "npm": ">=6",
6841 "yarn": ">=1"
6842 }
6843 },
6844 "node_modules/cross-spawn": {
6845 "version": "7.0.6",
6846 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
6847 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
6848 "license": "MIT",
6849 "dependencies": {
6850 "path-key": "^3.1.0",
6851 "shebang-command": "^2.0.0",
6852 "which": "^2.0.1"
6853 },
6854 "engines": {
6855 "node": ">= 8"
6856 }
6857 },
6858 "node_modules/crypto-random-string": {
6859 "version": "2.0.0",
6860 "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
6861 "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
6862 "license": "MIT",
6863 "engines": {
6864 "node": ">=8"
6865 }
6866 },
6867 "node_modules/css-blank-pseudo": {
6868 "version": "3.0.3",
6869 "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
6870 "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
6871 "license": "CC0-1.0",
6872 "dependencies": {
6873 "postcss-selector-parser": "^6.0.9"
6874 },
6875 "bin": {
6876 "css-blank-pseudo": "dist/cli.cjs"
6877 },
6878 "engines": {
6879 "node": "^12 || ^14 || >=16"
6880 },
6881 "peerDependencies": {
6882 "postcss": "^8.4"
6883 }
6884 },
6885 "node_modules/css-declaration-sorter": {
6886 "version": "6.4.1",
6887 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
6888 "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==",
6889 "license": "ISC",
6890 "engines": {
6891 "node": "^10 || ^12 || >=14"
6892 },
6893 "peerDependencies": {
6894 "postcss": "^8.0.9"
6895 }
6896 },
6897 "node_modules/css-has-pseudo": {
6898 "version": "3.0.4",
6899 "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
6900 "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
6901 "license": "CC0-1.0",
6902 "dependencies": {
6903 "postcss-selector-parser": "^6.0.9"
6904 },
6905 "bin": {
6906 "css-has-pseudo": "dist/cli.cjs"
6907 },
6908 "engines": {
6909 "node": "^12 || ^14 || >=16"
6910 },
6911 "peerDependencies": {
6912 "postcss": "^8.4"
6913 }
6914 },
6915 "node_modules/css-loader": {
6916 "version": "6.11.0",
6917 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz",
6918 "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==",
6919 "license": "MIT",
6920 "dependencies": {
6921 "icss-utils": "^5.1.0",
6922 "postcss": "^8.4.33",
6923 "postcss-modules-extract-imports": "^3.1.0",
6924 "postcss-modules-local-by-default": "^4.0.5",
6925 "postcss-modules-scope": "^3.2.0",
6926 "postcss-modules-values": "^4.0.0",
6927 "postcss-value-parser": "^4.2.0",
6928 "semver": "^7.5.4"
6929 },
6930 "engines": {
6931 "node": ">= 12.13.0"
6932 },
6933 "funding": {
6934 "type": "opencollective",
6935 "url": "https://opencollective.com/webpack"
6936 },
6937 "peerDependencies": {
6938 "@rspack/core": "0.x || 1.x",
6939 "webpack": "^5.0.0"
6940 },
6941 "peerDependenciesMeta": {
6942 "@rspack/core": {
6943 "optional": true
6944 },
6945 "webpack": {
6946 "optional": true
6947 }
6948 }
6949 },
6950 "node_modules/css-minimizer-webpack-plugin": {
6951 "version": "3.4.1",
6952 "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
6953 "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
6954 "license": "MIT",
6955 "dependencies": {
6956 "cssnano": "^5.0.6",
6957 "jest-worker": "^27.0.2",
6958 "postcss": "^8.3.5",
6959 "schema-utils": "^4.0.0",
6960 "serialize-javascript": "^6.0.0",
6961 "source-map": "^0.6.1"
6962 },
6963 "engines": {
6964 "node": ">= 12.13.0"
6965 },
6966 "funding": {
6967 "type": "opencollective",
6968 "url": "https://opencollective.com/webpack"
6969 },
6970 "peerDependencies": {
6971 "webpack": "^5.0.0"
6972 },
6973 "peerDependenciesMeta": {
6974 "@parcel/css": {
6975 "optional": true
6976 },
6977 "clean-css": {
6978 "optional": true
6979 },
6980 "csso": {
6981 "optional": true
6982 },
6983 "esbuild": {
6984 "optional": true
6985 }
6986 }
6987 },
6988 "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": {
6989 "version": "0.6.1",
6990 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
6991 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
6992 "license": "BSD-3-Clause",
6993 "engines": {
6994 "node": ">=0.10.0"
6995 }
6996 },
6997 "node_modules/css-prefers-color-scheme": {
6998 "version": "6.0.3",
6999 "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
7000 "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
7001 "license": "CC0-1.0",
7002 "bin": {
7003 "css-prefers-color-scheme": "dist/cli.cjs"
7004 },
7005 "engines": {
7006 "node": "^12 || ^14 || >=16"
7007 },
7008 "peerDependencies": {
7009 "postcss": "^8.4"
7010 }
7011 },
7012 "node_modules/css-select": {
7013 "version": "4.3.0",
7014 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
7015 "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
7016 "license": "BSD-2-Clause",
7017 "dependencies": {
7018 "boolbase": "^1.0.0",
7019 "css-what": "^6.0.1",
7020 "domhandler": "^4.3.1",
7021 "domutils": "^2.8.0",
7022 "nth-check": "^2.0.1"
7023 },
7024 "funding": {
7025 "url": "https://github.com/sponsors/fb55"
7026 }
7027 },
7028 "node_modules/css-select-base-adapter": {
7029 "version": "0.1.1",
7030 "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
7031 "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==",
7032 "license": "MIT"
7033 },
7034 "node_modules/css-tree": {
7035 "version": "1.0.0-alpha.37",
7036 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
7037 "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
7038 "license": "MIT",
7039 "dependencies": {
7040 "mdn-data": "2.0.4",
7041 "source-map": "^0.6.1"
7042 },
7043 "engines": {
7044 "node": ">=8.0.0"
7045 }
7046 },
7047 "node_modules/css-tree/node_modules/source-map": {
7048 "version": "0.6.1",
7049 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
7050 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
7051 "license": "BSD-3-Clause",
7052 "engines": {
7053 "node": ">=0.10.0"
7054 }
7055 },
7056 "node_modules/css-what": {
7057 "version": "6.1.0",
7058 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
7059 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
7060 "license": "BSD-2-Clause",
7061 "engines": {
7062 "node": ">= 6"
7063 },
7064 "funding": {
7065 "url": "https://github.com/sponsors/fb55"
7066 }
7067 },
7068 "node_modules/cssdb": {
7069 "version": "7.11.2",
7070 "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.11.2.tgz",
7071 "integrity": "sha512-lhQ32TFkc1X4eTefGfYPvgovRSzIMofHkigfH8nWtyRL4XJLsRhJFreRvEgKzept7x1rjBuy3J/MurXLaFxW/A==",
7072 "funding": [
7073 {
7074 "type": "opencollective",
7075 "url": "https://opencollective.com/csstools"
7076 },
7077 {
7078 "type": "github",
7079 "url": "https://github.com/sponsors/csstools"
7080 }
7081 ],
7082 "license": "CC0-1.0"
7083 },
7084 "node_modules/cssesc": {
7085 "version": "3.0.0",
7086 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
7087 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
7088 "license": "MIT",
7089 "bin": {
7090 "cssesc": "bin/cssesc"
7091 },
7092 "engines": {
7093 "node": ">=4"
7094 }
7095 },
7096 "node_modules/cssnano": {
7097 "version": "5.1.15",
7098 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz",
7099 "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
7100 "license": "MIT",
7101 "dependencies": {
7102 "cssnano-preset-default": "^5.2.14",
7103 "lilconfig": "^2.0.3",
7104 "yaml": "^1.10.2"
7105 },
7106 "engines": {
7107 "node": "^10 || ^12 || >=14.0"
7108 },
7109 "funding": {
7110 "type": "opencollective",
7111 "url": "https://opencollective.com/cssnano"
7112 },
7113 "peerDependencies": {
7114 "postcss": "^8.2.15"
7115 }
7116 },
7117 "node_modules/cssnano-preset-default": {
7118 "version": "5.2.14",
7119 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz",
7120 "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==",
7121 "license": "MIT",
7122 "dependencies": {
7123 "css-declaration-sorter": "^6.3.1",
7124 "cssnano-utils": "^3.1.0",
7125 "postcss-calc": "^8.2.3",
7126 "postcss-colormin": "^5.3.1",
7127 "postcss-convert-values": "^5.1.3",
7128 "postcss-discard-comments": "^5.1.2",
7129 "postcss-discard-duplicates": "^5.1.0",
7130 "postcss-discard-empty": "^5.1.1",
7131 "postcss-discard-overridden": "^5.1.0",
7132 "postcss-merge-longhand": "^5.1.7",
7133 "postcss-merge-rules": "^5.1.4",
7134 "postcss-minify-font-values": "^5.1.0",
7135 "postcss-minify-gradients": "^5.1.1",
7136 "postcss-minify-params": "^5.1.4",
7137 "postcss-minify-selectors": "^5.2.1",
7138 "postcss-normalize-charset": "^5.1.0",
7139 "postcss-normalize-display-values": "^5.1.0",
7140 "postcss-normalize-positions": "^5.1.1",
7141 "postcss-normalize-repeat-style": "^5.1.1",
7142 "postcss-normalize-string": "^5.1.0",
7143 "postcss-normalize-timing-functions": "^5.1.0",
7144 "postcss-normalize-unicode": "^5.1.1",
7145 "postcss-normalize-url": "^5.1.0",
7146 "postcss-normalize-whitespace": "^5.1.1",
7147 "postcss-ordered-values": "^5.1.3",
7148 "postcss-reduce-initial": "^5.1.2",
7149 "postcss-reduce-transforms": "^5.1.0",
7150 "postcss-svgo": "^5.1.0",
7151 "postcss-unique-selectors": "^5.1.1"
7152 },
7153 "engines": {
7154 "node": "^10 || ^12 || >=14.0"
7155 },
7156 "peerDependencies": {
7157 "postcss": "^8.2.15"
7158 }
7159 },
7160 "node_modules/cssnano-utils": {
7161 "version": "3.1.0",
7162 "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
7163 "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
7164 "license": "MIT",
7165 "engines": {
7166 "node": "^10 || ^12 || >=14.0"
7167 },
7168 "peerDependencies": {
7169 "postcss": "^8.2.15"
7170 }
7171 },
7172 "node_modules/csso": {
7173 "version": "4.2.0",
7174 "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
7175 "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
7176 "license": "MIT",
7177 "dependencies": {
7178 "css-tree": "^1.1.2"
7179 },
7180 "engines": {
7181 "node": ">=8.0.0"
7182 }
7183 },
7184 "node_modules/csso/node_modules/css-tree": {
7185 "version": "1.1.3",
7186 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
7187 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
7188 "license": "MIT",
7189 "dependencies": {
7190 "mdn-data": "2.0.14",
7191 "source-map": "^0.6.1"
7192 },
7193 "engines": {
7194 "node": ">=8.0.0"
7195 }
7196 },
7197 "node_modules/csso/node_modules/mdn-data": {
7198 "version": "2.0.14",
7199 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
7200 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
7201 "license": "CC0-1.0"
7202 },
7203 "node_modules/csso/node_modules/source-map": {
7204 "version": "0.6.1",
7205 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
7206 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
7207 "license": "BSD-3-Clause",
7208 "engines": {
7209 "node": ">=0.10.0"
7210 }
7211 },
7212 "node_modules/cssom": {
7213 "version": "0.4.4",
7214 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
7215 "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
7216 "license": "MIT"
7217 },
7218 "node_modules/cssstyle": {
7219 "version": "2.3.0",
7220 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
7221 "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
7222 "license": "MIT",
7223 "dependencies": {
7224 "cssom": "~0.3.6"
7225 },
7226 "engines": {
7227 "node": ">=8"
7228 }
7229 },
7230 "node_modules/cssstyle/node_modules/cssom": {
7231 "version": "0.3.8",
7232 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
7233 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
7234 "license": "MIT"
7235 },
7236 "node_modules/csstype": {
7237 "version": "3.1.3",
7238 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
7239 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
7240 "license": "MIT"
7241 },
7242 "node_modules/d3-array": {
7243 "version": "3.2.4",
7244 "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
7245 "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
7246 "license": "ISC",
7247 "dependencies": {
7248 "internmap": "1 - 2"
7249 },
7250 "engines": {
7251 "node": ">=12"
7252 }
7253 },
7254 "node_modules/d3-color": {
7255 "version": "3.1.0",
7256 "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
7257 "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
7258 "license": "ISC",
7259 "engines": {
7260 "node": ">=12"
7261 }
7262 },
7263 "node_modules/d3-ease": {
7264 "version": "3.0.1",
7265 "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
7266 "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
7267 "license": "BSD-3-Clause",
7268 "engines": {
7269 "node": ">=12"
7270 }
7271 },
7272 "node_modules/d3-format": {
7273 "version": "3.1.0",
7274 "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz",
7275 "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
7276 "license": "ISC",
7277 "engines": {
7278 "node": ">=12"
7279 }
7280 },
7281 "node_modules/d3-interpolate": {
7282 "version": "3.0.1",
7283 "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
7284 "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
7285 "license": "ISC",
7286 "dependencies": {
7287 "d3-color": "1 - 3"
7288 },
7289 "engines": {
7290 "node": ">=12"
7291 }
7292 },
7293 "node_modules/d3-path": {
7294 "version": "3.1.0",
7295 "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
7296 "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
7297 "license": "ISC",
7298 "engines": {
7299 "node": ">=12"
7300 }
7301 },
7302 "node_modules/d3-scale": {
7303 "version": "4.0.2",
7304 "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
7305 "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
7306 "license": "ISC",
7307 "dependencies": {
7308 "d3-array": "2.10.0 - 3",
7309 "d3-format": "1 - 3",
7310 "d3-interpolate": "1.2.0 - 3",
7311 "d3-time": "2.1.1 - 3",
7312 "d3-time-format": "2 - 4"
7313 },
7314 "engines": {
7315 "node": ">=12"
7316 }
7317 },
7318 "node_modules/d3-shape": {
7319 "version": "3.2.0",
7320 "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
7321 "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
7322 "license": "ISC",
7323 "dependencies": {
7324 "d3-path": "^3.1.0"
7325 },
7326 "engines": {
7327 "node": ">=12"
7328 }
7329 },
7330 "node_modules/d3-time": {
7331 "version": "3.1.0",
7332 "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
7333 "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
7334 "license": "ISC",
7335 "dependencies": {
7336 "d3-array": "2 - 3"
7337 },
7338 "engines": {
7339 "node": ">=12"
7340 }
7341 },
7342 "node_modules/d3-time-format": {
7343 "version": "4.1.0",
7344 "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
7345 "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
7346 "license": "ISC",
7347 "dependencies": {
7348 "d3-time": "1 - 3"
7349 },
7350 "engines": {
7351 "node": ">=12"
7352 }
7353 },
7354 "node_modules/d3-timer": {
7355 "version": "3.0.1",
7356 "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
7357 "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
7358 "license": "ISC",
7359 "engines": {
7360 "node": ">=12"
7361 }
7362 },
7363 "node_modules/damerau-levenshtein": {
7364 "version": "1.0.8",
7365 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
7366 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
7367 "license": "BSD-2-Clause"
7368 },
7369 "node_modules/data-urls": {
7370 "version": "2.0.0",
7371 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
7372 "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
7373 "license": "MIT",
7374 "dependencies": {
7375 "abab": "^2.0.3",
7376 "whatwg-mimetype": "^2.3.0",
7377 "whatwg-url": "^8.0.0"
7378 },
7379 "engines": {
7380 "node": ">=10"
7381 }
7382 },
7383 "node_modules/data-view-buffer": {
7384 "version": "1.0.2",
7385 "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
7386 "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
7387 "license": "MIT",
7388 "dependencies": {
7389 "call-bound": "^1.0.3",
7390 "es-errors": "^1.3.0",
7391 "is-data-view": "^1.0.2"
7392 },
7393 "engines": {
7394 "node": ">= 0.4"
7395 },
7396 "funding": {
7397 "url": "https://github.com/sponsors/ljharb"
7398 }
7399 },
7400 "node_modules/data-view-byte-length": {
7401 "version": "1.0.2",
7402 "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
7403 "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
7404 "license": "MIT",
7405 "dependencies": {
7406 "call-bound": "^1.0.3",
7407 "es-errors": "^1.3.0",
7408 "is-data-view": "^1.0.2"
7409 },
7410 "engines": {
7411 "node": ">= 0.4"
7412 },
7413 "funding": {
7414 "url": "https://github.com/sponsors/inspect-js"
7415 }
7416 },
7417 "node_modules/data-view-byte-offset": {
7418 "version": "1.0.1",
7419 "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
7420 "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
7421 "license": "MIT",
7422 "dependencies": {
7423 "call-bound": "^1.0.2",
7424 "es-errors": "^1.3.0",
7425 "is-data-view": "^1.0.1"
7426 },
7427 "engines": {
7428 "node": ">= 0.4"
7429 },
7430 "funding": {
7431 "url": "https://github.com/sponsors/ljharb"
7432 }
7433 },
7434 "node_modules/date-fns": {
7435 "version": "4.1.0",
7436 "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
7437 "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
7438 "license": "MIT",
7439 "funding": {
7440 "type": "github",
7441 "url": "https://github.com/sponsors/kossnocorp"
7442 }
7443 },
7444 "node_modules/debug": {
7445 "version": "2.6.9",
7446 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
7447 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
7448 "license": "MIT",
7449 "dependencies": {
7450 "ms": "2.0.0"
7451 }
7452 },
7453 "node_modules/decimal.js": {
7454 "version": "10.5.0",
7455 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz",
7456 "integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==",
7457 "license": "MIT"
7458 },
7459 "node_modules/decimal.js-light": {
7460 "version": "2.5.1",
7461 "resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz",
7462 "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
7463 "license": "MIT"
7464 },
7465 "node_modules/dedent": {
7466 "version": "0.7.0",
7467 "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
7468 "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
7469 "license": "MIT"
7470 },
7471 "node_modules/deep-is": {
7472 "version": "0.1.4",
7473 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
7474 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
7475 "license": "MIT"
7476 },
7477 "node_modules/deepmerge": {
7478 "version": "4.3.1",
7479 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
7480 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
7481 "license": "MIT",
7482 "engines": {
7483 "node": ">=0.10.0"
7484 }
7485 },
7486 "node_modules/default-gateway": {
7487 "version": "6.0.3",
7488 "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
7489 "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
7490 "license": "BSD-2-Clause",
7491 "dependencies": {
7492 "execa": "^5.0.0"
7493 },
7494 "engines": {
7495 "node": ">= 10"
7496 }
7497 },
7498 "node_modules/define-data-property": {
7499 "version": "1.1.4",
7500 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
7501 "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
7502 "license": "MIT",
7503 "dependencies": {
7504 "es-define-property": "^1.0.0",
7505 "es-errors": "^1.3.0",
7506 "gopd": "^1.0.1"
7507 },
7508 "engines": {
7509 "node": ">= 0.4"
7510 },
7511 "funding": {
7512 "url": "https://github.com/sponsors/ljharb"
7513 }
7514 },
7515 "node_modules/define-lazy-prop": {
7516 "version": "2.0.0",
7517 "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
7518 "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
7519 "license": "MIT",
7520 "engines": {
7521 "node": ">=8"
7522 }
7523 },
7524 "node_modules/define-properties": {
7525 "version": "1.2.1",
7526 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
7527 "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
7528 "license": "MIT",
7529 "dependencies": {
7530 "define-data-property": "^1.0.1",
7531 "has-property-descriptors": "^1.0.0",
7532 "object-keys": "^1.1.1"
7533 },
7534 "engines": {
7535 "node": ">= 0.4"
7536 },
7537 "funding": {
7538 "url": "https://github.com/sponsors/ljharb"
7539 }
7540 },
7541 "node_modules/delayed-stream": {
7542 "version": "1.0.0",
7543 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
7544 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
7545 "license": "MIT",
7546 "engines": {
7547 "node": ">=0.4.0"
7548 }
7549 },
7550 "node_modules/depd": {
7551 "version": "2.0.0",
7552 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
7553 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
7554 "license": "MIT",
7555 "engines": {
7556 "node": ">= 0.8"
7557 }
7558 },
7559 "node_modules/destroy": {
7560 "version": "1.2.0",
7561 "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
7562 "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
7563 "license": "MIT",
7564 "engines": {
7565 "node": ">= 0.8",
7566 "npm": "1.2.8000 || >= 1.4.16"
7567 }
7568 },
7569 "node_modules/detect-newline": {
7570 "version": "3.1.0",
7571 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
7572 "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
7573 "license": "MIT",
7574 "engines": {
7575 "node": ">=8"
7576 }
7577 },
7578 "node_modules/detect-node": {
7579 "version": "2.1.0",
7580 "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
7581 "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
7582 "license": "MIT"
7583 },
7584 "node_modules/detect-port-alt": {
7585 "version": "1.1.6",
7586 "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
7587 "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
7588 "license": "MIT",
7589 "dependencies": {
7590 "address": "^1.0.1",
7591 "debug": "^2.6.0"
7592 },
7593 "bin": {
7594 "detect": "bin/detect-port",
7595 "detect-port": "bin/detect-port"
7596 },
7597 "engines": {
7598 "node": ">= 4.2.1"
7599 }
7600 },
7601 "node_modules/didyoumean": {
7602 "version": "1.2.2",
7603 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
7604 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
7605 "license": "Apache-2.0"
7606 },
7607 "node_modules/diff-sequences": {
7608 "version": "27.5.1",
7609 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
7610 "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
7611 "license": "MIT",
7612 "engines": {
7613 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
7614 }
7615 },
7616 "node_modules/dir-glob": {
7617 "version": "3.0.1",
7618 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
7619 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
7620 "license": "MIT",
7621 "dependencies": {
7622 "path-type": "^4.0.0"
7623 },
7624 "engines": {
7625 "node": ">=8"
7626 }
7627 },
7628 "node_modules/dlv": {
7629 "version": "1.1.3",
7630 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
7631 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
7632 "license": "MIT"
7633 },
7634 "node_modules/dns-packet": {
7635 "version": "5.6.1",
7636 "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz",
7637 "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
7638 "license": "MIT",
7639 "dependencies": {
7640 "@leichtgewicht/ip-codec": "^2.0.1"
7641 },
7642 "engines": {
7643 "node": ">=6"
7644 }
7645 },
7646 "node_modules/doctrine": {
7647 "version": "3.0.0",
7648 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
7649 "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
7650 "license": "Apache-2.0",
7651 "dependencies": {
7652 "esutils": "^2.0.2"
7653 },
7654 "engines": {
7655 "node": ">=6.0.0"
7656 }
7657 },
7658 "node_modules/dom-converter": {
7659 "version": "0.2.0",
7660 "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
7661 "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
7662 "license": "MIT",
7663 "dependencies": {
7664 "utila": "~0.4"
7665 }
7666 },
7667 "node_modules/dom-helpers": {
7668 "version": "5.2.1",
7669 "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
7670 "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
7671 "license": "MIT",
7672 "dependencies": {
7673 "@babel/runtime": "^7.8.7",
7674 "csstype": "^3.0.2"
7675 }
7676 },
7677 "node_modules/dom-serializer": {
7678 "version": "1.4.1",
7679 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
7680 "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
7681 "license": "MIT",
7682 "dependencies": {
7683 "domelementtype": "^2.0.1",
7684 "domhandler": "^4.2.0",
7685 "entities": "^2.0.0"
7686 },
7687 "funding": {
7688 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
7689 }
7690 },
7691 "node_modules/domelementtype": {
7692 "version": "2.3.0",
7693 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
7694 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
7695 "funding": [
7696 {
7697 "type": "github",
7698 "url": "https://github.com/sponsors/fb55"
7699 }
7700 ],
7701 "license": "BSD-2-Clause"
7702 },
7703 "node_modules/domexception": {
7704 "version": "2.0.1",
7705 "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
7706 "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
7707 "deprecated": "Use your platform's native DOMException instead",
7708 "license": "MIT",
7709 "dependencies": {
7710 "webidl-conversions": "^5.0.0"
7711 },
7712 "engines": {
7713 "node": ">=8"
7714 }
7715 },
7716 "node_modules/domexception/node_modules/webidl-conversions": {
7717 "version": "5.0.0",
7718 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
7719 "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
7720 "license": "BSD-2-Clause",
7721 "engines": {
7722 "node": ">=8"
7723 }
7724 },
7725 "node_modules/domhandler": {
7726 "version": "4.3.1",
7727 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
7728 "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
7729 "license": "BSD-2-Clause",
7730 "dependencies": {
7731 "domelementtype": "^2.2.0"
7732 },
7733 "engines": {
7734 "node": ">= 4"
7735 },
7736 "funding": {
7737 "url": "https://github.com/fb55/domhandler?sponsor=1"
7738 }
7739 },
7740 "node_modules/domutils": {
7741 "version": "2.8.0",
7742 "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
7743 "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
7744 "license": "BSD-2-Clause",
7745 "dependencies": {
7746 "dom-serializer": "^1.0.1",
7747 "domelementtype": "^2.2.0",
7748 "domhandler": "^4.2.0"
7749 },
7750 "funding": {
7751 "url": "https://github.com/fb55/domutils?sponsor=1"
7752 }
7753 },
7754 "node_modules/dot-case": {
7755 "version": "3.0.4",
7756 "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
7757 "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
7758 "license": "MIT",
7759 "dependencies": {
7760 "no-case": "^3.0.4",
7761 "tslib": "^2.0.3"
7762 }
7763 },
7764 "node_modules/dotenv": {
7765 "version": "10.0.0",
7766 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
7767 "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
7768 "license": "BSD-2-Clause",
7769 "engines": {
7770 "node": ">=10"
7771 }
7772 },
7773 "node_modules/dotenv-expand": {
7774 "version": "5.1.0",
7775 "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
7776 "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
7777 "license": "BSD-2-Clause"
7778 },
7779 "node_modules/dunder-proto": {
7780 "version": "1.0.1",
7781 "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
7782 "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
7783 "license": "MIT",
7784 "dependencies": {
7785 "call-bind-apply-helpers": "^1.0.1",
7786 "es-errors": "^1.3.0",
7787 "gopd": "^1.2.0"
7788 },
7789 "engines": {
7790 "node": ">= 0.4"
7791 }
7792 },
7793 "node_modules/duplexer": {
7794 "version": "0.1.2",
7795 "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
7796 "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
7797 "license": "MIT"
7798 },
7799 "node_modules/eastasianwidth": {
7800 "version": "0.2.0",
7801 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
7802 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
7803 "license": "MIT"
7804 },
7805 "node_modules/ecdsa-sig-formatter": {
7806 "version": "1.0.11",
7807 "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
7808 "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
7809 "license": "Apache-2.0",
7810 "dependencies": {
7811 "safe-buffer": "^5.0.1"
7812 }
7813 },
7814 "node_modules/ee-first": {
7815 "version": "1.1.1",
7816 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
7817 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
7818 "license": "MIT"
7819 },
7820 "node_modules/ejs": {
7821 "version": "3.1.10",
7822 "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
7823 "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
7824 "license": "Apache-2.0",
7825 "dependencies": {
7826 "jake": "^10.8.5"
7827 },
7828 "bin": {
7829 "ejs": "bin/cli.js"
7830 },
7831 "engines": {
7832 "node": ">=0.10.0"
7833 }
7834 },
7835 "node_modules/electron-to-chromium": {
7836 "version": "1.5.102",
7837 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.102.tgz",
7838 "integrity": "sha512-eHhqaja8tE/FNpIiBrvBjFV/SSKpyWHLvxuR9dPTdo+3V9ppdLmFB7ZZQ98qNovcngPLYIz0oOBF9P0FfZef5Q==",
7839 "license": "ISC"
7840 },
7841 "node_modules/emittery": {
7842 "version": "0.8.1",
7843 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
7844 "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
7845 "license": "MIT",
7846 "engines": {
7847 "node": ">=10"
7848 },
7849 "funding": {
7850 "url": "https://github.com/sindresorhus/emittery?sponsor=1"
7851 }
7852 },
7853 "node_modules/emoji-regex": {
7854 "version": "9.2.2",
7855 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
7856 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
7857 "license": "MIT"
7858 },
7859 "node_modules/emojis-list": {
7860 "version": "3.0.0",
7861 "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
7862 "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
7863 "license": "MIT",
7864 "engines": {
7865 "node": ">= 4"
7866 }
7867 },
7868 "node_modules/encodeurl": {
7869 "version": "2.0.0",
7870 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
7871 "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
7872 "license": "MIT",
7873 "engines": {
7874 "node": ">= 0.8"
7875 }
7876 },
7877 "node_modules/enhanced-resolve": {
7878 "version": "5.18.1",
7879 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
7880 "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==",
7881 "license": "MIT",
7882 "dependencies": {
7883 "graceful-fs": "^4.2.4",
7884 "tapable": "^2.2.0"
7885 },
7886 "engines": {
7887 "node": ">=10.13.0"
7888 }
7889 },
7890 "node_modules/entities": {
7891 "version": "2.2.0",
7892 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
7893 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
7894 "license": "BSD-2-Clause",
7895 "funding": {
7896 "url": "https://github.com/fb55/entities?sponsor=1"
7897 }
7898 },
7899 "node_modules/error-ex": {
7900 "version": "1.3.2",
7901 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
7902 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
7903 "license": "MIT",
7904 "dependencies": {
7905 "is-arrayish": "^0.2.1"
7906 }
7907 },
7908 "node_modules/error-stack-parser": {
7909 "version": "2.1.4",
7910 "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
7911 "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
7912 "license": "MIT",
7913 "dependencies": {
7914 "stackframe": "^1.3.4"
7915 }
7916 },
7917 "node_modules/es-abstract": {
7918 "version": "1.23.9",
7919 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz",
7920 "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==",
7921 "license": "MIT",
7922 "dependencies": {
7923 "array-buffer-byte-length": "^1.0.2",
7924 "arraybuffer.prototype.slice": "^1.0.4",
7925 "available-typed-arrays": "^1.0.7",
7926 "call-bind": "^1.0.8",
7927 "call-bound": "^1.0.3",
7928 "data-view-buffer": "^1.0.2",
7929 "data-view-byte-length": "^1.0.2",
7930 "data-view-byte-offset": "^1.0.1",
7931 "es-define-property": "^1.0.1",
7932 "es-errors": "^1.3.0",
7933 "es-object-atoms": "^1.0.0",
7934 "es-set-tostringtag": "^2.1.0",
7935 "es-to-primitive": "^1.3.0",
7936 "function.prototype.name": "^1.1.8",
7937 "get-intrinsic": "^1.2.7",
7938 "get-proto": "^1.0.0",
7939 "get-symbol-description": "^1.1.0",
7940 "globalthis": "^1.0.4",
7941 "gopd": "^1.2.0",
7942 "has-property-descriptors": "^1.0.2",
7943 "has-proto": "^1.2.0",
7944 "has-symbols": "^1.1.0",
7945 "hasown": "^2.0.2",
7946 "internal-slot": "^1.1.0",
7947 "is-array-buffer": "^3.0.5",
7948 "is-callable": "^1.2.7",
7949 "is-data-view": "^1.0.2",
7950 "is-regex": "^1.2.1",
7951 "is-shared-array-buffer": "^1.0.4",
7952 "is-string": "^1.1.1",
7953 "is-typed-array": "^1.1.15",
7954 "is-weakref": "^1.1.0",
7955 "math-intrinsics": "^1.1.0",
7956 "object-inspect": "^1.13.3",
7957 "object-keys": "^1.1.1",
7958 "object.assign": "^4.1.7",
7959 "own-keys": "^1.0.1",
7960 "regexp.prototype.flags": "^1.5.3",
7961 "safe-array-concat": "^1.1.3",
7962 "safe-push-apply": "^1.0.0",
7963 "safe-regex-test": "^1.1.0",
7964 "set-proto": "^1.0.0",
7965 "string.prototype.trim": "^1.2.10",
7966 "string.prototype.trimend": "^1.0.9",
7967 "string.prototype.trimstart": "^1.0.8",
7968 "typed-array-buffer": "^1.0.3",
7969 "typed-array-byte-length": "^1.0.3",
7970 "typed-array-byte-offset": "^1.0.4",
7971 "typed-array-length": "^1.0.7",
7972 "unbox-primitive": "^1.1.0",
7973 "which-typed-array": "^1.1.18"
7974 },
7975 "engines": {
7976 "node": ">= 0.4"
7977 },
7978 "funding": {
7979 "url": "https://github.com/sponsors/ljharb"
7980 }
7981 },
7982 "node_modules/es-array-method-boxes-properly": {
7983 "version": "1.0.0",
7984 "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
7985 "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
7986 "license": "MIT"
7987 },
7988 "node_modules/es-define-property": {
7989 "version": "1.0.1",
7990 "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
7991 "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
7992 "license": "MIT",
7993 "engines": {
7994 "node": ">= 0.4"
7995 }
7996 },
7997 "node_modules/es-errors": {
7998 "version": "1.3.0",
7999 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
8000 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
8001 "license": "MIT",
8002 "engines": {
8003 "node": ">= 0.4"
8004 }
8005 },
8006 "node_modules/es-iterator-helpers": {
8007 "version": "1.2.1",
8008 "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
8009 "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
8010 "license": "MIT",
8011 "dependencies": {
8012 "call-bind": "^1.0.8",
8013 "call-bound": "^1.0.3",
8014 "define-properties": "^1.2.1",
8015 "es-abstract": "^1.23.6",
8016 "es-errors": "^1.3.0",
8017 "es-set-tostringtag": "^2.0.3",
8018 "function-bind": "^1.1.2",
8019 "get-intrinsic": "^1.2.6",
8020 "globalthis": "^1.0.4",
8021 "gopd": "^1.2.0",
8022 "has-property-descriptors": "^1.0.2",
8023 "has-proto": "^1.2.0",
8024 "has-symbols": "^1.1.0",
8025 "internal-slot": "^1.1.0",
8026 "iterator.prototype": "^1.1.4",
8027 "safe-array-concat": "^1.1.3"
8028 },
8029 "engines": {
8030 "node": ">= 0.4"
8031 }
8032 },
8033 "node_modules/es-module-lexer": {
8034 "version": "1.6.0",
8035 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz",
8036 "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==",
8037 "license": "MIT"
8038 },
8039 "node_modules/es-object-atoms": {
8040 "version": "1.1.1",
8041 "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
8042 "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
8043 "license": "MIT",
8044 "dependencies": {
8045 "es-errors": "^1.3.0"
8046 },
8047 "engines": {
8048 "node": ">= 0.4"
8049 }
8050 },
8051 "node_modules/es-set-tostringtag": {
8052 "version": "2.1.0",
8053 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
8054 "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
8055 "license": "MIT",
8056 "dependencies": {
8057 "es-errors": "^1.3.0",
8058 "get-intrinsic": "^1.2.6",
8059 "has-tostringtag": "^1.0.2",
8060 "hasown": "^2.0.2"
8061 },
8062 "engines": {
8063 "node": ">= 0.4"
8064 }
8065 },
8066 "node_modules/es-shim-unscopables": {
8067 "version": "1.1.0",
8068 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
8069 "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
8070 "license": "MIT",
8071 "dependencies": {
8072 "hasown": "^2.0.2"
8073 },
8074 "engines": {
8075 "node": ">= 0.4"
8076 }
8077 },
8078 "node_modules/es-to-primitive": {
8079 "version": "1.3.0",
8080 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
8081 "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
8082 "license": "MIT",
8083 "dependencies": {
8084 "is-callable": "^1.2.7",
8085 "is-date-object": "^1.0.5",
8086 "is-symbol": "^1.0.4"
8087 },
8088 "engines": {
8089 "node": ">= 0.4"
8090 },
8091 "funding": {
8092 "url": "https://github.com/sponsors/ljharb"
8093 }
8094 },
8095 "node_modules/escalade": {
8096 "version": "3.2.0",
8097 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
8098 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
8099 "license": "MIT",
8100 "engines": {
8101 "node": ">=6"
8102 }
8103 },
8104 "node_modules/escape-html": {
8105 "version": "1.0.3",
8106 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
8107 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
8108 "license": "MIT"
8109 },
8110 "node_modules/escape-string-regexp": {
8111 "version": "4.0.0",
8112 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
8113 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
8114 "license": "MIT",
8115 "engines": {
8116 "node": ">=10"
8117 },
8118 "funding": {
8119 "url": "https://github.com/sponsors/sindresorhus"
8120 }
8121 },
8122 "node_modules/escodegen": {
8123 "version": "2.1.0",
8124 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
8125 "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
8126 "license": "BSD-2-Clause",
8127 "dependencies": {
8128 "esprima": "^4.0.1",
8129 "estraverse": "^5.2.0",
8130 "esutils": "^2.0.2"
8131 },
8132 "bin": {
8133 "escodegen": "bin/escodegen.js",
8134 "esgenerate": "bin/esgenerate.js"
8135 },
8136 "engines": {
8137 "node": ">=6.0"
8138 },
8139 "optionalDependencies": {
8140 "source-map": "~0.6.1"
8141 }
8142 },
8143 "node_modules/escodegen/node_modules/source-map": {
8144 "version": "0.6.1",
8145 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
8146 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
8147 "license": "BSD-3-Clause",
8148 "optional": true,
8149 "engines": {
8150 "node": ">=0.10.0"
8151 }
8152 },
8153 "node_modules/eslint": {
8154 "version": "8.57.1",
8155 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
8156 "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
8157 "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
8158 "license": "MIT",
8159 "dependencies": {
8160 "@eslint-community/eslint-utils": "^4.2.0",
8161 "@eslint-community/regexpp": "^4.6.1",
8162 "@eslint/eslintrc": "^2.1.4",
8163 "@eslint/js": "8.57.1",
8164 "@humanwhocodes/config-array": "^0.13.0",
8165 "@humanwhocodes/module-importer": "^1.0.1",
8166 "@nodelib/fs.walk": "^1.2.8",
8167 "@ungap/structured-clone": "^1.2.0",
8168 "ajv": "^6.12.4",
8169 "chalk": "^4.0.0",
8170 "cross-spawn": "^7.0.2",
8171 "debug": "^4.3.2",
8172 "doctrine": "^3.0.0",
8173 "escape-string-regexp": "^4.0.0",
8174 "eslint-scope": "^7.2.2",
8175 "eslint-visitor-keys": "^3.4.3",
8176 "espree": "^9.6.1",
8177 "esquery": "^1.4.2",
8178 "esutils": "^2.0.2",
8179 "fast-deep-equal": "^3.1.3",
8180 "file-entry-cache": "^6.0.1",
8181 "find-up": "^5.0.0",
8182 "glob-parent": "^6.0.2",
8183 "globals": "^13.19.0",
8184 "graphemer": "^1.4.0",
8185 "ignore": "^5.2.0",
8186 "imurmurhash": "^0.1.4",
8187 "is-glob": "^4.0.0",
8188 "is-path-inside": "^3.0.3",
8189 "js-yaml": "^4.1.0",
8190 "json-stable-stringify-without-jsonify": "^1.0.1",
8191 "levn": "^0.4.1",
8192 "lodash.merge": "^4.6.2",
8193 "minimatch": "^3.1.2",
8194 "natural-compare": "^1.4.0",
8195 "optionator": "^0.9.3",
8196 "strip-ansi": "^6.0.1",
8197 "text-table": "^0.2.0"
8198 },
8199 "bin": {
8200 "eslint": "bin/eslint.js"
8201 },
8202 "engines": {
8203 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8204 },
8205 "funding": {
8206 "url": "https://opencollective.com/eslint"
8207 }
8208 },
8209 "node_modules/eslint-config-react-app": {
8210 "version": "7.0.1",
8211 "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
8212 "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
8213 "license": "MIT",
8214 "dependencies": {
8215 "@babel/core": "^7.16.0",
8216 "@babel/eslint-parser": "^7.16.3",
8217 "@rushstack/eslint-patch": "^1.1.0",
8218 "@typescript-eslint/eslint-plugin": "^5.5.0",
8219 "@typescript-eslint/parser": "^5.5.0",
8220 "babel-preset-react-app": "^10.0.1",
8221 "confusing-browser-globals": "^1.0.11",
8222 "eslint-plugin-flowtype": "^8.0.3",
8223 "eslint-plugin-import": "^2.25.3",
8224 "eslint-plugin-jest": "^25.3.0",
8225 "eslint-plugin-jsx-a11y": "^6.5.1",
8226 "eslint-plugin-react": "^7.27.1",
8227 "eslint-plugin-react-hooks": "^4.3.0",
8228 "eslint-plugin-testing-library": "^5.0.1"
8229 },
8230 "engines": {
8231 "node": ">=14.0.0"
8232 },
8233 "peerDependencies": {
8234 "eslint": "^8.0.0"
8235 }
8236 },
8237 "node_modules/eslint-import-resolver-node": {
8238 "version": "0.3.9",
8239 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
8240 "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
8241 "license": "MIT",
8242 "dependencies": {
8243 "debug": "^3.2.7",
8244 "is-core-module": "^2.13.0",
8245 "resolve": "^1.22.4"
8246 }
8247 },
8248 "node_modules/eslint-import-resolver-node/node_modules/debug": {
8249 "version": "3.2.7",
8250 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8251 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8252 "license": "MIT",
8253 "dependencies": {
8254 "ms": "^2.1.1"
8255 }
8256 },
8257 "node_modules/eslint-import-resolver-node/node_modules/ms": {
8258 "version": "2.1.3",
8259 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8260 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
8261 "license": "MIT"
8262 },
8263 "node_modules/eslint-module-utils": {
8264 "version": "2.12.0",
8265 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
8266 "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
8267 "license": "MIT",
8268 "dependencies": {
8269 "debug": "^3.2.7"
8270 },
8271 "engines": {
8272 "node": ">=4"
8273 },
8274 "peerDependenciesMeta": {
8275 "eslint": {
8276 "optional": true
8277 }
8278 }
8279 },
8280 "node_modules/eslint-module-utils/node_modules/debug": {
8281 "version": "3.2.7",
8282 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8283 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8284 "license": "MIT",
8285 "dependencies": {
8286 "ms": "^2.1.1"
8287 }
8288 },
8289 "node_modules/eslint-module-utils/node_modules/ms": {
8290 "version": "2.1.3",
8291 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8292 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
8293 "license": "MIT"
8294 },
8295 "node_modules/eslint-plugin-flowtype": {
8296 "version": "8.0.3",
8297 "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
8298 "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
8299 "license": "BSD-3-Clause",
8300 "dependencies": {
8301 "lodash": "^4.17.21",
8302 "string-natural-compare": "^3.0.1"
8303 },
8304 "engines": {
8305 "node": ">=12.0.0"
8306 },
8307 "peerDependencies": {
8308 "@babel/plugin-syntax-flow": "^7.14.5",
8309 "@babel/plugin-transform-react-jsx": "^7.14.9",
8310 "eslint": "^8.1.0"
8311 }
8312 },
8313 "node_modules/eslint-plugin-import": {
8314 "version": "2.31.0",
8315 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz",
8316 "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==",
8317 "license": "MIT",
8318 "dependencies": {
8319 "@rtsao/scc": "^1.1.0",
8320 "array-includes": "^3.1.8",
8321 "array.prototype.findlastindex": "^1.2.5",
8322 "array.prototype.flat": "^1.3.2",
8323 "array.prototype.flatmap": "^1.3.2",
8324 "debug": "^3.2.7",
8325 "doctrine": "^2.1.0",
8326 "eslint-import-resolver-node": "^0.3.9",
8327 "eslint-module-utils": "^2.12.0",
8328 "hasown": "^2.0.2",
8329 "is-core-module": "^2.15.1",
8330 "is-glob": "^4.0.3",
8331 "minimatch": "^3.1.2",
8332 "object.fromentries": "^2.0.8",
8333 "object.groupby": "^1.0.3",
8334 "object.values": "^1.2.0",
8335 "semver": "^6.3.1",
8336 "string.prototype.trimend": "^1.0.8",
8337 "tsconfig-paths": "^3.15.0"
8338 },
8339 "engines": {
8340 "node": ">=4"
8341 },
8342 "peerDependencies": {
8343 "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
8344 }
8345 },
8346 "node_modules/eslint-plugin-import/node_modules/debug": {
8347 "version": "3.2.7",
8348 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8349 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8350 "license": "MIT",
8351 "dependencies": {
8352 "ms": "^2.1.1"
8353 }
8354 },
8355 "node_modules/eslint-plugin-import/node_modules/doctrine": {
8356 "version": "2.1.0",
8357 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
8358 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
8359 "license": "Apache-2.0",
8360 "dependencies": {
8361 "esutils": "^2.0.2"
8362 },
8363 "engines": {
8364 "node": ">=0.10.0"
8365 }
8366 },
8367 "node_modules/eslint-plugin-import/node_modules/ms": {
8368 "version": "2.1.3",
8369 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8370 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
8371 "license": "MIT"
8372 },
8373 "node_modules/eslint-plugin-import/node_modules/semver": {
8374 "version": "6.3.1",
8375 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
8376 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
8377 "license": "ISC",
8378 "bin": {
8379 "semver": "bin/semver.js"
8380 }
8381 },
8382 "node_modules/eslint-plugin-jest": {
8383 "version": "25.7.0",
8384 "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
8385 "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
8386 "license": "MIT",
8387 "dependencies": {
8388 "@typescript-eslint/experimental-utils": "^5.0.0"
8389 },
8390 "engines": {
8391 "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
8392 },
8393 "peerDependencies": {
8394 "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
8395 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
8396 },
8397 "peerDependenciesMeta": {
8398 "@typescript-eslint/eslint-plugin": {
8399 "optional": true
8400 },
8401 "jest": {
8402 "optional": true
8403 }
8404 }
8405 },
8406 "node_modules/eslint-plugin-jsx-a11y": {
8407 "version": "6.10.2",
8408 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
8409 "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
8410 "license": "MIT",
8411 "dependencies": {
8412 "aria-query": "^5.3.2",
8413 "array-includes": "^3.1.8",
8414 "array.prototype.flatmap": "^1.3.2",
8415 "ast-types-flow": "^0.0.8",
8416 "axe-core": "^4.10.0",
8417 "axobject-query": "^4.1.0",
8418 "damerau-levenshtein": "^1.0.8",
8419 "emoji-regex": "^9.2.2",
8420 "hasown": "^2.0.2",
8421 "jsx-ast-utils": "^3.3.5",
8422 "language-tags": "^1.0.9",
8423 "minimatch": "^3.1.2",
8424 "object.fromentries": "^2.0.8",
8425 "safe-regex-test": "^1.0.3",
8426 "string.prototype.includes": "^2.0.1"
8427 },
8428 "engines": {
8429 "node": ">=4.0"
8430 },
8431 "peerDependencies": {
8432 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
8433 }
8434 },
8435 "node_modules/eslint-plugin-react": {
8436 "version": "7.37.4",
8437 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz",
8438 "integrity": "sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==",
8439 "license": "MIT",
8440 "dependencies": {
8441 "array-includes": "^3.1.8",
8442 "array.prototype.findlast": "^1.2.5",
8443 "array.prototype.flatmap": "^1.3.3",
8444 "array.prototype.tosorted": "^1.1.4",
8445 "doctrine": "^2.1.0",
8446 "es-iterator-helpers": "^1.2.1",
8447 "estraverse": "^5.3.0",
8448 "hasown": "^2.0.2",
8449 "jsx-ast-utils": "^2.4.1 || ^3.0.0",
8450 "minimatch": "^3.1.2",
8451 "object.entries": "^1.1.8",
8452 "object.fromentries": "^2.0.8",
8453 "object.values": "^1.2.1",
8454 "prop-types": "^15.8.1",
8455 "resolve": "^2.0.0-next.5",
8456 "semver": "^6.3.1",
8457 "string.prototype.matchall": "^4.0.12",
8458 "string.prototype.repeat": "^1.0.0"
8459 },
8460 "engines": {
8461 "node": ">=4"
8462 },
8463 "peerDependencies": {
8464 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
8465 }
8466 },
8467 "node_modules/eslint-plugin-react-hooks": {
8468 "version": "4.6.2",
8469 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
8470 "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
8471 "license": "MIT",
8472 "engines": {
8473 "node": ">=10"
8474 },
8475 "peerDependencies": {
8476 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
8477 }
8478 },
8479 "node_modules/eslint-plugin-react/node_modules/doctrine": {
8480 "version": "2.1.0",
8481 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
8482 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
8483 "license": "Apache-2.0",
8484 "dependencies": {
8485 "esutils": "^2.0.2"
8486 },
8487 "engines": {
8488 "node": ">=0.10.0"
8489 }
8490 },
8491 "node_modules/eslint-plugin-react/node_modules/resolve": {
8492 "version": "2.0.0-next.5",
8493 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
8494 "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
8495 "license": "MIT",
8496 "dependencies": {
8497 "is-core-module": "^2.13.0",
8498 "path-parse": "^1.0.7",
8499 "supports-preserve-symlinks-flag": "^1.0.0"
8500 },
8501 "bin": {
8502 "resolve": "bin/resolve"
8503 },
8504 "funding": {
8505 "url": "https://github.com/sponsors/ljharb"
8506 }
8507 },
8508 "node_modules/eslint-plugin-react/node_modules/semver": {
8509 "version": "6.3.1",
8510 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
8511 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
8512 "license": "ISC",
8513 "bin": {
8514 "semver": "bin/semver.js"
8515 }
8516 },
8517 "node_modules/eslint-plugin-testing-library": {
8518 "version": "5.11.1",
8519 "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz",
8520 "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==",
8521 "license": "MIT",
8522 "dependencies": {
8523 "@typescript-eslint/utils": "^5.58.0"
8524 },
8525 "engines": {
8526 "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
8527 "npm": ">=6"
8528 },
8529 "peerDependencies": {
8530 "eslint": "^7.5.0 || ^8.0.0"
8531 }
8532 },
8533 "node_modules/eslint-scope": {
8534 "version": "7.2.2",
8535 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
8536 "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
8537 "license": "BSD-2-Clause",
8538 "dependencies": {
8539 "esrecurse": "^4.3.0",
8540 "estraverse": "^5.2.0"
8541 },
8542 "engines": {
8543 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8544 },
8545 "funding": {
8546 "url": "https://opencollective.com/eslint"
8547 }
8548 },
8549 "node_modules/eslint-visitor-keys": {
8550 "version": "3.4.3",
8551 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
8552 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
8553 "license": "Apache-2.0",
8554 "engines": {
8555 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8556 },
8557 "funding": {
8558 "url": "https://opencollective.com/eslint"
8559 }
8560 },
8561 "node_modules/eslint-webpack-plugin": {
8562 "version": "3.2.0",
8563 "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
8564 "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
8565 "license": "MIT",
8566 "dependencies": {
8567 "@types/eslint": "^7.29.0 || ^8.4.1",
8568 "jest-worker": "^28.0.2",
8569 "micromatch": "^4.0.5",
8570 "normalize-path": "^3.0.0",
8571 "schema-utils": "^4.0.0"
8572 },
8573 "engines": {
8574 "node": ">= 12.13.0"
8575 },
8576 "funding": {
8577 "type": "opencollective",
8578 "url": "https://opencollective.com/webpack"
8579 },
8580 "peerDependencies": {
8581 "eslint": "^7.0.0 || ^8.0.0",
8582 "webpack": "^5.0.0"
8583 }
8584 },
8585 "node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
8586 "version": "28.1.3",
8587 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz",
8588 "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==",
8589 "license": "MIT",
8590 "dependencies": {
8591 "@types/node": "*",
8592 "merge-stream": "^2.0.0",
8593 "supports-color": "^8.0.0"
8594 },
8595 "engines": {
8596 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
8597 }
8598 },
8599 "node_modules/eslint-webpack-plugin/node_modules/supports-color": {
8600 "version": "8.1.1",
8601 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
8602 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
8603 "license": "MIT",
8604 "dependencies": {
8605 "has-flag": "^4.0.0"
8606 },
8607 "engines": {
8608 "node": ">=10"
8609 },
8610 "funding": {
8611 "url": "https://github.com/chalk/supports-color?sponsor=1"
8612 }
8613 },
8614 "node_modules/eslint/node_modules/argparse": {
8615 "version": "2.0.1",
8616 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
8617 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
8618 "license": "Python-2.0"
8619 },
8620 "node_modules/eslint/node_modules/debug": {
8621 "version": "4.4.0",
8622 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
8623 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
8624 "license": "MIT",
8625 "dependencies": {
8626 "ms": "^2.1.3"
8627 },
8628 "engines": {
8629 "node": ">=6.0"
8630 },
8631 "peerDependenciesMeta": {
8632 "supports-color": {
8633 "optional": true
8634 }
8635 }
8636 },
8637 "node_modules/eslint/node_modules/find-up": {
8638 "version": "5.0.0",
8639 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
8640 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
8641 "license": "MIT",
8642 "dependencies": {
8643 "locate-path": "^6.0.0",
8644 "path-exists": "^4.0.0"
8645 },
8646 "engines": {
8647 "node": ">=10"
8648 },
8649 "funding": {
8650 "url": "https://github.com/sponsors/sindresorhus"
8651 }
8652 },
8653 "node_modules/eslint/node_modules/globals": {
8654 "version": "13.24.0",
8655 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
8656 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
8657 "license": "MIT",
8658 "dependencies": {
8659 "type-fest": "^0.20.2"
8660 },
8661 "engines": {
8662 "node": ">=8"
8663 },
8664 "funding": {
8665 "url": "https://github.com/sponsors/sindresorhus"
8666 }
8667 },
8668 "node_modules/eslint/node_modules/js-yaml": {
8669 "version": "4.1.0",
8670 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
8671 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
8672 "license": "MIT",
8673 "dependencies": {
8674 "argparse": "^2.0.1"
8675 },
8676 "bin": {
8677 "js-yaml": "bin/js-yaml.js"
8678 }
8679 },
8680 "node_modules/eslint/node_modules/locate-path": {
8681 "version": "6.0.0",
8682 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
8683 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
8684 "license": "MIT",
8685 "dependencies": {
8686 "p-locate": "^5.0.0"
8687 },
8688 "engines": {
8689 "node": ">=10"
8690 },
8691 "funding": {
8692 "url": "https://github.com/sponsors/sindresorhus"
8693 }
8694 },
8695 "node_modules/eslint/node_modules/ms": {
8696 "version": "2.1.3",
8697 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8698 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
8699 "license": "MIT"
8700 },
8701 "node_modules/eslint/node_modules/p-limit": {
8702 "version": "3.1.0",
8703 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
8704 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
8705 "license": "MIT",
8706 "dependencies": {
8707 "yocto-queue": "^0.1.0"
8708 },
8709 "engines": {
8710 "node": ">=10"
8711 },
8712 "funding": {
8713 "url": "https://github.com/sponsors/sindresorhus"
8714 }
8715 },
8716 "node_modules/eslint/node_modules/p-locate": {
8717 "version": "5.0.0",
8718 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
8719 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
8720 "license": "MIT",
8721 "dependencies": {
8722 "p-limit": "^3.0.2"
8723 },
8724 "engines": {
8725 "node": ">=10"
8726 },
8727 "funding": {
8728 "url": "https://github.com/sponsors/sindresorhus"
8729 }
8730 },
8731 "node_modules/eslint/node_modules/type-fest": {
8732 "version": "0.20.2",
8733 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
8734 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
8735 "license": "(MIT OR CC0-1.0)",
8736 "engines": {
8737 "node": ">=10"
8738 },
8739 "funding": {
8740 "url": "https://github.com/sponsors/sindresorhus"
8741 }
8742 },
8743 "node_modules/espree": {
8744 "version": "9.6.1",
8745 "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
8746 "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
8747 "license": "BSD-2-Clause",
8748 "dependencies": {
8749 "acorn": "^8.9.0",
8750 "acorn-jsx": "^5.3.2",
8751 "eslint-visitor-keys": "^3.4.1"
8752 },
8753 "engines": {
8754 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8755 },
8756 "funding": {
8757 "url": "https://opencollective.com/eslint"
8758 }
8759 },
8760 "node_modules/esprima": {
8761 "version": "4.0.1",
8762 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
8763 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
8764 "license": "BSD-2-Clause",
8765 "bin": {
8766 "esparse": "bin/esparse.js",
8767 "esvalidate": "bin/esvalidate.js"
8768 },
8769 "engines": {
8770 "node": ">=4"
8771 }
8772 },
8773 "node_modules/esquery": {
8774 "version": "1.6.0",
8775 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
8776 "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
8777 "license": "BSD-3-Clause",
8778 "dependencies": {
8779 "estraverse": "^5.1.0"
8780 },
8781 "engines": {
8782 "node": ">=0.10"
8783 }
8784 },
8785 "node_modules/esrecurse": {
8786 "version": "4.3.0",
8787 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
8788 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
8789 "license": "BSD-2-Clause",
8790 "dependencies": {
8791 "estraverse": "^5.2.0"
8792 },
8793 "engines": {
8794 "node": ">=4.0"
8795 }
8796 },
8797 "node_modules/estraverse": {
8798 "version": "5.3.0",
8799 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
8800 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
8801 "license": "BSD-2-Clause",
8802 "engines": {
8803 "node": ">=4.0"
8804 }
8805 },
8806 "node_modules/estree-walker": {
8807 "version": "1.0.1",
8808 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
8809 "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
8810 "license": "MIT"
8811 },
8812 "node_modules/esutils": {
8813 "version": "2.0.3",
8814 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
8815 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
8816 "license": "BSD-2-Clause",
8817 "engines": {
8818 "node": ">=0.10.0"
8819 }
8820 },
8821 "node_modules/etag": {
8822 "version": "1.8.1",
8823 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
8824 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
8825 "license": "MIT",
8826 "engines": {
8827 "node": ">= 0.6"
8828 }
8829 },
8830 "node_modules/eventemitter3": {
8831 "version": "4.0.7",
8832 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
8833 "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
8834 "license": "MIT"
8835 },
8836 "node_modules/events": {
8837 "version": "3.3.0",
8838 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
8839 "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
8840 "license": "MIT",
8841 "engines": {
8842 "node": ">=0.8.x"
8843 }
8844 },
8845 "node_modules/execa": {
8846 "version": "5.1.1",
8847 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
8848 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
8849 "license": "MIT",
8850 "dependencies": {
8851 "cross-spawn": "^7.0.3",
8852 "get-stream": "^6.0.0",
8853 "human-signals": "^2.1.0",
8854 "is-stream": "^2.0.0",
8855 "merge-stream": "^2.0.0",
8856 "npm-run-path": "^4.0.1",
8857 "onetime": "^5.1.2",
8858 "signal-exit": "^3.0.3",
8859 "strip-final-newline": "^2.0.0"
8860 },
8861 "engines": {
8862 "node": ">=10"
8863 },
8864 "funding": {
8865 "url": "https://github.com/sindresorhus/execa?sponsor=1"
8866 }
8867 },
8868 "node_modules/exit": {
8869 "version": "0.1.2",
8870 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
8871 "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
8872 "engines": {
8873 "node": ">= 0.8.0"
8874 }
8875 },
8876 "node_modules/expect": {
8877 "version": "27.5.1",
8878 "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
8879 "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
8880 "license": "MIT",
8881 "dependencies": {
8882 "@jest/types": "^27.5.1",
8883 "jest-get-type": "^27.5.1",
8884 "jest-matcher-utils": "^27.5.1",
8885 "jest-message-util": "^27.5.1"
8886 },
8887 "engines": {
8888 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
8889 }
8890 },
8891 "node_modules/express": {
8892 "version": "4.21.2",
8893 "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
8894 "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
8895 "license": "MIT",
8896 "dependencies": {
8897 "accepts": "~1.3.8",
8898 "array-flatten": "1.1.1",
8899 "body-parser": "1.20.3",
8900 "content-disposition": "0.5.4",
8901 "content-type": "~1.0.4",
8902 "cookie": "0.7.1",
8903 "cookie-signature": "1.0.6",
8904 "debug": "2.6.9",
8905 "depd": "2.0.0",
8906 "encodeurl": "~2.0.0",
8907 "escape-html": "~1.0.3",
8908 "etag": "~1.8.1",
8909 "finalhandler": "1.3.1",
8910 "fresh": "0.5.2",
8911 "http-errors": "2.0.0",
8912 "merge-descriptors": "1.0.3",
8913 "methods": "~1.1.2",
8914 "on-finished": "2.4.1",
8915 "parseurl": "~1.3.3",
8916 "path-to-regexp": "0.1.12",
8917 "proxy-addr": "~2.0.7",
8918 "qs": "6.13.0",
8919 "range-parser": "~1.2.1",
8920 "safe-buffer": "5.2.1",
8921 "send": "0.19.0",
8922 "serve-static": "1.16.2",
8923 "setprototypeof": "1.2.0",
8924 "statuses": "2.0.1",
8925 "type-is": "~1.6.18",
8926 "utils-merge": "1.0.1",
8927 "vary": "~1.1.2"
8928 },
8929 "engines": {
8930 "node": ">= 0.10.0"
8931 },
8932 "funding": {
8933 "type": "opencollective",
8934 "url": "https://opencollective.com/express"
8935 }
8936 },
8937 "node_modules/express-session": {
8938 "version": "1.18.1",
8939 "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.1.tgz",
8940 "integrity": "sha512-a5mtTqEaZvBCL9A9aqkrtfz+3SMDhOVUnjafjo+s7A9Txkq+SVX2DLvSp1Zrv4uCXa3lMSK3viWnh9Gg07PBUA==",
8941 "license": "MIT",
8942 "dependencies": {
8943 "cookie": "0.7.2",
8944 "cookie-signature": "1.0.7",
8945 "debug": "2.6.9",
8946 "depd": "~2.0.0",
8947 "on-headers": "~1.0.2",
8948 "parseurl": "~1.3.3",
8949 "safe-buffer": "5.2.1",
8950 "uid-safe": "~2.1.5"
8951 },
8952 "engines": {
8953 "node": ">= 0.8.0"
8954 }
8955 },
8956 "node_modules/express/node_modules/cookie": {
8957 "version": "0.7.1",
8958 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
8959 "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
8960 "license": "MIT",
8961 "engines": {
8962 "node": ">= 0.6"
8963 }
8964 },
8965 "node_modules/express/node_modules/cookie-signature": {
8966 "version": "1.0.6",
8967 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
8968 "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
8969 "license": "MIT"
8970 },
8971 "node_modules/fast-deep-equal": {
8972 "version": "3.1.3",
8973 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
8974 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
8975 "license": "MIT"
8976 },
8977 "node_modules/fast-equals": {
8978 "version": "4.0.3",
8979 "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz",
8980 "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==",
8981 "license": "MIT"
8982 },
8983 "node_modules/fast-glob": {
8984 "version": "3.3.3",
8985 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
8986 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
8987 "license": "MIT",
8988 "dependencies": {
8989 "@nodelib/fs.stat": "^2.0.2",
8990 "@nodelib/fs.walk": "^1.2.3",
8991 "glob-parent": "^5.1.2",
8992 "merge2": "^1.3.0",
8993 "micromatch": "^4.0.8"
8994 },
8995 "engines": {
8996 "node": ">=8.6.0"
8997 }
8998 },
8999 "node_modules/fast-glob/node_modules/glob-parent": {
9000 "version": "5.1.2",
9001 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
9002 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
9003 "license": "ISC",
9004 "dependencies": {
9005 "is-glob": "^4.0.1"
9006 },
9007 "engines": {
9008 "node": ">= 6"
9009 }
9010 },
9011 "node_modules/fast-json-stable-stringify": {
9012 "version": "2.1.0",
9013 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
9014 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
9015 "license": "MIT"
9016 },
9017 "node_modules/fast-levenshtein": {
9018 "version": "2.0.6",
9019 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
9020 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
9021 "license": "MIT"
9022 },
9023 "node_modules/fast-uri": {
9024 "version": "3.0.6",
9025 "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
9026 "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
9027 "funding": [
9028 {
9029 "type": "github",
9030 "url": "https://github.com/sponsors/fastify"
9031 },
9032 {
9033 "type": "opencollective",
9034 "url": "https://opencollective.com/fastify"
9035 }
9036 ],
9037 "license": "BSD-3-Clause"
9038 },
9039 "node_modules/fastq": {
9040 "version": "1.19.0",
9041 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz",
9042 "integrity": "sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==",
9043 "license": "ISC",
9044 "dependencies": {
9045 "reusify": "^1.0.4"
9046 }
9047 },
9048 "node_modules/faye-websocket": {
9049 "version": "0.11.4",
9050 "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
9051 "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
9052 "license": "Apache-2.0",
9053 "dependencies": {
9054 "websocket-driver": ">=0.5.1"
9055 },
9056 "engines": {
9057 "node": ">=0.8.0"
9058 }
9059 },
9060 "node_modules/fb-watchman": {
9061 "version": "2.0.2",
9062 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
9063 "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
9064 "license": "Apache-2.0",
9065 "dependencies": {
9066 "bser": "2.1.1"
9067 }
9068 },
9069 "node_modules/file-entry-cache": {
9070 "version": "6.0.1",
9071 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
9072 "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
9073 "license": "MIT",
9074 "dependencies": {
9075 "flat-cache": "^3.0.4"
9076 },
9077 "engines": {
9078 "node": "^10.12.0 || >=12.0.0"
9079 }
9080 },
9081 "node_modules/file-loader": {
9082 "version": "6.2.0",
9083 "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
9084 "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
9085 "license": "MIT",
9086 "dependencies": {
9087 "loader-utils": "^2.0.0",
9088 "schema-utils": "^3.0.0"
9089 },
9090 "engines": {
9091 "node": ">= 10.13.0"
9092 },
9093 "funding": {
9094 "type": "opencollective",
9095 "url": "https://opencollective.com/webpack"
9096 },
9097 "peerDependencies": {
9098 "webpack": "^4.0.0 || ^5.0.0"
9099 }
9100 },
9101 "node_modules/file-loader/node_modules/schema-utils": {
9102 "version": "3.3.0",
9103 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
9104 "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
9105 "license": "MIT",
9106 "dependencies": {
9107 "@types/json-schema": "^7.0.8",
9108 "ajv": "^6.12.5",
9109 "ajv-keywords": "^3.5.2"
9110 },
9111 "engines": {
9112 "node": ">= 10.13.0"
9113 },
9114 "funding": {
9115 "type": "opencollective",
9116 "url": "https://opencollective.com/webpack"
9117 }
9118 },
9119 "node_modules/filelist": {
9120 "version": "1.0.4",
9121 "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
9122 "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
9123 "license": "Apache-2.0",
9124 "dependencies": {
9125 "minimatch": "^5.0.1"
9126 }
9127 },
9128 "node_modules/filelist/node_modules/brace-expansion": {
9129 "version": "2.0.1",
9130 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
9131 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
9132 "license": "MIT",
9133 "dependencies": {
9134 "balanced-match": "^1.0.0"
9135 }
9136 },
9137 "node_modules/filelist/node_modules/minimatch": {
9138 "version": "5.1.6",
9139 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
9140 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
9141 "license": "ISC",
9142 "dependencies": {
9143 "brace-expansion": "^2.0.1"
9144 },
9145 "engines": {
9146 "node": ">=10"
9147 }
9148 },
9149 "node_modules/filesize": {
9150 "version": "8.0.7",
9151 "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
9152 "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==",
9153 "license": "BSD-3-Clause",
9154 "engines": {
9155 "node": ">= 0.4.0"
9156 }
9157 },
9158 "node_modules/fill-range": {
9159 "version": "7.1.1",
9160 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
9161 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
9162 "license": "MIT",
9163 "dependencies": {
9164 "to-regex-range": "^5.0.1"
9165 },
9166 "engines": {
9167 "node": ">=8"
9168 }
9169 },
9170 "node_modules/finalhandler": {
9171 "version": "1.3.1",
9172 "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
9173 "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
9174 "license": "MIT",
9175 "dependencies": {
9176 "debug": "2.6.9",
9177 "encodeurl": "~2.0.0",
9178 "escape-html": "~1.0.3",
9179 "on-finished": "2.4.1",
9180 "parseurl": "~1.3.3",
9181 "statuses": "2.0.1",
9182 "unpipe": "~1.0.0"
9183 },
9184 "engines": {
9185 "node": ">= 0.8"
9186 }
9187 },
9188 "node_modules/find-cache-dir": {
9189 "version": "3.3.2",
9190 "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
9191 "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
9192 "license": "MIT",
9193 "dependencies": {
9194 "commondir": "^1.0.1",
9195 "make-dir": "^3.0.2",
9196 "pkg-dir": "^4.1.0"
9197 },
9198 "engines": {
9199 "node": ">=8"
9200 },
9201 "funding": {
9202 "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
9203 }
9204 },
9205 "node_modules/find-up": {
9206 "version": "4.1.0",
9207 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
9208 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
9209 "license": "MIT",
9210 "dependencies": {
9211 "locate-path": "^5.0.0",
9212 "path-exists": "^4.0.0"
9213 },
9214 "engines": {
9215 "node": ">=8"
9216 }
9217 },
9218 "node_modules/flat-cache": {
9219 "version": "3.2.0",
9220 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
9221 "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
9222 "license": "MIT",
9223 "dependencies": {
9224 "flatted": "^3.2.9",
9225 "keyv": "^4.5.3",
9226 "rimraf": "^3.0.2"
9227 },
9228 "engines": {
9229 "node": "^10.12.0 || >=12.0.0"
9230 }
9231 },
9232 "node_modules/flatted": {
9233 "version": "3.3.3",
9234 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
9235 "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
9236 "license": "ISC"
9237 },
9238 "node_modules/follow-redirects": {
9239 "version": "1.15.9",
9240 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
9241 "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
9242 "funding": [
9243 {
9244 "type": "individual",
9245 "url": "https://github.com/sponsors/RubenVerborgh"
9246 }
9247 ],
9248 "license": "MIT",
9249 "engines": {
9250 "node": ">=4.0"
9251 },
9252 "peerDependenciesMeta": {
9253 "debug": {
9254 "optional": true
9255 }
9256 }
9257 },
9258 "node_modules/for-each": {
9259 "version": "0.3.5",
9260 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
9261 "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
9262 "license": "MIT",
9263 "dependencies": {
9264 "is-callable": "^1.2.7"
9265 },
9266 "engines": {
9267 "node": ">= 0.4"
9268 },
9269 "funding": {
9270 "url": "https://github.com/sponsors/ljharb"
9271 }
9272 },
9273 "node_modules/foreground-child": {
9274 "version": "3.3.0",
9275 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
9276 "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
9277 "license": "ISC",
9278 "dependencies": {
9279 "cross-spawn": "^7.0.0",
9280 "signal-exit": "^4.0.1"
9281 },
9282 "engines": {
9283 "node": ">=14"
9284 },
9285 "funding": {
9286 "url": "https://github.com/sponsors/isaacs"
9287 }
9288 },
9289 "node_modules/foreground-child/node_modules/signal-exit": {
9290 "version": "4.1.0",
9291 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
9292 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
9293 "license": "ISC",
9294 "engines": {
9295 "node": ">=14"
9296 },
9297 "funding": {
9298 "url": "https://github.com/sponsors/isaacs"
9299 }
9300 },
9301 "node_modules/fork-ts-checker-webpack-plugin": {
9302 "version": "6.5.3",
9303 "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz",
9304 "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==",
9305 "license": "MIT",
9306 "dependencies": {
9307 "@babel/code-frame": "^7.8.3",
9308 "@types/json-schema": "^7.0.5",
9309 "chalk": "^4.1.0",
9310 "chokidar": "^3.4.2",
9311 "cosmiconfig": "^6.0.0",
9312 "deepmerge": "^4.2.2",
9313 "fs-extra": "^9.0.0",
9314 "glob": "^7.1.6",
9315 "memfs": "^3.1.2",
9316 "minimatch": "^3.0.4",
9317 "schema-utils": "2.7.0",
9318 "semver": "^7.3.2",
9319 "tapable": "^1.0.0"
9320 },
9321 "engines": {
9322 "node": ">=10",
9323 "yarn": ">=1.0.0"
9324 },
9325 "peerDependencies": {
9326 "eslint": ">= 6",
9327 "typescript": ">= 2.7",
9328 "vue-template-compiler": "*",
9329 "webpack": ">= 4"
9330 },
9331 "peerDependenciesMeta": {
9332 "eslint": {
9333 "optional": true
9334 },
9335 "vue-template-compiler": {
9336 "optional": true
9337 }
9338 }
9339 },
9340 "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
9341 "version": "6.0.0",
9342 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
9343 "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
9344 "license": "MIT",
9345 "dependencies": {
9346 "@types/parse-json": "^4.0.0",
9347 "import-fresh": "^3.1.0",
9348 "parse-json": "^5.0.0",
9349 "path-type": "^4.0.0",
9350 "yaml": "^1.7.2"
9351 },
9352 "engines": {
9353 "node": ">=8"
9354 }
9355 },
9356 "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
9357 "version": "9.1.0",
9358 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
9359 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
9360 "license": "MIT",
9361 "dependencies": {
9362 "at-least-node": "^1.0.0",
9363 "graceful-fs": "^4.2.0",
9364 "jsonfile": "^6.0.1",
9365 "universalify": "^2.0.0"
9366 },
9367 "engines": {
9368 "node": ">=10"
9369 }
9370 },
9371 "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
9372 "version": "2.7.0",
9373 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
9374 "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
9375 "license": "MIT",
9376 "dependencies": {
9377 "@types/json-schema": "^7.0.4",
9378 "ajv": "^6.12.2",
9379 "ajv-keywords": "^3.4.1"
9380 },
9381 "engines": {
9382 "node": ">= 8.9.0"
9383 },
9384 "funding": {
9385 "type": "opencollective",
9386 "url": "https://opencollective.com/webpack"
9387 }
9388 },
9389 "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
9390 "version": "1.1.3",
9391 "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
9392 "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
9393 "license": "MIT",
9394 "engines": {
9395 "node": ">=6"
9396 }
9397 },
9398 "node_modules/form-data": {
9399 "version": "4.0.2",
9400 "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
9401 "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
9402 "license": "MIT",
9403 "dependencies": {
9404 "asynckit": "^0.4.0",
9405 "combined-stream": "^1.0.8",
9406 "es-set-tostringtag": "^2.1.0",
9407 "mime-types": "^2.1.12"
9408 },
9409 "engines": {
9410 "node": ">= 6"
9411 }
9412 },
9413 "node_modules/forwarded": {
9414 "version": "0.2.0",
9415 "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
9416 "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
9417 "license": "MIT",
9418 "engines": {
9419 "node": ">= 0.6"
9420 }
9421 },
9422 "node_modules/fraction.js": {
9423 "version": "4.3.7",
9424 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
9425 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
9426 "license": "MIT",
9427 "engines": {
9428 "node": "*"
9429 },
9430 "funding": {
9431 "type": "patreon",
9432 "url": "https://github.com/sponsors/rawify"
9433 }
9434 },
9435 "node_modules/fresh": {
9436 "version": "0.5.2",
9437 "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
9438 "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
9439 "license": "MIT",
9440 "engines": {
9441 "node": ">= 0.6"
9442 }
9443 },
9444 "node_modules/fs-extra": {
9445 "version": "10.1.0",
9446 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
9447 "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
9448 "license": "MIT",
9449 "dependencies": {
9450 "graceful-fs": "^4.2.0",
9451 "jsonfile": "^6.0.1",
9452 "universalify": "^2.0.0"
9453 },
9454 "engines": {
9455 "node": ">=12"
9456 }
9457 },
9458 "node_modules/fs-monkey": {
9459 "version": "1.0.6",
9460 "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz",
9461 "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==",
9462 "license": "Unlicense"
9463 },
9464 "node_modules/fs.realpath": {
9465 "version": "1.0.0",
9466 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
9467 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
9468 "license": "ISC"
9469 },
9470 "node_modules/fsevents": {
9471 "version": "2.3.3",
9472 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
9473 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
9474 "hasInstallScript": true,
9475 "license": "MIT",
9476 "optional": true,
9477 "os": [
9478 "darwin"
9479 ],
9480 "engines": {
9481 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
9482 }
9483 },
9484 "node_modules/function-bind": {
9485 "version": "1.1.2",
9486 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
9487 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
9488 "license": "MIT",
9489 "funding": {
9490 "url": "https://github.com/sponsors/ljharb"
9491 }
9492 },
9493 "node_modules/function.prototype.name": {
9494 "version": "1.1.8",
9495 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
9496 "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
9497 "license": "MIT",
9498 "dependencies": {
9499 "call-bind": "^1.0.8",
9500 "call-bound": "^1.0.3",
9501 "define-properties": "^1.2.1",
9502 "functions-have-names": "^1.2.3",
9503 "hasown": "^2.0.2",
9504 "is-callable": "^1.2.7"
9505 },
9506 "engines": {
9507 "node": ">= 0.4"
9508 },
9509 "funding": {
9510 "url": "https://github.com/sponsors/ljharb"
9511 }
9512 },
9513 "node_modules/functions-have-names": {
9514 "version": "1.2.3",
9515 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
9516 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
9517 "license": "MIT",
9518 "funding": {
9519 "url": "https://github.com/sponsors/ljharb"
9520 }
9521 },
9522 "node_modules/gensync": {
9523 "version": "1.0.0-beta.2",
9524 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
9525 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
9526 "license": "MIT",
9527 "engines": {
9528 "node": ">=6.9.0"
9529 }
9530 },
9531 "node_modules/get-caller-file": {
9532 "version": "2.0.5",
9533 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
9534 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
9535 "license": "ISC",
9536 "engines": {
9537 "node": "6.* || 8.* || >= 10.*"
9538 }
9539 },
9540 "node_modules/get-intrinsic": {
9541 "version": "1.2.7",
9542 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
9543 "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
9544 "license": "MIT",
9545 "dependencies": {
9546 "call-bind-apply-helpers": "^1.0.1",
9547 "es-define-property": "^1.0.1",
9548 "es-errors": "^1.3.0",
9549 "es-object-atoms": "^1.0.0",
9550 "function-bind": "^1.1.2",
9551 "get-proto": "^1.0.0",
9552 "gopd": "^1.2.0",
9553 "has-symbols": "^1.1.0",
9554 "hasown": "^2.0.2",
9555 "math-intrinsics": "^1.1.0"
9556 },
9557 "engines": {
9558 "node": ">= 0.4"
9559 },
9560 "funding": {
9561 "url": "https://github.com/sponsors/ljharb"
9562 }
9563 },
9564 "node_modules/get-own-enumerable-property-symbols": {
9565 "version": "3.0.2",
9566 "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
9567 "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
9568 "license": "ISC"
9569 },
9570 "node_modules/get-package-type": {
9571 "version": "0.1.0",
9572 "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
9573 "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
9574 "license": "MIT",
9575 "engines": {
9576 "node": ">=8.0.0"
9577 }
9578 },
9579 "node_modules/get-proto": {
9580 "version": "1.0.1",
9581 "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
9582 "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
9583 "license": "MIT",
9584 "dependencies": {
9585 "dunder-proto": "^1.0.1",
9586 "es-object-atoms": "^1.0.0"
9587 },
9588 "engines": {
9589 "node": ">= 0.4"
9590 }
9591 },
9592 "node_modules/get-stream": {
9593 "version": "6.0.1",
9594 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
9595 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
9596 "license": "MIT",
9597 "engines": {
9598 "node": ">=10"
9599 },
9600 "funding": {
9601 "url": "https://github.com/sponsors/sindresorhus"
9602 }
9603 },
9604 "node_modules/get-symbol-description": {
9605 "version": "1.1.0",
9606 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
9607 "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
9608 "license": "MIT",
9609 "dependencies": {
9610 "call-bound": "^1.0.3",
9611 "es-errors": "^1.3.0",
9612 "get-intrinsic": "^1.2.6"
9613 },
9614 "engines": {
9615 "node": ">= 0.4"
9616 },
9617 "funding": {
9618 "url": "https://github.com/sponsors/ljharb"
9619 }
9620 },
9621 "node_modules/glob": {
9622 "version": "7.2.3",
9623 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
9624 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
9625 "deprecated": "Glob versions prior to v9 are no longer supported",
9626 "license": "ISC",
9627 "dependencies": {
9628 "fs.realpath": "^1.0.0",
9629 "inflight": "^1.0.4",
9630 "inherits": "2",
9631 "minimatch": "^3.1.1",
9632 "once": "^1.3.0",
9633 "path-is-absolute": "^1.0.0"
9634 },
9635 "engines": {
9636 "node": "*"
9637 },
9638 "funding": {
9639 "url": "https://github.com/sponsors/isaacs"
9640 }
9641 },
9642 "node_modules/glob-parent": {
9643 "version": "6.0.2",
9644 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
9645 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
9646 "license": "ISC",
9647 "dependencies": {
9648 "is-glob": "^4.0.3"
9649 },
9650 "engines": {
9651 "node": ">=10.13.0"
9652 }
9653 },
9654 "node_modules/glob-to-regexp": {
9655 "version": "0.4.1",
9656 "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
9657 "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
9658 "license": "BSD-2-Clause"
9659 },
9660 "node_modules/global-modules": {
9661 "version": "2.0.0",
9662 "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
9663 "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
9664 "license": "MIT",
9665 "dependencies": {
9666 "global-prefix": "^3.0.0"
9667 },
9668 "engines": {
9669 "node": ">=6"
9670 }
9671 },
9672 "node_modules/global-prefix": {
9673 "version": "3.0.0",
9674 "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
9675 "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
9676 "license": "MIT",
9677 "dependencies": {
9678 "ini": "^1.3.5",
9679 "kind-of": "^6.0.2",
9680 "which": "^1.3.1"
9681 },
9682 "engines": {
9683 "node": ">=6"
9684 }
9685 },
9686 "node_modules/global-prefix/node_modules/which": {
9687 "version": "1.3.1",
9688 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
9689 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
9690 "license": "ISC",
9691 "dependencies": {
9692 "isexe": "^2.0.0"
9693 },
9694 "bin": {
9695 "which": "bin/which"
9696 }
9697 },
9698 "node_modules/globals": {
9699 "version": "11.12.0",
9700 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
9701 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
9702 "license": "MIT",
9703 "engines": {
9704 "node": ">=4"
9705 }
9706 },
9707 "node_modules/globalthis": {
9708 "version": "1.0.4",
9709 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
9710 "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
9711 "license": "MIT",
9712 "dependencies": {
9713 "define-properties": "^1.2.1",
9714 "gopd": "^1.0.1"
9715 },
9716 "engines": {
9717 "node": ">= 0.4"
9718 },
9719 "funding": {
9720 "url": "https://github.com/sponsors/ljharb"
9721 }
9722 },
9723 "node_modules/globby": {
9724 "version": "11.1.0",
9725 "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
9726 "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
9727 "license": "MIT",
9728 "dependencies": {
9729 "array-union": "^2.1.0",
9730 "dir-glob": "^3.0.1",
9731 "fast-glob": "^3.2.9",
9732 "ignore": "^5.2.0",
9733 "merge2": "^1.4.1",
9734 "slash": "^3.0.0"
9735 },
9736 "engines": {
9737 "node": ">=10"
9738 },
9739 "funding": {
9740 "url": "https://github.com/sponsors/sindresorhus"
9741 }
9742 },
9743 "node_modules/gopd": {
9744 "version": "1.2.0",
9745 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
9746 "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
9747 "license": "MIT",
9748 "engines": {
9749 "node": ">= 0.4"
9750 },
9751 "funding": {
9752 "url": "https://github.com/sponsors/ljharb"
9753 }
9754 },
9755 "node_modules/graceful-fs": {
9756 "version": "4.2.11",
9757 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
9758 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
9759 "license": "ISC"
9760 },
9761 "node_modules/graphemer": {
9762 "version": "1.4.0",
9763 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
9764 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
9765 "license": "MIT"
9766 },
9767 "node_modules/gzip-size": {
9768 "version": "6.0.0",
9769 "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
9770 "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
9771 "license": "MIT",
9772 "dependencies": {
9773 "duplexer": "^0.1.2"
9774 },
9775 "engines": {
9776 "node": ">=10"
9777 },
9778 "funding": {
9779 "url": "https://github.com/sponsors/sindresorhus"
9780 }
9781 },
9782 "node_modules/handle-thing": {
9783 "version": "2.0.1",
9784 "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
9785 "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
9786 "license": "MIT"
9787 },
9788 "node_modules/harmony-reflect": {
9789 "version": "1.6.2",
9790 "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
9791 "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==",
9792 "license": "(Apache-2.0 OR MPL-1.1)"
9793 },
9794 "node_modules/has-bigints": {
9795 "version": "1.1.0",
9796 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
9797 "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
9798 "license": "MIT",
9799 "engines": {
9800 "node": ">= 0.4"
9801 },
9802 "funding": {
9803 "url": "https://github.com/sponsors/ljharb"
9804 }
9805 },
9806 "node_modules/has-flag": {
9807 "version": "4.0.0",
9808 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
9809 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
9810 "license": "MIT",
9811 "engines": {
9812 "node": ">=8"
9813 }
9814 },
9815 "node_modules/has-property-descriptors": {
9816 "version": "1.0.2",
9817 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
9818 "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
9819 "license": "MIT",
9820 "dependencies": {
9821 "es-define-property": "^1.0.0"
9822 },
9823 "funding": {
9824 "url": "https://github.com/sponsors/ljharb"
9825 }
9826 },
9827 "node_modules/has-proto": {
9828 "version": "1.2.0",
9829 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
9830 "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
9831 "license": "MIT",
9832 "dependencies": {
9833 "dunder-proto": "^1.0.0"
9834 },
9835 "engines": {
9836 "node": ">= 0.4"
9837 },
9838 "funding": {
9839 "url": "https://github.com/sponsors/ljharb"
9840 }
9841 },
9842 "node_modules/has-symbols": {
9843 "version": "1.1.0",
9844 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
9845 "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
9846 "license": "MIT",
9847 "engines": {
9848 "node": ">= 0.4"
9849 },
9850 "funding": {
9851 "url": "https://github.com/sponsors/ljharb"
9852 }
9853 },
9854 "node_modules/has-tostringtag": {
9855 "version": "1.0.2",
9856 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
9857 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
9858 "license": "MIT",
9859 "dependencies": {
9860 "has-symbols": "^1.0.3"
9861 },
9862 "engines": {
9863 "node": ">= 0.4"
9864 },
9865 "funding": {
9866 "url": "https://github.com/sponsors/ljharb"
9867 }
9868 },
9869 "node_modules/hasown": {
9870 "version": "2.0.2",
9871 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
9872 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
9873 "license": "MIT",
9874 "dependencies": {
9875 "function-bind": "^1.1.2"
9876 },
9877 "engines": {
9878 "node": ">= 0.4"
9879 }
9880 },
9881 "node_modules/he": {
9882 "version": "1.2.0",
9883 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
9884 "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
9885 "license": "MIT",
9886 "bin": {
9887 "he": "bin/he"
9888 }
9889 },
9890 "node_modules/hoopy": {
9891 "version": "0.1.4",
9892 "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
9893 "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
9894 "license": "MIT",
9895 "engines": {
9896 "node": ">= 6.0.0"
9897 }
9898 },
9899 "node_modules/hpack.js": {
9900 "version": "2.1.6",
9901 "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
9902 "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
9903 "license": "MIT",
9904 "dependencies": {
9905 "inherits": "^2.0.1",
9906 "obuf": "^1.0.0",
9907 "readable-stream": "^2.0.1",
9908 "wbuf": "^1.1.0"
9909 }
9910 },
9911 "node_modules/hpack.js/node_modules/isarray": {
9912 "version": "1.0.0",
9913 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
9914 "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
9915 "license": "MIT"
9916 },
9917 "node_modules/hpack.js/node_modules/readable-stream": {
9918 "version": "2.3.8",
9919 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
9920 "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
9921 "license": "MIT",
9922 "dependencies": {
9923 "core-util-is": "~1.0.0",
9924 "inherits": "~2.0.3",
9925 "isarray": "~1.0.0",
9926 "process-nextick-args": "~2.0.0",
9927 "safe-buffer": "~5.1.1",
9928 "string_decoder": "~1.1.1",
9929 "util-deprecate": "~1.0.1"
9930 }
9931 },
9932 "node_modules/hpack.js/node_modules/safe-buffer": {
9933 "version": "5.1.2",
9934 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
9935 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
9936 "license": "MIT"
9937 },
9938 "node_modules/hpack.js/node_modules/string_decoder": {
9939 "version": "1.1.1",
9940 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
9941 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
9942 "license": "MIT",
9943 "dependencies": {
9944 "safe-buffer": "~5.1.0"
9945 }
9946 },
9947 "node_modules/html-encoding-sniffer": {
9948 "version": "2.0.1",
9949 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
9950 "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
9951 "license": "MIT",
9952 "dependencies": {
9953 "whatwg-encoding": "^1.0.5"
9954 },
9955 "engines": {
9956 "node": ">=10"
9957 }
9958 },
9959 "node_modules/html-entities": {
9960 "version": "2.5.2",
9961 "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
9962 "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==",
9963 "funding": [
9964 {
9965 "type": "github",
9966 "url": "https://github.com/sponsors/mdevils"
9967 },
9968 {
9969 "type": "patreon",
9970 "url": "https://patreon.com/mdevils"
9971 }
9972 ],
9973 "license": "MIT"
9974 },
9975 "node_modules/html-escaper": {
9976 "version": "2.0.2",
9977 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
9978 "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
9979 "license": "MIT"
9980 },
9981 "node_modules/html-minifier-terser": {
9982 "version": "6.1.0",
9983 "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
9984 "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
9985 "license": "MIT",
9986 "dependencies": {
9987 "camel-case": "^4.1.2",
9988 "clean-css": "^5.2.2",
9989 "commander": "^8.3.0",
9990 "he": "^1.2.0",
9991 "param-case": "^3.0.4",
9992 "relateurl": "^0.2.7",
9993 "terser": "^5.10.0"
9994 },
9995 "bin": {
9996 "html-minifier-terser": "cli.js"
9997 },
9998 "engines": {
9999 "node": ">=12"
10000 }
10001 },
10002 "node_modules/html-webpack-plugin": {
10003 "version": "5.6.3",
10004 "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz",
10005 "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==",
10006 "license": "MIT",
10007 "dependencies": {
10008 "@types/html-minifier-terser": "^6.0.0",
10009 "html-minifier-terser": "^6.0.2",
10010 "lodash": "^4.17.21",
10011 "pretty-error": "^4.0.0",
10012 "tapable": "^2.0.0"
10013 },
10014 "engines": {
10015 "node": ">=10.13.0"
10016 },
10017 "funding": {
10018 "type": "opencollective",
10019 "url": "https://opencollective.com/html-webpack-plugin"
10020 },
10021 "peerDependencies": {
10022 "@rspack/core": "0.x || 1.x",
10023 "webpack": "^5.20.0"
10024 },
10025 "peerDependenciesMeta": {
10026 "@rspack/core": {
10027 "optional": true
10028 },
10029 "webpack": {
10030 "optional": true
10031 }
10032 }
10033 },
10034 "node_modules/htmlparser2": {
10035 "version": "6.1.0",
10036 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
10037 "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
10038 "funding": [
10039 "https://github.com/fb55/htmlparser2?sponsor=1",
10040 {
10041 "type": "github",
10042 "url": "https://github.com/sponsors/fb55"
10043 }
10044 ],
10045 "license": "MIT",
10046 "dependencies": {
10047 "domelementtype": "^2.0.1",
10048 "domhandler": "^4.0.0",
10049 "domutils": "^2.5.2",
10050 "entities": "^2.0.0"
10051 }
10052 },
10053 "node_modules/http-deceiver": {
10054 "version": "1.2.7",
10055 "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
10056 "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
10057 "license": "MIT"
10058 },
10059 "node_modules/http-errors": {
10060 "version": "2.0.0",
10061 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
10062 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
10063 "license": "MIT",
10064 "dependencies": {
10065 "depd": "2.0.0",
10066 "inherits": "2.0.4",
10067 "setprototypeof": "1.2.0",
10068 "statuses": "2.0.1",
10069 "toidentifier": "1.0.1"
10070 },
10071 "engines": {
10072 "node": ">= 0.8"
10073 }
10074 },
10075 "node_modules/http-parser-js": {
10076 "version": "0.5.9",
10077 "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.9.tgz",
10078 "integrity": "sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==",
10079 "license": "MIT"
10080 },
10081 "node_modules/http-proxy": {
10082 "version": "1.18.1",
10083 "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
10084 "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
10085 "license": "MIT",
10086 "dependencies": {
10087 "eventemitter3": "^4.0.0",
10088 "follow-redirects": "^1.0.0",
10089 "requires-port": "^1.0.0"
10090 },
10091 "engines": {
10092 "node": ">=8.0.0"
10093 }
10094 },
10095 "node_modules/http-proxy-agent": {
10096 "version": "4.0.1",
10097 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
10098 "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
10099 "license": "MIT",
10100 "dependencies": {
10101 "@tootallnate/once": "1",
10102 "agent-base": "6",
10103 "debug": "4"
10104 },
10105 "engines": {
10106 "node": ">= 6"
10107 }
10108 },
10109 "node_modules/http-proxy-agent/node_modules/debug": {
10110 "version": "4.4.0",
10111 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
10112 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
10113 "license": "MIT",
10114 "dependencies": {
10115 "ms": "^2.1.3"
10116 },
10117 "engines": {
10118 "node": ">=6.0"
10119 },
10120 "peerDependenciesMeta": {
10121 "supports-color": {
10122 "optional": true
10123 }
10124 }
10125 },
10126 "node_modules/http-proxy-agent/node_modules/ms": {
10127 "version": "2.1.3",
10128 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
10129 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
10130 "license": "MIT"
10131 },
10132 "node_modules/http-proxy-middleware": {
10133 "version": "2.0.7",
10134 "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz",
10135 "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==",
10136 "license": "MIT",
10137 "dependencies": {
10138 "@types/http-proxy": "^1.17.8",
10139 "http-proxy": "^1.18.1",
10140 "is-glob": "^4.0.1",
10141 "is-plain-obj": "^3.0.0",
10142 "micromatch": "^4.0.2"
10143 },
10144 "engines": {
10145 "node": ">=12.0.0"
10146 },
10147 "peerDependencies": {
10148 "@types/express": "^4.17.13"
10149 },
10150 "peerDependenciesMeta": {
10151 "@types/express": {
10152 "optional": true
10153 }
10154 }
10155 },
10156 "node_modules/https-proxy-agent": {
10157 "version": "5.0.1",
10158 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
10159 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
10160 "license": "MIT",
10161 "dependencies": {
10162 "agent-base": "6",
10163 "debug": "4"
10164 },
10165 "engines": {
10166 "node": ">= 6"
10167 }
10168 },
10169 "node_modules/https-proxy-agent/node_modules/debug": {
10170 "version": "4.4.0",
10171 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
10172 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
10173 "license": "MIT",
10174 "dependencies": {
10175 "ms": "^2.1.3"
10176 },
10177 "engines": {
10178 "node": ">=6.0"
10179 },
10180 "peerDependenciesMeta": {
10181 "supports-color": {
10182 "optional": true
10183 }
10184 }
10185 },
10186 "node_modules/https-proxy-agent/node_modules/ms": {
10187 "version": "2.1.3",
10188 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
10189 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
10190 "license": "MIT"
10191 },
10192 "node_modules/human-signals": {
10193 "version": "2.1.0",
10194 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
10195 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
10196 "license": "Apache-2.0",
10197 "engines": {
10198 "node": ">=10.17.0"
10199 }
10200 },
10201 "node_modules/iconv-lite": {
10202 "version": "0.6.3",
10203 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
10204 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
10205 "license": "MIT",
10206 "dependencies": {
10207 "safer-buffer": ">= 2.1.2 < 3.0.0"
10208 },
10209 "engines": {
10210 "node": ">=0.10.0"
10211 }
10212 },
10213 "node_modules/icss-utils": {
10214 "version": "5.1.0",
10215 "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
10216 "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
10217 "license": "ISC",
10218 "engines": {
10219 "node": "^10 || ^12 || >= 14"
10220 },
10221 "peerDependencies": {
10222 "postcss": "^8.1.0"
10223 }
10224 },
10225 "node_modules/idb": {
10226 "version": "7.1.1",
10227 "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
10228 "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==",
10229 "license": "ISC"
10230 },
10231 "node_modules/identity-obj-proxy": {
10232 "version": "3.0.0",
10233 "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
10234 "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==",
10235 "license": "MIT",
10236 "dependencies": {
10237 "harmony-reflect": "^1.4.6"
10238 },
10239 "engines": {
10240 "node": ">=4"
10241 }
10242 },
10243 "node_modules/ignore": {
10244 "version": "5.3.2",
10245 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
10246 "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
10247 "license": "MIT",
10248 "engines": {
10249 "node": ">= 4"
10250 }
10251 },
10252 "node_modules/immer": {
10253 "version": "9.0.21",
10254 "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
10255 "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
10256 "license": "MIT",
10257 "funding": {
10258 "type": "opencollective",
10259 "url": "https://opencollective.com/immer"
10260 }
10261 },
10262 "node_modules/import-fresh": {
10263 "version": "3.3.1",
10264 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
10265 "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
10266 "license": "MIT",
10267 "dependencies": {
10268 "parent-module": "^1.0.0",
10269 "resolve-from": "^4.0.0"
10270 },
10271 "engines": {
10272 "node": ">=6"
10273 },
10274 "funding": {
10275 "url": "https://github.com/sponsors/sindresorhus"
10276 }
10277 },
10278 "node_modules/import-fresh/node_modules/resolve-from": {
10279 "version": "4.0.0",
10280 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
10281 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
10282 "license": "MIT",
10283 "engines": {
10284 "node": ">=4"
10285 }
10286 },
10287 "node_modules/import-local": {
10288 "version": "3.2.0",
10289 "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
10290 "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
10291 "license": "MIT",
10292 "dependencies": {
10293 "pkg-dir": "^4.2.0",
10294 "resolve-cwd": "^3.0.0"
10295 },
10296 "bin": {
10297 "import-local-fixture": "fixtures/cli.js"
10298 },
10299 "engines": {
10300 "node": ">=8"
10301 },
10302 "funding": {
10303 "url": "https://github.com/sponsors/sindresorhus"
10304 }
10305 },
10306 "node_modules/imurmurhash": {
10307 "version": "0.1.4",
10308 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
10309 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
10310 "license": "MIT",
10311 "engines": {
10312 "node": ">=0.8.19"
10313 }
10314 },
10315 "node_modules/inflight": {
10316 "version": "1.0.6",
10317 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
10318 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
10319 "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.",
10320 "license": "ISC",
10321 "dependencies": {
10322 "once": "^1.3.0",
10323 "wrappy": "1"
10324 }
10325 },
10326 "node_modules/inherits": {
10327 "version": "2.0.4",
10328 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
10329 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
10330 "license": "ISC"
10331 },
10332 "node_modules/ini": {
10333 "version": "1.3.8",
10334 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
10335 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
10336 "license": "ISC"
10337 },
10338 "node_modules/internal-slot": {
10339 "version": "1.1.0",
10340 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
10341 "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
10342 "license": "MIT",
10343 "dependencies": {
10344 "es-errors": "^1.3.0",
10345 "hasown": "^2.0.2",
10346 "side-channel": "^1.1.0"
10347 },
10348 "engines": {
10349 "node": ">= 0.4"
10350 }
10351 },
10352 "node_modules/internmap": {
10353 "version": "2.0.3",
10354 "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
10355 "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
10356 "license": "ISC",
10357 "engines": {
10358 "node": ">=12"
10359 }
10360 },
10361 "node_modules/ipaddr.js": {
10362 "version": "2.2.0",
10363 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz",
10364 "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==",
10365 "license": "MIT",
10366 "engines": {
10367 "node": ">= 10"
10368 }
10369 },
10370 "node_modules/is-array-buffer": {
10371 "version": "3.0.5",
10372 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
10373 "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
10374 "license": "MIT",
10375 "dependencies": {
10376 "call-bind": "^1.0.8",
10377 "call-bound": "^1.0.3",
10378 "get-intrinsic": "^1.2.6"
10379 },
10380 "engines": {
10381 "node": ">= 0.4"
10382 },
10383 "funding": {
10384 "url": "https://github.com/sponsors/ljharb"
10385 }
10386 },
10387 "node_modules/is-arrayish": {
10388 "version": "0.2.1",
10389 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
10390 "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
10391 "license": "MIT"
10392 },
10393 "node_modules/is-async-function": {
10394 "version": "2.1.1",
10395 "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
10396 "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
10397 "license": "MIT",
10398 "dependencies": {
10399 "async-function": "^1.0.0",
10400 "call-bound": "^1.0.3",
10401 "get-proto": "^1.0.1",
10402 "has-tostringtag": "^1.0.2",
10403 "safe-regex-test": "^1.1.0"
10404 },
10405 "engines": {
10406 "node": ">= 0.4"
10407 },
10408 "funding": {
10409 "url": "https://github.com/sponsors/ljharb"
10410 }
10411 },
10412 "node_modules/is-bigint": {
10413 "version": "1.1.0",
10414 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
10415 "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
10416 "license": "MIT",
10417 "dependencies": {
10418 "has-bigints": "^1.0.2"
10419 },
10420 "engines": {
10421 "node": ">= 0.4"
10422 },
10423 "funding": {
10424 "url": "https://github.com/sponsors/ljharb"
10425 }
10426 },
10427 "node_modules/is-binary-path": {
10428 "version": "2.1.0",
10429 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
10430 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
10431 "license": "MIT",
10432 "dependencies": {
10433 "binary-extensions": "^2.0.0"
10434 },
10435 "engines": {
10436 "node": ">=8"
10437 }
10438 },
10439 "node_modules/is-boolean-object": {
10440 "version": "1.2.2",
10441 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
10442 "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
10443 "license": "MIT",
10444 "dependencies": {
10445 "call-bound": "^1.0.3",
10446 "has-tostringtag": "^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-callable": {
10456 "version": "1.2.7",
10457 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
10458 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
10459 "license": "MIT",
10460 "engines": {
10461 "node": ">= 0.4"
10462 },
10463 "funding": {
10464 "url": "https://github.com/sponsors/ljharb"
10465 }
10466 },
10467 "node_modules/is-core-module": {
10468 "version": "2.16.1",
10469 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
10470 "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
10471 "license": "MIT",
10472 "dependencies": {
10473 "hasown": "^2.0.2"
10474 },
10475 "engines": {
10476 "node": ">= 0.4"
10477 },
10478 "funding": {
10479 "url": "https://github.com/sponsors/ljharb"
10480 }
10481 },
10482 "node_modules/is-data-view": {
10483 "version": "1.0.2",
10484 "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
10485 "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
10486 "license": "MIT",
10487 "dependencies": {
10488 "call-bound": "^1.0.2",
10489 "get-intrinsic": "^1.2.6",
10490 "is-typed-array": "^1.1.13"
10491 },
10492 "engines": {
10493 "node": ">= 0.4"
10494 },
10495 "funding": {
10496 "url": "https://github.com/sponsors/ljharb"
10497 }
10498 },
10499 "node_modules/is-date-object": {
10500 "version": "1.1.0",
10501 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
10502 "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
10503 "license": "MIT",
10504 "dependencies": {
10505 "call-bound": "^1.0.2",
10506 "has-tostringtag": "^1.0.2"
10507 },
10508 "engines": {
10509 "node": ">= 0.4"
10510 },
10511 "funding": {
10512 "url": "https://github.com/sponsors/ljharb"
10513 }
10514 },
10515 "node_modules/is-docker": {
10516 "version": "2.2.1",
10517 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
10518 "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
10519 "license": "MIT",
10520 "bin": {
10521 "is-docker": "cli.js"
10522 },
10523 "engines": {
10524 "node": ">=8"
10525 },
10526 "funding": {
10527 "url": "https://github.com/sponsors/sindresorhus"
10528 }
10529 },
10530 "node_modules/is-extglob": {
10531 "version": "2.1.1",
10532 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
10533 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
10534 "license": "MIT",
10535 "engines": {
10536 "node": ">=0.10.0"
10537 }
10538 },
10539 "node_modules/is-finalizationregistry": {
10540 "version": "1.1.1",
10541 "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
10542 "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
10543 "license": "MIT",
10544 "dependencies": {
10545 "call-bound": "^1.0.3"
10546 },
10547 "engines": {
10548 "node": ">= 0.4"
10549 },
10550 "funding": {
10551 "url": "https://github.com/sponsors/ljharb"
10552 }
10553 },
10554 "node_modules/is-fullwidth-code-point": {
10555 "version": "3.0.0",
10556 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
10557 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
10558 "license": "MIT",
10559 "engines": {
10560 "node": ">=8"
10561 }
10562 },
10563 "node_modules/is-generator-fn": {
10564 "version": "2.1.0",
10565 "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
10566 "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
10567 "license": "MIT",
10568 "engines": {
10569 "node": ">=6"
10570 }
10571 },
10572 "node_modules/is-generator-function": {
10573 "version": "1.1.0",
10574 "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz",
10575 "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
10576 "license": "MIT",
10577 "dependencies": {
10578 "call-bound": "^1.0.3",
10579 "get-proto": "^1.0.0",
10580 "has-tostringtag": "^1.0.2",
10581 "safe-regex-test": "^1.1.0"
10582 },
10583 "engines": {
10584 "node": ">= 0.4"
10585 },
10586 "funding": {
10587 "url": "https://github.com/sponsors/ljharb"
10588 }
10589 },
10590 "node_modules/is-glob": {
10591 "version": "4.0.3",
10592 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
10593 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
10594 "license": "MIT",
10595 "dependencies": {
10596 "is-extglob": "^2.1.1"
10597 },
10598 "engines": {
10599 "node": ">=0.10.0"
10600 }
10601 },
10602 "node_modules/is-map": {
10603 "version": "2.0.3",
10604 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
10605 "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
10606 "license": "MIT",
10607 "engines": {
10608 "node": ">= 0.4"
10609 },
10610 "funding": {
10611 "url": "https://github.com/sponsors/ljharb"
10612 }
10613 },
10614 "node_modules/is-module": {
10615 "version": "1.0.0",
10616 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
10617 "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
10618 "license": "MIT"
10619 },
10620 "node_modules/is-number": {
10621 "version": "7.0.0",
10622 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
10623 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
10624 "license": "MIT",
10625 "engines": {
10626 "node": ">=0.12.0"
10627 }
10628 },
10629 "node_modules/is-number-object": {
10630 "version": "1.1.1",
10631 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
10632 "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
10633 "license": "MIT",
10634 "dependencies": {
10635 "call-bound": "^1.0.3",
10636 "has-tostringtag": "^1.0.2"
10637 },
10638 "engines": {
10639 "node": ">= 0.4"
10640 },
10641 "funding": {
10642 "url": "https://github.com/sponsors/ljharb"
10643 }
10644 },
10645 "node_modules/is-obj": {
10646 "version": "1.0.1",
10647 "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
10648 "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
10649 "license": "MIT",
10650 "engines": {
10651 "node": ">=0.10.0"
10652 }
10653 },
10654 "node_modules/is-path-inside": {
10655 "version": "3.0.3",
10656 "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
10657 "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
10658 "license": "MIT",
10659 "engines": {
10660 "node": ">=8"
10661 }
10662 },
10663 "node_modules/is-plain-obj": {
10664 "version": "3.0.0",
10665 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
10666 "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
10667 "license": "MIT",
10668 "engines": {
10669 "node": ">=10"
10670 },
10671 "funding": {
10672 "url": "https://github.com/sponsors/sindresorhus"
10673 }
10674 },
10675 "node_modules/is-potential-custom-element-name": {
10676 "version": "1.0.1",
10677 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
10678 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
10679 "license": "MIT"
10680 },
10681 "node_modules/is-regex": {
10682 "version": "1.2.1",
10683 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
10684 "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
10685 "license": "MIT",
10686 "dependencies": {
10687 "call-bound": "^1.0.2",
10688 "gopd": "^1.2.0",
10689 "has-tostringtag": "^1.0.2",
10690 "hasown": "^2.0.2"
10691 },
10692 "engines": {
10693 "node": ">= 0.4"
10694 },
10695 "funding": {
10696 "url": "https://github.com/sponsors/ljharb"
10697 }
10698 },
10699 "node_modules/is-regexp": {
10700 "version": "1.0.0",
10701 "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
10702 "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
10703 "license": "MIT",
10704 "engines": {
10705 "node": ">=0.10.0"
10706 }
10707 },
10708 "node_modules/is-root": {
10709 "version": "2.1.0",
10710 "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
10711 "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
10712 "license": "MIT",
10713 "engines": {
10714 "node": ">=6"
10715 }
10716 },
10717 "node_modules/is-set": {
10718 "version": "2.0.3",
10719 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
10720 "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
10721 "license": "MIT",
10722 "engines": {
10723 "node": ">= 0.4"
10724 },
10725 "funding": {
10726 "url": "https://github.com/sponsors/ljharb"
10727 }
10728 },
10729 "node_modules/is-shared-array-buffer": {
10730 "version": "1.0.4",
10731 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
10732 "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
10733 "license": "MIT",
10734 "dependencies": {
10735 "call-bound": "^1.0.3"
10736 },
10737 "engines": {
10738 "node": ">= 0.4"
10739 },
10740 "funding": {
10741 "url": "https://github.com/sponsors/ljharb"
10742 }
10743 },
10744 "node_modules/is-stream": {
10745 "version": "2.0.1",
10746 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
10747 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
10748 "license": "MIT",
10749 "engines": {
10750 "node": ">=8"
10751 },
10752 "funding": {
10753 "url": "https://github.com/sponsors/sindresorhus"
10754 }
10755 },
10756 "node_modules/is-string": {
10757 "version": "1.1.1",
10758 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
10759 "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
10760 "license": "MIT",
10761 "dependencies": {
10762 "call-bound": "^1.0.3",
10763 "has-tostringtag": "^1.0.2"
10764 },
10765 "engines": {
10766 "node": ">= 0.4"
10767 },
10768 "funding": {
10769 "url": "https://github.com/sponsors/ljharb"
10770 }
10771 },
10772 "node_modules/is-symbol": {
10773 "version": "1.1.1",
10774 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
10775 "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
10776 "license": "MIT",
10777 "dependencies": {
10778 "call-bound": "^1.0.2",
10779 "has-symbols": "^1.1.0",
10780 "safe-regex-test": "^1.1.0"
10781 },
10782 "engines": {
10783 "node": ">= 0.4"
10784 },
10785 "funding": {
10786 "url": "https://github.com/sponsors/ljharb"
10787 }
10788 },
10789 "node_modules/is-typed-array": {
10790 "version": "1.1.15",
10791 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
10792 "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
10793 "license": "MIT",
10794 "dependencies": {
10795 "which-typed-array": "^1.1.16"
10796 },
10797 "engines": {
10798 "node": ">= 0.4"
10799 },
10800 "funding": {
10801 "url": "https://github.com/sponsors/ljharb"
10802 }
10803 },
10804 "node_modules/is-typedarray": {
10805 "version": "1.0.0",
10806 "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
10807 "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
10808 "license": "MIT"
10809 },
10810 "node_modules/is-weakmap": {
10811 "version": "2.0.2",
10812 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
10813 "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
10814 "license": "MIT",
10815 "engines": {
10816 "node": ">= 0.4"
10817 },
10818 "funding": {
10819 "url": "https://github.com/sponsors/ljharb"
10820 }
10821 },
10822 "node_modules/is-weakref": {
10823 "version": "1.1.1",
10824 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
10825 "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
10826 "license": "MIT",
10827 "dependencies": {
10828 "call-bound": "^1.0.3"
10829 },
10830 "engines": {
10831 "node": ">= 0.4"
10832 },
10833 "funding": {
10834 "url": "https://github.com/sponsors/ljharb"
10835 }
10836 },
10837 "node_modules/is-weakset": {
10838 "version": "2.0.4",
10839 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
10840 "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
10841 "license": "MIT",
10842 "dependencies": {
10843 "call-bound": "^1.0.3",
10844 "get-intrinsic": "^1.2.6"
10845 },
10846 "engines": {
10847 "node": ">= 0.4"
10848 },
10849 "funding": {
10850 "url": "https://github.com/sponsors/ljharb"
10851 }
10852 },
10853 "node_modules/is-wsl": {
10854 "version": "2.2.0",
10855 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
10856 "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
10857 "license": "MIT",
10858 "dependencies": {
10859 "is-docker": "^2.0.0"
10860 },
10861 "engines": {
10862 "node": ">=8"
10863 }
10864 },
10865 "node_modules/isarray": {
10866 "version": "2.0.5",
10867 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
10868 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
10869 "license": "MIT"
10870 },
10871 "node_modules/isexe": {
10872 "version": "2.0.0",
10873 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
10874 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
10875 "license": "ISC"
10876 },
10877 "node_modules/iso-datestring-validator": {
10878 "version": "2.2.2",
10879 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz",
10880 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==",
10881 "license": "MIT"
10882 },
10883 "node_modules/istanbul-lib-coverage": {
10884 "version": "3.2.2",
10885 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
10886 "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
10887 "license": "BSD-3-Clause",
10888 "engines": {
10889 "node": ">=8"
10890 }
10891 },
10892 "node_modules/istanbul-lib-instrument": {
10893 "version": "5.2.1",
10894 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
10895 "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
10896 "license": "BSD-3-Clause",
10897 "dependencies": {
10898 "@babel/core": "^7.12.3",
10899 "@babel/parser": "^7.14.7",
10900 "@istanbuljs/schema": "^0.1.2",
10901 "istanbul-lib-coverage": "^3.2.0",
10902 "semver": "^6.3.0"
10903 },
10904 "engines": {
10905 "node": ">=8"
10906 }
10907 },
10908 "node_modules/istanbul-lib-instrument/node_modules/semver": {
10909 "version": "6.3.1",
10910 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
10911 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
10912 "license": "ISC",
10913 "bin": {
10914 "semver": "bin/semver.js"
10915 }
10916 },
10917 "node_modules/istanbul-lib-report": {
10918 "version": "3.0.1",
10919 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
10920 "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
10921 "license": "BSD-3-Clause",
10922 "dependencies": {
10923 "istanbul-lib-coverage": "^3.0.0",
10924 "make-dir": "^4.0.0",
10925 "supports-color": "^7.1.0"
10926 },
10927 "engines": {
10928 "node": ">=10"
10929 }
10930 },
10931 "node_modules/istanbul-lib-report/node_modules/make-dir": {
10932 "version": "4.0.0",
10933 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
10934 "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
10935 "license": "MIT",
10936 "dependencies": {
10937 "semver": "^7.5.3"
10938 },
10939 "engines": {
10940 "node": ">=10"
10941 },
10942 "funding": {
10943 "url": "https://github.com/sponsors/sindresorhus"
10944 }
10945 },
10946 "node_modules/istanbul-lib-source-maps": {
10947 "version": "4.0.1",
10948 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
10949 "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
10950 "license": "BSD-3-Clause",
10951 "dependencies": {
10952 "debug": "^4.1.1",
10953 "istanbul-lib-coverage": "^3.0.0",
10954 "source-map": "^0.6.1"
10955 },
10956 "engines": {
10957 "node": ">=10"
10958 }
10959 },
10960 "node_modules/istanbul-lib-source-maps/node_modules/debug": {
10961 "version": "4.4.0",
10962 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
10963 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
10964 "license": "MIT",
10965 "dependencies": {
10966 "ms": "^2.1.3"
10967 },
10968 "engines": {
10969 "node": ">=6.0"
10970 },
10971 "peerDependenciesMeta": {
10972 "supports-color": {
10973 "optional": true
10974 }
10975 }
10976 },
10977 "node_modules/istanbul-lib-source-maps/node_modules/ms": {
10978 "version": "2.1.3",
10979 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
10980 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
10981 "license": "MIT"
10982 },
10983 "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
10984 "version": "0.6.1",
10985 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
10986 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
10987 "license": "BSD-3-Clause",
10988 "engines": {
10989 "node": ">=0.10.0"
10990 }
10991 },
10992 "node_modules/istanbul-reports": {
10993 "version": "3.1.7",
10994 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
10995 "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
10996 "license": "BSD-3-Clause",
10997 "dependencies": {
10998 "html-escaper": "^2.0.0",
10999 "istanbul-lib-report": "^3.0.0"
11000 },
11001 "engines": {
11002 "node": ">=8"
11003 }
11004 },
11005 "node_modules/iterator.prototype": {
11006 "version": "1.1.5",
11007 "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
11008 "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
11009 "license": "MIT",
11010 "dependencies": {
11011 "define-data-property": "^1.1.4",
11012 "es-object-atoms": "^1.0.0",
11013 "get-intrinsic": "^1.2.6",
11014 "get-proto": "^1.0.0",
11015 "has-symbols": "^1.1.0",
11016 "set-function-name": "^2.0.2"
11017 },
11018 "engines": {
11019 "node": ">= 0.4"
11020 }
11021 },
11022 "node_modules/jackspeak": {
11023 "version": "3.4.3",
11024 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
11025 "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
11026 "license": "BlueOak-1.0.0",
11027 "dependencies": {
11028 "@isaacs/cliui": "^8.0.2"
11029 },
11030 "funding": {
11031 "url": "https://github.com/sponsors/isaacs"
11032 },
11033 "optionalDependencies": {
11034 "@pkgjs/parseargs": "^0.11.0"
11035 }
11036 },
11037 "node_modules/jake": {
11038 "version": "10.9.2",
11039 "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz",
11040 "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==",
11041 "license": "Apache-2.0",
11042 "dependencies": {
11043 "async": "^3.2.3",
11044 "chalk": "^4.0.2",
11045 "filelist": "^1.0.4",
11046 "minimatch": "^3.1.2"
11047 },
11048 "bin": {
11049 "jake": "bin/cli.js"
11050 },
11051 "engines": {
11052 "node": ">=10"
11053 }
11054 },
11055 "node_modules/jest": {
11056 "version": "27.5.1",
11057 "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
11058 "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
11059 "license": "MIT",
11060 "dependencies": {
11061 "@jest/core": "^27.5.1",
11062 "import-local": "^3.0.2",
11063 "jest-cli": "^27.5.1"
11064 },
11065 "bin": {
11066 "jest": "bin/jest.js"
11067 },
11068 "engines": {
11069 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11070 },
11071 "peerDependencies": {
11072 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
11073 },
11074 "peerDependenciesMeta": {
11075 "node-notifier": {
11076 "optional": true
11077 }
11078 }
11079 },
11080 "node_modules/jest-changed-files": {
11081 "version": "27.5.1",
11082 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
11083 "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
11084 "license": "MIT",
11085 "dependencies": {
11086 "@jest/types": "^27.5.1",
11087 "execa": "^5.0.0",
11088 "throat": "^6.0.1"
11089 },
11090 "engines": {
11091 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11092 }
11093 },
11094 "node_modules/jest-circus": {
11095 "version": "27.5.1",
11096 "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
11097 "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
11098 "license": "MIT",
11099 "dependencies": {
11100 "@jest/environment": "^27.5.1",
11101 "@jest/test-result": "^27.5.1",
11102 "@jest/types": "^27.5.1",
11103 "@types/node": "*",
11104 "chalk": "^4.0.0",
11105 "co": "^4.6.0",
11106 "dedent": "^0.7.0",
11107 "expect": "^27.5.1",
11108 "is-generator-fn": "^2.0.0",
11109 "jest-each": "^27.5.1",
11110 "jest-matcher-utils": "^27.5.1",
11111 "jest-message-util": "^27.5.1",
11112 "jest-runtime": "^27.5.1",
11113 "jest-snapshot": "^27.5.1",
11114 "jest-util": "^27.5.1",
11115 "pretty-format": "^27.5.1",
11116 "slash": "^3.0.0",
11117 "stack-utils": "^2.0.3",
11118 "throat": "^6.0.1"
11119 },
11120 "engines": {
11121 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11122 }
11123 },
11124 "node_modules/jest-cli": {
11125 "version": "27.5.1",
11126 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
11127 "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
11128 "license": "MIT",
11129 "dependencies": {
11130 "@jest/core": "^27.5.1",
11131 "@jest/test-result": "^27.5.1",
11132 "@jest/types": "^27.5.1",
11133 "chalk": "^4.0.0",
11134 "exit": "^0.1.2",
11135 "graceful-fs": "^4.2.9",
11136 "import-local": "^3.0.2",
11137 "jest-config": "^27.5.1",
11138 "jest-util": "^27.5.1",
11139 "jest-validate": "^27.5.1",
11140 "prompts": "^2.0.1",
11141 "yargs": "^16.2.0"
11142 },
11143 "bin": {
11144 "jest": "bin/jest.js"
11145 },
11146 "engines": {
11147 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11148 },
11149 "peerDependencies": {
11150 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
11151 },
11152 "peerDependenciesMeta": {
11153 "node-notifier": {
11154 "optional": true
11155 }
11156 }
11157 },
11158 "node_modules/jest-config": {
11159 "version": "27.5.1",
11160 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
11161 "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
11162 "license": "MIT",
11163 "dependencies": {
11164 "@babel/core": "^7.8.0",
11165 "@jest/test-sequencer": "^27.5.1",
11166 "@jest/types": "^27.5.1",
11167 "babel-jest": "^27.5.1",
11168 "chalk": "^4.0.0",
11169 "ci-info": "^3.2.0",
11170 "deepmerge": "^4.2.2",
11171 "glob": "^7.1.1",
11172 "graceful-fs": "^4.2.9",
11173 "jest-circus": "^27.5.1",
11174 "jest-environment-jsdom": "^27.5.1",
11175 "jest-environment-node": "^27.5.1",
11176 "jest-get-type": "^27.5.1",
11177 "jest-jasmine2": "^27.5.1",
11178 "jest-regex-util": "^27.5.1",
11179 "jest-resolve": "^27.5.1",
11180 "jest-runner": "^27.5.1",
11181 "jest-util": "^27.5.1",
11182 "jest-validate": "^27.5.1",
11183 "micromatch": "^4.0.4",
11184 "parse-json": "^5.2.0",
11185 "pretty-format": "^27.5.1",
11186 "slash": "^3.0.0",
11187 "strip-json-comments": "^3.1.1"
11188 },
11189 "engines": {
11190 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11191 },
11192 "peerDependencies": {
11193 "ts-node": ">=9.0.0"
11194 },
11195 "peerDependenciesMeta": {
11196 "ts-node": {
11197 "optional": true
11198 }
11199 }
11200 },
11201 "node_modules/jest-diff": {
11202 "version": "27.5.1",
11203 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
11204 "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
11205 "license": "MIT",
11206 "dependencies": {
11207 "chalk": "^4.0.0",
11208 "diff-sequences": "^27.5.1",
11209 "jest-get-type": "^27.5.1",
11210 "pretty-format": "^27.5.1"
11211 },
11212 "engines": {
11213 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11214 }
11215 },
11216 "node_modules/jest-docblock": {
11217 "version": "27.5.1",
11218 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
11219 "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
11220 "license": "MIT",
11221 "dependencies": {
11222 "detect-newline": "^3.0.0"
11223 },
11224 "engines": {
11225 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11226 }
11227 },
11228 "node_modules/jest-each": {
11229 "version": "27.5.1",
11230 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
11231 "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
11232 "license": "MIT",
11233 "dependencies": {
11234 "@jest/types": "^27.5.1",
11235 "chalk": "^4.0.0",
11236 "jest-get-type": "^27.5.1",
11237 "jest-util": "^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-environment-jsdom": {
11245 "version": "27.5.1",
11246 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
11247 "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
11248 "license": "MIT",
11249 "dependencies": {
11250 "@jest/environment": "^27.5.1",
11251 "@jest/fake-timers": "^27.5.1",
11252 "@jest/types": "^27.5.1",
11253 "@types/node": "*",
11254 "jest-mock": "^27.5.1",
11255 "jest-util": "^27.5.1",
11256 "jsdom": "^16.6.0"
11257 },
11258 "engines": {
11259 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11260 }
11261 },
11262 "node_modules/jest-environment-node": {
11263 "version": "27.5.1",
11264 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
11265 "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
11266 "license": "MIT",
11267 "dependencies": {
11268 "@jest/environment": "^27.5.1",
11269 "@jest/fake-timers": "^27.5.1",
11270 "@jest/types": "^27.5.1",
11271 "@types/node": "*",
11272 "jest-mock": "^27.5.1",
11273 "jest-util": "^27.5.1"
11274 },
11275 "engines": {
11276 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11277 }
11278 },
11279 "node_modules/jest-get-type": {
11280 "version": "27.5.1",
11281 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
11282 "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
11283 "license": "MIT",
11284 "engines": {
11285 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11286 }
11287 },
11288 "node_modules/jest-haste-map": {
11289 "version": "27.5.1",
11290 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
11291 "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
11292 "license": "MIT",
11293 "dependencies": {
11294 "@jest/types": "^27.5.1",
11295 "@types/graceful-fs": "^4.1.2",
11296 "@types/node": "*",
11297 "anymatch": "^3.0.3",
11298 "fb-watchman": "^2.0.0",
11299 "graceful-fs": "^4.2.9",
11300 "jest-regex-util": "^27.5.1",
11301 "jest-serializer": "^27.5.1",
11302 "jest-util": "^27.5.1",
11303 "jest-worker": "^27.5.1",
11304 "micromatch": "^4.0.4",
11305 "walker": "^1.0.7"
11306 },
11307 "engines": {
11308 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11309 },
11310 "optionalDependencies": {
11311 "fsevents": "^2.3.2"
11312 }
11313 },
11314 "node_modules/jest-jasmine2": {
11315 "version": "27.5.1",
11316 "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
11317 "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
11318 "license": "MIT",
11319 "dependencies": {
11320 "@jest/environment": "^27.5.1",
11321 "@jest/source-map": "^27.5.1",
11322 "@jest/test-result": "^27.5.1",
11323 "@jest/types": "^27.5.1",
11324 "@types/node": "*",
11325 "chalk": "^4.0.0",
11326 "co": "^4.6.0",
11327 "expect": "^27.5.1",
11328 "is-generator-fn": "^2.0.0",
11329 "jest-each": "^27.5.1",
11330 "jest-matcher-utils": "^27.5.1",
11331 "jest-message-util": "^27.5.1",
11332 "jest-runtime": "^27.5.1",
11333 "jest-snapshot": "^27.5.1",
11334 "jest-util": "^27.5.1",
11335 "pretty-format": "^27.5.1",
11336 "throat": "^6.0.1"
11337 },
11338 "engines": {
11339 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11340 }
11341 },
11342 "node_modules/jest-leak-detector": {
11343 "version": "27.5.1",
11344 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
11345 "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
11346 "license": "MIT",
11347 "dependencies": {
11348 "jest-get-type": "^27.5.1",
11349 "pretty-format": "^27.5.1"
11350 },
11351 "engines": {
11352 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11353 }
11354 },
11355 "node_modules/jest-matcher-utils": {
11356 "version": "27.5.1",
11357 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
11358 "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
11359 "license": "MIT",
11360 "dependencies": {
11361 "chalk": "^4.0.0",
11362 "jest-diff": "^27.5.1",
11363 "jest-get-type": "^27.5.1",
11364 "pretty-format": "^27.5.1"
11365 },
11366 "engines": {
11367 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11368 }
11369 },
11370 "node_modules/jest-message-util": {
11371 "version": "27.5.1",
11372 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
11373 "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
11374 "license": "MIT",
11375 "dependencies": {
11376 "@babel/code-frame": "^7.12.13",
11377 "@jest/types": "^27.5.1",
11378 "@types/stack-utils": "^2.0.0",
11379 "chalk": "^4.0.0",
11380 "graceful-fs": "^4.2.9",
11381 "micromatch": "^4.0.4",
11382 "pretty-format": "^27.5.1",
11383 "slash": "^3.0.0",
11384 "stack-utils": "^2.0.3"
11385 },
11386 "engines": {
11387 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11388 }
11389 },
11390 "node_modules/jest-mock": {
11391 "version": "27.5.1",
11392 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
11393 "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
11394 "license": "MIT",
11395 "dependencies": {
11396 "@jest/types": "^27.5.1",
11397 "@types/node": "*"
11398 },
11399 "engines": {
11400 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11401 }
11402 },
11403 "node_modules/jest-pnp-resolver": {
11404 "version": "1.2.3",
11405 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
11406 "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
11407 "license": "MIT",
11408 "engines": {
11409 "node": ">=6"
11410 },
11411 "peerDependencies": {
11412 "jest-resolve": "*"
11413 },
11414 "peerDependenciesMeta": {
11415 "jest-resolve": {
11416 "optional": true
11417 }
11418 }
11419 },
11420 "node_modules/jest-regex-util": {
11421 "version": "27.5.1",
11422 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
11423 "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
11424 "license": "MIT",
11425 "engines": {
11426 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11427 }
11428 },
11429 "node_modules/jest-resolve": {
11430 "version": "27.5.1",
11431 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
11432 "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
11433 "license": "MIT",
11434 "dependencies": {
11435 "@jest/types": "^27.5.1",
11436 "chalk": "^4.0.0",
11437 "graceful-fs": "^4.2.9",
11438 "jest-haste-map": "^27.5.1",
11439 "jest-pnp-resolver": "^1.2.2",
11440 "jest-util": "^27.5.1",
11441 "jest-validate": "^27.5.1",
11442 "resolve": "^1.20.0",
11443 "resolve.exports": "^1.1.0",
11444 "slash": "^3.0.0"
11445 },
11446 "engines": {
11447 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11448 }
11449 },
11450 "node_modules/jest-resolve-dependencies": {
11451 "version": "27.5.1",
11452 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
11453 "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
11454 "license": "MIT",
11455 "dependencies": {
11456 "@jest/types": "^27.5.1",
11457 "jest-regex-util": "^27.5.1",
11458 "jest-snapshot": "^27.5.1"
11459 },
11460 "engines": {
11461 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11462 }
11463 },
11464 "node_modules/jest-runner": {
11465 "version": "27.5.1",
11466 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
11467 "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
11468 "license": "MIT",
11469 "dependencies": {
11470 "@jest/console": "^27.5.1",
11471 "@jest/environment": "^27.5.1",
11472 "@jest/test-result": "^27.5.1",
11473 "@jest/transform": "^27.5.1",
11474 "@jest/types": "^27.5.1",
11475 "@types/node": "*",
11476 "chalk": "^4.0.0",
11477 "emittery": "^0.8.1",
11478 "graceful-fs": "^4.2.9",
11479 "jest-docblock": "^27.5.1",
11480 "jest-environment-jsdom": "^27.5.1",
11481 "jest-environment-node": "^27.5.1",
11482 "jest-haste-map": "^27.5.1",
11483 "jest-leak-detector": "^27.5.1",
11484 "jest-message-util": "^27.5.1",
11485 "jest-resolve": "^27.5.1",
11486 "jest-runtime": "^27.5.1",
11487 "jest-util": "^27.5.1",
11488 "jest-worker": "^27.5.1",
11489 "source-map-support": "^0.5.6",
11490 "throat": "^6.0.1"
11491 },
11492 "engines": {
11493 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11494 }
11495 },
11496 "node_modules/jest-runtime": {
11497 "version": "27.5.1",
11498 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
11499 "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
11500 "license": "MIT",
11501 "dependencies": {
11502 "@jest/environment": "^27.5.1",
11503 "@jest/fake-timers": "^27.5.1",
11504 "@jest/globals": "^27.5.1",
11505 "@jest/source-map": "^27.5.1",
11506 "@jest/test-result": "^27.5.1",
11507 "@jest/transform": "^27.5.1",
11508 "@jest/types": "^27.5.1",
11509 "chalk": "^4.0.0",
11510 "cjs-module-lexer": "^1.0.0",
11511 "collect-v8-coverage": "^1.0.0",
11512 "execa": "^5.0.0",
11513 "glob": "^7.1.3",
11514 "graceful-fs": "^4.2.9",
11515 "jest-haste-map": "^27.5.1",
11516 "jest-message-util": "^27.5.1",
11517 "jest-mock": "^27.5.1",
11518 "jest-regex-util": "^27.5.1",
11519 "jest-resolve": "^27.5.1",
11520 "jest-snapshot": "^27.5.1",
11521 "jest-util": "^27.5.1",
11522 "slash": "^3.0.0",
11523 "strip-bom": "^4.0.0"
11524 },
11525 "engines": {
11526 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11527 }
11528 },
11529 "node_modules/jest-serializer": {
11530 "version": "27.5.1",
11531 "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
11532 "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
11533 "license": "MIT",
11534 "dependencies": {
11535 "@types/node": "*",
11536 "graceful-fs": "^4.2.9"
11537 },
11538 "engines": {
11539 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11540 }
11541 },
11542 "node_modules/jest-snapshot": {
11543 "version": "27.5.1",
11544 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
11545 "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
11546 "license": "MIT",
11547 "dependencies": {
11548 "@babel/core": "^7.7.2",
11549 "@babel/generator": "^7.7.2",
11550 "@babel/plugin-syntax-typescript": "^7.7.2",
11551 "@babel/traverse": "^7.7.2",
11552 "@babel/types": "^7.0.0",
11553 "@jest/transform": "^27.5.1",
11554 "@jest/types": "^27.5.1",
11555 "@types/babel__traverse": "^7.0.4",
11556 "@types/prettier": "^2.1.5",
11557 "babel-preset-current-node-syntax": "^1.0.0",
11558 "chalk": "^4.0.0",
11559 "expect": "^27.5.1",
11560 "graceful-fs": "^4.2.9",
11561 "jest-diff": "^27.5.1",
11562 "jest-get-type": "^27.5.1",
11563 "jest-haste-map": "^27.5.1",
11564 "jest-matcher-utils": "^27.5.1",
11565 "jest-message-util": "^27.5.1",
11566 "jest-util": "^27.5.1",
11567 "natural-compare": "^1.4.0",
11568 "pretty-format": "^27.5.1",
11569 "semver": "^7.3.2"
11570 },
11571 "engines": {
11572 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11573 }
11574 },
11575 "node_modules/jest-util": {
11576 "version": "27.5.1",
11577 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
11578 "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
11579 "license": "MIT",
11580 "dependencies": {
11581 "@jest/types": "^27.5.1",
11582 "@types/node": "*",
11583 "chalk": "^4.0.0",
11584 "ci-info": "^3.2.0",
11585 "graceful-fs": "^4.2.9",
11586 "picomatch": "^2.2.3"
11587 },
11588 "engines": {
11589 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11590 }
11591 },
11592 "node_modules/jest-validate": {
11593 "version": "27.5.1",
11594 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
11595 "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
11596 "license": "MIT",
11597 "dependencies": {
11598 "@jest/types": "^27.5.1",
11599 "camelcase": "^6.2.0",
11600 "chalk": "^4.0.0",
11601 "jest-get-type": "^27.5.1",
11602 "leven": "^3.1.0",
11603 "pretty-format": "^27.5.1"
11604 },
11605 "engines": {
11606 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11607 }
11608 },
11609 "node_modules/jest-watch-typeahead": {
11610 "version": "1.1.0",
11611 "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz",
11612 "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==",
11613 "license": "MIT",
11614 "dependencies": {
11615 "ansi-escapes": "^4.3.1",
11616 "chalk": "^4.0.0",
11617 "jest-regex-util": "^28.0.0",
11618 "jest-watcher": "^28.0.0",
11619 "slash": "^4.0.0",
11620 "string-length": "^5.0.1",
11621 "strip-ansi": "^7.0.1"
11622 },
11623 "engines": {
11624 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11625 },
11626 "peerDependencies": {
11627 "jest": "^27.0.0 || ^28.0.0"
11628 }
11629 },
11630 "node_modules/jest-watch-typeahead/node_modules/@jest/console": {
11631 "version": "28.1.3",
11632 "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz",
11633 "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==",
11634 "license": "MIT",
11635 "dependencies": {
11636 "@jest/types": "^28.1.3",
11637 "@types/node": "*",
11638 "chalk": "^4.0.0",
11639 "jest-message-util": "^28.1.3",
11640 "jest-util": "^28.1.3",
11641 "slash": "^3.0.0"
11642 },
11643 "engines": {
11644 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11645 }
11646 },
11647 "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": {
11648 "version": "3.0.0",
11649 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
11650 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
11651 "license": "MIT",
11652 "engines": {
11653 "node": ">=8"
11654 }
11655 },
11656 "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": {
11657 "version": "28.1.3",
11658 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz",
11659 "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==",
11660 "license": "MIT",
11661 "dependencies": {
11662 "@jest/console": "^28.1.3",
11663 "@jest/types": "^28.1.3",
11664 "@types/istanbul-lib-coverage": "^2.0.0",
11665 "collect-v8-coverage": "^1.0.0"
11666 },
11667 "engines": {
11668 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11669 }
11670 },
11671 "node_modules/jest-watch-typeahead/node_modules/@jest/types": {
11672 "version": "28.1.3",
11673 "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
11674 "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
11675 "license": "MIT",
11676 "dependencies": {
11677 "@jest/schemas": "^28.1.3",
11678 "@types/istanbul-lib-coverage": "^2.0.0",
11679 "@types/istanbul-reports": "^3.0.0",
11680 "@types/node": "*",
11681 "@types/yargs": "^17.0.8",
11682 "chalk": "^4.0.0"
11683 },
11684 "engines": {
11685 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11686 }
11687 },
11688 "node_modules/jest-watch-typeahead/node_modules/@types/yargs": {
11689 "version": "17.0.33",
11690 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz",
11691 "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==",
11692 "license": "MIT",
11693 "dependencies": {
11694 "@types/yargs-parser": "*"
11695 }
11696 },
11697 "node_modules/jest-watch-typeahead/node_modules/ansi-styles": {
11698 "version": "5.2.0",
11699 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
11700 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
11701 "license": "MIT",
11702 "engines": {
11703 "node": ">=10"
11704 },
11705 "funding": {
11706 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11707 }
11708 },
11709 "node_modules/jest-watch-typeahead/node_modules/emittery": {
11710 "version": "0.10.2",
11711 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
11712 "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==",
11713 "license": "MIT",
11714 "engines": {
11715 "node": ">=12"
11716 },
11717 "funding": {
11718 "url": "https://github.com/sindresorhus/emittery?sponsor=1"
11719 }
11720 },
11721 "node_modules/jest-watch-typeahead/node_modules/jest-message-util": {
11722 "version": "28.1.3",
11723 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz",
11724 "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==",
11725 "license": "MIT",
11726 "dependencies": {
11727 "@babel/code-frame": "^7.12.13",
11728 "@jest/types": "^28.1.3",
11729 "@types/stack-utils": "^2.0.0",
11730 "chalk": "^4.0.0",
11731 "graceful-fs": "^4.2.9",
11732 "micromatch": "^4.0.4",
11733 "pretty-format": "^28.1.3",
11734 "slash": "^3.0.0",
11735 "stack-utils": "^2.0.3"
11736 },
11737 "engines": {
11738 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11739 }
11740 },
11741 "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": {
11742 "version": "3.0.0",
11743 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
11744 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
11745 "license": "MIT",
11746 "engines": {
11747 "node": ">=8"
11748 }
11749 },
11750 "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": {
11751 "version": "28.0.2",
11752 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
11753 "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
11754 "license": "MIT",
11755 "engines": {
11756 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11757 }
11758 },
11759 "node_modules/jest-watch-typeahead/node_modules/jest-util": {
11760 "version": "28.1.3",
11761 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
11762 "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
11763 "license": "MIT",
11764 "dependencies": {
11765 "@jest/types": "^28.1.3",
11766 "@types/node": "*",
11767 "chalk": "^4.0.0",
11768 "ci-info": "^3.2.0",
11769 "graceful-fs": "^4.2.9",
11770 "picomatch": "^2.2.3"
11771 },
11772 "engines": {
11773 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11774 }
11775 },
11776 "node_modules/jest-watch-typeahead/node_modules/jest-watcher": {
11777 "version": "28.1.3",
11778 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz",
11779 "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==",
11780 "license": "MIT",
11781 "dependencies": {
11782 "@jest/test-result": "^28.1.3",
11783 "@jest/types": "^28.1.3",
11784 "@types/node": "*",
11785 "ansi-escapes": "^4.2.1",
11786 "chalk": "^4.0.0",
11787 "emittery": "^0.10.2",
11788 "jest-util": "^28.1.3",
11789 "string-length": "^4.0.1"
11790 },
11791 "engines": {
11792 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11793 }
11794 },
11795 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": {
11796 "version": "4.0.2",
11797 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
11798 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
11799 "license": "MIT",
11800 "dependencies": {
11801 "char-regex": "^1.0.2",
11802 "strip-ansi": "^6.0.0"
11803 },
11804 "engines": {
11805 "node": ">=10"
11806 }
11807 },
11808 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": {
11809 "version": "6.0.1",
11810 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
11811 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
11812 "license": "MIT",
11813 "dependencies": {
11814 "ansi-regex": "^5.0.1"
11815 },
11816 "engines": {
11817 "node": ">=8"
11818 }
11819 },
11820 "node_modules/jest-watch-typeahead/node_modules/pretty-format": {
11821 "version": "28.1.3",
11822 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
11823 "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
11824 "license": "MIT",
11825 "dependencies": {
11826 "@jest/schemas": "^28.1.3",
11827 "ansi-regex": "^5.0.1",
11828 "ansi-styles": "^5.0.0",
11829 "react-is": "^18.0.0"
11830 },
11831 "engines": {
11832 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11833 }
11834 },
11835 "node_modules/jest-watch-typeahead/node_modules/react-is": {
11836 "version": "18.3.1",
11837 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
11838 "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
11839 "license": "MIT"
11840 },
11841 "node_modules/jest-watch-typeahead/node_modules/slash": {
11842 "version": "4.0.0",
11843 "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
11844 "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
11845 "license": "MIT",
11846 "engines": {
11847 "node": ">=12"
11848 },
11849 "funding": {
11850 "url": "https://github.com/sponsors/sindresorhus"
11851 }
11852 },
11853 "node_modules/jest-watch-typeahead/node_modules/string-length": {
11854 "version": "5.0.1",
11855 "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
11856 "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
11857 "license": "MIT",
11858 "dependencies": {
11859 "char-regex": "^2.0.0",
11860 "strip-ansi": "^7.0.1"
11861 },
11862 "engines": {
11863 "node": ">=12.20"
11864 },
11865 "funding": {
11866 "url": "https://github.com/sponsors/sindresorhus"
11867 }
11868 },
11869 "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": {
11870 "version": "2.0.2",
11871 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.2.tgz",
11872 "integrity": "sha512-cbGOjAptfM2LVmWhwRFHEKTPkLwNddVmuqYZQt895yXwAsWsXObCG+YN4DGQ/JBtT4GP1a1lPPdio2z413LmTg==",
11873 "license": "MIT",
11874 "engines": {
11875 "node": ">=12.20"
11876 }
11877 },
11878 "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
11879 "version": "7.1.0",
11880 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
11881 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
11882 "license": "MIT",
11883 "dependencies": {
11884 "ansi-regex": "^6.0.1"
11885 },
11886 "engines": {
11887 "node": ">=12"
11888 },
11889 "funding": {
11890 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
11891 }
11892 },
11893 "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": {
11894 "version": "6.1.0",
11895 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
11896 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
11897 "license": "MIT",
11898 "engines": {
11899 "node": ">=12"
11900 },
11901 "funding": {
11902 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
11903 }
11904 },
11905 "node_modules/jest-watcher": {
11906 "version": "27.5.1",
11907 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
11908 "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
11909 "license": "MIT",
11910 "dependencies": {
11911 "@jest/test-result": "^27.5.1",
11912 "@jest/types": "^27.5.1",
11913 "@types/node": "*",
11914 "ansi-escapes": "^4.2.1",
11915 "chalk": "^4.0.0",
11916 "jest-util": "^27.5.1",
11917 "string-length": "^4.0.1"
11918 },
11919 "engines": {
11920 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11921 }
11922 },
11923 "node_modules/jest-worker": {
11924 "version": "27.5.1",
11925 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
11926 "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
11927 "license": "MIT",
11928 "dependencies": {
11929 "@types/node": "*",
11930 "merge-stream": "^2.0.0",
11931 "supports-color": "^8.0.0"
11932 },
11933 "engines": {
11934 "node": ">= 10.13.0"
11935 }
11936 },
11937 "node_modules/jest-worker/node_modules/supports-color": {
11938 "version": "8.1.1",
11939 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
11940 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
11941 "license": "MIT",
11942 "dependencies": {
11943 "has-flag": "^4.0.0"
11944 },
11945 "engines": {
11946 "node": ">=10"
11947 },
11948 "funding": {
11949 "url": "https://github.com/chalk/supports-color?sponsor=1"
11950 }
11951 },
11952 "node_modules/jiti": {
11953 "version": "1.21.7",
11954 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
11955 "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
11956 "license": "MIT",
11957 "bin": {
11958 "jiti": "bin/jiti.js"
11959 }
11960 },
11961 "node_modules/jose": {
11962 "version": "5.10.0",
11963 "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
11964 "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
11965 "license": "MIT",
11966 "funding": {
11967 "url": "https://github.com/sponsors/panva"
11968 }
11969 },
11970 "node_modules/js-tokens": {
11971 "version": "4.0.0",
11972 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
11973 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
11974 "license": "MIT"
11975 },
11976 "node_modules/js-yaml": {
11977 "version": "3.14.1",
11978 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
11979 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
11980 "license": "MIT",
11981 "dependencies": {
11982 "argparse": "^1.0.7",
11983 "esprima": "^4.0.0"
11984 },
11985 "bin": {
11986 "js-yaml": "bin/js-yaml.js"
11987 }
11988 },
11989 "node_modules/jsdom": {
11990 "version": "16.7.0",
11991 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
11992 "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
11993 "license": "MIT",
11994 "dependencies": {
11995 "abab": "^2.0.5",
11996 "acorn": "^8.2.4",
11997 "acorn-globals": "^6.0.0",
11998 "cssom": "^0.4.4",
11999 "cssstyle": "^2.3.0",
12000 "data-urls": "^2.0.0",
12001 "decimal.js": "^10.2.1",
12002 "domexception": "^2.0.1",
12003 "escodegen": "^2.0.0",
12004 "form-data": "^3.0.0",
12005 "html-encoding-sniffer": "^2.0.1",
12006 "http-proxy-agent": "^4.0.1",
12007 "https-proxy-agent": "^5.0.0",
12008 "is-potential-custom-element-name": "^1.0.1",
12009 "nwsapi": "^2.2.0",
12010 "parse5": "6.0.1",
12011 "saxes": "^5.0.1",
12012 "symbol-tree": "^3.2.4",
12013 "tough-cookie": "^4.0.0",
12014 "w3c-hr-time": "^1.0.2",
12015 "w3c-xmlserializer": "^2.0.0",
12016 "webidl-conversions": "^6.1.0",
12017 "whatwg-encoding": "^1.0.5",
12018 "whatwg-mimetype": "^2.3.0",
12019 "whatwg-url": "^8.5.0",
12020 "ws": "^7.4.6",
12021 "xml-name-validator": "^3.0.0"
12022 },
12023 "engines": {
12024 "node": ">=10"
12025 },
12026 "peerDependencies": {
12027 "canvas": "^2.5.0"
12028 },
12029 "peerDependenciesMeta": {
12030 "canvas": {
12031 "optional": true
12032 }
12033 }
12034 },
12035 "node_modules/jsdom/node_modules/form-data": {
12036 "version": "3.0.3",
12037 "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.3.tgz",
12038 "integrity": "sha512-q5YBMeWy6E2Un0nMGWMgI65MAKtaylxfNJGJxpGh45YDciZB4epbWpaAfImil6CPAPTYB4sh0URQNDRIZG5F2w==",
12039 "license": "MIT",
12040 "dependencies": {
12041 "asynckit": "^0.4.0",
12042 "combined-stream": "^1.0.8",
12043 "es-set-tostringtag": "^2.1.0",
12044 "mime-types": "^2.1.35"
12045 },
12046 "engines": {
12047 "node": ">= 6"
12048 }
12049 },
12050 "node_modules/jsesc": {
12051 "version": "3.1.0",
12052 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
12053 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
12054 "license": "MIT",
12055 "bin": {
12056 "jsesc": "bin/jsesc"
12057 },
12058 "engines": {
12059 "node": ">=6"
12060 }
12061 },
12062 "node_modules/json-buffer": {
12063 "version": "3.0.1",
12064 "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
12065 "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
12066 "license": "MIT"
12067 },
12068 "node_modules/json-parse-even-better-errors": {
12069 "version": "2.3.1",
12070 "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
12071 "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
12072 "license": "MIT"
12073 },
12074 "node_modules/json-schema": {
12075 "version": "0.4.0",
12076 "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
12077 "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
12078 "license": "(AFL-2.1 OR BSD-3-Clause)"
12079 },
12080 "node_modules/json-schema-traverse": {
12081 "version": "0.4.1",
12082 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
12083 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
12084 "license": "MIT"
12085 },
12086 "node_modules/json-stable-stringify-without-jsonify": {
12087 "version": "1.0.1",
12088 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
12089 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
12090 "license": "MIT"
12091 },
12092 "node_modules/json5": {
12093 "version": "2.2.3",
12094 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
12095 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
12096 "license": "MIT",
12097 "bin": {
12098 "json5": "lib/cli.js"
12099 },
12100 "engines": {
12101 "node": ">=6"
12102 }
12103 },
12104 "node_modules/jsonfile": {
12105 "version": "6.1.0",
12106 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
12107 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
12108 "license": "MIT",
12109 "dependencies": {
12110 "universalify": "^2.0.0"
12111 },
12112 "optionalDependencies": {
12113 "graceful-fs": "^4.1.6"
12114 }
12115 },
12116 "node_modules/jsonpath": {
12117 "version": "1.1.1",
12118 "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz",
12119 "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==",
12120 "license": "MIT",
12121 "dependencies": {
12122 "esprima": "1.2.2",
12123 "static-eval": "2.0.2",
12124 "underscore": "1.12.1"
12125 }
12126 },
12127 "node_modules/jsonpath/node_modules/esprima": {
12128 "version": "1.2.2",
12129 "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz",
12130 "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==",
12131 "bin": {
12132 "esparse": "bin/esparse.js",
12133 "esvalidate": "bin/esvalidate.js"
12134 },
12135 "engines": {
12136 "node": ">=0.4.0"
12137 }
12138 },
12139 "node_modules/jsonpointer": {
12140 "version": "5.0.1",
12141 "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
12142 "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
12143 "license": "MIT",
12144 "engines": {
12145 "node": ">=0.10.0"
12146 }
12147 },
12148 "node_modules/jsonwebtoken": {
12149 "version": "9.0.2",
12150 "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
12151 "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
12152 "license": "MIT",
12153 "dependencies": {
12154 "jws": "^3.2.2",
12155 "lodash.includes": "^4.3.0",
12156 "lodash.isboolean": "^3.0.3",
12157 "lodash.isinteger": "^4.0.4",
12158 "lodash.isnumber": "^3.0.3",
12159 "lodash.isplainobject": "^4.0.6",
12160 "lodash.isstring": "^4.0.1",
12161 "lodash.once": "^4.0.0",
12162 "ms": "^2.1.1",
12163 "semver": "^7.5.4"
12164 },
12165 "engines": {
12166 "node": ">=12",
12167 "npm": ">=6"
12168 }
12169 },
12170 "node_modules/jsonwebtoken/node_modules/ms": {
12171 "version": "2.1.3",
12172 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
12173 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
12174 "license": "MIT"
12175 },
12176 "node_modules/jsx-ast-utils": {
12177 "version": "3.3.5",
12178 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
12179 "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
12180 "license": "MIT",
12181 "dependencies": {
12182 "array-includes": "^3.1.6",
12183 "array.prototype.flat": "^1.3.1",
12184 "object.assign": "^4.1.4",
12185 "object.values": "^1.1.6"
12186 },
12187 "engines": {
12188 "node": ">=4.0"
12189 }
12190 },
12191 "node_modules/jwa": {
12192 "version": "1.4.1",
12193 "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz",
12194 "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==",
12195 "license": "MIT",
12196 "dependencies": {
12197 "buffer-equal-constant-time": "1.0.1",
12198 "ecdsa-sig-formatter": "1.0.11",
12199 "safe-buffer": "^5.0.1"
12200 }
12201 },
12202 "node_modules/jws": {
12203 "version": "3.2.2",
12204 "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz",
12205 "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==",
12206 "license": "MIT",
12207 "dependencies": {
12208 "jwa": "^1.4.1",
12209 "safe-buffer": "^5.0.1"
12210 }
12211 },
12212 "node_modules/jwt-decode": {
12213 "version": "4.0.0",
12214 "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz",
12215 "integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==",
12216 "license": "MIT",
12217 "engines": {
12218 "node": ">=18"
12219 }
12220 },
12221 "node_modules/keyv": {
12222 "version": "4.5.4",
12223 "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
12224 "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
12225 "license": "MIT",
12226 "dependencies": {
12227 "json-buffer": "3.0.1"
12228 }
12229 },
12230 "node_modules/kind-of": {
12231 "version": "6.0.3",
12232 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
12233 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
12234 "license": "MIT",
12235 "engines": {
12236 "node": ">=0.10.0"
12237 }
12238 },
12239 "node_modules/kleur": {
12240 "version": "3.0.3",
12241 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
12242 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
12243 "license": "MIT",
12244 "engines": {
12245 "node": ">=6"
12246 }
12247 },
12248 "node_modules/klona": {
12249 "version": "2.0.6",
12250 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
12251 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
12252 "license": "MIT",
12253 "engines": {
12254 "node": ">= 8"
12255 }
12256 },
12257 "node_modules/language-subtag-registry": {
12258 "version": "0.3.23",
12259 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
12260 "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
12261 "license": "CC0-1.0"
12262 },
12263 "node_modules/language-tags": {
12264 "version": "1.0.9",
12265 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
12266 "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
12267 "license": "MIT",
12268 "dependencies": {
12269 "language-subtag-registry": "^0.3.20"
12270 },
12271 "engines": {
12272 "node": ">=0.10"
12273 }
12274 },
12275 "node_modules/launch-editor": {
12276 "version": "2.10.0",
12277 "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.10.0.tgz",
12278 "integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==",
12279 "license": "MIT",
12280 "dependencies": {
12281 "picocolors": "^1.0.0",
12282 "shell-quote": "^1.8.1"
12283 }
12284 },
12285 "node_modules/leven": {
12286 "version": "3.1.0",
12287 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
12288 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
12289 "license": "MIT",
12290 "engines": {
12291 "node": ">=6"
12292 }
12293 },
12294 "node_modules/levn": {
12295 "version": "0.4.1",
12296 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
12297 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
12298 "license": "MIT",
12299 "dependencies": {
12300 "prelude-ls": "^1.2.1",
12301 "type-check": "~0.4.0"
12302 },
12303 "engines": {
12304 "node": ">= 0.8.0"
12305 }
12306 },
12307 "node_modules/lilconfig": {
12308 "version": "2.1.0",
12309 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
12310 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
12311 "license": "MIT",
12312 "engines": {
12313 "node": ">=10"
12314 }
12315 },
12316 "node_modules/lines-and-columns": {
12317 "version": "1.2.4",
12318 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
12319 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
12320 "license": "MIT"
12321 },
12322 "node_modules/loader-runner": {
12323 "version": "4.3.0",
12324 "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
12325 "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
12326 "license": "MIT",
12327 "engines": {
12328 "node": ">=6.11.5"
12329 }
12330 },
12331 "node_modules/loader-utils": {
12332 "version": "2.0.4",
12333 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
12334 "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
12335 "license": "MIT",
12336 "dependencies": {
12337 "big.js": "^5.2.2",
12338 "emojis-list": "^3.0.0",
12339 "json5": "^2.1.2"
12340 },
12341 "engines": {
12342 "node": ">=8.9.0"
12343 }
12344 },
12345 "node_modules/locate-path": {
12346 "version": "5.0.0",
12347 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
12348 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
12349 "license": "MIT",
12350 "dependencies": {
12351 "p-locate": "^4.1.0"
12352 },
12353 "engines": {
12354 "node": ">=8"
12355 }
12356 },
12357 "node_modules/lodash": {
12358 "version": "4.17.21",
12359 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
12360 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
12361 "license": "MIT"
12362 },
12363 "node_modules/lodash.debounce": {
12364 "version": "4.0.8",
12365 "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
12366 "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
12367 "license": "MIT"
12368 },
12369 "node_modules/lodash.includes": {
12370 "version": "4.3.0",
12371 "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
12372 "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
12373 "license": "MIT"
12374 },
12375 "node_modules/lodash.isboolean": {
12376 "version": "3.0.3",
12377 "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
12378 "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
12379 "license": "MIT"
12380 },
12381 "node_modules/lodash.isinteger": {
12382 "version": "4.0.4",
12383 "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
12384 "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
12385 "license": "MIT"
12386 },
12387 "node_modules/lodash.isnumber": {
12388 "version": "3.0.3",
12389 "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
12390 "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
12391 "license": "MIT"
12392 },
12393 "node_modules/lodash.isplainobject": {
12394 "version": "4.0.6",
12395 "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
12396 "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
12397 "license": "MIT"
12398 },
12399 "node_modules/lodash.isstring": {
12400 "version": "4.0.1",
12401 "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
12402 "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
12403 "license": "MIT"
12404 },
12405 "node_modules/lodash.memoize": {
12406 "version": "4.1.2",
12407 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
12408 "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
12409 "license": "MIT"
12410 },
12411 "node_modules/lodash.merge": {
12412 "version": "4.6.2",
12413 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
12414 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
12415 "license": "MIT"
12416 },
12417 "node_modules/lodash.once": {
12418 "version": "4.1.1",
12419 "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
12420 "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
12421 "license": "MIT"
12422 },
12423 "node_modules/lodash.sortby": {
12424 "version": "4.7.0",
12425 "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
12426 "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
12427 "license": "MIT"
12428 },
12429 "node_modules/lodash.uniq": {
12430 "version": "4.5.0",
12431 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
12432 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
12433 "license": "MIT"
12434 },
12435 "node_modules/loose-envify": {
12436 "version": "1.4.0",
12437 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
12438 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
12439 "license": "MIT",
12440 "dependencies": {
12441 "js-tokens": "^3.0.0 || ^4.0.0"
12442 },
12443 "bin": {
12444 "loose-envify": "cli.js"
12445 }
12446 },
12447 "node_modules/lower-case": {
12448 "version": "2.0.2",
12449 "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
12450 "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
12451 "license": "MIT",
12452 "dependencies": {
12453 "tslib": "^2.0.3"
12454 }
12455 },
12456 "node_modules/lru-cache": {
12457 "version": "10.4.3",
12458 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
12459 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
12460 "license": "ISC"
12461 },
12462 "node_modules/magic-string": {
12463 "version": "0.25.9",
12464 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
12465 "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
12466 "license": "MIT",
12467 "dependencies": {
12468 "sourcemap-codec": "^1.4.8"
12469 }
12470 },
12471 "node_modules/make-dir": {
12472 "version": "3.1.0",
12473 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
12474 "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
12475 "license": "MIT",
12476 "dependencies": {
12477 "semver": "^6.0.0"
12478 },
12479 "engines": {
12480 "node": ">=8"
12481 },
12482 "funding": {
12483 "url": "https://github.com/sponsors/sindresorhus"
12484 }
12485 },
12486 "node_modules/make-dir/node_modules/semver": {
12487 "version": "6.3.1",
12488 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
12489 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
12490 "license": "ISC",
12491 "bin": {
12492 "semver": "bin/semver.js"
12493 }
12494 },
12495 "node_modules/makeerror": {
12496 "version": "1.0.12",
12497 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
12498 "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
12499 "license": "BSD-3-Clause",
12500 "dependencies": {
12501 "tmpl": "1.0.5"
12502 }
12503 },
12504 "node_modules/math-intrinsics": {
12505 "version": "1.1.0",
12506 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
12507 "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
12508 "license": "MIT",
12509 "engines": {
12510 "node": ">= 0.4"
12511 }
12512 },
12513 "node_modules/matter-js": {
12514 "version": "0.20.0",
12515 "resolved": "https://registry.npmjs.org/matter-js/-/matter-js-0.20.0.tgz",
12516 "integrity": "sha512-iC9fYR7zVT3HppNnsFsp9XOoQdQN2tUyfaKg4CHLH8bN+j6GT4Gw7IH2rP0tflAebrHFw730RR3DkVSZRX8hwA==",
12517 "license": "MIT"
12518 },
12519 "node_modules/mdn-data": {
12520 "version": "2.0.4",
12521 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
12522 "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==",
12523 "license": "CC0-1.0"
12524 },
12525 "node_modules/media-typer": {
12526 "version": "0.3.0",
12527 "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
12528 "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
12529 "license": "MIT",
12530 "engines": {
12531 "node": ">= 0.6"
12532 }
12533 },
12534 "node_modules/memfs": {
12535 "version": "3.5.3",
12536 "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
12537 "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
12538 "license": "Unlicense",
12539 "dependencies": {
12540 "fs-monkey": "^1.0.4"
12541 },
12542 "engines": {
12543 "node": ">= 4.0.0"
12544 }
12545 },
12546 "node_modules/merge-descriptors": {
12547 "version": "1.0.3",
12548 "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
12549 "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
12550 "license": "MIT",
12551 "funding": {
12552 "url": "https://github.com/sponsors/sindresorhus"
12553 }
12554 },
12555 "node_modules/merge-stream": {
12556 "version": "2.0.0",
12557 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
12558 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
12559 "license": "MIT"
12560 },
12561 "node_modules/merge2": {
12562 "version": "1.4.1",
12563 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
12564 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
12565 "license": "MIT",
12566 "engines": {
12567 "node": ">= 8"
12568 }
12569 },
12570 "node_modules/methods": {
12571 "version": "1.1.2",
12572 "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
12573 "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
12574 "license": "MIT",
12575 "engines": {
12576 "node": ">= 0.6"
12577 }
12578 },
12579 "node_modules/micromatch": {
12580 "version": "4.0.8",
12581 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
12582 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
12583 "license": "MIT",
12584 "dependencies": {
12585 "braces": "^3.0.3",
12586 "picomatch": "^2.3.1"
12587 },
12588 "engines": {
12589 "node": ">=8.6"
12590 }
12591 },
12592 "node_modules/mime": {
12593 "version": "1.6.0",
12594 "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
12595 "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
12596 "license": "MIT",
12597 "bin": {
12598 "mime": "cli.js"
12599 },
12600 "engines": {
12601 "node": ">=4"
12602 }
12603 },
12604 "node_modules/mime-db": {
12605 "version": "1.52.0",
12606 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
12607 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
12608 "license": "MIT",
12609 "engines": {
12610 "node": ">= 0.6"
12611 }
12612 },
12613 "node_modules/mime-types": {
12614 "version": "2.1.35",
12615 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
12616 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
12617 "license": "MIT",
12618 "dependencies": {
12619 "mime-db": "1.52.0"
12620 },
12621 "engines": {
12622 "node": ">= 0.6"
12623 }
12624 },
12625 "node_modules/mimic-fn": {
12626 "version": "2.1.0",
12627 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
12628 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
12629 "license": "MIT",
12630 "engines": {
12631 "node": ">=6"
12632 }
12633 },
12634 "node_modules/mini-css-extract-plugin": {
12635 "version": "2.9.2",
12636 "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz",
12637 "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==",
12638 "license": "MIT",
12639 "dependencies": {
12640 "schema-utils": "^4.0.0",
12641 "tapable": "^2.2.1"
12642 },
12643 "engines": {
12644 "node": ">= 12.13.0"
12645 },
12646 "funding": {
12647 "type": "opencollective",
12648 "url": "https://opencollective.com/webpack"
12649 },
12650 "peerDependencies": {
12651 "webpack": "^5.0.0"
12652 }
12653 },
12654 "node_modules/minimalistic-assert": {
12655 "version": "1.0.1",
12656 "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
12657 "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
12658 "license": "ISC"
12659 },
12660 "node_modules/minimatch": {
12661 "version": "3.1.2",
12662 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
12663 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
12664 "license": "ISC",
12665 "dependencies": {
12666 "brace-expansion": "^1.1.7"
12667 },
12668 "engines": {
12669 "node": "*"
12670 }
12671 },
12672 "node_modules/minimist": {
12673 "version": "1.2.8",
12674 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
12675 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
12676 "license": "MIT",
12677 "funding": {
12678 "url": "https://github.com/sponsors/ljharb"
12679 }
12680 },
12681 "node_modules/minipass": {
12682 "version": "7.1.2",
12683 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
12684 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
12685 "license": "ISC",
12686 "engines": {
12687 "node": ">=16 || 14 >=14.17"
12688 }
12689 },
12690 "node_modules/mkdirp": {
12691 "version": "0.5.6",
12692 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
12693 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
12694 "license": "MIT",
12695 "dependencies": {
12696 "minimist": "^1.2.6"
12697 },
12698 "bin": {
12699 "mkdirp": "bin/cmd.js"
12700 }
12701 },
12702 "node_modules/ms": {
12703 "version": "2.0.0",
12704 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
12705 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
12706 "license": "MIT"
12707 },
12708 "node_modules/multicast-dns": {
12709 "version": "7.2.5",
12710 "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
12711 "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
12712 "license": "MIT",
12713 "dependencies": {
12714 "dns-packet": "^5.2.2",
12715 "thunky": "^1.0.2"
12716 },
12717 "bin": {
12718 "multicast-dns": "cli.js"
12719 }
12720 },
12721 "node_modules/multiformats": {
12722 "version": "9.9.0",
12723 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz",
12724 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==",
12725 "license": "(Apache-2.0 AND MIT)"
12726 },
12727 "node_modules/mz": {
12728 "version": "2.7.0",
12729 "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
12730 "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
12731 "license": "MIT",
12732 "dependencies": {
12733 "any-promise": "^1.0.0",
12734 "object-assign": "^4.0.1",
12735 "thenify-all": "^1.0.0"
12736 }
12737 },
12738 "node_modules/nanoid": {
12739 "version": "3.3.8",
12740 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
12741 "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
12742 "funding": [
12743 {
12744 "type": "github",
12745 "url": "https://github.com/sponsors/ai"
12746 }
12747 ],
12748 "license": "MIT",
12749 "bin": {
12750 "nanoid": "bin/nanoid.cjs"
12751 },
12752 "engines": {
12753 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
12754 }
12755 },
12756 "node_modules/natural-compare": {
12757 "version": "1.4.0",
12758 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
12759 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
12760 "license": "MIT"
12761 },
12762 "node_modules/natural-compare-lite": {
12763 "version": "1.4.0",
12764 "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
12765 "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
12766 "license": "MIT"
12767 },
12768 "node_modules/negotiator": {
12769 "version": "0.6.4",
12770 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
12771 "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
12772 "license": "MIT",
12773 "engines": {
12774 "node": ">= 0.6"
12775 }
12776 },
12777 "node_modules/neo-async": {
12778 "version": "2.6.2",
12779 "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
12780 "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
12781 "license": "MIT"
12782 },
12783 "node_modules/no-case": {
12784 "version": "3.0.4",
12785 "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
12786 "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
12787 "license": "MIT",
12788 "dependencies": {
12789 "lower-case": "^2.0.2",
12790 "tslib": "^2.0.3"
12791 }
12792 },
12793 "node_modules/node-forge": {
12794 "version": "1.3.1",
12795 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
12796 "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
12797 "license": "(BSD-3-Clause OR GPL-2.0)",
12798 "engines": {
12799 "node": ">= 6.13.0"
12800 }
12801 },
12802 "node_modules/node-int64": {
12803 "version": "0.4.0",
12804 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
12805 "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
12806 "license": "MIT"
12807 },
12808 "node_modules/node-releases": {
12809 "version": "2.0.19",
12810 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
12811 "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
12812 "license": "MIT"
12813 },
12814 "node_modules/normalize-path": {
12815 "version": "3.0.0",
12816 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
12817 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
12818 "license": "MIT",
12819 "engines": {
12820 "node": ">=0.10.0"
12821 }
12822 },
12823 "node_modules/normalize-range": {
12824 "version": "0.1.2",
12825 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
12826 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
12827 "license": "MIT",
12828 "engines": {
12829 "node": ">=0.10.0"
12830 }
12831 },
12832 "node_modules/normalize-url": {
12833 "version": "6.1.0",
12834 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
12835 "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
12836 "license": "MIT",
12837 "engines": {
12838 "node": ">=10"
12839 },
12840 "funding": {
12841 "url": "https://github.com/sponsors/sindresorhus"
12842 }
12843 },
12844 "node_modules/npm-run-path": {
12845 "version": "4.0.1",
12846 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
12847 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
12848 "license": "MIT",
12849 "dependencies": {
12850 "path-key": "^3.0.0"
12851 },
12852 "engines": {
12853 "node": ">=8"
12854 }
12855 },
12856 "node_modules/nth-check": {
12857 "version": "2.1.1",
12858 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
12859 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
12860 "license": "BSD-2-Clause",
12861 "dependencies": {
12862 "boolbase": "^1.0.0"
12863 },
12864 "funding": {
12865 "url": "https://github.com/fb55/nth-check?sponsor=1"
12866 }
12867 },
12868 "node_modules/nwsapi": {
12869 "version": "2.2.16",
12870 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.16.tgz",
12871 "integrity": "sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==",
12872 "license": "MIT"
12873 },
12874 "node_modules/object-assign": {
12875 "version": "4.1.1",
12876 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
12877 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
12878 "license": "MIT",
12879 "engines": {
12880 "node": ">=0.10.0"
12881 }
12882 },
12883 "node_modules/object-hash": {
12884 "version": "3.0.0",
12885 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
12886 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
12887 "license": "MIT",
12888 "engines": {
12889 "node": ">= 6"
12890 }
12891 },
12892 "node_modules/object-inspect": {
12893 "version": "1.13.4",
12894 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
12895 "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
12896 "license": "MIT",
12897 "engines": {
12898 "node": ">= 0.4"
12899 },
12900 "funding": {
12901 "url": "https://github.com/sponsors/ljharb"
12902 }
12903 },
12904 "node_modules/object-keys": {
12905 "version": "1.1.1",
12906 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
12907 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
12908 "license": "MIT",
12909 "engines": {
12910 "node": ">= 0.4"
12911 }
12912 },
12913 "node_modules/object.assign": {
12914 "version": "4.1.7",
12915 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
12916 "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
12917 "license": "MIT",
12918 "dependencies": {
12919 "call-bind": "^1.0.8",
12920 "call-bound": "^1.0.3",
12921 "define-properties": "^1.2.1",
12922 "es-object-atoms": "^1.0.0",
12923 "has-symbols": "^1.1.0",
12924 "object-keys": "^1.1.1"
12925 },
12926 "engines": {
12927 "node": ">= 0.4"
12928 },
12929 "funding": {
12930 "url": "https://github.com/sponsors/ljharb"
12931 }
12932 },
12933 "node_modules/object.entries": {
12934 "version": "1.1.8",
12935 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
12936 "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
12937 "license": "MIT",
12938 "dependencies": {
12939 "call-bind": "^1.0.7",
12940 "define-properties": "^1.2.1",
12941 "es-object-atoms": "^1.0.0"
12942 },
12943 "engines": {
12944 "node": ">= 0.4"
12945 }
12946 },
12947 "node_modules/object.fromentries": {
12948 "version": "2.0.8",
12949 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
12950 "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
12951 "license": "MIT",
12952 "dependencies": {
12953 "call-bind": "^1.0.7",
12954 "define-properties": "^1.2.1",
12955 "es-abstract": "^1.23.2",
12956 "es-object-atoms": "^1.0.0"
12957 },
12958 "engines": {
12959 "node": ">= 0.4"
12960 },
12961 "funding": {
12962 "url": "https://github.com/sponsors/ljharb"
12963 }
12964 },
12965 "node_modules/object.getownpropertydescriptors": {
12966 "version": "2.1.8",
12967 "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz",
12968 "integrity": "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==",
12969 "license": "MIT",
12970 "dependencies": {
12971 "array.prototype.reduce": "^1.0.6",
12972 "call-bind": "^1.0.7",
12973 "define-properties": "^1.2.1",
12974 "es-abstract": "^1.23.2",
12975 "es-object-atoms": "^1.0.0",
12976 "gopd": "^1.0.1",
12977 "safe-array-concat": "^1.1.2"
12978 },
12979 "engines": {
12980 "node": ">= 0.8"
12981 },
12982 "funding": {
12983 "url": "https://github.com/sponsors/ljharb"
12984 }
12985 },
12986 "node_modules/object.groupby": {
12987 "version": "1.0.3",
12988 "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
12989 "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
12990 "license": "MIT",
12991 "dependencies": {
12992 "call-bind": "^1.0.7",
12993 "define-properties": "^1.2.1",
12994 "es-abstract": "^1.23.2"
12995 },
12996 "engines": {
12997 "node": ">= 0.4"
12998 }
12999 },
13000 "node_modules/object.values": {
13001 "version": "1.2.1",
13002 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
13003 "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
13004 "license": "MIT",
13005 "dependencies": {
13006 "call-bind": "^1.0.8",
13007 "call-bound": "^1.0.3",
13008 "define-properties": "^1.2.1",
13009 "es-object-atoms": "^1.0.0"
13010 },
13011 "engines": {
13012 "node": ">= 0.4"
13013 },
13014 "funding": {
13015 "url": "https://github.com/sponsors/ljharb"
13016 }
13017 },
13018 "node_modules/obuf": {
13019 "version": "1.1.2",
13020 "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
13021 "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
13022 "license": "MIT"
13023 },
13024 "node_modules/on-finished": {
13025 "version": "2.4.1",
13026 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
13027 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
13028 "license": "MIT",
13029 "dependencies": {
13030 "ee-first": "1.1.1"
13031 },
13032 "engines": {
13033 "node": ">= 0.8"
13034 }
13035 },
13036 "node_modules/on-headers": {
13037 "version": "1.0.2",
13038 "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
13039 "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
13040 "license": "MIT",
13041 "engines": {
13042 "node": ">= 0.8"
13043 }
13044 },
13045 "node_modules/once": {
13046 "version": "1.4.0",
13047 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
13048 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
13049 "license": "ISC",
13050 "dependencies": {
13051 "wrappy": "1"
13052 }
13053 },
13054 "node_modules/onetime": {
13055 "version": "5.1.2",
13056 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
13057 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
13058 "license": "MIT",
13059 "dependencies": {
13060 "mimic-fn": "^2.1.0"
13061 },
13062 "engines": {
13063 "node": ">=6"
13064 },
13065 "funding": {
13066 "url": "https://github.com/sponsors/sindresorhus"
13067 }
13068 },
13069 "node_modules/open": {
13070 "version": "8.4.2",
13071 "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
13072 "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
13073 "license": "MIT",
13074 "dependencies": {
13075 "define-lazy-prop": "^2.0.0",
13076 "is-docker": "^2.1.1",
13077 "is-wsl": "^2.2.0"
13078 },
13079 "engines": {
13080 "node": ">=12"
13081 },
13082 "funding": {
13083 "url": "https://github.com/sponsors/sindresorhus"
13084 }
13085 },
13086 "node_modules/optionator": {
13087 "version": "0.9.4",
13088 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
13089 "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
13090 "license": "MIT",
13091 "dependencies": {
13092 "deep-is": "^0.1.3",
13093 "fast-levenshtein": "^2.0.6",
13094 "levn": "^0.4.1",
13095 "prelude-ls": "^1.2.1",
13096 "type-check": "^0.4.0",
13097 "word-wrap": "^1.2.5"
13098 },
13099 "engines": {
13100 "node": ">= 0.8.0"
13101 }
13102 },
13103 "node_modules/own-keys": {
13104 "version": "1.0.1",
13105 "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
13106 "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
13107 "license": "MIT",
13108 "dependencies": {
13109 "get-intrinsic": "^1.2.6",
13110 "object-keys": "^1.1.1",
13111 "safe-push-apply": "^1.0.0"
13112 },
13113 "engines": {
13114 "node": ">= 0.4"
13115 },
13116 "funding": {
13117 "url": "https://github.com/sponsors/ljharb"
13118 }
13119 },
13120 "node_modules/p-limit": {
13121 "version": "2.3.0",
13122 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
13123 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
13124 "license": "MIT",
13125 "dependencies": {
13126 "p-try": "^2.0.0"
13127 },
13128 "engines": {
13129 "node": ">=6"
13130 },
13131 "funding": {
13132 "url": "https://github.com/sponsors/sindresorhus"
13133 }
13134 },
13135 "node_modules/p-locate": {
13136 "version": "4.1.0",
13137 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
13138 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
13139 "license": "MIT",
13140 "dependencies": {
13141 "p-limit": "^2.2.0"
13142 },
13143 "engines": {
13144 "node": ">=8"
13145 }
13146 },
13147 "node_modules/p-retry": {
13148 "version": "4.6.2",
13149 "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
13150 "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
13151 "license": "MIT",
13152 "dependencies": {
13153 "@types/retry": "0.12.0",
13154 "retry": "^0.13.1"
13155 },
13156 "engines": {
13157 "node": ">=8"
13158 }
13159 },
13160 "node_modules/p-try": {
13161 "version": "2.2.0",
13162 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
13163 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
13164 "license": "MIT",
13165 "engines": {
13166 "node": ">=6"
13167 }
13168 },
13169 "node_modules/package-json-from-dist": {
13170 "version": "1.0.1",
13171 "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
13172 "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
13173 "license": "BlueOak-1.0.0"
13174 },
13175 "node_modules/param-case": {
13176 "version": "3.0.4",
13177 "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
13178 "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
13179 "license": "MIT",
13180 "dependencies": {
13181 "dot-case": "^3.0.4",
13182 "tslib": "^2.0.3"
13183 }
13184 },
13185 "node_modules/parent-module": {
13186 "version": "1.0.1",
13187 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
13188 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
13189 "license": "MIT",
13190 "dependencies": {
13191 "callsites": "^3.0.0"
13192 },
13193 "engines": {
13194 "node": ">=6"
13195 }
13196 },
13197 "node_modules/parse-json": {
13198 "version": "5.2.0",
13199 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
13200 "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
13201 "license": "MIT",
13202 "dependencies": {
13203 "@babel/code-frame": "^7.0.0",
13204 "error-ex": "^1.3.1",
13205 "json-parse-even-better-errors": "^2.3.0",
13206 "lines-and-columns": "^1.1.6"
13207 },
13208 "engines": {
13209 "node": ">=8"
13210 },
13211 "funding": {
13212 "url": "https://github.com/sponsors/sindresorhus"
13213 }
13214 },
13215 "node_modules/parse5": {
13216 "version": "6.0.1",
13217 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
13218 "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
13219 "license": "MIT"
13220 },
13221 "node_modules/parseurl": {
13222 "version": "1.3.3",
13223 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
13224 "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
13225 "license": "MIT",
13226 "engines": {
13227 "node": ">= 0.8"
13228 }
13229 },
13230 "node_modules/pascal-case": {
13231 "version": "3.1.2",
13232 "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
13233 "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
13234 "license": "MIT",
13235 "dependencies": {
13236 "no-case": "^3.0.4",
13237 "tslib": "^2.0.3"
13238 }
13239 },
13240 "node_modules/path-exists": {
13241 "version": "4.0.0",
13242 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
13243 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
13244 "license": "MIT",
13245 "engines": {
13246 "node": ">=8"
13247 }
13248 },
13249 "node_modules/path-is-absolute": {
13250 "version": "1.0.1",
13251 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
13252 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
13253 "license": "MIT",
13254 "engines": {
13255 "node": ">=0.10.0"
13256 }
13257 },
13258 "node_modules/path-key": {
13259 "version": "3.1.1",
13260 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
13261 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
13262 "license": "MIT",
13263 "engines": {
13264 "node": ">=8"
13265 }
13266 },
13267 "node_modules/path-parse": {
13268 "version": "1.0.7",
13269 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
13270 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
13271 "license": "MIT"
13272 },
13273 "node_modules/path-scurry": {
13274 "version": "1.11.1",
13275 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
13276 "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
13277 "license": "BlueOak-1.0.0",
13278 "dependencies": {
13279 "lru-cache": "^10.2.0",
13280 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
13281 },
13282 "engines": {
13283 "node": ">=16 || 14 >=14.18"
13284 },
13285 "funding": {
13286 "url": "https://github.com/sponsors/isaacs"
13287 }
13288 },
13289 "node_modules/path-to-regexp": {
13290 "version": "0.1.12",
13291 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
13292 "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
13293 "license": "MIT"
13294 },
13295 "node_modules/path-type": {
13296 "version": "4.0.0",
13297 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
13298 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
13299 "license": "MIT",
13300 "engines": {
13301 "node": ">=8"
13302 }
13303 },
13304 "node_modules/performance-now": {
13305 "version": "2.1.0",
13306 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
13307 "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
13308 "license": "MIT"
13309 },
13310 "node_modules/picocolors": {
13311 "version": "1.1.1",
13312 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
13313 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
13314 "license": "ISC"
13315 },
13316 "node_modules/picomatch": {
13317 "version": "2.3.1",
13318 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
13319 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
13320 "license": "MIT",
13321 "engines": {
13322 "node": ">=8.6"
13323 },
13324 "funding": {
13325 "url": "https://github.com/sponsors/jonschlinkert"
13326 }
13327 },
13328 "node_modules/pify": {
13329 "version": "2.3.0",
13330 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
13331 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
13332 "license": "MIT",
13333 "engines": {
13334 "node": ">=0.10.0"
13335 }
13336 },
13337 "node_modules/pirates": {
13338 "version": "4.0.6",
13339 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
13340 "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
13341 "license": "MIT",
13342 "engines": {
13343 "node": ">= 6"
13344 }
13345 },
13346 "node_modules/pkg-dir": {
13347 "version": "4.2.0",
13348 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
13349 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
13350 "license": "MIT",
13351 "dependencies": {
13352 "find-up": "^4.0.0"
13353 },
13354 "engines": {
13355 "node": ">=8"
13356 }
13357 },
13358 "node_modules/pkg-up": {
13359 "version": "3.1.0",
13360 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
13361 "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
13362 "license": "MIT",
13363 "dependencies": {
13364 "find-up": "^3.0.0"
13365 },
13366 "engines": {
13367 "node": ">=8"
13368 }
13369 },
13370 "node_modules/pkg-up/node_modules/find-up": {
13371 "version": "3.0.0",
13372 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
13373 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
13374 "license": "MIT",
13375 "dependencies": {
13376 "locate-path": "^3.0.0"
13377 },
13378 "engines": {
13379 "node": ">=6"
13380 }
13381 },
13382 "node_modules/pkg-up/node_modules/locate-path": {
13383 "version": "3.0.0",
13384 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
13385 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
13386 "license": "MIT",
13387 "dependencies": {
13388 "p-locate": "^3.0.0",
13389 "path-exists": "^3.0.0"
13390 },
13391 "engines": {
13392 "node": ">=6"
13393 }
13394 },
13395 "node_modules/pkg-up/node_modules/p-locate": {
13396 "version": "3.0.0",
13397 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
13398 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
13399 "license": "MIT",
13400 "dependencies": {
13401 "p-limit": "^2.0.0"
13402 },
13403 "engines": {
13404 "node": ">=6"
13405 }
13406 },
13407 "node_modules/pkg-up/node_modules/path-exists": {
13408 "version": "3.0.0",
13409 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
13410 "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
13411 "license": "MIT",
13412 "engines": {
13413 "node": ">=4"
13414 }
13415 },
13416 "node_modules/possible-typed-array-names": {
13417 "version": "1.1.0",
13418 "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
13419 "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
13420 "license": "MIT",
13421 "engines": {
13422 "node": ">= 0.4"
13423 }
13424 },
13425 "node_modules/postcss": {
13426 "version": "8.5.3",
13427 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
13428 "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
13429 "funding": [
13430 {
13431 "type": "opencollective",
13432 "url": "https://opencollective.com/postcss/"
13433 },
13434 {
13435 "type": "tidelift",
13436 "url": "https://tidelift.com/funding/github/npm/postcss"
13437 },
13438 {
13439 "type": "github",
13440 "url": "https://github.com/sponsors/ai"
13441 }
13442 ],
13443 "license": "MIT",
13444 "dependencies": {
13445 "nanoid": "^3.3.8",
13446 "picocolors": "^1.1.1",
13447 "source-map-js": "^1.2.1"
13448 },
13449 "engines": {
13450 "node": "^10 || ^12 || >=14"
13451 }
13452 },
13453 "node_modules/postcss-attribute-case-insensitive": {
13454 "version": "5.0.2",
13455 "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
13456 "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
13457 "license": "MIT",
13458 "dependencies": {
13459 "postcss-selector-parser": "^6.0.10"
13460 },
13461 "engines": {
13462 "node": "^12 || ^14 || >=16"
13463 },
13464 "funding": {
13465 "type": "opencollective",
13466 "url": "https://opencollective.com/csstools"
13467 },
13468 "peerDependencies": {
13469 "postcss": "^8.2"
13470 }
13471 },
13472 "node_modules/postcss-browser-comments": {
13473 "version": "4.0.0",
13474 "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
13475 "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
13476 "license": "CC0-1.0",
13477 "engines": {
13478 "node": ">=8"
13479 },
13480 "peerDependencies": {
13481 "browserslist": ">=4",
13482 "postcss": ">=8"
13483 }
13484 },
13485 "node_modules/postcss-calc": {
13486 "version": "8.2.4",
13487 "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
13488 "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
13489 "license": "MIT",
13490 "dependencies": {
13491 "postcss-selector-parser": "^6.0.9",
13492 "postcss-value-parser": "^4.2.0"
13493 },
13494 "peerDependencies": {
13495 "postcss": "^8.2.2"
13496 }
13497 },
13498 "node_modules/postcss-clamp": {
13499 "version": "4.1.0",
13500 "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
13501 "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
13502 "license": "MIT",
13503 "dependencies": {
13504 "postcss-value-parser": "^4.2.0"
13505 },
13506 "engines": {
13507 "node": ">=7.6.0"
13508 },
13509 "peerDependencies": {
13510 "postcss": "^8.4.6"
13511 }
13512 },
13513 "node_modules/postcss-color-functional-notation": {
13514 "version": "4.2.4",
13515 "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
13516 "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
13517 "license": "CC0-1.0",
13518 "dependencies": {
13519 "postcss-value-parser": "^4.2.0"
13520 },
13521 "engines": {
13522 "node": "^12 || ^14 || >=16"
13523 },
13524 "funding": {
13525 "type": "opencollective",
13526 "url": "https://opencollective.com/csstools"
13527 },
13528 "peerDependencies": {
13529 "postcss": "^8.2"
13530 }
13531 },
13532 "node_modules/postcss-color-hex-alpha": {
13533 "version": "8.0.4",
13534 "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
13535 "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
13536 "license": "MIT",
13537 "dependencies": {
13538 "postcss-value-parser": "^4.2.0"
13539 },
13540 "engines": {
13541 "node": "^12 || ^14 || >=16"
13542 },
13543 "funding": {
13544 "type": "opencollective",
13545 "url": "https://opencollective.com/csstools"
13546 },
13547 "peerDependencies": {
13548 "postcss": "^8.4"
13549 }
13550 },
13551 "node_modules/postcss-color-rebeccapurple": {
13552 "version": "7.1.1",
13553 "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
13554 "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
13555 "license": "CC0-1.0",
13556 "dependencies": {
13557 "postcss-value-parser": "^4.2.0"
13558 },
13559 "engines": {
13560 "node": "^12 || ^14 || >=16"
13561 },
13562 "funding": {
13563 "type": "opencollective",
13564 "url": "https://opencollective.com/csstools"
13565 },
13566 "peerDependencies": {
13567 "postcss": "^8.2"
13568 }
13569 },
13570 "node_modules/postcss-colormin": {
13571 "version": "5.3.1",
13572 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
13573 "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
13574 "license": "MIT",
13575 "dependencies": {
13576 "browserslist": "^4.21.4",
13577 "caniuse-api": "^3.0.0",
13578 "colord": "^2.9.1",
13579 "postcss-value-parser": "^4.2.0"
13580 },
13581 "engines": {
13582 "node": "^10 || ^12 || >=14.0"
13583 },
13584 "peerDependencies": {
13585 "postcss": "^8.2.15"
13586 }
13587 },
13588 "node_modules/postcss-convert-values": {
13589 "version": "5.1.3",
13590 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
13591 "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
13592 "license": "MIT",
13593 "dependencies": {
13594 "browserslist": "^4.21.4",
13595 "postcss-value-parser": "^4.2.0"
13596 },
13597 "engines": {
13598 "node": "^10 || ^12 || >=14.0"
13599 },
13600 "peerDependencies": {
13601 "postcss": "^8.2.15"
13602 }
13603 },
13604 "node_modules/postcss-custom-media": {
13605 "version": "8.0.2",
13606 "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
13607 "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
13608 "license": "MIT",
13609 "dependencies": {
13610 "postcss-value-parser": "^4.2.0"
13611 },
13612 "engines": {
13613 "node": "^12 || ^14 || >=16"
13614 },
13615 "funding": {
13616 "type": "opencollective",
13617 "url": "https://opencollective.com/csstools"
13618 },
13619 "peerDependencies": {
13620 "postcss": "^8.3"
13621 }
13622 },
13623 "node_modules/postcss-custom-properties": {
13624 "version": "12.1.11",
13625 "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz",
13626 "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==",
13627 "license": "MIT",
13628 "dependencies": {
13629 "postcss-value-parser": "^4.2.0"
13630 },
13631 "engines": {
13632 "node": "^12 || ^14 || >=16"
13633 },
13634 "funding": {
13635 "type": "opencollective",
13636 "url": "https://opencollective.com/csstools"
13637 },
13638 "peerDependencies": {
13639 "postcss": "^8.2"
13640 }
13641 },
13642 "node_modules/postcss-custom-selectors": {
13643 "version": "6.0.3",
13644 "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
13645 "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
13646 "license": "MIT",
13647 "dependencies": {
13648 "postcss-selector-parser": "^6.0.4"
13649 },
13650 "engines": {
13651 "node": "^12 || ^14 || >=16"
13652 },
13653 "funding": {
13654 "type": "opencollective",
13655 "url": "https://opencollective.com/csstools"
13656 },
13657 "peerDependencies": {
13658 "postcss": "^8.3"
13659 }
13660 },
13661 "node_modules/postcss-dir-pseudo-class": {
13662 "version": "6.0.5",
13663 "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
13664 "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
13665 "license": "CC0-1.0",
13666 "dependencies": {
13667 "postcss-selector-parser": "^6.0.10"
13668 },
13669 "engines": {
13670 "node": "^12 || ^14 || >=16"
13671 },
13672 "funding": {
13673 "type": "opencollective",
13674 "url": "https://opencollective.com/csstools"
13675 },
13676 "peerDependencies": {
13677 "postcss": "^8.2"
13678 }
13679 },
13680 "node_modules/postcss-discard-comments": {
13681 "version": "5.1.2",
13682 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
13683 "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
13684 "license": "MIT",
13685 "engines": {
13686 "node": "^10 || ^12 || >=14.0"
13687 },
13688 "peerDependencies": {
13689 "postcss": "^8.2.15"
13690 }
13691 },
13692 "node_modules/postcss-discard-duplicates": {
13693 "version": "5.1.0",
13694 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
13695 "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
13696 "license": "MIT",
13697 "engines": {
13698 "node": "^10 || ^12 || >=14.0"
13699 },
13700 "peerDependencies": {
13701 "postcss": "^8.2.15"
13702 }
13703 },
13704 "node_modules/postcss-discard-empty": {
13705 "version": "5.1.1",
13706 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
13707 "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
13708 "license": "MIT",
13709 "engines": {
13710 "node": "^10 || ^12 || >=14.0"
13711 },
13712 "peerDependencies": {
13713 "postcss": "^8.2.15"
13714 }
13715 },
13716 "node_modules/postcss-discard-overridden": {
13717 "version": "5.1.0",
13718 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
13719 "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
13720 "license": "MIT",
13721 "engines": {
13722 "node": "^10 || ^12 || >=14.0"
13723 },
13724 "peerDependencies": {
13725 "postcss": "^8.2.15"
13726 }
13727 },
13728 "node_modules/postcss-double-position-gradients": {
13729 "version": "3.1.2",
13730 "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
13731 "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
13732 "license": "CC0-1.0",
13733 "dependencies": {
13734 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
13735 "postcss-value-parser": "^4.2.0"
13736 },
13737 "engines": {
13738 "node": "^12 || ^14 || >=16"
13739 },
13740 "funding": {
13741 "type": "opencollective",
13742 "url": "https://opencollective.com/csstools"
13743 },
13744 "peerDependencies": {
13745 "postcss": "^8.2"
13746 }
13747 },
13748 "node_modules/postcss-env-function": {
13749 "version": "4.0.6",
13750 "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
13751 "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
13752 "license": "CC0-1.0",
13753 "dependencies": {
13754 "postcss-value-parser": "^4.2.0"
13755 },
13756 "engines": {
13757 "node": "^12 || ^14 || >=16"
13758 },
13759 "peerDependencies": {
13760 "postcss": "^8.4"
13761 }
13762 },
13763 "node_modules/postcss-flexbugs-fixes": {
13764 "version": "5.0.2",
13765 "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
13766 "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
13767 "license": "MIT",
13768 "peerDependencies": {
13769 "postcss": "^8.1.4"
13770 }
13771 },
13772 "node_modules/postcss-focus-visible": {
13773 "version": "6.0.4",
13774 "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
13775 "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
13776 "license": "CC0-1.0",
13777 "dependencies": {
13778 "postcss-selector-parser": "^6.0.9"
13779 },
13780 "engines": {
13781 "node": "^12 || ^14 || >=16"
13782 },
13783 "peerDependencies": {
13784 "postcss": "^8.4"
13785 }
13786 },
13787 "node_modules/postcss-focus-within": {
13788 "version": "5.0.4",
13789 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
13790 "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
13791 "license": "CC0-1.0",
13792 "dependencies": {
13793 "postcss-selector-parser": "^6.0.9"
13794 },
13795 "engines": {
13796 "node": "^12 || ^14 || >=16"
13797 },
13798 "peerDependencies": {
13799 "postcss": "^8.4"
13800 }
13801 },
13802 "node_modules/postcss-font-variant": {
13803 "version": "5.0.0",
13804 "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
13805 "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
13806 "license": "MIT",
13807 "peerDependencies": {
13808 "postcss": "^8.1.0"
13809 }
13810 },
13811 "node_modules/postcss-gap-properties": {
13812 "version": "3.0.5",
13813 "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
13814 "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
13815 "license": "CC0-1.0",
13816 "engines": {
13817 "node": "^12 || ^14 || >=16"
13818 },
13819 "funding": {
13820 "type": "opencollective",
13821 "url": "https://opencollective.com/csstools"
13822 },
13823 "peerDependencies": {
13824 "postcss": "^8.2"
13825 }
13826 },
13827 "node_modules/postcss-image-set-function": {
13828 "version": "4.0.7",
13829 "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
13830 "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
13831 "license": "CC0-1.0",
13832 "dependencies": {
13833 "postcss-value-parser": "^4.2.0"
13834 },
13835 "engines": {
13836 "node": "^12 || ^14 || >=16"
13837 },
13838 "funding": {
13839 "type": "opencollective",
13840 "url": "https://opencollective.com/csstools"
13841 },
13842 "peerDependencies": {
13843 "postcss": "^8.2"
13844 }
13845 },
13846 "node_modules/postcss-import": {
13847 "version": "15.1.0",
13848 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
13849 "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
13850 "license": "MIT",
13851 "dependencies": {
13852 "postcss-value-parser": "^4.0.0",
13853 "read-cache": "^1.0.0",
13854 "resolve": "^1.1.7"
13855 },
13856 "engines": {
13857 "node": ">=14.0.0"
13858 },
13859 "peerDependencies": {
13860 "postcss": "^8.0.0"
13861 }
13862 },
13863 "node_modules/postcss-initial": {
13864 "version": "4.0.1",
13865 "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
13866 "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
13867 "license": "MIT",
13868 "peerDependencies": {
13869 "postcss": "^8.0.0"
13870 }
13871 },
13872 "node_modules/postcss-js": {
13873 "version": "4.0.1",
13874 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
13875 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
13876 "license": "MIT",
13877 "dependencies": {
13878 "camelcase-css": "^2.0.1"
13879 },
13880 "engines": {
13881 "node": "^12 || ^14 || >= 16"
13882 },
13883 "funding": {
13884 "type": "opencollective",
13885 "url": "https://opencollective.com/postcss/"
13886 },
13887 "peerDependencies": {
13888 "postcss": "^8.4.21"
13889 }
13890 },
13891 "node_modules/postcss-lab-function": {
13892 "version": "4.2.1",
13893 "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
13894 "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
13895 "license": "CC0-1.0",
13896 "dependencies": {
13897 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
13898 "postcss-value-parser": "^4.2.0"
13899 },
13900 "engines": {
13901 "node": "^12 || ^14 || >=16"
13902 },
13903 "funding": {
13904 "type": "opencollective",
13905 "url": "https://opencollective.com/csstools"
13906 },
13907 "peerDependencies": {
13908 "postcss": "^8.2"
13909 }
13910 },
13911 "node_modules/postcss-load-config": {
13912 "version": "4.0.2",
13913 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
13914 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
13915 "funding": [
13916 {
13917 "type": "opencollective",
13918 "url": "https://opencollective.com/postcss/"
13919 },
13920 {
13921 "type": "github",
13922 "url": "https://github.com/sponsors/ai"
13923 }
13924 ],
13925 "license": "MIT",
13926 "dependencies": {
13927 "lilconfig": "^3.0.0",
13928 "yaml": "^2.3.4"
13929 },
13930 "engines": {
13931 "node": ">= 14"
13932 },
13933 "peerDependencies": {
13934 "postcss": ">=8.0.9",
13935 "ts-node": ">=9.0.0"
13936 },
13937 "peerDependenciesMeta": {
13938 "postcss": {
13939 "optional": true
13940 },
13941 "ts-node": {
13942 "optional": true
13943 }
13944 }
13945 },
13946 "node_modules/postcss-load-config/node_modules/lilconfig": {
13947 "version": "3.1.3",
13948 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
13949 "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
13950 "license": "MIT",
13951 "engines": {
13952 "node": ">=14"
13953 },
13954 "funding": {
13955 "url": "https://github.com/sponsors/antonk52"
13956 }
13957 },
13958 "node_modules/postcss-load-config/node_modules/yaml": {
13959 "version": "2.7.0",
13960 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
13961 "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
13962 "license": "ISC",
13963 "bin": {
13964 "yaml": "bin.mjs"
13965 },
13966 "engines": {
13967 "node": ">= 14"
13968 }
13969 },
13970 "node_modules/postcss-loader": {
13971 "version": "6.2.1",
13972 "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
13973 "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
13974 "license": "MIT",
13975 "dependencies": {
13976 "cosmiconfig": "^7.0.0",
13977 "klona": "^2.0.5",
13978 "semver": "^7.3.5"
13979 },
13980 "engines": {
13981 "node": ">= 12.13.0"
13982 },
13983 "funding": {
13984 "type": "opencollective",
13985 "url": "https://opencollective.com/webpack"
13986 },
13987 "peerDependencies": {
13988 "postcss": "^7.0.0 || ^8.0.1",
13989 "webpack": "^5.0.0"
13990 }
13991 },
13992 "node_modules/postcss-logical": {
13993 "version": "5.0.4",
13994 "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
13995 "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
13996 "license": "CC0-1.0",
13997 "engines": {
13998 "node": "^12 || ^14 || >=16"
13999 },
14000 "peerDependencies": {
14001 "postcss": "^8.4"
14002 }
14003 },
14004 "node_modules/postcss-media-minmax": {
14005 "version": "5.0.0",
14006 "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
14007 "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
14008 "license": "MIT",
14009 "engines": {
14010 "node": ">=10.0.0"
14011 },
14012 "peerDependencies": {
14013 "postcss": "^8.1.0"
14014 }
14015 },
14016 "node_modules/postcss-merge-longhand": {
14017 "version": "5.1.7",
14018 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
14019 "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
14020 "license": "MIT",
14021 "dependencies": {
14022 "postcss-value-parser": "^4.2.0",
14023 "stylehacks": "^5.1.1"
14024 },
14025 "engines": {
14026 "node": "^10 || ^12 || >=14.0"
14027 },
14028 "peerDependencies": {
14029 "postcss": "^8.2.15"
14030 }
14031 },
14032 "node_modules/postcss-merge-rules": {
14033 "version": "5.1.4",
14034 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz",
14035 "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==",
14036 "license": "MIT",
14037 "dependencies": {
14038 "browserslist": "^4.21.4",
14039 "caniuse-api": "^3.0.0",
14040 "cssnano-utils": "^3.1.0",
14041 "postcss-selector-parser": "^6.0.5"
14042 },
14043 "engines": {
14044 "node": "^10 || ^12 || >=14.0"
14045 },
14046 "peerDependencies": {
14047 "postcss": "^8.2.15"
14048 }
14049 },
14050 "node_modules/postcss-minify-font-values": {
14051 "version": "5.1.0",
14052 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
14053 "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
14054 "license": "MIT",
14055 "dependencies": {
14056 "postcss-value-parser": "^4.2.0"
14057 },
14058 "engines": {
14059 "node": "^10 || ^12 || >=14.0"
14060 },
14061 "peerDependencies": {
14062 "postcss": "^8.2.15"
14063 }
14064 },
14065 "node_modules/postcss-minify-gradients": {
14066 "version": "5.1.1",
14067 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
14068 "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
14069 "license": "MIT",
14070 "dependencies": {
14071 "colord": "^2.9.1",
14072 "cssnano-utils": "^3.1.0",
14073 "postcss-value-parser": "^4.2.0"
14074 },
14075 "engines": {
14076 "node": "^10 || ^12 || >=14.0"
14077 },
14078 "peerDependencies": {
14079 "postcss": "^8.2.15"
14080 }
14081 },
14082 "node_modules/postcss-minify-params": {
14083 "version": "5.1.4",
14084 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
14085 "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
14086 "license": "MIT",
14087 "dependencies": {
14088 "browserslist": "^4.21.4",
14089 "cssnano-utils": "^3.1.0",
14090 "postcss-value-parser": "^4.2.0"
14091 },
14092 "engines": {
14093 "node": "^10 || ^12 || >=14.0"
14094 },
14095 "peerDependencies": {
14096 "postcss": "^8.2.15"
14097 }
14098 },
14099 "node_modules/postcss-minify-selectors": {
14100 "version": "5.2.1",
14101 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
14102 "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
14103 "license": "MIT",
14104 "dependencies": {
14105 "postcss-selector-parser": "^6.0.5"
14106 },
14107 "engines": {
14108 "node": "^10 || ^12 || >=14.0"
14109 },
14110 "peerDependencies": {
14111 "postcss": "^8.2.15"
14112 }
14113 },
14114 "node_modules/postcss-modules-extract-imports": {
14115 "version": "3.1.0",
14116 "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz",
14117 "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==",
14118 "license": "ISC",
14119 "engines": {
14120 "node": "^10 || ^12 || >= 14"
14121 },
14122 "peerDependencies": {
14123 "postcss": "^8.1.0"
14124 }
14125 },
14126 "node_modules/postcss-modules-local-by-default": {
14127 "version": "4.2.0",
14128 "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz",
14129 "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==",
14130 "license": "MIT",
14131 "dependencies": {
14132 "icss-utils": "^5.0.0",
14133 "postcss-selector-parser": "^7.0.0",
14134 "postcss-value-parser": "^4.1.0"
14135 },
14136 "engines": {
14137 "node": "^10 || ^12 || >= 14"
14138 },
14139 "peerDependencies": {
14140 "postcss": "^8.1.0"
14141 }
14142 },
14143 "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": {
14144 "version": "7.1.0",
14145 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
14146 "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
14147 "license": "MIT",
14148 "dependencies": {
14149 "cssesc": "^3.0.0",
14150 "util-deprecate": "^1.0.2"
14151 },
14152 "engines": {
14153 "node": ">=4"
14154 }
14155 },
14156 "node_modules/postcss-modules-scope": {
14157 "version": "3.2.1",
14158 "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz",
14159 "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==",
14160 "license": "ISC",
14161 "dependencies": {
14162 "postcss-selector-parser": "^7.0.0"
14163 },
14164 "engines": {
14165 "node": "^10 || ^12 || >= 14"
14166 },
14167 "peerDependencies": {
14168 "postcss": "^8.1.0"
14169 }
14170 },
14171 "node_modules/postcss-modules-scope/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-values": {
14185 "version": "4.0.0",
14186 "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
14187 "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
14188 "license": "ISC",
14189 "dependencies": {
14190 "icss-utils": "^5.0.0"
14191 },
14192 "engines": {
14193 "node": "^10 || ^12 || >= 14"
14194 },
14195 "peerDependencies": {
14196 "postcss": "^8.1.0"
14197 }
14198 },
14199 "node_modules/postcss-nested": {
14200 "version": "6.2.0",
14201 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
14202 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
14203 "funding": [
14204 {
14205 "type": "opencollective",
14206 "url": "https://opencollective.com/postcss/"
14207 },
14208 {
14209 "type": "github",
14210 "url": "https://github.com/sponsors/ai"
14211 }
14212 ],
14213 "license": "MIT",
14214 "dependencies": {
14215 "postcss-selector-parser": "^6.1.1"
14216 },
14217 "engines": {
14218 "node": ">=12.0"
14219 },
14220 "peerDependencies": {
14221 "postcss": "^8.2.14"
14222 }
14223 },
14224 "node_modules/postcss-nesting": {
14225 "version": "10.2.0",
14226 "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz",
14227 "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==",
14228 "license": "CC0-1.0",
14229 "dependencies": {
14230 "@csstools/selector-specificity": "^2.0.0",
14231 "postcss-selector-parser": "^6.0.10"
14232 },
14233 "engines": {
14234 "node": "^12 || ^14 || >=16"
14235 },
14236 "funding": {
14237 "type": "opencollective",
14238 "url": "https://opencollective.com/csstools"
14239 },
14240 "peerDependencies": {
14241 "postcss": "^8.2"
14242 }
14243 },
14244 "node_modules/postcss-normalize": {
14245 "version": "10.0.1",
14246 "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
14247 "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
14248 "license": "CC0-1.0",
14249 "dependencies": {
14250 "@csstools/normalize.css": "*",
14251 "postcss-browser-comments": "^4",
14252 "sanitize.css": "*"
14253 },
14254 "engines": {
14255 "node": ">= 12"
14256 },
14257 "peerDependencies": {
14258 "browserslist": ">= 4",
14259 "postcss": ">= 8"
14260 }
14261 },
14262 "node_modules/postcss-normalize-charset": {
14263 "version": "5.1.0",
14264 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
14265 "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
14266 "license": "MIT",
14267 "engines": {
14268 "node": "^10 || ^12 || >=14.0"
14269 },
14270 "peerDependencies": {
14271 "postcss": "^8.2.15"
14272 }
14273 },
14274 "node_modules/postcss-normalize-display-values": {
14275 "version": "5.1.0",
14276 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
14277 "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
14278 "license": "MIT",
14279 "dependencies": {
14280 "postcss-value-parser": "^4.2.0"
14281 },
14282 "engines": {
14283 "node": "^10 || ^12 || >=14.0"
14284 },
14285 "peerDependencies": {
14286 "postcss": "^8.2.15"
14287 }
14288 },
14289 "node_modules/postcss-normalize-positions": {
14290 "version": "5.1.1",
14291 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
14292 "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
14293 "license": "MIT",
14294 "dependencies": {
14295 "postcss-value-parser": "^4.2.0"
14296 },
14297 "engines": {
14298 "node": "^10 || ^12 || >=14.0"
14299 },
14300 "peerDependencies": {
14301 "postcss": "^8.2.15"
14302 }
14303 },
14304 "node_modules/postcss-normalize-repeat-style": {
14305 "version": "5.1.1",
14306 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
14307 "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
14308 "license": "MIT",
14309 "dependencies": {
14310 "postcss-value-parser": "^4.2.0"
14311 },
14312 "engines": {
14313 "node": "^10 || ^12 || >=14.0"
14314 },
14315 "peerDependencies": {
14316 "postcss": "^8.2.15"
14317 }
14318 },
14319 "node_modules/postcss-normalize-string": {
14320 "version": "5.1.0",
14321 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
14322 "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
14323 "license": "MIT",
14324 "dependencies": {
14325 "postcss-value-parser": "^4.2.0"
14326 },
14327 "engines": {
14328 "node": "^10 || ^12 || >=14.0"
14329 },
14330 "peerDependencies": {
14331 "postcss": "^8.2.15"
14332 }
14333 },
14334 "node_modules/postcss-normalize-timing-functions": {
14335 "version": "5.1.0",
14336 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
14337 "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
14338 "license": "MIT",
14339 "dependencies": {
14340 "postcss-value-parser": "^4.2.0"
14341 },
14342 "engines": {
14343 "node": "^10 || ^12 || >=14.0"
14344 },
14345 "peerDependencies": {
14346 "postcss": "^8.2.15"
14347 }
14348 },
14349 "node_modules/postcss-normalize-unicode": {
14350 "version": "5.1.1",
14351 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
14352 "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
14353 "license": "MIT",
14354 "dependencies": {
14355 "browserslist": "^4.21.4",
14356 "postcss-value-parser": "^4.2.0"
14357 },
14358 "engines": {
14359 "node": "^10 || ^12 || >=14.0"
14360 },
14361 "peerDependencies": {
14362 "postcss": "^8.2.15"
14363 }
14364 },
14365 "node_modules/postcss-normalize-url": {
14366 "version": "5.1.0",
14367 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
14368 "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
14369 "license": "MIT",
14370 "dependencies": {
14371 "normalize-url": "^6.0.1",
14372 "postcss-value-parser": "^4.2.0"
14373 },
14374 "engines": {
14375 "node": "^10 || ^12 || >=14.0"
14376 },
14377 "peerDependencies": {
14378 "postcss": "^8.2.15"
14379 }
14380 },
14381 "node_modules/postcss-normalize-whitespace": {
14382 "version": "5.1.1",
14383 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
14384 "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
14385 "license": "MIT",
14386 "dependencies": {
14387 "postcss-value-parser": "^4.2.0"
14388 },
14389 "engines": {
14390 "node": "^10 || ^12 || >=14.0"
14391 },
14392 "peerDependencies": {
14393 "postcss": "^8.2.15"
14394 }
14395 },
14396 "node_modules/postcss-opacity-percentage": {
14397 "version": "1.1.3",
14398 "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz",
14399 "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==",
14400 "funding": [
14401 {
14402 "type": "kofi",
14403 "url": "https://ko-fi.com/mrcgrtz"
14404 },
14405 {
14406 "type": "liberapay",
14407 "url": "https://liberapay.com/mrcgrtz"
14408 }
14409 ],
14410 "license": "MIT",
14411 "engines": {
14412 "node": "^12 || ^14 || >=16"
14413 },
14414 "peerDependencies": {
14415 "postcss": "^8.2"
14416 }
14417 },
14418 "node_modules/postcss-ordered-values": {
14419 "version": "5.1.3",
14420 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
14421 "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
14422 "license": "MIT",
14423 "dependencies": {
14424 "cssnano-utils": "^3.1.0",
14425 "postcss-value-parser": "^4.2.0"
14426 },
14427 "engines": {
14428 "node": "^10 || ^12 || >=14.0"
14429 },
14430 "peerDependencies": {
14431 "postcss": "^8.2.15"
14432 }
14433 },
14434 "node_modules/postcss-overflow-shorthand": {
14435 "version": "3.0.4",
14436 "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
14437 "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
14438 "license": "CC0-1.0",
14439 "dependencies": {
14440 "postcss-value-parser": "^4.2.0"
14441 },
14442 "engines": {
14443 "node": "^12 || ^14 || >=16"
14444 },
14445 "funding": {
14446 "type": "opencollective",
14447 "url": "https://opencollective.com/csstools"
14448 },
14449 "peerDependencies": {
14450 "postcss": "^8.2"
14451 }
14452 },
14453 "node_modules/postcss-page-break": {
14454 "version": "3.0.4",
14455 "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
14456 "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
14457 "license": "MIT",
14458 "peerDependencies": {
14459 "postcss": "^8"
14460 }
14461 },
14462 "node_modules/postcss-place": {
14463 "version": "7.0.5",
14464 "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz",
14465 "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==",
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-preset-env": {
14482 "version": "7.8.3",
14483 "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz",
14484 "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==",
14485 "license": "CC0-1.0",
14486 "dependencies": {
14487 "@csstools/postcss-cascade-layers": "^1.1.1",
14488 "@csstools/postcss-color-function": "^1.1.1",
14489 "@csstools/postcss-font-format-keywords": "^1.0.1",
14490 "@csstools/postcss-hwb-function": "^1.0.2",
14491 "@csstools/postcss-ic-unit": "^1.0.1",
14492 "@csstools/postcss-is-pseudo-class": "^2.0.7",
14493 "@csstools/postcss-nested-calc": "^1.0.0",
14494 "@csstools/postcss-normalize-display-values": "^1.0.1",
14495 "@csstools/postcss-oklab-function": "^1.1.1",
14496 "@csstools/postcss-progressive-custom-properties": "^1.3.0",
14497 "@csstools/postcss-stepped-value-functions": "^1.0.1",
14498 "@csstools/postcss-text-decoration-shorthand": "^1.0.0",
14499 "@csstools/postcss-trigonometric-functions": "^1.0.2",
14500 "@csstools/postcss-unset-value": "^1.0.2",
14501 "autoprefixer": "^10.4.13",
14502 "browserslist": "^4.21.4",
14503 "css-blank-pseudo": "^3.0.3",
14504 "css-has-pseudo": "^3.0.4",
14505 "css-prefers-color-scheme": "^6.0.3",
14506 "cssdb": "^7.1.0",
14507 "postcss-attribute-case-insensitive": "^5.0.2",
14508 "postcss-clamp": "^4.1.0",
14509 "postcss-color-functional-notation": "^4.2.4",
14510 "postcss-color-hex-alpha": "^8.0.4",
14511 "postcss-color-rebeccapurple": "^7.1.1",
14512 "postcss-custom-media": "^8.0.2",
14513 "postcss-custom-properties": "^12.1.10",
14514 "postcss-custom-selectors": "^6.0.3",
14515 "postcss-dir-pseudo-class": "^6.0.5",
14516 "postcss-double-position-gradients": "^3.1.2",
14517 "postcss-env-function": "^4.0.6",
14518 "postcss-focus-visible": "^6.0.4",
14519 "postcss-focus-within": "^5.0.4",
14520 "postcss-font-variant": "^5.0.0",
14521 "postcss-gap-properties": "^3.0.5",
14522 "postcss-image-set-function": "^4.0.7",
14523 "postcss-initial": "^4.0.1",
14524 "postcss-lab-function": "^4.2.1",
14525 "postcss-logical": "^5.0.4",
14526 "postcss-media-minmax": "^5.0.0",
14527 "postcss-nesting": "^10.2.0",
14528 "postcss-opacity-percentage": "^1.1.2",
14529 "postcss-overflow-shorthand": "^3.0.4",
14530 "postcss-page-break": "^3.0.4",
14531 "postcss-place": "^7.0.5",
14532 "postcss-pseudo-class-any-link": "^7.1.6",
14533 "postcss-replace-overflow-wrap": "^4.0.0",
14534 "postcss-selector-not": "^6.0.1",
14535 "postcss-value-parser": "^4.2.0"
14536 },
14537 "engines": {
14538 "node": "^12 || ^14 || >=16"
14539 },
14540 "funding": {
14541 "type": "opencollective",
14542 "url": "https://opencollective.com/csstools"
14543 },
14544 "peerDependencies": {
14545 "postcss": "^8.2"
14546 }
14547 },
14548 "node_modules/postcss-pseudo-class-any-link": {
14549 "version": "7.1.6",
14550 "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
14551 "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
14552 "license": "CC0-1.0",
14553 "dependencies": {
14554 "postcss-selector-parser": "^6.0.10"
14555 },
14556 "engines": {
14557 "node": "^12 || ^14 || >=16"
14558 },
14559 "funding": {
14560 "type": "opencollective",
14561 "url": "https://opencollective.com/csstools"
14562 },
14563 "peerDependencies": {
14564 "postcss": "^8.2"
14565 }
14566 },
14567 "node_modules/postcss-reduce-initial": {
14568 "version": "5.1.2",
14569 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz",
14570 "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==",
14571 "license": "MIT",
14572 "dependencies": {
14573 "browserslist": "^4.21.4",
14574 "caniuse-api": "^3.0.0"
14575 },
14576 "engines": {
14577 "node": "^10 || ^12 || >=14.0"
14578 },
14579 "peerDependencies": {
14580 "postcss": "^8.2.15"
14581 }
14582 },
14583 "node_modules/postcss-reduce-transforms": {
14584 "version": "5.1.0",
14585 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
14586 "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
14587 "license": "MIT",
14588 "dependencies": {
14589 "postcss-value-parser": "^4.2.0"
14590 },
14591 "engines": {
14592 "node": "^10 || ^12 || >=14.0"
14593 },
14594 "peerDependencies": {
14595 "postcss": "^8.2.15"
14596 }
14597 },
14598 "node_modules/postcss-replace-overflow-wrap": {
14599 "version": "4.0.0",
14600 "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
14601 "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
14602 "license": "MIT",
14603 "peerDependencies": {
14604 "postcss": "^8.0.3"
14605 }
14606 },
14607 "node_modules/postcss-selector-not": {
14608 "version": "6.0.1",
14609 "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
14610 "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
14611 "license": "MIT",
14612 "dependencies": {
14613 "postcss-selector-parser": "^6.0.10"
14614 },
14615 "engines": {
14616 "node": "^12 || ^14 || >=16"
14617 },
14618 "funding": {
14619 "type": "opencollective",
14620 "url": "https://opencollective.com/csstools"
14621 },
14622 "peerDependencies": {
14623 "postcss": "^8.2"
14624 }
14625 },
14626 "node_modules/postcss-selector-parser": {
14627 "version": "6.1.2",
14628 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
14629 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
14630 "license": "MIT",
14631 "dependencies": {
14632 "cssesc": "^3.0.0",
14633 "util-deprecate": "^1.0.2"
14634 },
14635 "engines": {
14636 "node": ">=4"
14637 }
14638 },
14639 "node_modules/postcss-svgo": {
14640 "version": "5.1.0",
14641 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
14642 "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
14643 "license": "MIT",
14644 "dependencies": {
14645 "postcss-value-parser": "^4.2.0",
14646 "svgo": "^2.7.0"
14647 },
14648 "engines": {
14649 "node": "^10 || ^12 || >=14.0"
14650 },
14651 "peerDependencies": {
14652 "postcss": "^8.2.15"
14653 }
14654 },
14655 "node_modules/postcss-svgo/node_modules/commander": {
14656 "version": "7.2.0",
14657 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
14658 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
14659 "license": "MIT",
14660 "engines": {
14661 "node": ">= 10"
14662 }
14663 },
14664 "node_modules/postcss-svgo/node_modules/css-tree": {
14665 "version": "1.1.3",
14666 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
14667 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
14668 "license": "MIT",
14669 "dependencies": {
14670 "mdn-data": "2.0.14",
14671 "source-map": "^0.6.1"
14672 },
14673 "engines": {
14674 "node": ">=8.0.0"
14675 }
14676 },
14677 "node_modules/postcss-svgo/node_modules/mdn-data": {
14678 "version": "2.0.14",
14679 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
14680 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
14681 "license": "CC0-1.0"
14682 },
14683 "node_modules/postcss-svgo/node_modules/source-map": {
14684 "version": "0.6.1",
14685 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
14686 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
14687 "license": "BSD-3-Clause",
14688 "engines": {
14689 "node": ">=0.10.0"
14690 }
14691 },
14692 "node_modules/postcss-svgo/node_modules/svgo": {
14693 "version": "2.8.0",
14694 "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
14695 "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
14696 "license": "MIT",
14697 "dependencies": {
14698 "@trysound/sax": "0.2.0",
14699 "commander": "^7.2.0",
14700 "css-select": "^4.1.3",
14701 "css-tree": "^1.1.3",
14702 "csso": "^4.2.0",
14703 "picocolors": "^1.0.0",
14704 "stable": "^0.1.8"
14705 },
14706 "bin": {
14707 "svgo": "bin/svgo"
14708 },
14709 "engines": {
14710 "node": ">=10.13.0"
14711 }
14712 },
14713 "node_modules/postcss-unique-selectors": {
14714 "version": "5.1.1",
14715 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
14716 "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
14717 "license": "MIT",
14718 "dependencies": {
14719 "postcss-selector-parser": "^6.0.5"
14720 },
14721 "engines": {
14722 "node": "^10 || ^12 || >=14.0"
14723 },
14724 "peerDependencies": {
14725 "postcss": "^8.2.15"
14726 }
14727 },
14728 "node_modules/postcss-value-parser": {
14729 "version": "4.2.0",
14730 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
14731 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
14732 "license": "MIT"
14733 },
14734 "node_modules/prelude-ls": {
14735 "version": "1.2.1",
14736 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
14737 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
14738 "license": "MIT",
14739 "engines": {
14740 "node": ">= 0.8.0"
14741 }
14742 },
14743 "node_modules/pretty-bytes": {
14744 "version": "5.6.0",
14745 "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
14746 "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
14747 "license": "MIT",
14748 "engines": {
14749 "node": ">=6"
14750 },
14751 "funding": {
14752 "url": "https://github.com/sponsors/sindresorhus"
14753 }
14754 },
14755 "node_modules/pretty-error": {
14756 "version": "4.0.0",
14757 "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
14758 "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
14759 "license": "MIT",
14760 "dependencies": {
14761 "lodash": "^4.17.20",
14762 "renderkid": "^3.0.0"
14763 }
14764 },
14765 "node_modules/pretty-format": {
14766 "version": "27.5.1",
14767 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
14768 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
14769 "license": "MIT",
14770 "dependencies": {
14771 "ansi-regex": "^5.0.1",
14772 "ansi-styles": "^5.0.0",
14773 "react-is": "^17.0.1"
14774 },
14775 "engines": {
14776 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
14777 }
14778 },
14779 "node_modules/pretty-format/node_modules/ansi-styles": {
14780 "version": "5.2.0",
14781 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
14782 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
14783 "license": "MIT",
14784 "engines": {
14785 "node": ">=10"
14786 },
14787 "funding": {
14788 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
14789 }
14790 },
14791 "node_modules/pretty-format/node_modules/react-is": {
14792 "version": "17.0.2",
14793 "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
14794 "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
14795 "license": "MIT"
14796 },
14797 "node_modules/process-nextick-args": {
14798 "version": "2.0.1",
14799 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
14800 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
14801 "license": "MIT"
14802 },
14803 "node_modules/promise": {
14804 "version": "8.3.0",
14805 "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
14806 "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
14807 "license": "MIT",
14808 "dependencies": {
14809 "asap": "~2.0.6"
14810 }
14811 },
14812 "node_modules/prompts": {
14813 "version": "2.4.2",
14814 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
14815 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
14816 "license": "MIT",
14817 "dependencies": {
14818 "kleur": "^3.0.3",
14819 "sisteransi": "^1.0.5"
14820 },
14821 "engines": {
14822 "node": ">= 6"
14823 }
14824 },
14825 "node_modules/prop-types": {
14826 "version": "15.8.1",
14827 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
14828 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
14829 "license": "MIT",
14830 "dependencies": {
14831 "loose-envify": "^1.4.0",
14832 "object-assign": "^4.1.1",
14833 "react-is": "^16.13.1"
14834 }
14835 },
14836 "node_modules/proxy-addr": {
14837 "version": "2.0.7",
14838 "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
14839 "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
14840 "license": "MIT",
14841 "dependencies": {
14842 "forwarded": "0.2.0",
14843 "ipaddr.js": "1.9.1"
14844 },
14845 "engines": {
14846 "node": ">= 0.10"
14847 }
14848 },
14849 "node_modules/proxy-addr/node_modules/ipaddr.js": {
14850 "version": "1.9.1",
14851 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
14852 "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
14853 "license": "MIT",
14854 "engines": {
14855 "node": ">= 0.10"
14856 }
14857 },
14858 "node_modules/proxy-from-env": {
14859 "version": "1.1.0",
14860 "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
14861 "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
14862 "license": "MIT"
14863 },
14864 "node_modules/psl": {
14865 "version": "1.15.0",
14866 "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz",
14867 "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
14868 "license": "MIT",
14869 "dependencies": {
14870 "punycode": "^2.3.1"
14871 },
14872 "funding": {
14873 "url": "https://github.com/sponsors/lupomontero"
14874 }
14875 },
14876 "node_modules/punycode": {
14877 "version": "2.3.1",
14878 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
14879 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
14880 "license": "MIT",
14881 "engines": {
14882 "node": ">=6"
14883 }
14884 },
14885 "node_modules/q": {
14886 "version": "1.5.1",
14887 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
14888 "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==",
14889 "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)",
14890 "license": "MIT",
14891 "engines": {
14892 "node": ">=0.6.0",
14893 "teleport": ">=0.2.0"
14894 }
14895 },
14896 "node_modules/qs": {
14897 "version": "6.13.0",
14898 "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
14899 "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
14900 "license": "BSD-3-Clause",
14901 "dependencies": {
14902 "side-channel": "^1.0.6"
14903 },
14904 "engines": {
14905 "node": ">=0.6"
14906 },
14907 "funding": {
14908 "url": "https://github.com/sponsors/ljharb"
14909 }
14910 },
14911 "node_modules/querystringify": {
14912 "version": "2.2.0",
14913 "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
14914 "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
14915 "license": "MIT"
14916 },
14917 "node_modules/queue-microtask": {
14918 "version": "1.2.3",
14919 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
14920 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
14921 "funding": [
14922 {
14923 "type": "github",
14924 "url": "https://github.com/sponsors/feross"
14925 },
14926 {
14927 "type": "patreon",
14928 "url": "https://www.patreon.com/feross"
14929 },
14930 {
14931 "type": "consulting",
14932 "url": "https://feross.org/support"
14933 }
14934 ],
14935 "license": "MIT"
14936 },
14937 "node_modules/raf": {
14938 "version": "3.4.1",
14939 "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
14940 "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
14941 "license": "MIT",
14942 "dependencies": {
14943 "performance-now": "^2.1.0"
14944 }
14945 },
14946 "node_modules/random-bytes": {
14947 "version": "1.0.0",
14948 "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz",
14949 "integrity": "sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==",
14950 "license": "MIT",
14951 "engines": {
14952 "node": ">= 0.8"
14953 }
14954 },
14955 "node_modules/randombytes": {
14956 "version": "2.1.0",
14957 "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
14958 "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
14959 "license": "MIT",
14960 "dependencies": {
14961 "safe-buffer": "^5.1.0"
14962 }
14963 },
14964 "node_modules/range-parser": {
14965 "version": "1.2.1",
14966 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
14967 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
14968 "license": "MIT",
14969 "engines": {
14970 "node": ">= 0.6"
14971 }
14972 },
14973 "node_modules/raw-body": {
14974 "version": "2.5.2",
14975 "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
14976 "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
14977 "license": "MIT",
14978 "dependencies": {
14979 "bytes": "3.1.2",
14980 "http-errors": "2.0.0",
14981 "iconv-lite": "0.4.24",
14982 "unpipe": "1.0.0"
14983 },
14984 "engines": {
14985 "node": ">= 0.8"
14986 }
14987 },
14988 "node_modules/raw-body/node_modules/iconv-lite": {
14989 "version": "0.4.24",
14990 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
14991 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
14992 "license": "MIT",
14993 "dependencies": {
14994 "safer-buffer": ">= 2.1.2 < 3"
14995 },
14996 "engines": {
14997 "node": ">=0.10.0"
14998 }
14999 },
15000 "node_modules/react": {
15001 "version": "18.3.1",
15002 "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
15003 "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
15004 "license": "MIT",
15005 "dependencies": {
15006 "loose-envify": "^1.1.0"
15007 },
15008 "engines": {
15009 "node": ">=0.10.0"
15010 }
15011 },
15012 "node_modules/react-app-polyfill": {
15013 "version": "3.0.0",
15014 "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
15015 "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
15016 "license": "MIT",
15017 "dependencies": {
15018 "core-js": "^3.19.2",
15019 "object-assign": "^4.1.1",
15020 "promise": "^8.1.0",
15021 "raf": "^3.4.1",
15022 "regenerator-runtime": "^0.13.9",
15023 "whatwg-fetch": "^3.6.2"
15024 },
15025 "engines": {
15026 "node": ">=14"
15027 }
15028 },
15029 "node_modules/react-app-polyfill/node_modules/regenerator-runtime": {
15030 "version": "0.13.11",
15031 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
15032 "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
15033 "license": "MIT"
15034 },
15035 "node_modules/react-chartjs-2": {
15036 "version": "5.3.0",
15037 "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.3.0.tgz",
15038 "integrity": "sha512-UfZZFnDsERI3c3CZGxzvNJd02SHjaSJ8kgW1djn65H1KK8rehwTjyrRKOG3VTMG8wtHZ5rgAO5oTHtHi9GCCmw==",
15039 "license": "MIT",
15040 "peerDependencies": {
15041 "chart.js": "^4.1.1",
15042 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
15043 }
15044 },
15045 "node_modules/react-dev-utils": {
15046 "version": "12.0.1",
15047 "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
15048 "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
15049 "license": "MIT",
15050 "dependencies": {
15051 "@babel/code-frame": "^7.16.0",
15052 "address": "^1.1.2",
15053 "browserslist": "^4.18.1",
15054 "chalk": "^4.1.2",
15055 "cross-spawn": "^7.0.3",
15056 "detect-port-alt": "^1.1.6",
15057 "escape-string-regexp": "^4.0.0",
15058 "filesize": "^8.0.6",
15059 "find-up": "^5.0.0",
15060 "fork-ts-checker-webpack-plugin": "^6.5.0",
15061 "global-modules": "^2.0.0",
15062 "globby": "^11.0.4",
15063 "gzip-size": "^6.0.0",
15064 "immer": "^9.0.7",
15065 "is-root": "^2.1.0",
15066 "loader-utils": "^3.2.0",
15067 "open": "^8.4.0",
15068 "pkg-up": "^3.1.0",
15069 "prompts": "^2.4.2",
15070 "react-error-overlay": "^6.0.11",
15071 "recursive-readdir": "^2.2.2",
15072 "shell-quote": "^1.7.3",
15073 "strip-ansi": "^6.0.1",
15074 "text-table": "^0.2.0"
15075 },
15076 "engines": {
15077 "node": ">=14"
15078 }
15079 },
15080 "node_modules/react-dev-utils/node_modules/find-up": {
15081 "version": "5.0.0",
15082 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
15083 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
15084 "license": "MIT",
15085 "dependencies": {
15086 "locate-path": "^6.0.0",
15087 "path-exists": "^4.0.0"
15088 },
15089 "engines": {
15090 "node": ">=10"
15091 },
15092 "funding": {
15093 "url": "https://github.com/sponsors/sindresorhus"
15094 }
15095 },
15096 "node_modules/react-dev-utils/node_modules/loader-utils": {
15097 "version": "3.3.1",
15098 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz",
15099 "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==",
15100 "license": "MIT",
15101 "engines": {
15102 "node": ">= 12.13.0"
15103 }
15104 },
15105 "node_modules/react-dev-utils/node_modules/locate-path": {
15106 "version": "6.0.0",
15107 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
15108 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
15109 "license": "MIT",
15110 "dependencies": {
15111 "p-locate": "^5.0.0"
15112 },
15113 "engines": {
15114 "node": ">=10"
15115 },
15116 "funding": {
15117 "url": "https://github.com/sponsors/sindresorhus"
15118 }
15119 },
15120 "node_modules/react-dev-utils/node_modules/p-limit": {
15121 "version": "3.1.0",
15122 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
15123 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
15124 "license": "MIT",
15125 "dependencies": {
15126 "yocto-queue": "^0.1.0"
15127 },
15128 "engines": {
15129 "node": ">=10"
15130 },
15131 "funding": {
15132 "url": "https://github.com/sponsors/sindresorhus"
15133 }
15134 },
15135 "node_modules/react-dev-utils/node_modules/p-locate": {
15136 "version": "5.0.0",
15137 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
15138 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
15139 "license": "MIT",
15140 "dependencies": {
15141 "p-limit": "^3.0.2"
15142 },
15143 "engines": {
15144 "node": ">=10"
15145 },
15146 "funding": {
15147 "url": "https://github.com/sponsors/sindresorhus"
15148 }
15149 },
15150 "node_modules/react-dom": {
15151 "version": "18.3.1",
15152 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
15153 "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
15154 "license": "MIT",
15155 "dependencies": {
15156 "loose-envify": "^1.1.0",
15157 "scheduler": "^0.23.2"
15158 },
15159 "peerDependencies": {
15160 "react": "^18.3.1"
15161 }
15162 },
15163 "node_modules/react-draggable": {
15164 "version": "4.4.6",
15165 "resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.6.tgz",
15166 "integrity": "sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==",
15167 "license": "MIT",
15168 "dependencies": {
15169 "clsx": "^1.1.1",
15170 "prop-types": "^15.8.1"
15171 },
15172 "peerDependencies": {
15173 "react": ">= 16.3.0",
15174 "react-dom": ">= 16.3.0"
15175 }
15176 },
15177 "node_modules/react-draggable/node_modules/clsx": {
15178 "version": "1.2.1",
15179 "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
15180 "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
15181 "license": "MIT",
15182 "engines": {
15183 "node": ">=6"
15184 }
15185 },
15186 "node_modules/react-error-overlay": {
15187 "version": "6.1.0",
15188 "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.1.0.tgz",
15189 "integrity": "sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==",
15190 "license": "MIT"
15191 },
15192 "node_modules/react-fast-compare": {
15193 "version": "3.2.2",
15194 "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",
15195 "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==",
15196 "license": "MIT"
15197 },
15198 "node_modules/react-grid-layout": {
15199 "version": "1.5.0",
15200 "resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.5.0.tgz",
15201 "integrity": "sha512-WBKX7w/LsTfI99WskSu6nX2nbJAUD7GD6nIXcwYLyPpnslojtmql2oD3I2g5C3AK8hrxIarYT8awhuDIp7iQ5w==",
15202 "license": "MIT",
15203 "dependencies": {
15204 "clsx": "^2.0.0",
15205 "fast-equals": "^4.0.3",
15206 "prop-types": "^15.8.1",
15207 "react-draggable": "^4.4.5",
15208 "react-resizable": "^3.0.5",
15209 "resize-observer-polyfill": "^1.5.1"
15210 },
15211 "peerDependencies": {
15212 "react": ">= 16.3.0",
15213 "react-dom": ">= 16.3.0"
15214 }
15215 },
15216 "node_modules/react-helmet": {
15217 "version": "6.1.0",
15218 "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-6.1.0.tgz",
15219 "integrity": "sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==",
15220 "license": "MIT",
15221 "dependencies": {
15222 "object-assign": "^4.1.1",
15223 "prop-types": "^15.7.2",
15224 "react-fast-compare": "^3.1.1",
15225 "react-side-effect": "^2.1.0"
15226 },
15227 "peerDependencies": {
15228 "react": ">=16.3.0"
15229 }
15230 },
15231 "node_modules/react-image-gallery": {
15232 "version": "1.4.0",
15233 "resolved": "https://registry.npmjs.org/react-image-gallery/-/react-image-gallery-1.4.0.tgz",
15234 "integrity": "sha512-m7xLq7+g6/xh+BhVMAxvRU0132sNcEFglYsVsgthrnItl9VtLE7MuVvVWD9pvzcI+WBP5+p9HvnRwIiyhPkBDg==",
15235 "license": "MIT",
15236 "peerDependencies": {
15237 "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
15238 }
15239 },
15240 "node_modules/react-is": {
15241 "version": "16.13.1",
15242 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
15243 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
15244 "license": "MIT"
15245 },
15246 "node_modules/react-refresh": {
15247 "version": "0.11.0",
15248 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
15249 "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==",
15250 "license": "MIT",
15251 "engines": {
15252 "node": ">=0.10.0"
15253 }
15254 },
15255 "node_modules/react-resizable": {
15256 "version": "3.0.5",
15257 "resolved": "https://registry.npmjs.org/react-resizable/-/react-resizable-3.0.5.tgz",
15258 "integrity": "sha512-vKpeHhI5OZvYn82kXOs1bC8aOXktGU5AmKAgaZS4F5JPburCtbmDPqE7Pzp+1kN4+Wb81LlF33VpGwWwtXem+w==",
15259 "license": "MIT",
15260 "dependencies": {
15261 "prop-types": "15.x",
15262 "react-draggable": "^4.0.3"
15263 },
15264 "peerDependencies": {
15265 "react": ">= 16.3"
15266 }
15267 },
15268 "node_modules/react-router": {
15269 "version": "6.29.0",
15270 "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.29.0.tgz",
15271 "integrity": "sha512-DXZJoE0q+KyeVw75Ck6GkPxFak63C4fGqZGNijnWgzB/HzSP1ZfTlBj5COaGWwhrMQ/R8bXiq5Ooy4KG+ReyjQ==",
15272 "license": "MIT",
15273 "dependencies": {
15274 "@remix-run/router": "1.22.0"
15275 },
15276 "engines": {
15277 "node": ">=14.0.0"
15278 },
15279 "peerDependencies": {
15280 "react": ">=16.8"
15281 }
15282 },
15283 "node_modules/react-router-dom": {
15284 "version": "6.29.0",
15285 "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.29.0.tgz",
15286 "integrity": "sha512-pkEbJPATRJ2iotK+wUwHfy0xs2T59YPEN8BQxVCPeBZvK7kfPESRc/nyxzdcxR17hXgUPYx2whMwl+eo9cUdnQ==",
15287 "license": "MIT",
15288 "dependencies": {
15289 "@remix-run/router": "1.22.0",
15290 "react-router": "6.29.0"
15291 },
15292 "engines": {
15293 "node": ">=14.0.0"
15294 },
15295 "peerDependencies": {
15296 "react": ">=16.8",
15297 "react-dom": ">=16.8"
15298 }
15299 },
15300 "node_modules/react-scripts": {
15301 "version": "5.0.1",
15302 "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
15303 "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
15304 "license": "MIT",
15305 "dependencies": {
15306 "@babel/core": "^7.16.0",
15307 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
15308 "@svgr/webpack": "^5.5.0",
15309 "babel-jest": "^27.4.2",
15310 "babel-loader": "^8.2.3",
15311 "babel-plugin-named-asset-import": "^0.3.8",
15312 "babel-preset-react-app": "^10.0.1",
15313 "bfj": "^7.0.2",
15314 "browserslist": "^4.18.1",
15315 "camelcase": "^6.2.1",
15316 "case-sensitive-paths-webpack-plugin": "^2.4.0",
15317 "css-loader": "^6.5.1",
15318 "css-minimizer-webpack-plugin": "^3.2.0",
15319 "dotenv": "^10.0.0",
15320 "dotenv-expand": "^5.1.0",
15321 "eslint": "^8.3.0",
15322 "eslint-config-react-app": "^7.0.1",
15323 "eslint-webpack-plugin": "^3.1.1",
15324 "file-loader": "^6.2.0",
15325 "fs-extra": "^10.0.0",
15326 "html-webpack-plugin": "^5.5.0",
15327 "identity-obj-proxy": "^3.0.0",
15328 "jest": "^27.4.3",
15329 "jest-resolve": "^27.4.2",
15330 "jest-watch-typeahead": "^1.0.0",
15331 "mini-css-extract-plugin": "^2.4.5",
15332 "postcss": "^8.4.4",
15333 "postcss-flexbugs-fixes": "^5.0.2",
15334 "postcss-loader": "^6.2.1",
15335 "postcss-normalize": "^10.0.1",
15336 "postcss-preset-env": "^7.0.1",
15337 "prompts": "^2.4.2",
15338 "react-app-polyfill": "^3.0.0",
15339 "react-dev-utils": "^12.0.1",
15340 "react-refresh": "^0.11.0",
15341 "resolve": "^1.20.0",
15342 "resolve-url-loader": "^4.0.0",
15343 "sass-loader": "^12.3.0",
15344 "semver": "^7.3.5",
15345 "source-map-loader": "^3.0.0",
15346 "style-loader": "^3.3.1",
15347 "tailwindcss": "^3.0.2",
15348 "terser-webpack-plugin": "^5.2.5",
15349 "webpack": "^5.64.4",
15350 "webpack-dev-server": "^4.6.0",
15351 "webpack-manifest-plugin": "^4.0.2",
15352 "workbox-webpack-plugin": "^6.4.1"
15353 },
15354 "bin": {
15355 "react-scripts": "bin/react-scripts.js"
15356 },
15357 "engines": {
15358 "node": ">=14.0.0"
15359 },
15360 "optionalDependencies": {
15361 "fsevents": "^2.3.2"
15362 },
15363 "peerDependencies": {
15364 "react": ">= 16",
15365 "typescript": "^3.2.1 || ^4"
15366 },
15367 "peerDependenciesMeta": {
15368 "typescript": {
15369 "optional": true
15370 }
15371 }
15372 },
15373 "node_modules/react-side-effect": {
15374 "version": "2.1.2",
15375 "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.2.tgz",
15376 "integrity": "sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==",
15377 "license": "MIT",
15378 "peerDependencies": {
15379 "react": "^16.3.0 || ^17.0.0 || ^18.0.0"
15380 }
15381 },
15382 "node_modules/react-smooth": {
15383 "version": "4.0.4",
15384 "resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz",
15385 "integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==",
15386 "license": "MIT",
15387 "dependencies": {
15388 "fast-equals": "^5.0.1",
15389 "prop-types": "^15.8.1",
15390 "react-transition-group": "^4.4.5"
15391 },
15392 "peerDependencies": {
15393 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
15394 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
15395 }
15396 },
15397 "node_modules/react-smooth/node_modules/fast-equals": {
15398 "version": "5.2.2",
15399 "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.2.tgz",
15400 "integrity": "sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==",
15401 "license": "MIT",
15402 "engines": {
15403 "node": ">=6.0.0"
15404 }
15405 },
15406 "node_modules/react-transition-group": {
15407 "version": "4.4.5",
15408 "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
15409 "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
15410 "license": "BSD-3-Clause",
15411 "dependencies": {
15412 "@babel/runtime": "^7.5.5",
15413 "dom-helpers": "^5.0.1",
15414 "loose-envify": "^1.4.0",
15415 "prop-types": "^15.6.2"
15416 },
15417 "peerDependencies": {
15418 "react": ">=16.6.0",
15419 "react-dom": ">=16.6.0"
15420 }
15421 },
15422 "node_modules/read-cache": {
15423 "version": "1.0.0",
15424 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
15425 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
15426 "license": "MIT",
15427 "dependencies": {
15428 "pify": "^2.3.0"
15429 }
15430 },
15431 "node_modules/readable-stream": {
15432 "version": "3.6.2",
15433 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
15434 "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
15435 "license": "MIT",
15436 "dependencies": {
15437 "inherits": "^2.0.3",
15438 "string_decoder": "^1.1.1",
15439 "util-deprecate": "^1.0.1"
15440 },
15441 "engines": {
15442 "node": ">= 6"
15443 }
15444 },
15445 "node_modules/readdirp": {
15446 "version": "3.6.0",
15447 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
15448 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
15449 "license": "MIT",
15450 "dependencies": {
15451 "picomatch": "^2.2.1"
15452 },
15453 "engines": {
15454 "node": ">=8.10.0"
15455 }
15456 },
15457 "node_modules/recharts": {
15458 "version": "2.15.1",
15459 "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.1.tgz",
15460 "integrity": "sha512-v8PUTUlyiDe56qUj82w/EDVuzEFXwEHp9/xOowGAZwfLjB9uAy3GllQVIYMWF6nU+qibx85WF75zD7AjqoT54Q==",
15461 "license": "MIT",
15462 "dependencies": {
15463 "clsx": "^2.0.0",
15464 "eventemitter3": "^4.0.1",
15465 "lodash": "^4.17.21",
15466 "react-is": "^18.3.1",
15467 "react-smooth": "^4.0.4",
15468 "recharts-scale": "^0.4.4",
15469 "tiny-invariant": "^1.3.1",
15470 "victory-vendor": "^36.6.8"
15471 },
15472 "engines": {
15473 "node": ">=14"
15474 },
15475 "peerDependencies": {
15476 "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
15477 "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
15478 }
15479 },
15480 "node_modules/recharts-scale": {
15481 "version": "0.4.5",
15482 "resolved": "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz",
15483 "integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==",
15484 "license": "MIT",
15485 "dependencies": {
15486 "decimal.js-light": "^2.4.1"
15487 }
15488 },
15489 "node_modules/recharts/node_modules/react-is": {
15490 "version": "18.3.1",
15491 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
15492 "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
15493 "license": "MIT"
15494 },
15495 "node_modules/recursive-readdir": {
15496 "version": "2.2.3",
15497 "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz",
15498 "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==",
15499 "license": "MIT",
15500 "dependencies": {
15501 "minimatch": "^3.0.5"
15502 },
15503 "engines": {
15504 "node": ">=6.0.0"
15505 }
15506 },
15507 "node_modules/reflect.getprototypeof": {
15508 "version": "1.0.10",
15509 "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
15510 "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
15511 "license": "MIT",
15512 "dependencies": {
15513 "call-bind": "^1.0.8",
15514 "define-properties": "^1.2.1",
15515 "es-abstract": "^1.23.9",
15516 "es-errors": "^1.3.0",
15517 "es-object-atoms": "^1.0.0",
15518 "get-intrinsic": "^1.2.7",
15519 "get-proto": "^1.0.1",
15520 "which-builtin-type": "^1.2.1"
15521 },
15522 "engines": {
15523 "node": ">= 0.4"
15524 },
15525 "funding": {
15526 "url": "https://github.com/sponsors/ljharb"
15527 }
15528 },
15529 "node_modules/regenerate": {
15530 "version": "1.4.2",
15531 "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
15532 "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
15533 "license": "MIT"
15534 },
15535 "node_modules/regenerate-unicode-properties": {
15536 "version": "10.2.0",
15537 "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
15538 "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
15539 "license": "MIT",
15540 "dependencies": {
15541 "regenerate": "^1.4.2"
15542 },
15543 "engines": {
15544 "node": ">=4"
15545 }
15546 },
15547 "node_modules/regenerator-runtime": {
15548 "version": "0.14.1",
15549 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
15550 "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
15551 "license": "MIT"
15552 },
15553 "node_modules/regenerator-transform": {
15554 "version": "0.15.2",
15555 "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
15556 "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
15557 "license": "MIT",
15558 "dependencies": {
15559 "@babel/runtime": "^7.8.4"
15560 }
15561 },
15562 "node_modules/regex-parser": {
15563 "version": "2.3.1",
15564 "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.1.tgz",
15565 "integrity": "sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==",
15566 "license": "MIT"
15567 },
15568 "node_modules/regexp.prototype.flags": {
15569 "version": "1.5.4",
15570 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
15571 "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
15572 "license": "MIT",
15573 "dependencies": {
15574 "call-bind": "^1.0.8",
15575 "define-properties": "^1.2.1",
15576 "es-errors": "^1.3.0",
15577 "get-proto": "^1.0.1",
15578 "gopd": "^1.2.0",
15579 "set-function-name": "^2.0.2"
15580 },
15581 "engines": {
15582 "node": ">= 0.4"
15583 },
15584 "funding": {
15585 "url": "https://github.com/sponsors/ljharb"
15586 }
15587 },
15588 "node_modules/regexpu-core": {
15589 "version": "6.2.0",
15590 "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz",
15591 "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
15592 "license": "MIT",
15593 "dependencies": {
15594 "regenerate": "^1.4.2",
15595 "regenerate-unicode-properties": "^10.2.0",
15596 "regjsgen": "^0.8.0",
15597 "regjsparser": "^0.12.0",
15598 "unicode-match-property-ecmascript": "^2.0.0",
15599 "unicode-match-property-value-ecmascript": "^2.1.0"
15600 },
15601 "engines": {
15602 "node": ">=4"
15603 }
15604 },
15605 "node_modules/regjsgen": {
15606 "version": "0.8.0",
15607 "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz",
15608 "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
15609 "license": "MIT"
15610 },
15611 "node_modules/regjsparser": {
15612 "version": "0.12.0",
15613 "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz",
15614 "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
15615 "license": "BSD-2-Clause",
15616 "dependencies": {
15617 "jsesc": "~3.0.2"
15618 },
15619 "bin": {
15620 "regjsparser": "bin/parser"
15621 }
15622 },
15623 "node_modules/regjsparser/node_modules/jsesc": {
15624 "version": "3.0.2",
15625 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
15626 "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
15627 "license": "MIT",
15628 "bin": {
15629 "jsesc": "bin/jsesc"
15630 },
15631 "engines": {
15632 "node": ">=6"
15633 }
15634 },
15635 "node_modules/relateurl": {
15636 "version": "0.2.7",
15637 "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
15638 "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
15639 "license": "MIT",
15640 "engines": {
15641 "node": ">= 0.10"
15642 }
15643 },
15644 "node_modules/renderkid": {
15645 "version": "3.0.0",
15646 "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
15647 "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
15648 "license": "MIT",
15649 "dependencies": {
15650 "css-select": "^4.1.3",
15651 "dom-converter": "^0.2.0",
15652 "htmlparser2": "^6.1.0",
15653 "lodash": "^4.17.21",
15654 "strip-ansi": "^6.0.1"
15655 }
15656 },
15657 "node_modules/require-directory": {
15658 "version": "2.1.1",
15659 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
15660 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
15661 "license": "MIT",
15662 "engines": {
15663 "node": ">=0.10.0"
15664 }
15665 },
15666 "node_modules/require-from-string": {
15667 "version": "2.0.2",
15668 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
15669 "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
15670 "license": "MIT",
15671 "engines": {
15672 "node": ">=0.10.0"
15673 }
15674 },
15675 "node_modules/requires-port": {
15676 "version": "1.0.0",
15677 "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
15678 "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
15679 "license": "MIT"
15680 },
15681 "node_modules/resize-observer-polyfill": {
15682 "version": "1.5.1",
15683 "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
15684 "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
15685 "license": "MIT"
15686 },
15687 "node_modules/resolve": {
15688 "version": "1.22.10",
15689 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
15690 "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
15691 "license": "MIT",
15692 "dependencies": {
15693 "is-core-module": "^2.16.0",
15694 "path-parse": "^1.0.7",
15695 "supports-preserve-symlinks-flag": "^1.0.0"
15696 },
15697 "bin": {
15698 "resolve": "bin/resolve"
15699 },
15700 "engines": {
15701 "node": ">= 0.4"
15702 },
15703 "funding": {
15704 "url": "https://github.com/sponsors/ljharb"
15705 }
15706 },
15707 "node_modules/resolve-cwd": {
15708 "version": "3.0.0",
15709 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
15710 "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
15711 "license": "MIT",
15712 "dependencies": {
15713 "resolve-from": "^5.0.0"
15714 },
15715 "engines": {
15716 "node": ">=8"
15717 }
15718 },
15719 "node_modules/resolve-from": {
15720 "version": "5.0.0",
15721 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
15722 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
15723 "license": "MIT",
15724 "engines": {
15725 "node": ">=8"
15726 }
15727 },
15728 "node_modules/resolve-url-loader": {
15729 "version": "4.0.0",
15730 "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
15731 "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
15732 "license": "MIT",
15733 "dependencies": {
15734 "adjust-sourcemap-loader": "^4.0.0",
15735 "convert-source-map": "^1.7.0",
15736 "loader-utils": "^2.0.0",
15737 "postcss": "^7.0.35",
15738 "source-map": "0.6.1"
15739 },
15740 "engines": {
15741 "node": ">=8.9"
15742 },
15743 "peerDependencies": {
15744 "rework": "1.0.1",
15745 "rework-visit": "1.0.0"
15746 },
15747 "peerDependenciesMeta": {
15748 "rework": {
15749 "optional": true
15750 },
15751 "rework-visit": {
15752 "optional": true
15753 }
15754 }
15755 },
15756 "node_modules/resolve-url-loader/node_modules/convert-source-map": {
15757 "version": "1.9.0",
15758 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
15759 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
15760 "license": "MIT"
15761 },
15762 "node_modules/resolve-url-loader/node_modules/picocolors": {
15763 "version": "0.2.1",
15764 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
15765 "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
15766 "license": "ISC"
15767 },
15768 "node_modules/resolve-url-loader/node_modules/postcss": {
15769 "version": "7.0.39",
15770 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
15771 "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
15772 "license": "MIT",
15773 "dependencies": {
15774 "picocolors": "^0.2.1",
15775 "source-map": "^0.6.1"
15776 },
15777 "engines": {
15778 "node": ">=6.0.0"
15779 },
15780 "funding": {
15781 "type": "opencollective",
15782 "url": "https://opencollective.com/postcss/"
15783 }
15784 },
15785 "node_modules/resolve-url-loader/node_modules/source-map": {
15786 "version": "0.6.1",
15787 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
15788 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
15789 "license": "BSD-3-Clause",
15790 "engines": {
15791 "node": ">=0.10.0"
15792 }
15793 },
15794 "node_modules/resolve.exports": {
15795 "version": "1.1.1",
15796 "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz",
15797 "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==",
15798 "license": "MIT",
15799 "engines": {
15800 "node": ">=10"
15801 }
15802 },
15803 "node_modules/retry": {
15804 "version": "0.13.1",
15805 "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
15806 "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
15807 "license": "MIT",
15808 "engines": {
15809 "node": ">= 4"
15810 }
15811 },
15812 "node_modules/reusify": {
15813 "version": "1.0.4",
15814 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
15815 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
15816 "license": "MIT",
15817 "engines": {
15818 "iojs": ">=1.0.0",
15819 "node": ">=0.10.0"
15820 }
15821 },
15822 "node_modules/rimraf": {
15823 "version": "3.0.2",
15824 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
15825 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
15826 "deprecated": "Rimraf versions prior to v4 are no longer supported",
15827 "license": "ISC",
15828 "dependencies": {
15829 "glob": "^7.1.3"
15830 },
15831 "bin": {
15832 "rimraf": "bin.js"
15833 },
15834 "funding": {
15835 "url": "https://github.com/sponsors/isaacs"
15836 }
15837 },
15838 "node_modules/rollup": {
15839 "version": "2.79.2",
15840 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
15841 "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
15842 "license": "MIT",
15843 "bin": {
15844 "rollup": "dist/bin/rollup"
15845 },
15846 "engines": {
15847 "node": ">=10.0.0"
15848 },
15849 "optionalDependencies": {
15850 "fsevents": "~2.3.2"
15851 }
15852 },
15853 "node_modules/rollup-plugin-terser": {
15854 "version": "7.0.2",
15855 "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
15856 "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
15857 "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
15858 "license": "MIT",
15859 "dependencies": {
15860 "@babel/code-frame": "^7.10.4",
15861 "jest-worker": "^26.2.1",
15862 "serialize-javascript": "^4.0.0",
15863 "terser": "^5.0.0"
15864 },
15865 "peerDependencies": {
15866 "rollup": "^2.0.0"
15867 }
15868 },
15869 "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
15870 "version": "26.6.2",
15871 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
15872 "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
15873 "license": "MIT",
15874 "dependencies": {
15875 "@types/node": "*",
15876 "merge-stream": "^2.0.0",
15877 "supports-color": "^7.0.0"
15878 },
15879 "engines": {
15880 "node": ">= 10.13.0"
15881 }
15882 },
15883 "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
15884 "version": "4.0.0",
15885 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
15886 "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
15887 "license": "BSD-3-Clause",
15888 "dependencies": {
15889 "randombytes": "^2.1.0"
15890 }
15891 },
15892 "node_modules/run-parallel": {
15893 "version": "1.2.0",
15894 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
15895 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
15896 "funding": [
15897 {
15898 "type": "github",
15899 "url": "https://github.com/sponsors/feross"
15900 },
15901 {
15902 "type": "patreon",
15903 "url": "https://www.patreon.com/feross"
15904 },
15905 {
15906 "type": "consulting",
15907 "url": "https://feross.org/support"
15908 }
15909 ],
15910 "license": "MIT",
15911 "dependencies": {
15912 "queue-microtask": "^1.2.2"
15913 }
15914 },
15915 "node_modules/safe-array-concat": {
15916 "version": "1.1.3",
15917 "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
15918 "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
15919 "license": "MIT",
15920 "dependencies": {
15921 "call-bind": "^1.0.8",
15922 "call-bound": "^1.0.2",
15923 "get-intrinsic": "^1.2.6",
15924 "has-symbols": "^1.1.0",
15925 "isarray": "^2.0.5"
15926 },
15927 "engines": {
15928 "node": ">=0.4"
15929 },
15930 "funding": {
15931 "url": "https://github.com/sponsors/ljharb"
15932 }
15933 },
15934 "node_modules/safe-buffer": {
15935 "version": "5.2.1",
15936 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
15937 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
15938 "funding": [
15939 {
15940 "type": "github",
15941 "url": "https://github.com/sponsors/feross"
15942 },
15943 {
15944 "type": "patreon",
15945 "url": "https://www.patreon.com/feross"
15946 },
15947 {
15948 "type": "consulting",
15949 "url": "https://feross.org/support"
15950 }
15951 ],
15952 "license": "MIT"
15953 },
15954 "node_modules/safe-push-apply": {
15955 "version": "1.0.0",
15956 "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
15957 "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
15958 "license": "MIT",
15959 "dependencies": {
15960 "es-errors": "^1.3.0",
15961 "isarray": "^2.0.5"
15962 },
15963 "engines": {
15964 "node": ">= 0.4"
15965 },
15966 "funding": {
15967 "url": "https://github.com/sponsors/ljharb"
15968 }
15969 },
15970 "node_modules/safe-regex-test": {
15971 "version": "1.1.0",
15972 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
15973 "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
15974 "license": "MIT",
15975 "dependencies": {
15976 "call-bound": "^1.0.2",
15977 "es-errors": "^1.3.0",
15978 "is-regex": "^1.2.1"
15979 },
15980 "engines": {
15981 "node": ">= 0.4"
15982 },
15983 "funding": {
15984 "url": "https://github.com/sponsors/ljharb"
15985 }
15986 },
15987 "node_modules/safer-buffer": {
15988 "version": "2.1.2",
15989 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
15990 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
15991 "license": "MIT"
15992 },
15993 "node_modules/sanitize.css": {
15994 "version": "13.0.0",
15995 "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
15996 "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==",
15997 "license": "CC0-1.0"
15998 },
15999 "node_modules/sass-loader": {
16000 "version": "12.6.0",
16001 "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
16002 "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
16003 "license": "MIT",
16004 "dependencies": {
16005 "klona": "^2.0.4",
16006 "neo-async": "^2.6.2"
16007 },
16008 "engines": {
16009 "node": ">= 12.13.0"
16010 },
16011 "funding": {
16012 "type": "opencollective",
16013 "url": "https://opencollective.com/webpack"
16014 },
16015 "peerDependencies": {
16016 "fibers": ">= 3.1.0",
16017 "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
16018 "sass": "^1.3.0",
16019 "sass-embedded": "*",
16020 "webpack": "^5.0.0"
16021 },
16022 "peerDependenciesMeta": {
16023 "fibers": {
16024 "optional": true
16025 },
16026 "node-sass": {
16027 "optional": true
16028 },
16029 "sass": {
16030 "optional": true
16031 },
16032 "sass-embedded": {
16033 "optional": true
16034 }
16035 }
16036 },
16037 "node_modules/sax": {
16038 "version": "1.2.4",
16039 "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
16040 "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
16041 "license": "ISC"
16042 },
16043 "node_modules/saxes": {
16044 "version": "5.0.1",
16045 "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
16046 "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
16047 "license": "ISC",
16048 "dependencies": {
16049 "xmlchars": "^2.2.0"
16050 },
16051 "engines": {
16052 "node": ">=10"
16053 }
16054 },
16055 "node_modules/scheduler": {
16056 "version": "0.23.2",
16057 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
16058 "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
16059 "license": "MIT",
16060 "dependencies": {
16061 "loose-envify": "^1.1.0"
16062 }
16063 },
16064 "node_modules/schema-utils": {
16065 "version": "4.3.0",
16066 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz",
16067 "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==",
16068 "license": "MIT",
16069 "dependencies": {
16070 "@types/json-schema": "^7.0.9",
16071 "ajv": "^8.9.0",
16072 "ajv-formats": "^2.1.1",
16073 "ajv-keywords": "^5.1.0"
16074 },
16075 "engines": {
16076 "node": ">= 10.13.0"
16077 },
16078 "funding": {
16079 "type": "opencollective",
16080 "url": "https://opencollective.com/webpack"
16081 }
16082 },
16083 "node_modules/schema-utils/node_modules/ajv": {
16084 "version": "8.17.1",
16085 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
16086 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
16087 "license": "MIT",
16088 "dependencies": {
16089 "fast-deep-equal": "^3.1.3",
16090 "fast-uri": "^3.0.1",
16091 "json-schema-traverse": "^1.0.0",
16092 "require-from-string": "^2.0.2"
16093 },
16094 "funding": {
16095 "type": "github",
16096 "url": "https://github.com/sponsors/epoberezkin"
16097 }
16098 },
16099 "node_modules/schema-utils/node_modules/ajv-keywords": {
16100 "version": "5.1.0",
16101 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
16102 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
16103 "license": "MIT",
16104 "dependencies": {
16105 "fast-deep-equal": "^3.1.3"
16106 },
16107 "peerDependencies": {
16108 "ajv": "^8.8.2"
16109 }
16110 },
16111 "node_modules/schema-utils/node_modules/json-schema-traverse": {
16112 "version": "1.0.0",
16113 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
16114 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
16115 "license": "MIT"
16116 },
16117 "node_modules/select-hose": {
16118 "version": "2.0.0",
16119 "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
16120 "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
16121 "license": "MIT"
16122 },
16123 "node_modules/selfsigned": {
16124 "version": "2.4.1",
16125 "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
16126 "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
16127 "license": "MIT",
16128 "dependencies": {
16129 "@types/node-forge": "^1.3.0",
16130 "node-forge": "^1"
16131 },
16132 "engines": {
16133 "node": ">=10"
16134 }
16135 },
16136 "node_modules/semver": {
16137 "version": "7.7.1",
16138 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
16139 "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
16140 "license": "ISC",
16141 "bin": {
16142 "semver": "bin/semver.js"
16143 },
16144 "engines": {
16145 "node": ">=10"
16146 }
16147 },
16148 "node_modules/send": {
16149 "version": "0.19.0",
16150 "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
16151 "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
16152 "license": "MIT",
16153 "dependencies": {
16154 "debug": "2.6.9",
16155 "depd": "2.0.0",
16156 "destroy": "1.2.0",
16157 "encodeurl": "~1.0.2",
16158 "escape-html": "~1.0.3",
16159 "etag": "~1.8.1",
16160 "fresh": "0.5.2",
16161 "http-errors": "2.0.0",
16162 "mime": "1.6.0",
16163 "ms": "2.1.3",
16164 "on-finished": "2.4.1",
16165 "range-parser": "~1.2.1",
16166 "statuses": "2.0.1"
16167 },
16168 "engines": {
16169 "node": ">= 0.8.0"
16170 }
16171 },
16172 "node_modules/send/node_modules/encodeurl": {
16173 "version": "1.0.2",
16174 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
16175 "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
16176 "license": "MIT",
16177 "engines": {
16178 "node": ">= 0.8"
16179 }
16180 },
16181 "node_modules/send/node_modules/ms": {
16182 "version": "2.1.3",
16183 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
16184 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
16185 "license": "MIT"
16186 },
16187 "node_modules/serialize-javascript": {
16188 "version": "6.0.2",
16189 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
16190 "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
16191 "license": "BSD-3-Clause",
16192 "dependencies": {
16193 "randombytes": "^2.1.0"
16194 }
16195 },
16196 "node_modules/serve-index": {
16197 "version": "1.9.1",
16198 "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
16199 "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
16200 "license": "MIT",
16201 "dependencies": {
16202 "accepts": "~1.3.4",
16203 "batch": "0.6.1",
16204 "debug": "2.6.9",
16205 "escape-html": "~1.0.3",
16206 "http-errors": "~1.6.2",
16207 "mime-types": "~2.1.17",
16208 "parseurl": "~1.3.2"
16209 },
16210 "engines": {
16211 "node": ">= 0.8.0"
16212 }
16213 },
16214 "node_modules/serve-index/node_modules/depd": {
16215 "version": "1.1.2",
16216 "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
16217 "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
16218 "license": "MIT",
16219 "engines": {
16220 "node": ">= 0.6"
16221 }
16222 },
16223 "node_modules/serve-index/node_modules/http-errors": {
16224 "version": "1.6.3",
16225 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
16226 "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
16227 "license": "MIT",
16228 "dependencies": {
16229 "depd": "~1.1.2",
16230 "inherits": "2.0.3",
16231 "setprototypeof": "1.1.0",
16232 "statuses": ">= 1.4.0 < 2"
16233 },
16234 "engines": {
16235 "node": ">= 0.6"
16236 }
16237 },
16238 "node_modules/serve-index/node_modules/inherits": {
16239 "version": "2.0.3",
16240 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
16241 "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
16242 "license": "ISC"
16243 },
16244 "node_modules/serve-index/node_modules/setprototypeof": {
16245 "version": "1.1.0",
16246 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
16247 "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
16248 "license": "ISC"
16249 },
16250 "node_modules/serve-index/node_modules/statuses": {
16251 "version": "1.5.0",
16252 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
16253 "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
16254 "license": "MIT",
16255 "engines": {
16256 "node": ">= 0.6"
16257 }
16258 },
16259 "node_modules/serve-static": {
16260 "version": "1.16.2",
16261 "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
16262 "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
16263 "license": "MIT",
16264 "dependencies": {
16265 "encodeurl": "~2.0.0",
16266 "escape-html": "~1.0.3",
16267 "parseurl": "~1.3.3",
16268 "send": "0.19.0"
16269 },
16270 "engines": {
16271 "node": ">= 0.8.0"
16272 }
16273 },
16274 "node_modules/set-function-length": {
16275 "version": "1.2.2",
16276 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
16277 "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
16278 "license": "MIT",
16279 "dependencies": {
16280 "define-data-property": "^1.1.4",
16281 "es-errors": "^1.3.0",
16282 "function-bind": "^1.1.2",
16283 "get-intrinsic": "^1.2.4",
16284 "gopd": "^1.0.1",
16285 "has-property-descriptors": "^1.0.2"
16286 },
16287 "engines": {
16288 "node": ">= 0.4"
16289 }
16290 },
16291 "node_modules/set-function-name": {
16292 "version": "2.0.2",
16293 "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
16294 "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
16295 "license": "MIT",
16296 "dependencies": {
16297 "define-data-property": "^1.1.4",
16298 "es-errors": "^1.3.0",
16299 "functions-have-names": "^1.2.3",
16300 "has-property-descriptors": "^1.0.2"
16301 },
16302 "engines": {
16303 "node": ">= 0.4"
16304 }
16305 },
16306 "node_modules/set-proto": {
16307 "version": "1.0.0",
16308 "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
16309 "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
16310 "license": "MIT",
16311 "dependencies": {
16312 "dunder-proto": "^1.0.1",
16313 "es-errors": "^1.3.0",
16314 "es-object-atoms": "^1.0.0"
16315 },
16316 "engines": {
16317 "node": ">= 0.4"
16318 }
16319 },
16320 "node_modules/setprototypeof": {
16321 "version": "1.2.0",
16322 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
16323 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
16324 "license": "ISC"
16325 },
16326 "node_modules/shebang-command": {
16327 "version": "2.0.0",
16328 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
16329 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
16330 "license": "MIT",
16331 "dependencies": {
16332 "shebang-regex": "^3.0.0"
16333 },
16334 "engines": {
16335 "node": ">=8"
16336 }
16337 },
16338 "node_modules/shebang-regex": {
16339 "version": "3.0.0",
16340 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
16341 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
16342 "license": "MIT",
16343 "engines": {
16344 "node": ">=8"
16345 }
16346 },
16347 "node_modules/shell-quote": {
16348 "version": "1.8.2",
16349 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
16350 "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
16351 "license": "MIT",
16352 "engines": {
16353 "node": ">= 0.4"
16354 },
16355 "funding": {
16356 "url": "https://github.com/sponsors/ljharb"
16357 }
16358 },
16359 "node_modules/side-channel": {
16360 "version": "1.1.0",
16361 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
16362 "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
16363 "license": "MIT",
16364 "dependencies": {
16365 "es-errors": "^1.3.0",
16366 "object-inspect": "^1.13.3",
16367 "side-channel-list": "^1.0.0",
16368 "side-channel-map": "^1.0.1",
16369 "side-channel-weakmap": "^1.0.2"
16370 },
16371 "engines": {
16372 "node": ">= 0.4"
16373 },
16374 "funding": {
16375 "url": "https://github.com/sponsors/ljharb"
16376 }
16377 },
16378 "node_modules/side-channel-list": {
16379 "version": "1.0.0",
16380 "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
16381 "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
16382 "license": "MIT",
16383 "dependencies": {
16384 "es-errors": "^1.3.0",
16385 "object-inspect": "^1.13.3"
16386 },
16387 "engines": {
16388 "node": ">= 0.4"
16389 },
16390 "funding": {
16391 "url": "https://github.com/sponsors/ljharb"
16392 }
16393 },
16394 "node_modules/side-channel-map": {
16395 "version": "1.0.1",
16396 "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
16397 "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
16398 "license": "MIT",
16399 "dependencies": {
16400 "call-bound": "^1.0.2",
16401 "es-errors": "^1.3.0",
16402 "get-intrinsic": "^1.2.5",
16403 "object-inspect": "^1.13.3"
16404 },
16405 "engines": {
16406 "node": ">= 0.4"
16407 },
16408 "funding": {
16409 "url": "https://github.com/sponsors/ljharb"
16410 }
16411 },
16412 "node_modules/side-channel-weakmap": {
16413 "version": "1.0.2",
16414 "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
16415 "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
16416 "license": "MIT",
16417 "dependencies": {
16418 "call-bound": "^1.0.2",
16419 "es-errors": "^1.3.0",
16420 "get-intrinsic": "^1.2.5",
16421 "object-inspect": "^1.13.3",
16422 "side-channel-map": "^1.0.1"
16423 },
16424 "engines": {
16425 "node": ">= 0.4"
16426 },
16427 "funding": {
16428 "url": "https://github.com/sponsors/ljharb"
16429 }
16430 },
16431 "node_modules/signal-exit": {
16432 "version": "3.0.7",
16433 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
16434 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
16435 "license": "ISC"
16436 },
16437 "node_modules/sisteransi": {
16438 "version": "1.0.5",
16439 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
16440 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
16441 "license": "MIT"
16442 },
16443 "node_modules/slash": {
16444 "version": "3.0.0",
16445 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
16446 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
16447 "license": "MIT",
16448 "engines": {
16449 "node": ">=8"
16450 }
16451 },
16452 "node_modules/sockjs": {
16453 "version": "0.3.24",
16454 "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
16455 "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
16456 "license": "MIT",
16457 "dependencies": {
16458 "faye-websocket": "^0.11.3",
16459 "uuid": "^8.3.2",
16460 "websocket-driver": "^0.7.4"
16461 }
16462 },
16463 "node_modules/source-list-map": {
16464 "version": "2.0.1",
16465 "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
16466 "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
16467 "license": "MIT"
16468 },
16469 "node_modules/source-map": {
16470 "version": "0.7.4",
16471 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
16472 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
16473 "license": "BSD-3-Clause",
16474 "engines": {
16475 "node": ">= 8"
16476 }
16477 },
16478 "node_modules/source-map-js": {
16479 "version": "1.2.1",
16480 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
16481 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
16482 "license": "BSD-3-Clause",
16483 "engines": {
16484 "node": ">=0.10.0"
16485 }
16486 },
16487 "node_modules/source-map-loader": {
16488 "version": "3.0.2",
16489 "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz",
16490 "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==",
16491 "license": "MIT",
16492 "dependencies": {
16493 "abab": "^2.0.5",
16494 "iconv-lite": "^0.6.3",
16495 "source-map-js": "^1.0.1"
16496 },
16497 "engines": {
16498 "node": ">= 12.13.0"
16499 },
16500 "funding": {
16501 "type": "opencollective",
16502 "url": "https://opencollective.com/webpack"
16503 },
16504 "peerDependencies": {
16505 "webpack": "^5.0.0"
16506 }
16507 },
16508 "node_modules/source-map-support": {
16509 "version": "0.5.21",
16510 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
16511 "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
16512 "license": "MIT",
16513 "dependencies": {
16514 "buffer-from": "^1.0.0",
16515 "source-map": "^0.6.0"
16516 }
16517 },
16518 "node_modules/source-map-support/node_modules/source-map": {
16519 "version": "0.6.1",
16520 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
16521 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
16522 "license": "BSD-3-Clause",
16523 "engines": {
16524 "node": ">=0.10.0"
16525 }
16526 },
16527 "node_modules/sourcemap-codec": {
16528 "version": "1.4.8",
16529 "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
16530 "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
16531 "deprecated": "Please use @jridgewell/sourcemap-codec instead",
16532 "license": "MIT"
16533 },
16534 "node_modules/spdy": {
16535 "version": "4.0.2",
16536 "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
16537 "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
16538 "license": "MIT",
16539 "dependencies": {
16540 "debug": "^4.1.0",
16541 "handle-thing": "^2.0.0",
16542 "http-deceiver": "^1.2.7",
16543 "select-hose": "^2.0.0",
16544 "spdy-transport": "^3.0.0"
16545 },
16546 "engines": {
16547 "node": ">=6.0.0"
16548 }
16549 },
16550 "node_modules/spdy-transport": {
16551 "version": "3.0.0",
16552 "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
16553 "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
16554 "license": "MIT",
16555 "dependencies": {
16556 "debug": "^4.1.0",
16557 "detect-node": "^2.0.4",
16558 "hpack.js": "^2.1.6",
16559 "obuf": "^1.1.2",
16560 "readable-stream": "^3.0.6",
16561 "wbuf": "^1.7.3"
16562 }
16563 },
16564 "node_modules/spdy-transport/node_modules/debug": {
16565 "version": "4.4.0",
16566 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
16567 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
16568 "license": "MIT",
16569 "dependencies": {
16570 "ms": "^2.1.3"
16571 },
16572 "engines": {
16573 "node": ">=6.0"
16574 },
16575 "peerDependenciesMeta": {
16576 "supports-color": {
16577 "optional": true
16578 }
16579 }
16580 },
16581 "node_modules/spdy-transport/node_modules/ms": {
16582 "version": "2.1.3",
16583 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
16584 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
16585 "license": "MIT"
16586 },
16587 "node_modules/spdy/node_modules/debug": {
16588 "version": "4.4.0",
16589 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
16590 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
16591 "license": "MIT",
16592 "dependencies": {
16593 "ms": "^2.1.3"
16594 },
16595 "engines": {
16596 "node": ">=6.0"
16597 },
16598 "peerDependenciesMeta": {
16599 "supports-color": {
16600 "optional": true
16601 }
16602 }
16603 },
16604 "node_modules/spdy/node_modules/ms": {
16605 "version": "2.1.3",
16606 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
16607 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
16608 "license": "MIT"
16609 },
16610 "node_modules/sprintf-js": {
16611 "version": "1.0.3",
16612 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
16613 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
16614 "license": "BSD-3-Clause"
16615 },
16616 "node_modules/stable": {
16617 "version": "0.1.8",
16618 "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
16619 "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
16620 "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",
16621 "license": "MIT"
16622 },
16623 "node_modules/stack-utils": {
16624 "version": "2.0.6",
16625 "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
16626 "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
16627 "license": "MIT",
16628 "dependencies": {
16629 "escape-string-regexp": "^2.0.0"
16630 },
16631 "engines": {
16632 "node": ">=10"
16633 }
16634 },
16635 "node_modules/stack-utils/node_modules/escape-string-regexp": {
16636 "version": "2.0.0",
16637 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
16638 "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
16639 "license": "MIT",
16640 "engines": {
16641 "node": ">=8"
16642 }
16643 },
16644 "node_modules/stackframe": {
16645 "version": "1.3.4",
16646 "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
16647 "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
16648 "license": "MIT"
16649 },
16650 "node_modules/static-eval": {
16651 "version": "2.0.2",
16652 "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
16653 "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
16654 "license": "MIT",
16655 "dependencies": {
16656 "escodegen": "^1.8.1"
16657 }
16658 },
16659 "node_modules/static-eval/node_modules/escodegen": {
16660 "version": "1.14.3",
16661 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
16662 "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
16663 "license": "BSD-2-Clause",
16664 "dependencies": {
16665 "esprima": "^4.0.1",
16666 "estraverse": "^4.2.0",
16667 "esutils": "^2.0.2",
16668 "optionator": "^0.8.1"
16669 },
16670 "bin": {
16671 "escodegen": "bin/escodegen.js",
16672 "esgenerate": "bin/esgenerate.js"
16673 },
16674 "engines": {
16675 "node": ">=4.0"
16676 },
16677 "optionalDependencies": {
16678 "source-map": "~0.6.1"
16679 }
16680 },
16681 "node_modules/static-eval/node_modules/estraverse": {
16682 "version": "4.3.0",
16683 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
16684 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
16685 "license": "BSD-2-Clause",
16686 "engines": {
16687 "node": ">=4.0"
16688 }
16689 },
16690 "node_modules/static-eval/node_modules/levn": {
16691 "version": "0.3.0",
16692 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
16693 "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
16694 "license": "MIT",
16695 "dependencies": {
16696 "prelude-ls": "~1.1.2",
16697 "type-check": "~0.3.2"
16698 },
16699 "engines": {
16700 "node": ">= 0.8.0"
16701 }
16702 },
16703 "node_modules/static-eval/node_modules/optionator": {
16704 "version": "0.8.3",
16705 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
16706 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
16707 "license": "MIT",
16708 "dependencies": {
16709 "deep-is": "~0.1.3",
16710 "fast-levenshtein": "~2.0.6",
16711 "levn": "~0.3.0",
16712 "prelude-ls": "~1.1.2",
16713 "type-check": "~0.3.2",
16714 "word-wrap": "~1.2.3"
16715 },
16716 "engines": {
16717 "node": ">= 0.8.0"
16718 }
16719 },
16720 "node_modules/static-eval/node_modules/prelude-ls": {
16721 "version": "1.1.2",
16722 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
16723 "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
16724 "engines": {
16725 "node": ">= 0.8.0"
16726 }
16727 },
16728 "node_modules/static-eval/node_modules/source-map": {
16729 "version": "0.6.1",
16730 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
16731 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
16732 "license": "BSD-3-Clause",
16733 "optional": true,
16734 "engines": {
16735 "node": ">=0.10.0"
16736 }
16737 },
16738 "node_modules/static-eval/node_modules/type-check": {
16739 "version": "0.3.2",
16740 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
16741 "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
16742 "license": "MIT",
16743 "dependencies": {
16744 "prelude-ls": "~1.1.2"
16745 },
16746 "engines": {
16747 "node": ">= 0.8.0"
16748 }
16749 },
16750 "node_modules/statuses": {
16751 "version": "2.0.1",
16752 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
16753 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
16754 "license": "MIT",
16755 "engines": {
16756 "node": ">= 0.8"
16757 }
16758 },
16759 "node_modules/string_decoder": {
16760 "version": "1.3.0",
16761 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
16762 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
16763 "license": "MIT",
16764 "dependencies": {
16765 "safe-buffer": "~5.2.0"
16766 }
16767 },
16768 "node_modules/string-length": {
16769 "version": "4.0.2",
16770 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
16771 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
16772 "license": "MIT",
16773 "dependencies": {
16774 "char-regex": "^1.0.2",
16775 "strip-ansi": "^6.0.0"
16776 },
16777 "engines": {
16778 "node": ">=10"
16779 }
16780 },
16781 "node_modules/string-natural-compare": {
16782 "version": "3.0.1",
16783 "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
16784 "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==",
16785 "license": "MIT"
16786 },
16787 "node_modules/string-width": {
16788 "version": "4.2.3",
16789 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
16790 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
16791 "license": "MIT",
16792 "dependencies": {
16793 "emoji-regex": "^8.0.0",
16794 "is-fullwidth-code-point": "^3.0.0",
16795 "strip-ansi": "^6.0.1"
16796 },
16797 "engines": {
16798 "node": ">=8"
16799 }
16800 },
16801 "node_modules/string-width-cjs": {
16802 "name": "string-width",
16803 "version": "4.2.3",
16804 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
16805 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
16806 "license": "MIT",
16807 "dependencies": {
16808 "emoji-regex": "^8.0.0",
16809 "is-fullwidth-code-point": "^3.0.0",
16810 "strip-ansi": "^6.0.1"
16811 },
16812 "engines": {
16813 "node": ">=8"
16814 }
16815 },
16816 "node_modules/string-width-cjs/node_modules/emoji-regex": {
16817 "version": "8.0.0",
16818 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
16819 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
16820 "license": "MIT"
16821 },
16822 "node_modules/string-width/node_modules/emoji-regex": {
16823 "version": "8.0.0",
16824 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
16825 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
16826 "license": "MIT"
16827 },
16828 "node_modules/string.prototype.includes": {
16829 "version": "2.0.1",
16830 "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
16831 "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
16832 "license": "MIT",
16833 "dependencies": {
16834 "call-bind": "^1.0.7",
16835 "define-properties": "^1.2.1",
16836 "es-abstract": "^1.23.3"
16837 },
16838 "engines": {
16839 "node": ">= 0.4"
16840 }
16841 },
16842 "node_modules/string.prototype.matchall": {
16843 "version": "4.0.12",
16844 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
16845 "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
16846 "license": "MIT",
16847 "dependencies": {
16848 "call-bind": "^1.0.8",
16849 "call-bound": "^1.0.3",
16850 "define-properties": "^1.2.1",
16851 "es-abstract": "^1.23.6",
16852 "es-errors": "^1.3.0",
16853 "es-object-atoms": "^1.0.0",
16854 "get-intrinsic": "^1.2.6",
16855 "gopd": "^1.2.0",
16856 "has-symbols": "^1.1.0",
16857 "internal-slot": "^1.1.0",
16858 "regexp.prototype.flags": "^1.5.3",
16859 "set-function-name": "^2.0.2",
16860 "side-channel": "^1.1.0"
16861 },
16862 "engines": {
16863 "node": ">= 0.4"
16864 },
16865 "funding": {
16866 "url": "https://github.com/sponsors/ljharb"
16867 }
16868 },
16869 "node_modules/string.prototype.repeat": {
16870 "version": "1.0.0",
16871 "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
16872 "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
16873 "license": "MIT",
16874 "dependencies": {
16875 "define-properties": "^1.1.3",
16876 "es-abstract": "^1.17.5"
16877 }
16878 },
16879 "node_modules/string.prototype.trim": {
16880 "version": "1.2.10",
16881 "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
16882 "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
16883 "license": "MIT",
16884 "dependencies": {
16885 "call-bind": "^1.0.8",
16886 "call-bound": "^1.0.2",
16887 "define-data-property": "^1.1.4",
16888 "define-properties": "^1.2.1",
16889 "es-abstract": "^1.23.5",
16890 "es-object-atoms": "^1.0.0",
16891 "has-property-descriptors": "^1.0.2"
16892 },
16893 "engines": {
16894 "node": ">= 0.4"
16895 },
16896 "funding": {
16897 "url": "https://github.com/sponsors/ljharb"
16898 }
16899 },
16900 "node_modules/string.prototype.trimend": {
16901 "version": "1.0.9",
16902 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
16903 "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
16904 "license": "MIT",
16905 "dependencies": {
16906 "call-bind": "^1.0.8",
16907 "call-bound": "^1.0.2",
16908 "define-properties": "^1.2.1",
16909 "es-object-atoms": "^1.0.0"
16910 },
16911 "engines": {
16912 "node": ">= 0.4"
16913 },
16914 "funding": {
16915 "url": "https://github.com/sponsors/ljharb"
16916 }
16917 },
16918 "node_modules/string.prototype.trimstart": {
16919 "version": "1.0.8",
16920 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
16921 "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
16922 "license": "MIT",
16923 "dependencies": {
16924 "call-bind": "^1.0.7",
16925 "define-properties": "^1.2.1",
16926 "es-object-atoms": "^1.0.0"
16927 },
16928 "engines": {
16929 "node": ">= 0.4"
16930 },
16931 "funding": {
16932 "url": "https://github.com/sponsors/ljharb"
16933 }
16934 },
16935 "node_modules/stringify-object": {
16936 "version": "3.3.0",
16937 "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
16938 "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
16939 "license": "BSD-2-Clause",
16940 "dependencies": {
16941 "get-own-enumerable-property-symbols": "^3.0.0",
16942 "is-obj": "^1.0.1",
16943 "is-regexp": "^1.0.0"
16944 },
16945 "engines": {
16946 "node": ">=4"
16947 }
16948 },
16949 "node_modules/strip-ansi": {
16950 "version": "6.0.1",
16951 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
16952 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
16953 "license": "MIT",
16954 "dependencies": {
16955 "ansi-regex": "^5.0.1"
16956 },
16957 "engines": {
16958 "node": ">=8"
16959 }
16960 },
16961 "node_modules/strip-ansi-cjs": {
16962 "name": "strip-ansi",
16963 "version": "6.0.1",
16964 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
16965 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
16966 "license": "MIT",
16967 "dependencies": {
16968 "ansi-regex": "^5.0.1"
16969 },
16970 "engines": {
16971 "node": ">=8"
16972 }
16973 },
16974 "node_modules/strip-bom": {
16975 "version": "4.0.0",
16976 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
16977 "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
16978 "license": "MIT",
16979 "engines": {
16980 "node": ">=8"
16981 }
16982 },
16983 "node_modules/strip-comments": {
16984 "version": "2.0.1",
16985 "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
16986 "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
16987 "license": "MIT",
16988 "engines": {
16989 "node": ">=10"
16990 }
16991 },
16992 "node_modules/strip-final-newline": {
16993 "version": "2.0.0",
16994 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
16995 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
16996 "license": "MIT",
16997 "engines": {
16998 "node": ">=6"
16999 }
17000 },
17001 "node_modules/strip-json-comments": {
17002 "version": "3.1.1",
17003 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
17004 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
17005 "license": "MIT",
17006 "engines": {
17007 "node": ">=8"
17008 },
17009 "funding": {
17010 "url": "https://github.com/sponsors/sindresorhus"
17011 }
17012 },
17013 "node_modules/style-loader": {
17014 "version": "3.3.4",
17015 "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz",
17016 "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==",
17017 "license": "MIT",
17018 "engines": {
17019 "node": ">= 12.13.0"
17020 },
17021 "funding": {
17022 "type": "opencollective",
17023 "url": "https://opencollective.com/webpack"
17024 },
17025 "peerDependencies": {
17026 "webpack": "^5.0.0"
17027 }
17028 },
17029 "node_modules/stylehacks": {
17030 "version": "5.1.1",
17031 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz",
17032 "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
17033 "license": "MIT",
17034 "dependencies": {
17035 "browserslist": "^4.21.4",
17036 "postcss-selector-parser": "^6.0.4"
17037 },
17038 "engines": {
17039 "node": "^10 || ^12 || >=14.0"
17040 },
17041 "peerDependencies": {
17042 "postcss": "^8.2.15"
17043 }
17044 },
17045 "node_modules/sucrase": {
17046 "version": "3.35.0",
17047 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
17048 "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
17049 "license": "MIT",
17050 "dependencies": {
17051 "@jridgewell/gen-mapping": "^0.3.2",
17052 "commander": "^4.0.0",
17053 "glob": "^10.3.10",
17054 "lines-and-columns": "^1.1.6",
17055 "mz": "^2.7.0",
17056 "pirates": "^4.0.1",
17057 "ts-interface-checker": "^0.1.9"
17058 },
17059 "bin": {
17060 "sucrase": "bin/sucrase",
17061 "sucrase-node": "bin/sucrase-node"
17062 },
17063 "engines": {
17064 "node": ">=16 || 14 >=14.17"
17065 }
17066 },
17067 "node_modules/sucrase/node_modules/brace-expansion": {
17068 "version": "2.0.1",
17069 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
17070 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
17071 "license": "MIT",
17072 "dependencies": {
17073 "balanced-match": "^1.0.0"
17074 }
17075 },
17076 "node_modules/sucrase/node_modules/commander": {
17077 "version": "4.1.1",
17078 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
17079 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
17080 "license": "MIT",
17081 "engines": {
17082 "node": ">= 6"
17083 }
17084 },
17085 "node_modules/sucrase/node_modules/glob": {
17086 "version": "10.4.5",
17087 "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
17088 "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
17089 "license": "ISC",
17090 "dependencies": {
17091 "foreground-child": "^3.1.0",
17092 "jackspeak": "^3.1.2",
17093 "minimatch": "^9.0.4",
17094 "minipass": "^7.1.2",
17095 "package-json-from-dist": "^1.0.0",
17096 "path-scurry": "^1.11.1"
17097 },
17098 "bin": {
17099 "glob": "dist/esm/bin.mjs"
17100 },
17101 "funding": {
17102 "url": "https://github.com/sponsors/isaacs"
17103 }
17104 },
17105 "node_modules/sucrase/node_modules/minimatch": {
17106 "version": "9.0.5",
17107 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
17108 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
17109 "license": "ISC",
17110 "dependencies": {
17111 "brace-expansion": "^2.0.1"
17112 },
17113 "engines": {
17114 "node": ">=16 || 14 >=14.17"
17115 },
17116 "funding": {
17117 "url": "https://github.com/sponsors/isaacs"
17118 }
17119 },
17120 "node_modules/supports-color": {
17121 "version": "7.2.0",
17122 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17123 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17124 "license": "MIT",
17125 "dependencies": {
17126 "has-flag": "^4.0.0"
17127 },
17128 "engines": {
17129 "node": ">=8"
17130 }
17131 },
17132 "node_modules/supports-hyperlinks": {
17133 "version": "2.3.0",
17134 "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
17135 "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
17136 "license": "MIT",
17137 "dependencies": {
17138 "has-flag": "^4.0.0",
17139 "supports-color": "^7.0.0"
17140 },
17141 "engines": {
17142 "node": ">=8"
17143 }
17144 },
17145 "node_modules/supports-preserve-symlinks-flag": {
17146 "version": "1.0.0",
17147 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
17148 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
17149 "license": "MIT",
17150 "engines": {
17151 "node": ">= 0.4"
17152 },
17153 "funding": {
17154 "url": "https://github.com/sponsors/ljharb"
17155 }
17156 },
17157 "node_modules/svg-parser": {
17158 "version": "2.0.4",
17159 "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
17160 "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
17161 "license": "MIT"
17162 },
17163 "node_modules/svgo": {
17164 "version": "1.3.2",
17165 "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
17166 "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
17167 "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.",
17168 "license": "MIT",
17169 "dependencies": {
17170 "chalk": "^2.4.1",
17171 "coa": "^2.0.2",
17172 "css-select": "^2.0.0",
17173 "css-select-base-adapter": "^0.1.1",
17174 "css-tree": "1.0.0-alpha.37",
17175 "csso": "^4.0.2",
17176 "js-yaml": "^3.13.1",
17177 "mkdirp": "~0.5.1",
17178 "object.values": "^1.1.0",
17179 "sax": "~1.2.4",
17180 "stable": "^0.1.8",
17181 "unquote": "~1.1.1",
17182 "util.promisify": "~1.0.0"
17183 },
17184 "bin": {
17185 "svgo": "bin/svgo"
17186 },
17187 "engines": {
17188 "node": ">=4.0.0"
17189 }
17190 },
17191 "node_modules/svgo/node_modules/ansi-styles": {
17192 "version": "3.2.1",
17193 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
17194 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
17195 "license": "MIT",
17196 "dependencies": {
17197 "color-convert": "^1.9.0"
17198 },
17199 "engines": {
17200 "node": ">=4"
17201 }
17202 },
17203 "node_modules/svgo/node_modules/chalk": {
17204 "version": "2.4.2",
17205 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
17206 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
17207 "license": "MIT",
17208 "dependencies": {
17209 "ansi-styles": "^3.2.1",
17210 "escape-string-regexp": "^1.0.5",
17211 "supports-color": "^5.3.0"
17212 },
17213 "engines": {
17214 "node": ">=4"
17215 }
17216 },
17217 "node_modules/svgo/node_modules/color-convert": {
17218 "version": "1.9.3",
17219 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
17220 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
17221 "license": "MIT",
17222 "dependencies": {
17223 "color-name": "1.1.3"
17224 }
17225 },
17226 "node_modules/svgo/node_modules/color-name": {
17227 "version": "1.1.3",
17228 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
17229 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
17230 "license": "MIT"
17231 },
17232 "node_modules/svgo/node_modules/css-select": {
17233 "version": "2.1.0",
17234 "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
17235 "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
17236 "license": "BSD-2-Clause",
17237 "dependencies": {
17238 "boolbase": "^1.0.0",
17239 "css-what": "^3.2.1",
17240 "domutils": "^1.7.0",
17241 "nth-check": "^1.0.2"
17242 }
17243 },
17244 "node_modules/svgo/node_modules/css-what": {
17245 "version": "3.4.2",
17246 "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
17247 "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
17248 "license": "BSD-2-Clause",
17249 "engines": {
17250 "node": ">= 6"
17251 },
17252 "funding": {
17253 "url": "https://github.com/sponsors/fb55"
17254 }
17255 },
17256 "node_modules/svgo/node_modules/dom-serializer": {
17257 "version": "0.2.2",
17258 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
17259 "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
17260 "license": "MIT",
17261 "dependencies": {
17262 "domelementtype": "^2.0.1",
17263 "entities": "^2.0.0"
17264 }
17265 },
17266 "node_modules/svgo/node_modules/domutils": {
17267 "version": "1.7.0",
17268 "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
17269 "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
17270 "license": "BSD-2-Clause",
17271 "dependencies": {
17272 "dom-serializer": "0",
17273 "domelementtype": "1"
17274 }
17275 },
17276 "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
17277 "version": "1.3.1",
17278 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
17279 "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
17280 "license": "BSD-2-Clause"
17281 },
17282 "node_modules/svgo/node_modules/escape-string-regexp": {
17283 "version": "1.0.5",
17284 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
17285 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
17286 "license": "MIT",
17287 "engines": {
17288 "node": ">=0.8.0"
17289 }
17290 },
17291 "node_modules/svgo/node_modules/has-flag": {
17292 "version": "3.0.0",
17293 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
17294 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
17295 "license": "MIT",
17296 "engines": {
17297 "node": ">=4"
17298 }
17299 },
17300 "node_modules/svgo/node_modules/nth-check": {
17301 "version": "1.0.2",
17302 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
17303 "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
17304 "license": "BSD-2-Clause",
17305 "dependencies": {
17306 "boolbase": "~1.0.0"
17307 }
17308 },
17309 "node_modules/svgo/node_modules/supports-color": {
17310 "version": "5.5.0",
17311 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
17312 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
17313 "license": "MIT",
17314 "dependencies": {
17315 "has-flag": "^3.0.0"
17316 },
17317 "engines": {
17318 "node": ">=4"
17319 }
17320 },
17321 "node_modules/symbol-tree": {
17322 "version": "3.2.4",
17323 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
17324 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
17325 "license": "MIT"
17326 },
17327 "node_modules/tailwindcss": {
17328 "version": "3.4.17",
17329 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz",
17330 "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==",
17331 "license": "MIT",
17332 "dependencies": {
17333 "@alloc/quick-lru": "^5.2.0",
17334 "arg": "^5.0.2",
17335 "chokidar": "^3.6.0",
17336 "didyoumean": "^1.2.2",
17337 "dlv": "^1.1.3",
17338 "fast-glob": "^3.3.2",
17339 "glob-parent": "^6.0.2",
17340 "is-glob": "^4.0.3",
17341 "jiti": "^1.21.6",
17342 "lilconfig": "^3.1.3",
17343 "micromatch": "^4.0.8",
17344 "normalize-path": "^3.0.0",
17345 "object-hash": "^3.0.0",
17346 "picocolors": "^1.1.1",
17347 "postcss": "^8.4.47",
17348 "postcss-import": "^15.1.0",
17349 "postcss-js": "^4.0.1",
17350 "postcss-load-config": "^4.0.2",
17351 "postcss-nested": "^6.2.0",
17352 "postcss-selector-parser": "^6.1.2",
17353 "resolve": "^1.22.8",
17354 "sucrase": "^3.35.0"
17355 },
17356 "bin": {
17357 "tailwind": "lib/cli.js",
17358 "tailwindcss": "lib/cli.js"
17359 },
17360 "engines": {
17361 "node": ">=14.0.0"
17362 }
17363 },
17364 "node_modules/tailwindcss/node_modules/lilconfig": {
17365 "version": "3.1.3",
17366 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
17367 "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
17368 "license": "MIT",
17369 "engines": {
17370 "node": ">=14"
17371 },
17372 "funding": {
17373 "url": "https://github.com/sponsors/antonk52"
17374 }
17375 },
17376 "node_modules/tapable": {
17377 "version": "2.2.1",
17378 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
17379 "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
17380 "license": "MIT",
17381 "engines": {
17382 "node": ">=6"
17383 }
17384 },
17385 "node_modules/temp-dir": {
17386 "version": "2.0.0",
17387 "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
17388 "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
17389 "license": "MIT",
17390 "engines": {
17391 "node": ">=8"
17392 }
17393 },
17394 "node_modules/tempy": {
17395 "version": "0.6.0",
17396 "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
17397 "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
17398 "license": "MIT",
17399 "dependencies": {
17400 "is-stream": "^2.0.0",
17401 "temp-dir": "^2.0.0",
17402 "type-fest": "^0.16.0",
17403 "unique-string": "^2.0.0"
17404 },
17405 "engines": {
17406 "node": ">=10"
17407 },
17408 "funding": {
17409 "url": "https://github.com/sponsors/sindresorhus"
17410 }
17411 },
17412 "node_modules/tempy/node_modules/type-fest": {
17413 "version": "0.16.0",
17414 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
17415 "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
17416 "license": "(MIT OR CC0-1.0)",
17417 "engines": {
17418 "node": ">=10"
17419 },
17420 "funding": {
17421 "url": "https://github.com/sponsors/sindresorhus"
17422 }
17423 },
17424 "node_modules/terminal-link": {
17425 "version": "2.1.1",
17426 "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
17427 "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
17428 "license": "MIT",
17429 "dependencies": {
17430 "ansi-escapes": "^4.2.1",
17431 "supports-hyperlinks": "^2.0.0"
17432 },
17433 "engines": {
17434 "node": ">=8"
17435 },
17436 "funding": {
17437 "url": "https://github.com/sponsors/sindresorhus"
17438 }
17439 },
17440 "node_modules/terser": {
17441 "version": "5.39.0",
17442 "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz",
17443 "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==",
17444 "license": "BSD-2-Clause",
17445 "dependencies": {
17446 "@jridgewell/source-map": "^0.3.3",
17447 "acorn": "^8.8.2",
17448 "commander": "^2.20.0",
17449 "source-map-support": "~0.5.20"
17450 },
17451 "bin": {
17452 "terser": "bin/terser"
17453 },
17454 "engines": {
17455 "node": ">=10"
17456 }
17457 },
17458 "node_modules/terser-webpack-plugin": {
17459 "version": "5.3.11",
17460 "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz",
17461 "integrity": "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==",
17462 "license": "MIT",
17463 "dependencies": {
17464 "@jridgewell/trace-mapping": "^0.3.25",
17465 "jest-worker": "^27.4.5",
17466 "schema-utils": "^4.3.0",
17467 "serialize-javascript": "^6.0.2",
17468 "terser": "^5.31.1"
17469 },
17470 "engines": {
17471 "node": ">= 10.13.0"
17472 },
17473 "funding": {
17474 "type": "opencollective",
17475 "url": "https://opencollective.com/webpack"
17476 },
17477 "peerDependencies": {
17478 "webpack": "^5.1.0"
17479 },
17480 "peerDependenciesMeta": {
17481 "@swc/core": {
17482 "optional": true
17483 },
17484 "esbuild": {
17485 "optional": true
17486 },
17487 "uglify-js": {
17488 "optional": true
17489 }
17490 }
17491 },
17492 "node_modules/terser/node_modules/commander": {
17493 "version": "2.20.3",
17494 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
17495 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
17496 "license": "MIT"
17497 },
17498 "node_modules/test-exclude": {
17499 "version": "6.0.0",
17500 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
17501 "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
17502 "license": "ISC",
17503 "dependencies": {
17504 "@istanbuljs/schema": "^0.1.2",
17505 "glob": "^7.1.4",
17506 "minimatch": "^3.0.4"
17507 },
17508 "engines": {
17509 "node": ">=8"
17510 }
17511 },
17512 "node_modules/text-table": {
17513 "version": "0.2.0",
17514 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
17515 "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
17516 "license": "MIT"
17517 },
17518 "node_modules/thenify": {
17519 "version": "3.3.1",
17520 "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
17521 "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
17522 "license": "MIT",
17523 "dependencies": {
17524 "any-promise": "^1.0.0"
17525 }
17526 },
17527 "node_modules/thenify-all": {
17528 "version": "1.6.0",
17529 "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
17530 "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
17531 "license": "MIT",
17532 "dependencies": {
17533 "thenify": ">= 3.1.0 < 4"
17534 },
17535 "engines": {
17536 "node": ">=0.8"
17537 }
17538 },
17539 "node_modules/throat": {
17540 "version": "6.0.2",
17541 "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
17542 "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
17543 "license": "MIT"
17544 },
17545 "node_modules/thunky": {
17546 "version": "1.1.0",
17547 "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
17548 "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
17549 "license": "MIT"
17550 },
17551 "node_modules/tiny-invariant": {
17552 "version": "1.3.3",
17553 "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
17554 "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
17555 "license": "MIT"
17556 },
17557 "node_modules/tlds": {
17558 "version": "1.255.0",
17559 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.255.0.tgz",
17560 "integrity": "sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw==",
17561 "license": "MIT",
17562 "bin": {
17563 "tlds": "bin.js"
17564 }
17565 },
17566 "node_modules/tmpl": {
17567 "version": "1.0.5",
17568 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
17569 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
17570 "license": "BSD-3-Clause"
17571 },
17572 "node_modules/to-regex-range": {
17573 "version": "5.0.1",
17574 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
17575 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
17576 "license": "MIT",
17577 "dependencies": {
17578 "is-number": "^7.0.0"
17579 },
17580 "engines": {
17581 "node": ">=8.0"
17582 }
17583 },
17584 "node_modules/toidentifier": {
17585 "version": "1.0.1",
17586 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
17587 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
17588 "license": "MIT",
17589 "engines": {
17590 "node": ">=0.6"
17591 }
17592 },
17593 "node_modules/tough-cookie": {
17594 "version": "4.1.4",
17595 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
17596 "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
17597 "license": "BSD-3-Clause",
17598 "dependencies": {
17599 "psl": "^1.1.33",
17600 "punycode": "^2.1.1",
17601 "universalify": "^0.2.0",
17602 "url-parse": "^1.5.3"
17603 },
17604 "engines": {
17605 "node": ">=6"
17606 }
17607 },
17608 "node_modules/tough-cookie/node_modules/universalify": {
17609 "version": "0.2.0",
17610 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
17611 "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
17612 "license": "MIT",
17613 "engines": {
17614 "node": ">= 4.0.0"
17615 }
17616 },
17617 "node_modules/tr46": {
17618 "version": "2.1.0",
17619 "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
17620 "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
17621 "license": "MIT",
17622 "dependencies": {
17623 "punycode": "^2.1.1"
17624 },
17625 "engines": {
17626 "node": ">=8"
17627 }
17628 },
17629 "node_modules/tryer": {
17630 "version": "1.0.1",
17631 "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
17632 "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==",
17633 "license": "MIT"
17634 },
17635 "node_modules/ts-interface-checker": {
17636 "version": "0.1.13",
17637 "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
17638 "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
17639 "license": "Apache-2.0"
17640 },
17641 "node_modules/tsconfig-paths": {
17642 "version": "3.15.0",
17643 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
17644 "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
17645 "license": "MIT",
17646 "dependencies": {
17647 "@types/json5": "^0.0.29",
17648 "json5": "^1.0.2",
17649 "minimist": "^1.2.6",
17650 "strip-bom": "^3.0.0"
17651 }
17652 },
17653 "node_modules/tsconfig-paths/node_modules/json5": {
17654 "version": "1.0.2",
17655 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
17656 "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
17657 "license": "MIT",
17658 "dependencies": {
17659 "minimist": "^1.2.0"
17660 },
17661 "bin": {
17662 "json5": "lib/cli.js"
17663 }
17664 },
17665 "node_modules/tsconfig-paths/node_modules/strip-bom": {
17666 "version": "3.0.0",
17667 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
17668 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
17669 "license": "MIT",
17670 "engines": {
17671 "node": ">=4"
17672 }
17673 },
17674 "node_modules/tslib": {
17675 "version": "2.8.1",
17676 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
17677 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
17678 "license": "0BSD"
17679 },
17680 "node_modules/tsutils": {
17681 "version": "3.21.0",
17682 "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
17683 "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
17684 "license": "MIT",
17685 "dependencies": {
17686 "tslib": "^1.8.1"
17687 },
17688 "engines": {
17689 "node": ">= 6"
17690 },
17691 "peerDependencies": {
17692 "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"
17693 }
17694 },
17695 "node_modules/tsutils/node_modules/tslib": {
17696 "version": "1.14.1",
17697 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
17698 "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
17699 "license": "0BSD"
17700 },
17701 "node_modules/type-check": {
17702 "version": "0.4.0",
17703 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
17704 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
17705 "license": "MIT",
17706 "dependencies": {
17707 "prelude-ls": "^1.2.1"
17708 },
17709 "engines": {
17710 "node": ">= 0.8.0"
17711 }
17712 },
17713 "node_modules/type-detect": {
17714 "version": "4.0.8",
17715 "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
17716 "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
17717 "license": "MIT",
17718 "engines": {
17719 "node": ">=4"
17720 }
17721 },
17722 "node_modules/type-fest": {
17723 "version": "0.21.3",
17724 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
17725 "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
17726 "license": "(MIT OR CC0-1.0)",
17727 "engines": {
17728 "node": ">=10"
17729 },
17730 "funding": {
17731 "url": "https://github.com/sponsors/sindresorhus"
17732 }
17733 },
17734 "node_modules/type-is": {
17735 "version": "1.6.18",
17736 "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
17737 "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
17738 "license": "MIT",
17739 "dependencies": {
17740 "media-typer": "0.3.0",
17741 "mime-types": "~2.1.24"
17742 },
17743 "engines": {
17744 "node": ">= 0.6"
17745 }
17746 },
17747 "node_modules/typed-array-buffer": {
17748 "version": "1.0.3",
17749 "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
17750 "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
17751 "license": "MIT",
17752 "dependencies": {
17753 "call-bound": "^1.0.3",
17754 "es-errors": "^1.3.0",
17755 "is-typed-array": "^1.1.14"
17756 },
17757 "engines": {
17758 "node": ">= 0.4"
17759 }
17760 },
17761 "node_modules/typed-array-byte-length": {
17762 "version": "1.0.3",
17763 "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
17764 "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
17765 "license": "MIT",
17766 "dependencies": {
17767 "call-bind": "^1.0.8",
17768 "for-each": "^0.3.3",
17769 "gopd": "^1.2.0",
17770 "has-proto": "^1.2.0",
17771 "is-typed-array": "^1.1.14"
17772 },
17773 "engines": {
17774 "node": ">= 0.4"
17775 },
17776 "funding": {
17777 "url": "https://github.com/sponsors/ljharb"
17778 }
17779 },
17780 "node_modules/typed-array-byte-offset": {
17781 "version": "1.0.4",
17782 "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
17783 "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
17784 "license": "MIT",
17785 "dependencies": {
17786 "available-typed-arrays": "^1.0.7",
17787 "call-bind": "^1.0.8",
17788 "for-each": "^0.3.3",
17789 "gopd": "^1.2.0",
17790 "has-proto": "^1.2.0",
17791 "is-typed-array": "^1.1.15",
17792 "reflect.getprototypeof": "^1.0.9"
17793 },
17794 "engines": {
17795 "node": ">= 0.4"
17796 },
17797 "funding": {
17798 "url": "https://github.com/sponsors/ljharb"
17799 }
17800 },
17801 "node_modules/typed-array-length": {
17802 "version": "1.0.7",
17803 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
17804 "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
17805 "license": "MIT",
17806 "dependencies": {
17807 "call-bind": "^1.0.7",
17808 "for-each": "^0.3.3",
17809 "gopd": "^1.0.1",
17810 "is-typed-array": "^1.1.13",
17811 "possible-typed-array-names": "^1.0.0",
17812 "reflect.getprototypeof": "^1.0.6"
17813 },
17814 "engines": {
17815 "node": ">= 0.4"
17816 },
17817 "funding": {
17818 "url": "https://github.com/sponsors/ljharb"
17819 }
17820 },
17821 "node_modules/typedarray-to-buffer": {
17822 "version": "3.1.5",
17823 "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
17824 "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
17825 "license": "MIT",
17826 "dependencies": {
17827 "is-typedarray": "^1.0.0"
17828 }
17829 },
17830 "node_modules/typescript": {
17831 "version": "4.9.5",
17832 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
17833 "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
17834 "license": "Apache-2.0",
17835 "bin": {
17836 "tsc": "bin/tsc",
17837 "tsserver": "bin/tsserver"
17838 },
17839 "engines": {
17840 "node": ">=4.2.0"
17841 }
17842 },
17843 "node_modules/uid-safe": {
17844 "version": "2.1.5",
17845 "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",
17846 "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==",
17847 "license": "MIT",
17848 "dependencies": {
17849 "random-bytes": "~1.0.0"
17850 },
17851 "engines": {
17852 "node": ">= 0.8"
17853 }
17854 },
17855 "node_modules/uint8arrays": {
17856 "version": "3.0.0",
17857 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
17858 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==",
17859 "license": "MIT",
17860 "dependencies": {
17861 "multiformats": "^9.4.2"
17862 }
17863 },
17864 "node_modules/unbox-primitive": {
17865 "version": "1.1.0",
17866 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
17867 "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
17868 "license": "MIT",
17869 "dependencies": {
17870 "call-bound": "^1.0.3",
17871 "has-bigints": "^1.0.2",
17872 "has-symbols": "^1.1.0",
17873 "which-boxed-primitive": "^1.1.1"
17874 },
17875 "engines": {
17876 "node": ">= 0.4"
17877 },
17878 "funding": {
17879 "url": "https://github.com/sponsors/ljharb"
17880 }
17881 },
17882 "node_modules/underscore": {
17883 "version": "1.12.1",
17884 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
17885 "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
17886 "license": "MIT"
17887 },
17888 "node_modules/undici": {
17889 "version": "6.21.1",
17890 "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz",
17891 "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==",
17892 "license": "MIT",
17893 "engines": {
17894 "node": ">=18.17"
17895 }
17896 },
17897 "node_modules/undici-types": {
17898 "version": "6.20.0",
17899 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
17900 "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
17901 "license": "MIT"
17902 },
17903 "node_modules/unicode-canonical-property-names-ecmascript": {
17904 "version": "2.0.1",
17905 "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
17906 "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
17907 "license": "MIT",
17908 "engines": {
17909 "node": ">=4"
17910 }
17911 },
17912 "node_modules/unicode-match-property-ecmascript": {
17913 "version": "2.0.0",
17914 "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
17915 "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
17916 "license": "MIT",
17917 "dependencies": {
17918 "unicode-canonical-property-names-ecmascript": "^2.0.0",
17919 "unicode-property-aliases-ecmascript": "^2.0.0"
17920 },
17921 "engines": {
17922 "node": ">=4"
17923 }
17924 },
17925 "node_modules/unicode-match-property-value-ecmascript": {
17926 "version": "2.2.0",
17927 "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
17928 "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
17929 "license": "MIT",
17930 "engines": {
17931 "node": ">=4"
17932 }
17933 },
17934 "node_modules/unicode-property-aliases-ecmascript": {
17935 "version": "2.1.0",
17936 "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
17937 "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
17938 "license": "MIT",
17939 "engines": {
17940 "node": ">=4"
17941 }
17942 },
17943 "node_modules/unique-string": {
17944 "version": "2.0.0",
17945 "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
17946 "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
17947 "license": "MIT",
17948 "dependencies": {
17949 "crypto-random-string": "^2.0.0"
17950 },
17951 "engines": {
17952 "node": ">=8"
17953 }
17954 },
17955 "node_modules/universalify": {
17956 "version": "2.0.1",
17957 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
17958 "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
17959 "license": "MIT",
17960 "engines": {
17961 "node": ">= 10.0.0"
17962 }
17963 },
17964 "node_modules/unpipe": {
17965 "version": "1.0.0",
17966 "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
17967 "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
17968 "license": "MIT",
17969 "engines": {
17970 "node": ">= 0.8"
17971 }
17972 },
17973 "node_modules/unquote": {
17974 "version": "1.1.1",
17975 "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
17976 "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==",
17977 "license": "MIT"
17978 },
17979 "node_modules/upath": {
17980 "version": "1.2.0",
17981 "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
17982 "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
17983 "license": "MIT",
17984 "engines": {
17985 "node": ">=4",
17986 "yarn": "*"
17987 }
17988 },
17989 "node_modules/update-browserslist-db": {
17990 "version": "1.1.2",
17991 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
17992 "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==",
17993 "funding": [
17994 {
17995 "type": "opencollective",
17996 "url": "https://opencollective.com/browserslist"
17997 },
17998 {
17999 "type": "tidelift",
18000 "url": "https://tidelift.com/funding/github/npm/browserslist"
18001 },
18002 {
18003 "type": "github",
18004 "url": "https://github.com/sponsors/ai"
18005 }
18006 ],
18007 "license": "MIT",
18008 "dependencies": {
18009 "escalade": "^3.2.0",
18010 "picocolors": "^1.1.1"
18011 },
18012 "bin": {
18013 "update-browserslist-db": "cli.js"
18014 },
18015 "peerDependencies": {
18016 "browserslist": ">= 4.21.0"
18017 }
18018 },
18019 "node_modules/uri-js": {
18020 "version": "4.4.1",
18021 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
18022 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
18023 "license": "BSD-2-Clause",
18024 "dependencies": {
18025 "punycode": "^2.1.0"
18026 }
18027 },
18028 "node_modules/url-parse": {
18029 "version": "1.5.10",
18030 "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
18031 "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
18032 "license": "MIT",
18033 "dependencies": {
18034 "querystringify": "^2.1.1",
18035 "requires-port": "^1.0.0"
18036 }
18037 },
18038 "node_modules/util-deprecate": {
18039 "version": "1.0.2",
18040 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
18041 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
18042 "license": "MIT"
18043 },
18044 "node_modules/util.promisify": {
18045 "version": "1.0.1",
18046 "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
18047 "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
18048 "license": "MIT",
18049 "dependencies": {
18050 "define-properties": "^1.1.3",
18051 "es-abstract": "^1.17.2",
18052 "has-symbols": "^1.0.1",
18053 "object.getownpropertydescriptors": "^2.1.0"
18054 },
18055 "funding": {
18056 "url": "https://github.com/sponsors/ljharb"
18057 }
18058 },
18059 "node_modules/utila": {
18060 "version": "0.4.0",
18061 "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
18062 "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==",
18063 "license": "MIT"
18064 },
18065 "node_modules/utils-merge": {
18066 "version": "1.0.1",
18067 "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
18068 "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
18069 "license": "MIT",
18070 "engines": {
18071 "node": ">= 0.4.0"
18072 }
18073 },
18074 "node_modules/uuid": {
18075 "version": "8.3.2",
18076 "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
18077 "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
18078 "license": "MIT",
18079 "bin": {
18080 "uuid": "dist/bin/uuid"
18081 }
18082 },
18083 "node_modules/v8-to-istanbul": {
18084 "version": "8.1.1",
18085 "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
18086 "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
18087 "license": "ISC",
18088 "dependencies": {
18089 "@types/istanbul-lib-coverage": "^2.0.1",
18090 "convert-source-map": "^1.6.0",
18091 "source-map": "^0.7.3"
18092 },
18093 "engines": {
18094 "node": ">=10.12.0"
18095 }
18096 },
18097 "node_modules/v8-to-istanbul/node_modules/convert-source-map": {
18098 "version": "1.9.0",
18099 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
18100 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
18101 "license": "MIT"
18102 },
18103 "node_modules/vary": {
18104 "version": "1.1.2",
18105 "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
18106 "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
18107 "license": "MIT",
18108 "engines": {
18109 "node": ">= 0.8"
18110 }
18111 },
18112 "node_modules/victory-vendor": {
18113 "version": "36.9.2",
18114 "resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz",
18115 "integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==",
18116 "license": "MIT AND ISC",
18117 "dependencies": {
18118 "@types/d3-array": "^3.0.3",
18119 "@types/d3-ease": "^3.0.0",
18120 "@types/d3-interpolate": "^3.0.1",
18121 "@types/d3-scale": "^4.0.2",
18122 "@types/d3-shape": "^3.1.0",
18123 "@types/d3-time": "^3.0.0",
18124 "@types/d3-timer": "^3.0.0",
18125 "d3-array": "^3.1.6",
18126 "d3-ease": "^3.0.1",
18127 "d3-interpolate": "^3.0.1",
18128 "d3-scale": "^4.0.2",
18129 "d3-shape": "^3.1.0",
18130 "d3-time": "^3.0.0",
18131 "d3-timer": "^3.0.1"
18132 }
18133 },
18134 "node_modules/w3c-hr-time": {
18135 "version": "1.0.2",
18136 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
18137 "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
18138 "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
18139 "license": "MIT",
18140 "dependencies": {
18141 "browser-process-hrtime": "^1.0.0"
18142 }
18143 },
18144 "node_modules/w3c-xmlserializer": {
18145 "version": "2.0.0",
18146 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
18147 "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
18148 "license": "MIT",
18149 "dependencies": {
18150 "xml-name-validator": "^3.0.0"
18151 },
18152 "engines": {
18153 "node": ">=10"
18154 }
18155 },
18156 "node_modules/walker": {
18157 "version": "1.0.8",
18158 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
18159 "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
18160 "license": "Apache-2.0",
18161 "dependencies": {
18162 "makeerror": "1.0.12"
18163 }
18164 },
18165 "node_modules/watchpack": {
18166 "version": "2.4.2",
18167 "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz",
18168 "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==",
18169 "license": "MIT",
18170 "dependencies": {
18171 "glob-to-regexp": "^0.4.1",
18172 "graceful-fs": "^4.1.2"
18173 },
18174 "engines": {
18175 "node": ">=10.13.0"
18176 }
18177 },
18178 "node_modules/wbuf": {
18179 "version": "1.7.3",
18180 "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
18181 "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
18182 "license": "MIT",
18183 "dependencies": {
18184 "minimalistic-assert": "^1.0.0"
18185 }
18186 },
18187 "node_modules/web-vitals": {
18188 "version": "4.2.4",
18189 "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz",
18190 "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==",
18191 "license": "Apache-2.0"
18192 },
18193 "node_modules/webidl-conversions": {
18194 "version": "6.1.0",
18195 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
18196 "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
18197 "license": "BSD-2-Clause",
18198 "engines": {
18199 "node": ">=10.4"
18200 }
18201 },
18202 "node_modules/webpack": {
18203 "version": "5.98.0",
18204 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz",
18205 "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==",
18206 "license": "MIT",
18207 "dependencies": {
18208 "@types/eslint-scope": "^3.7.7",
18209 "@types/estree": "^1.0.6",
18210 "@webassemblyjs/ast": "^1.14.1",
18211 "@webassemblyjs/wasm-edit": "^1.14.1",
18212 "@webassemblyjs/wasm-parser": "^1.14.1",
18213 "acorn": "^8.14.0",
18214 "browserslist": "^4.24.0",
18215 "chrome-trace-event": "^1.0.2",
18216 "enhanced-resolve": "^5.17.1",
18217 "es-module-lexer": "^1.2.1",
18218 "eslint-scope": "5.1.1",
18219 "events": "^3.2.0",
18220 "glob-to-regexp": "^0.4.1",
18221 "graceful-fs": "^4.2.11",
18222 "json-parse-even-better-errors": "^2.3.1",
18223 "loader-runner": "^4.2.0",
18224 "mime-types": "^2.1.27",
18225 "neo-async": "^2.6.2",
18226 "schema-utils": "^4.3.0",
18227 "tapable": "^2.1.1",
18228 "terser-webpack-plugin": "^5.3.11",
18229 "watchpack": "^2.4.1",
18230 "webpack-sources": "^3.2.3"
18231 },
18232 "bin": {
18233 "webpack": "bin/webpack.js"
18234 },
18235 "engines": {
18236 "node": ">=10.13.0"
18237 },
18238 "funding": {
18239 "type": "opencollective",
18240 "url": "https://opencollective.com/webpack"
18241 },
18242 "peerDependenciesMeta": {
18243 "webpack-cli": {
18244 "optional": true
18245 }
18246 }
18247 },
18248 "node_modules/webpack-dev-middleware": {
18249 "version": "5.3.4",
18250 "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz",
18251 "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==",
18252 "license": "MIT",
18253 "dependencies": {
18254 "colorette": "^2.0.10",
18255 "memfs": "^3.4.3",
18256 "mime-types": "^2.1.31",
18257 "range-parser": "^1.2.1",
18258 "schema-utils": "^4.0.0"
18259 },
18260 "engines": {
18261 "node": ">= 12.13.0"
18262 },
18263 "funding": {
18264 "type": "opencollective",
18265 "url": "https://opencollective.com/webpack"
18266 },
18267 "peerDependencies": {
18268 "webpack": "^4.0.0 || ^5.0.0"
18269 }
18270 },
18271 "node_modules/webpack-dev-server": {
18272 "version": "4.15.2",
18273 "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz",
18274 "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==",
18275 "license": "MIT",
18276 "dependencies": {
18277 "@types/bonjour": "^3.5.9",
18278 "@types/connect-history-api-fallback": "^1.3.5",
18279 "@types/express": "^4.17.13",
18280 "@types/serve-index": "^1.9.1",
18281 "@types/serve-static": "^1.13.10",
18282 "@types/sockjs": "^0.3.33",
18283 "@types/ws": "^8.5.5",
18284 "ansi-html-community": "^0.0.8",
18285 "bonjour-service": "^1.0.11",
18286 "chokidar": "^3.5.3",
18287 "colorette": "^2.0.10",
18288 "compression": "^1.7.4",
18289 "connect-history-api-fallback": "^2.0.0",
18290 "default-gateway": "^6.0.3",
18291 "express": "^4.17.3",
18292 "graceful-fs": "^4.2.6",
18293 "html-entities": "^2.3.2",
18294 "http-proxy-middleware": "^2.0.3",
18295 "ipaddr.js": "^2.0.1",
18296 "launch-editor": "^2.6.0",
18297 "open": "^8.0.9",
18298 "p-retry": "^4.5.0",
18299 "rimraf": "^3.0.2",
18300 "schema-utils": "^4.0.0",
18301 "selfsigned": "^2.1.1",
18302 "serve-index": "^1.9.1",
18303 "sockjs": "^0.3.24",
18304 "spdy": "^4.0.2",
18305 "webpack-dev-middleware": "^5.3.4",
18306 "ws": "^8.13.0"
18307 },
18308 "bin": {
18309 "webpack-dev-server": "bin/webpack-dev-server.js"
18310 },
18311 "engines": {
18312 "node": ">= 12.13.0"
18313 },
18314 "funding": {
18315 "type": "opencollective",
18316 "url": "https://opencollective.com/webpack"
18317 },
18318 "peerDependencies": {
18319 "webpack": "^4.37.0 || ^5.0.0"
18320 },
18321 "peerDependenciesMeta": {
18322 "webpack": {
18323 "optional": true
18324 },
18325 "webpack-cli": {
18326 "optional": true
18327 }
18328 }
18329 },
18330 "node_modules/webpack-dev-server/node_modules/ws": {
18331 "version": "8.18.0",
18332 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
18333 "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
18334 "license": "MIT",
18335 "engines": {
18336 "node": ">=10.0.0"
18337 },
18338 "peerDependencies": {
18339 "bufferutil": "^4.0.1",
18340 "utf-8-validate": ">=5.0.2"
18341 },
18342 "peerDependenciesMeta": {
18343 "bufferutil": {
18344 "optional": true
18345 },
18346 "utf-8-validate": {
18347 "optional": true
18348 }
18349 }
18350 },
18351 "node_modules/webpack-manifest-plugin": {
18352 "version": "4.1.1",
18353 "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
18354 "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
18355 "license": "MIT",
18356 "dependencies": {
18357 "tapable": "^2.0.0",
18358 "webpack-sources": "^2.2.0"
18359 },
18360 "engines": {
18361 "node": ">=12.22.0"
18362 },
18363 "peerDependencies": {
18364 "webpack": "^4.44.2 || ^5.47.0"
18365 }
18366 },
18367 "node_modules/webpack-manifest-plugin/node_modules/source-map": {
18368 "version": "0.6.1",
18369 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
18370 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
18371 "license": "BSD-3-Clause",
18372 "engines": {
18373 "node": ">=0.10.0"
18374 }
18375 },
18376 "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
18377 "version": "2.3.1",
18378 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
18379 "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
18380 "license": "MIT",
18381 "dependencies": {
18382 "source-list-map": "^2.0.1",
18383 "source-map": "^0.6.1"
18384 },
18385 "engines": {
18386 "node": ">=10.13.0"
18387 }
18388 },
18389 "node_modules/webpack-sources": {
18390 "version": "3.2.3",
18391 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
18392 "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
18393 "license": "MIT",
18394 "engines": {
18395 "node": ">=10.13.0"
18396 }
18397 },
18398 "node_modules/webpack/node_modules/eslint-scope": {
18399 "version": "5.1.1",
18400 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
18401 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
18402 "license": "BSD-2-Clause",
18403 "dependencies": {
18404 "esrecurse": "^4.3.0",
18405 "estraverse": "^4.1.1"
18406 },
18407 "engines": {
18408 "node": ">=8.0.0"
18409 }
18410 },
18411 "node_modules/webpack/node_modules/estraverse": {
18412 "version": "4.3.0",
18413 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
18414 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
18415 "license": "BSD-2-Clause",
18416 "engines": {
18417 "node": ">=4.0"
18418 }
18419 },
18420 "node_modules/websocket-driver": {
18421 "version": "0.7.4",
18422 "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
18423 "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
18424 "license": "Apache-2.0",
18425 "dependencies": {
18426 "http-parser-js": ">=0.5.1",
18427 "safe-buffer": ">=5.1.0",
18428 "websocket-extensions": ">=0.1.1"
18429 },
18430 "engines": {
18431 "node": ">=0.8.0"
18432 }
18433 },
18434 "node_modules/websocket-extensions": {
18435 "version": "0.1.4",
18436 "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
18437 "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
18438 "license": "Apache-2.0",
18439 "engines": {
18440 "node": ">=0.8.0"
18441 }
18442 },
18443 "node_modules/whatwg-encoding": {
18444 "version": "1.0.5",
18445 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
18446 "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
18447 "license": "MIT",
18448 "dependencies": {
18449 "iconv-lite": "0.4.24"
18450 }
18451 },
18452 "node_modules/whatwg-encoding/node_modules/iconv-lite": {
18453 "version": "0.4.24",
18454 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
18455 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
18456 "license": "MIT",
18457 "dependencies": {
18458 "safer-buffer": ">= 2.1.2 < 3"
18459 },
18460 "engines": {
18461 "node": ">=0.10.0"
18462 }
18463 },
18464 "node_modules/whatwg-fetch": {
18465 "version": "3.6.20",
18466 "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
18467 "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==",
18468 "license": "MIT"
18469 },
18470 "node_modules/whatwg-mimetype": {
18471 "version": "2.3.0",
18472 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
18473 "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
18474 "license": "MIT"
18475 },
18476 "node_modules/whatwg-url": {
18477 "version": "8.7.0",
18478 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
18479 "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
18480 "license": "MIT",
18481 "dependencies": {
18482 "lodash": "^4.7.0",
18483 "tr46": "^2.1.0",
18484 "webidl-conversions": "^6.1.0"
18485 },
18486 "engines": {
18487 "node": ">=10"
18488 }
18489 },
18490 "node_modules/which": {
18491 "version": "2.0.2",
18492 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
18493 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
18494 "license": "ISC",
18495 "dependencies": {
18496 "isexe": "^2.0.0"
18497 },
18498 "bin": {
18499 "node-which": "bin/node-which"
18500 },
18501 "engines": {
18502 "node": ">= 8"
18503 }
18504 },
18505 "node_modules/which-boxed-primitive": {
18506 "version": "1.1.1",
18507 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
18508 "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
18509 "license": "MIT",
18510 "dependencies": {
18511 "is-bigint": "^1.1.0",
18512 "is-boolean-object": "^1.2.1",
18513 "is-number-object": "^1.1.1",
18514 "is-string": "^1.1.1",
18515 "is-symbol": "^1.1.1"
18516 },
18517 "engines": {
18518 "node": ">= 0.4"
18519 },
18520 "funding": {
18521 "url": "https://github.com/sponsors/ljharb"
18522 }
18523 },
18524 "node_modules/which-builtin-type": {
18525 "version": "1.2.1",
18526 "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
18527 "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
18528 "license": "MIT",
18529 "dependencies": {
18530 "call-bound": "^1.0.2",
18531 "function.prototype.name": "^1.1.6",
18532 "has-tostringtag": "^1.0.2",
18533 "is-async-function": "^2.0.0",
18534 "is-date-object": "^1.1.0",
18535 "is-finalizationregistry": "^1.1.0",
18536 "is-generator-function": "^1.0.10",
18537 "is-regex": "^1.2.1",
18538 "is-weakref": "^1.0.2",
18539 "isarray": "^2.0.5",
18540 "which-boxed-primitive": "^1.1.0",
18541 "which-collection": "^1.0.2",
18542 "which-typed-array": "^1.1.16"
18543 },
18544 "engines": {
18545 "node": ">= 0.4"
18546 },
18547 "funding": {
18548 "url": "https://github.com/sponsors/ljharb"
18549 }
18550 },
18551 "node_modules/which-collection": {
18552 "version": "1.0.2",
18553 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
18554 "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
18555 "license": "MIT",
18556 "dependencies": {
18557 "is-map": "^2.0.3",
18558 "is-set": "^2.0.3",
18559 "is-weakmap": "^2.0.2",
18560 "is-weakset": "^2.0.3"
18561 },
18562 "engines": {
18563 "node": ">= 0.4"
18564 },
18565 "funding": {
18566 "url": "https://github.com/sponsors/ljharb"
18567 }
18568 },
18569 "node_modules/which-typed-array": {
18570 "version": "1.1.18",
18571 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz",
18572 "integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==",
18573 "license": "MIT",
18574 "dependencies": {
18575 "available-typed-arrays": "^1.0.7",
18576 "call-bind": "^1.0.8",
18577 "call-bound": "^1.0.3",
18578 "for-each": "^0.3.3",
18579 "gopd": "^1.2.0",
18580 "has-tostringtag": "^1.0.2"
18581 },
18582 "engines": {
18583 "node": ">= 0.4"
18584 },
18585 "funding": {
18586 "url": "https://github.com/sponsors/ljharb"
18587 }
18588 },
18589 "node_modules/word-wrap": {
18590 "version": "1.2.5",
18591 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
18592 "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
18593 "license": "MIT",
18594 "engines": {
18595 "node": ">=0.10.0"
18596 }
18597 },
18598 "node_modules/workbox-background-sync": {
18599 "version": "6.6.0",
18600 "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz",
18601 "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==",
18602 "license": "MIT",
18603 "dependencies": {
18604 "idb": "^7.0.1",
18605 "workbox-core": "6.6.0"
18606 }
18607 },
18608 "node_modules/workbox-broadcast-update": {
18609 "version": "6.6.0",
18610 "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz",
18611 "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==",
18612 "license": "MIT",
18613 "dependencies": {
18614 "workbox-core": "6.6.0"
18615 }
18616 },
18617 "node_modules/workbox-build": {
18618 "version": "6.6.0",
18619 "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz",
18620 "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==",
18621 "license": "MIT",
18622 "dependencies": {
18623 "@apideck/better-ajv-errors": "^0.3.1",
18624 "@babel/core": "^7.11.1",
18625 "@babel/preset-env": "^7.11.0",
18626 "@babel/runtime": "^7.11.2",
18627 "@rollup/plugin-babel": "^5.2.0",
18628 "@rollup/plugin-node-resolve": "^11.2.1",
18629 "@rollup/plugin-replace": "^2.4.1",
18630 "@surma/rollup-plugin-off-main-thread": "^2.2.3",
18631 "ajv": "^8.6.0",
18632 "common-tags": "^1.8.0",
18633 "fast-json-stable-stringify": "^2.1.0",
18634 "fs-extra": "^9.0.1",
18635 "glob": "^7.1.6",
18636 "lodash": "^4.17.20",
18637 "pretty-bytes": "^5.3.0",
18638 "rollup": "^2.43.1",
18639 "rollup-plugin-terser": "^7.0.0",
18640 "source-map": "^0.8.0-beta.0",
18641 "stringify-object": "^3.3.0",
18642 "strip-comments": "^2.0.1",
18643 "tempy": "^0.6.0",
18644 "upath": "^1.2.0",
18645 "workbox-background-sync": "6.6.0",
18646 "workbox-broadcast-update": "6.6.0",
18647 "workbox-cacheable-response": "6.6.0",
18648 "workbox-core": "6.6.0",
18649 "workbox-expiration": "6.6.0",
18650 "workbox-google-analytics": "6.6.0",
18651 "workbox-navigation-preload": "6.6.0",
18652 "workbox-precaching": "6.6.0",
18653 "workbox-range-requests": "6.6.0",
18654 "workbox-recipes": "6.6.0",
18655 "workbox-routing": "6.6.0",
18656 "workbox-strategies": "6.6.0",
18657 "workbox-streams": "6.6.0",
18658 "workbox-sw": "6.6.0",
18659 "workbox-window": "6.6.0"
18660 },
18661 "engines": {
18662 "node": ">=10.0.0"
18663 }
18664 },
18665 "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
18666 "version": "0.3.6",
18667 "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
18668 "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
18669 "license": "MIT",
18670 "dependencies": {
18671 "json-schema": "^0.4.0",
18672 "jsonpointer": "^5.0.0",
18673 "leven": "^3.1.0"
18674 },
18675 "engines": {
18676 "node": ">=10"
18677 },
18678 "peerDependencies": {
18679 "ajv": ">=8"
18680 }
18681 },
18682 "node_modules/workbox-build/node_modules/ajv": {
18683 "version": "8.17.1",
18684 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
18685 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
18686 "license": "MIT",
18687 "dependencies": {
18688 "fast-deep-equal": "^3.1.3",
18689 "fast-uri": "^3.0.1",
18690 "json-schema-traverse": "^1.0.0",
18691 "require-from-string": "^2.0.2"
18692 },
18693 "funding": {
18694 "type": "github",
18695 "url": "https://github.com/sponsors/epoberezkin"
18696 }
18697 },
18698 "node_modules/workbox-build/node_modules/fs-extra": {
18699 "version": "9.1.0",
18700 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
18701 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
18702 "license": "MIT",
18703 "dependencies": {
18704 "at-least-node": "^1.0.0",
18705 "graceful-fs": "^4.2.0",
18706 "jsonfile": "^6.0.1",
18707 "universalify": "^2.0.0"
18708 },
18709 "engines": {
18710 "node": ">=10"
18711 }
18712 },
18713 "node_modules/workbox-build/node_modules/json-schema-traverse": {
18714 "version": "1.0.0",
18715 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
18716 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
18717 "license": "MIT"
18718 },
18719 "node_modules/workbox-build/node_modules/source-map": {
18720 "version": "0.8.0-beta.0",
18721 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
18722 "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
18723 "license": "BSD-3-Clause",
18724 "dependencies": {
18725 "whatwg-url": "^7.0.0"
18726 },
18727 "engines": {
18728 "node": ">= 8"
18729 }
18730 },
18731 "node_modules/workbox-build/node_modules/tr46": {
18732 "version": "1.0.1",
18733 "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
18734 "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
18735 "license": "MIT",
18736 "dependencies": {
18737 "punycode": "^2.1.0"
18738 }
18739 },
18740 "node_modules/workbox-build/node_modules/webidl-conversions": {
18741 "version": "4.0.2",
18742 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
18743 "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
18744 "license": "BSD-2-Clause"
18745 },
18746 "node_modules/workbox-build/node_modules/whatwg-url": {
18747 "version": "7.1.0",
18748 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
18749 "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
18750 "license": "MIT",
18751 "dependencies": {
18752 "lodash.sortby": "^4.7.0",
18753 "tr46": "^1.0.1",
18754 "webidl-conversions": "^4.0.2"
18755 }
18756 },
18757 "node_modules/workbox-cacheable-response": {
18758 "version": "6.6.0",
18759 "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz",
18760 "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==",
18761 "deprecated": "workbox-background-sync@6.6.0",
18762 "license": "MIT",
18763 "dependencies": {
18764 "workbox-core": "6.6.0"
18765 }
18766 },
18767 "node_modules/workbox-core": {
18768 "version": "6.6.0",
18769 "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz",
18770 "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==",
18771 "license": "MIT"
18772 },
18773 "node_modules/workbox-expiration": {
18774 "version": "6.6.0",
18775 "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz",
18776 "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==",
18777 "license": "MIT",
18778 "dependencies": {
18779 "idb": "^7.0.1",
18780 "workbox-core": "6.6.0"
18781 }
18782 },
18783 "node_modules/workbox-google-analytics": {
18784 "version": "6.6.0",
18785 "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz",
18786 "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==",
18787 "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",
18788 "license": "MIT",
18789 "dependencies": {
18790 "workbox-background-sync": "6.6.0",
18791 "workbox-core": "6.6.0",
18792 "workbox-routing": "6.6.0",
18793 "workbox-strategies": "6.6.0"
18794 }
18795 },
18796 "node_modules/workbox-navigation-preload": {
18797 "version": "6.6.0",
18798 "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz",
18799 "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==",
18800 "license": "MIT",
18801 "dependencies": {
18802 "workbox-core": "6.6.0"
18803 }
18804 },
18805 "node_modules/workbox-precaching": {
18806 "version": "6.6.0",
18807 "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz",
18808 "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==",
18809 "license": "MIT",
18810 "dependencies": {
18811 "workbox-core": "6.6.0",
18812 "workbox-routing": "6.6.0",
18813 "workbox-strategies": "6.6.0"
18814 }
18815 },
18816 "node_modules/workbox-range-requests": {
18817 "version": "6.6.0",
18818 "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz",
18819 "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==",
18820 "license": "MIT",
18821 "dependencies": {
18822 "workbox-core": "6.6.0"
18823 }
18824 },
18825 "node_modules/workbox-recipes": {
18826 "version": "6.6.0",
18827 "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz",
18828 "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==",
18829 "license": "MIT",
18830 "dependencies": {
18831 "workbox-cacheable-response": "6.6.0",
18832 "workbox-core": "6.6.0",
18833 "workbox-expiration": "6.6.0",
18834 "workbox-precaching": "6.6.0",
18835 "workbox-routing": "6.6.0",
18836 "workbox-strategies": "6.6.0"
18837 }
18838 },
18839 "node_modules/workbox-routing": {
18840 "version": "6.6.0",
18841 "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz",
18842 "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==",
18843 "license": "MIT",
18844 "dependencies": {
18845 "workbox-core": "6.6.0"
18846 }
18847 },
18848 "node_modules/workbox-strategies": {
18849 "version": "6.6.0",
18850 "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz",
18851 "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==",
18852 "license": "MIT",
18853 "dependencies": {
18854 "workbox-core": "6.6.0"
18855 }
18856 },
18857 "node_modules/workbox-streams": {
18858 "version": "6.6.0",
18859 "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz",
18860 "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==",
18861 "license": "MIT",
18862 "dependencies": {
18863 "workbox-core": "6.6.0",
18864 "workbox-routing": "6.6.0"
18865 }
18866 },
18867 "node_modules/workbox-sw": {
18868 "version": "6.6.0",
18869 "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz",
18870 "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==",
18871 "license": "MIT"
18872 },
18873 "node_modules/workbox-webpack-plugin": {
18874 "version": "6.6.0",
18875 "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz",
18876 "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==",
18877 "license": "MIT",
18878 "dependencies": {
18879 "fast-json-stable-stringify": "^2.1.0",
18880 "pretty-bytes": "^5.4.1",
18881 "upath": "^1.2.0",
18882 "webpack-sources": "^1.4.3",
18883 "workbox-build": "6.6.0"
18884 },
18885 "engines": {
18886 "node": ">=10.0.0"
18887 },
18888 "peerDependencies": {
18889 "webpack": "^4.4.0 || ^5.9.0"
18890 }
18891 },
18892 "node_modules/workbox-webpack-plugin/node_modules/source-map": {
18893 "version": "0.6.1",
18894 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
18895 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
18896 "license": "BSD-3-Clause",
18897 "engines": {
18898 "node": ">=0.10.0"
18899 }
18900 },
18901 "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
18902 "version": "1.4.3",
18903 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
18904 "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
18905 "license": "MIT",
18906 "dependencies": {
18907 "source-list-map": "^2.0.0",
18908 "source-map": "~0.6.1"
18909 }
18910 },
18911 "node_modules/workbox-window": {
18912 "version": "6.6.0",
18913 "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz",
18914 "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==",
18915 "license": "MIT",
18916 "dependencies": {
18917 "@types/trusted-types": "^2.0.2",
18918 "workbox-core": "6.6.0"
18919 }
18920 },
18921 "node_modules/wrap-ansi": {
18922 "version": "7.0.0",
18923 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
18924 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
18925 "license": "MIT",
18926 "dependencies": {
18927 "ansi-styles": "^4.0.0",
18928 "string-width": "^4.1.0",
18929 "strip-ansi": "^6.0.0"
18930 },
18931 "engines": {
18932 "node": ">=10"
18933 },
18934 "funding": {
18935 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
18936 }
18937 },
18938 "node_modules/wrap-ansi-cjs": {
18939 "name": "wrap-ansi",
18940 "version": "7.0.0",
18941 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
18942 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
18943 "license": "MIT",
18944 "dependencies": {
18945 "ansi-styles": "^4.0.0",
18946 "string-width": "^4.1.0",
18947 "strip-ansi": "^6.0.0"
18948 },
18949 "engines": {
18950 "node": ">=10"
18951 },
18952 "funding": {
18953 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
18954 }
18955 },
18956 "node_modules/wrappy": {
18957 "version": "1.0.2",
18958 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
18959 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
18960 "license": "ISC"
18961 },
18962 "node_modules/write-file-atomic": {
18963 "version": "3.0.3",
18964 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
18965 "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
18966 "license": "ISC",
18967 "dependencies": {
18968 "imurmurhash": "^0.1.4",
18969 "is-typedarray": "^1.0.0",
18970 "signal-exit": "^3.0.2",
18971 "typedarray-to-buffer": "^3.1.5"
18972 }
18973 },
18974 "node_modules/ws": {
18975 "version": "7.5.10",
18976 "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
18977 "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
18978 "license": "MIT",
18979 "engines": {
18980 "node": ">=8.3.0"
18981 },
18982 "peerDependencies": {
18983 "bufferutil": "^4.0.1",
18984 "utf-8-validate": "^5.0.2"
18985 },
18986 "peerDependenciesMeta": {
18987 "bufferutil": {
18988 "optional": true
18989 },
18990 "utf-8-validate": {
18991 "optional": true
18992 }
18993 }
18994 },
18995 "node_modules/xml-name-validator": {
18996 "version": "3.0.0",
18997 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
18998 "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
18999 "license": "Apache-2.0"
19000 },
19001 "node_modules/xmlchars": {
19002 "version": "2.2.0",
19003 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
19004 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
19005 "license": "MIT"
19006 },
19007 "node_modules/y18n": {
19008 "version": "5.0.8",
19009 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
19010 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
19011 "license": "ISC",
19012 "engines": {
19013 "node": ">=10"
19014 }
19015 },
19016 "node_modules/yallist": {
19017 "version": "3.1.1",
19018 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
19019 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
19020 "license": "ISC"
19021 },
19022 "node_modules/yaml": {
19023 "version": "1.10.2",
19024 "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
19025 "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
19026 "license": "ISC",
19027 "engines": {
19028 "node": ">= 6"
19029 }
19030 },
19031 "node_modules/yargs": {
19032 "version": "16.2.0",
19033 "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
19034 "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
19035 "license": "MIT",
19036 "dependencies": {
19037 "cliui": "^7.0.2",
19038 "escalade": "^3.1.1",
19039 "get-caller-file": "^2.0.5",
19040 "require-directory": "^2.1.1",
19041 "string-width": "^4.2.0",
19042 "y18n": "^5.0.5",
19043 "yargs-parser": "^20.2.2"
19044 },
19045 "engines": {
19046 "node": ">=10"
19047 }
19048 },
19049 "node_modules/yargs-parser": {
19050 "version": "20.2.9",
19051 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
19052 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
19053 "license": "ISC",
19054 "engines": {
19055 "node": ">=10"
19056 }
19057 },
19058 "node_modules/yocto-queue": {
19059 "version": "0.1.0",
19060 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
19061 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
19062 "license": "MIT",
19063 "engines": {
19064 "node": ">=10"
19065 },
19066 "funding": {
19067 "url": "https://github.com/sponsors/sindresorhus"
19068 }
19069 },
19070 "node_modules/zod": {
19071 "version": "3.24.2",
19072 "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz",
19073 "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==",
19074 "license": "MIT",
19075 "funding": {
19076 "url": "https://github.com/sponsors/colinhacks"
19077 }
19078 }
19079 }
19080}