feature/share-libs
json 17,888 lines 677 KB
Raw
Large file — syntax highlighting disabled.
1 {
2 "name": "splitfire",
3 "version": "0.3.4",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "splitfire",
9 "version": "0.3.4",
10 "license": "MIT",
11 "dependencies": {
12 "@heroicons/react": "1.0.6",
13 "@radix-ui/react-form": "^0.1.0",
14 "@radix-ui/react-icons": "^1.3.0",
15 "@radix-ui/react-slot": "^1.1.0",
16 "@radix-ui/react-tooltip": "^1.0.7",
17 "@sentry/react": "^7.12.1",
18 "@sentry/tracing": "^7.12.1",
19 "@tauri-apps/api": "^1.5.3",
20 "@types/actioncable": "^5.2.7",
21 "@types/jest": "^27.4.0",
22 "@types/node": "18.17.0",
23 "@types/react": "18.2.78",
24 "@types/react-dom": "18.2.25",
25 "actioncable": "^5.2.6",
26 "axios": "^0.25.0",
27 "class-variance-authority": "^0.7.0",
28 "clsx": "^1.2.1",
29 "dexie": "^3.2.0",
30 "dexie-observable": "^3.0.0-beta.11",
31 "eslint": "8.32.0",
32 "eslint-config-next": "14.1.0",
33 "next": "14.2.5",
34 "react": "18.2.0",
35 "react-dom": "18.2.0",
36 "react-hot-toast": "^2.4.1",
37 "react-icons": "^4.3.1",
38 "react-scripts": "5.0.0",
39 "react-textarea-autosize": "^8.5.3",
40 "react-transition-group": "4.x",
41 "react-youtube": "^10.0.0",
42 "tailwind-merge": "^2.4.0",
43 "tailwindcss-animate": "^1.0.7",
44 "tone": "^14.7.77",
45 "tslog": "^4.9.2",
46 "typescript": "4.9.4",
47 "web-vitals": "^2.1.3"
48 },
49 "devDependencies": {
50 "@tailwindcss/forms": "0.5.3",
51 "@tailwindcss/typography": "0.5.9",
52 "@tauri-apps/cli": "^1.5.14",
53 "@types/lodash.debounce": "^4.0.7",
54 "autoprefixer": "^10.4.19",
55 "postcss": "^8.4.38",
56 "tailwindcss": "^3.4.3"
57 }
58 },
59 "node_modules/@alloc/quick-lru": {
60 "version": "5.2.0",
61 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
62 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
63 "engines": {
64 "node": ">=10"
65 },
66 "funding": {
67 "url": "https://github.com/sponsors/sindresorhus"
68 }
69 },
70 "node_modules/@ampproject/remapping": {
71 "version": "2.3.0",
72 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
73 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
74 "dependencies": {
75 "@jridgewell/gen-mapping": "^0.3.5",
76 "@jridgewell/trace-mapping": "^0.3.24"
77 },
78 "engines": {
79 "node": ">=6.0.0"
80 }
81 },
82 "node_modules/@babel/code-frame": {
83 "version": "7.24.7",
84 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
85 "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
86 "dependencies": {
87 "@babel/highlight": "^7.24.7",
88 "picocolors": "^1.0.0"
89 },
90 "engines": {
91 "node": ">=6.9.0"
92 }
93 },
94 "node_modules/@babel/compat-data": {
95 "version": "7.25.0",
96 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.0.tgz",
97 "integrity": "sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==",
98 "engines": {
99 "node": ">=6.9.0"
100 }
101 },
102 "node_modules/@babel/core": {
103 "version": "7.24.9",
104 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
105 "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
106 "dependencies": {
107 "@ampproject/remapping": "^2.2.0",
108 "@babel/code-frame": "^7.24.7",
109 "@babel/generator": "^7.24.9",
110 "@babel/helper-compilation-targets": "^7.24.8",
111 "@babel/helper-module-transforms": "^7.24.9",
112 "@babel/helpers": "^7.24.8",
113 "@babel/parser": "^7.24.8",
114 "@babel/template": "^7.24.7",
115 "@babel/traverse": "^7.24.8",
116 "@babel/types": "^7.24.9",
117 "convert-source-map": "^2.0.0",
118 "debug": "^4.1.0",
119 "gensync": "^1.0.0-beta.2",
120 "json5": "^2.2.3",
121 "semver": "^6.3.1"
122 },
123 "engines": {
124 "node": ">=6.9.0"
125 },
126 "funding": {
127 "type": "opencollective",
128 "url": "https://opencollective.com/babel"
129 }
130 },
131 "node_modules/@babel/core/node_modules/semver": {
132 "version": "6.3.1",
133 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
134 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
135 "bin": {
136 "semver": "bin/semver.js"
137 }
138 },
139 "node_modules/@babel/eslint-parser": {
140 "version": "7.25.1",
141 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz",
142 "integrity": "sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==",
143 "dependencies": {
144 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
145 "eslint-visitor-keys": "^2.1.0",
146 "semver": "^6.3.1"
147 },
148 "engines": {
149 "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
150 },
151 "peerDependencies": {
152 "@babel/core": "^7.11.0",
153 "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
154 }
155 },
156 "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
157 "version": "2.1.0",
158 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
159 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
160 "engines": {
161 "node": ">=10"
162 }
163 },
164 "node_modules/@babel/eslint-parser/node_modules/semver": {
165 "version": "6.3.1",
166 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
167 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
168 "bin": {
169 "semver": "bin/semver.js"
170 }
171 },
172 "node_modules/@babel/generator": {
173 "version": "7.25.0",
174 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz",
175 "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==",
176 "dependencies": {
177 "@babel/types": "^7.25.0",
178 "@jridgewell/gen-mapping": "^0.3.5",
179 "@jridgewell/trace-mapping": "^0.3.25",
180 "jsesc": "^2.5.1"
181 },
182 "engines": {
183 "node": ">=6.9.0"
184 }
185 },
186 "node_modules/@babel/helper-annotate-as-pure": {
187 "version": "7.24.7",
188 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
189 "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
190 "dependencies": {
191 "@babel/types": "^7.24.7"
192 },
193 "engines": {
194 "node": ">=6.9.0"
195 }
196 },
197 "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
198 "version": "7.24.7",
199 "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz",
200 "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==",
201 "dependencies": {
202 "@babel/traverse": "^7.24.7",
203 "@babel/types": "^7.24.7"
204 },
205 "engines": {
206 "node": ">=6.9.0"
207 }
208 },
209 "node_modules/@babel/helper-compilation-targets": {
210 "version": "7.24.8",
211 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
212 "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
213 "dependencies": {
214 "@babel/compat-data": "^7.24.8",
215 "@babel/helper-validator-option": "^7.24.8",
216 "browserslist": "^4.23.1",
217 "lru-cache": "^5.1.1",
218 "semver": "^6.3.1"
219 },
220 "engines": {
221 "node": ">=6.9.0"
222 }
223 },
224 "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
225 "version": "5.1.1",
226 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
227 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
228 "dependencies": {
229 "yallist": "^3.0.2"
230 }
231 },
232 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
233 "version": "6.3.1",
234 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
235 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
236 "bin": {
237 "semver": "bin/semver.js"
238 }
239 },
240 "node_modules/@babel/helper-create-class-features-plugin": {
241 "version": "7.25.0",
242 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz",
243 "integrity": "sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==",
244 "dependencies": {
245 "@babel/helper-annotate-as-pure": "^7.24.7",
246 "@babel/helper-member-expression-to-functions": "^7.24.8",
247 "@babel/helper-optimise-call-expression": "^7.24.7",
248 "@babel/helper-replace-supers": "^7.25.0",
249 "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
250 "@babel/traverse": "^7.25.0",
251 "semver": "^6.3.1"
252 },
253 "engines": {
254 "node": ">=6.9.0"
255 },
256 "peerDependencies": {
257 "@babel/core": "^7.0.0"
258 }
259 },
260 "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
261 "version": "6.3.1",
262 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
263 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
264 "bin": {
265 "semver": "bin/semver.js"
266 }
267 },
268 "node_modules/@babel/helper-create-regexp-features-plugin": {
269 "version": "7.25.0",
270 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.0.tgz",
271 "integrity": "sha512-q0T+dknZS+L5LDazIP+02gEZITG5unzvb6yIjcmj5i0eFrs5ToBV2m2JGH4EsE/gtP8ygEGLGApBgRIZkTm7zg==",
272 "dependencies": {
273 "@babel/helper-annotate-as-pure": "^7.24.7",
274 "regexpu-core": "^5.3.1",
275 "semver": "^6.3.1"
276 },
277 "engines": {
278 "node": ">=6.9.0"
279 },
280 "peerDependencies": {
281 "@babel/core": "^7.0.0"
282 }
283 },
284 "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
285 "version": "6.3.1",
286 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
287 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
288 "bin": {
289 "semver": "bin/semver.js"
290 }
291 },
292 "node_modules/@babel/helper-define-polyfill-provider": {
293 "version": "0.6.2",
294 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
295 "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
296 "dependencies": {
297 "@babel/helper-compilation-targets": "^7.22.6",
298 "@babel/helper-plugin-utils": "^7.22.5",
299 "debug": "^4.1.1",
300 "lodash.debounce": "^4.0.8",
301 "resolve": "^1.14.2"
302 },
303 "peerDependencies": {
304 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
305 }
306 },
307 "node_modules/@babel/helper-member-expression-to-functions": {
308 "version": "7.24.8",
309 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
310 "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
311 "dependencies": {
312 "@babel/traverse": "^7.24.8",
313 "@babel/types": "^7.24.8"
314 },
315 "engines": {
316 "node": ">=6.9.0"
317 }
318 },
319 "node_modules/@babel/helper-module-imports": {
320 "version": "7.24.7",
321 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
322 "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
323 "dependencies": {
324 "@babel/traverse": "^7.24.7",
325 "@babel/types": "^7.24.7"
326 },
327 "engines": {
328 "node": ">=6.9.0"
329 }
330 },
331 "node_modules/@babel/helper-module-transforms": {
332 "version": "7.25.0",
333 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.0.tgz",
334 "integrity": "sha512-bIkOa2ZJYn7FHnepzr5iX9Kmz8FjIz4UKzJ9zhX3dnYuVW0xul9RuR3skBfoLu+FPTQw90EHW9rJsSZhyLQ3fQ==",
335 "dependencies": {
336 "@babel/helper-module-imports": "^7.24.7",
337 "@babel/helper-simple-access": "^7.24.7",
338 "@babel/helper-validator-identifier": "^7.24.7",
339 "@babel/traverse": "^7.25.0"
340 },
341 "engines": {
342 "node": ">=6.9.0"
343 },
344 "peerDependencies": {
345 "@babel/core": "^7.0.0"
346 }
347 },
348 "node_modules/@babel/helper-optimise-call-expression": {
349 "version": "7.24.7",
350 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
351 "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
352 "dependencies": {
353 "@babel/types": "^7.24.7"
354 },
355 "engines": {
356 "node": ">=6.9.0"
357 }
358 },
359 "node_modules/@babel/helper-plugin-utils": {
360 "version": "7.24.8",
361 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
362 "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
363 "engines": {
364 "node": ">=6.9.0"
365 }
366 },
367 "node_modules/@babel/helper-remap-async-to-generator": {
368 "version": "7.25.0",
369 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz",
370 "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==",
371 "dependencies": {
372 "@babel/helper-annotate-as-pure": "^7.24.7",
373 "@babel/helper-wrap-function": "^7.25.0",
374 "@babel/traverse": "^7.25.0"
375 },
376 "engines": {
377 "node": ">=6.9.0"
378 },
379 "peerDependencies": {
380 "@babel/core": "^7.0.0"
381 }
382 },
383 "node_modules/@babel/helper-replace-supers": {
384 "version": "7.25.0",
385 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
386 "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
387 "dependencies": {
388 "@babel/helper-member-expression-to-functions": "^7.24.8",
389 "@babel/helper-optimise-call-expression": "^7.24.7",
390 "@babel/traverse": "^7.25.0"
391 },
392 "engines": {
393 "node": ">=6.9.0"
394 },
395 "peerDependencies": {
396 "@babel/core": "^7.0.0"
397 }
398 },
399 "node_modules/@babel/helper-simple-access": {
400 "version": "7.24.7",
401 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
402 "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
403 "dependencies": {
404 "@babel/traverse": "^7.24.7",
405 "@babel/types": "^7.24.7"
406 },
407 "engines": {
408 "node": ">=6.9.0"
409 }
410 },
411 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
412 "version": "7.24.7",
413 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
414 "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
415 "dependencies": {
416 "@babel/traverse": "^7.24.7",
417 "@babel/types": "^7.24.7"
418 },
419 "engines": {
420 "node": ">=6.9.0"
421 }
422 },
423 "node_modules/@babel/helper-string-parser": {
424 "version": "7.24.8",
425 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
426 "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
427 "engines": {
428 "node": ">=6.9.0"
429 }
430 },
431 "node_modules/@babel/helper-validator-identifier": {
432 "version": "7.24.7",
433 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
434 "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
435 "engines": {
436 "node": ">=6.9.0"
437 }
438 },
439 "node_modules/@babel/helper-validator-option": {
440 "version": "7.24.8",
441 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
442 "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
443 "engines": {
444 "node": ">=6.9.0"
445 }
446 },
447 "node_modules/@babel/helper-wrap-function": {
448 "version": "7.25.0",
449 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz",
450 "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==",
451 "dependencies": {
452 "@babel/template": "^7.25.0",
453 "@babel/traverse": "^7.25.0",
454 "@babel/types": "^7.25.0"
455 },
456 "engines": {
457 "node": ">=6.9.0"
458 }
459 },
460 "node_modules/@babel/helpers": {
461 "version": "7.25.0",
462 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz",
463 "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==",
464 "dependencies": {
465 "@babel/template": "^7.25.0",
466 "@babel/types": "^7.25.0"
467 },
468 "engines": {
469 "node": ">=6.9.0"
470 }
471 },
472 "node_modules/@babel/highlight": {
473 "version": "7.24.7",
474 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
475 "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
476 "dependencies": {
477 "@babel/helper-validator-identifier": "^7.24.7",
478 "chalk": "^2.4.2",
479 "js-tokens": "^4.0.0",
480 "picocolors": "^1.0.0"
481 },
482 "engines": {
483 "node": ">=6.9.0"
484 }
485 },
486 "node_modules/@babel/highlight/node_modules/ansi-styles": {
487 "version": "3.2.1",
488 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
489 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
490 "dependencies": {
491 "color-convert": "^1.9.0"
492 },
493 "engines": {
494 "node": ">=4"
495 }
496 },
497 "node_modules/@babel/highlight/node_modules/chalk": {
498 "version": "2.4.2",
499 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
500 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
501 "dependencies": {
502 "ansi-styles": "^3.2.1",
503 "escape-string-regexp": "^1.0.5",
504 "supports-color": "^5.3.0"
505 },
506 "engines": {
507 "node": ">=4"
508 }
509 },
510 "node_modules/@babel/highlight/node_modules/color-convert": {
511 "version": "1.9.3",
512 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
513 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
514 "dependencies": {
515 "color-name": "1.1.3"
516 }
517 },
518 "node_modules/@babel/highlight/node_modules/color-name": {
519 "version": "1.1.3",
520 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
521 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
522 },
523 "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
524 "version": "1.0.5",
525 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
526 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
527 "engines": {
528 "node": ">=0.8.0"
529 }
530 },
531 "node_modules/@babel/highlight/node_modules/has-flag": {
532 "version": "3.0.0",
533 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
534 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
535 "engines": {
536 "node": ">=4"
537 }
538 },
539 "node_modules/@babel/highlight/node_modules/supports-color": {
540 "version": "5.5.0",
541 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
542 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
543 "dependencies": {
544 "has-flag": "^3.0.0"
545 },
546 "engines": {
547 "node": ">=4"
548 }
549 },
550 "node_modules/@babel/parser": {
551 "version": "7.25.0",
552 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.0.tgz",
553 "integrity": "sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==",
554 "bin": {
555 "parser": "bin/babel-parser.js"
556 },
557 "engines": {
558 "node": ">=6.0.0"
559 }
560 },
561 "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
562 "version": "7.25.0",
563 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz",
564 "integrity": "sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==",
565 "dependencies": {
566 "@babel/helper-plugin-utils": "^7.24.8",
567 "@babel/traverse": "^7.25.0"
568 },
569 "engines": {
570 "node": ">=6.9.0"
571 },
572 "peerDependencies": {
573 "@babel/core": "^7.0.0"
574 }
575 },
576 "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
577 "version": "7.25.0",
578 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz",
579 "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==",
580 "dependencies": {
581 "@babel/helper-plugin-utils": "^7.24.8"
582 },
583 "engines": {
584 "node": ">=6.9.0"
585 },
586 "peerDependencies": {
587 "@babel/core": "^7.0.0"
588 }
589 },
590 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
591 "version": "7.25.0",
592 "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.0.tgz",
593 "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==",
594 "dependencies": {
595 "@babel/helper-plugin-utils": "^7.24.8"
596 },
597 "engines": {
598 "node": ">=6.9.0"
599 },
600 "peerDependencies": {
601 "@babel/core": "^7.0.0"
602 }
603 },
604 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
605 "version": "7.24.7",
606 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz",
607 "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==",
608 "dependencies": {
609 "@babel/helper-plugin-utils": "^7.24.7",
610 "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
611 "@babel/plugin-transform-optional-chaining": "^7.24.7"
612 },
613 "engines": {
614 "node": ">=6.9.0"
615 },
616 "peerDependencies": {
617 "@babel/core": "^7.13.0"
618 }
619 },
620 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
621 "version": "7.25.0",
622 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz",
623 "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==",
624 "dependencies": {
625 "@babel/helper-plugin-utils": "^7.24.8",
626 "@babel/traverse": "^7.25.0"
627 },
628 "engines": {
629 "node": ">=6.9.0"
630 },
631 "peerDependencies": {
632 "@babel/core": "^7.0.0"
633 }
634 },
635 "node_modules/@babel/plugin-proposal-class-properties": {
636 "version": "7.18.6",
637 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
638 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
639 "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.",
640 "dependencies": {
641 "@babel/helper-create-class-features-plugin": "^7.18.6",
642 "@babel/helper-plugin-utils": "^7.18.6"
643 },
644 "engines": {
645 "node": ">=6.9.0"
646 },
647 "peerDependencies": {
648 "@babel/core": "^7.0.0-0"
649 }
650 },
651 "node_modules/@babel/plugin-proposal-decorators": {
652 "version": "7.24.7",
653 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz",
654 "integrity": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==",
655 "dependencies": {
656 "@babel/helper-create-class-features-plugin": "^7.24.7",
657 "@babel/helper-plugin-utils": "^7.24.7",
658 "@babel/plugin-syntax-decorators": "^7.24.7"
659 },
660 "engines": {
661 "node": ">=6.9.0"
662 },
663 "peerDependencies": {
664 "@babel/core": "^7.0.0-0"
665 }
666 },
667 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
668 "version": "7.18.6",
669 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
670 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
671 "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.",
672 "dependencies": {
673 "@babel/helper-plugin-utils": "^7.18.6",
674 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
675 },
676 "engines": {
677 "node": ">=6.9.0"
678 },
679 "peerDependencies": {
680 "@babel/core": "^7.0.0-0"
681 }
682 },
683 "node_modules/@babel/plugin-proposal-numeric-separator": {
684 "version": "7.18.6",
685 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
686 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
687 "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.",
688 "dependencies": {
689 "@babel/helper-plugin-utils": "^7.18.6",
690 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
691 },
692 "engines": {
693 "node": ">=6.9.0"
694 },
695 "peerDependencies": {
696 "@babel/core": "^7.0.0-0"
697 }
698 },
699 "node_modules/@babel/plugin-proposal-optional-chaining": {
700 "version": "7.21.0",
701 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
702 "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
703 "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.",
704 "dependencies": {
705 "@babel/helper-plugin-utils": "^7.20.2",
706 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
707 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
708 },
709 "engines": {
710 "node": ">=6.9.0"
711 },
712 "peerDependencies": {
713 "@babel/core": "^7.0.0-0"
714 }
715 },
716 "node_modules/@babel/plugin-proposal-private-methods": {
717 "version": "7.18.6",
718 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
719 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
720 "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.",
721 "dependencies": {
722 "@babel/helper-create-class-features-plugin": "^7.18.6",
723 "@babel/helper-plugin-utils": "^7.18.6"
724 },
725 "engines": {
726 "node": ">=6.9.0"
727 },
728 "peerDependencies": {
729 "@babel/core": "^7.0.0-0"
730 }
731 },
732 "node_modules/@babel/plugin-proposal-private-property-in-object": {
733 "version": "7.21.0-placeholder-for-preset-env.2",
734 "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",
735 "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
736 "engines": {
737 "node": ">=6.9.0"
738 },
739 "peerDependencies": {
740 "@babel/core": "^7.0.0-0"
741 }
742 },
743 "node_modules/@babel/plugin-syntax-async-generators": {
744 "version": "7.8.4",
745 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
746 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
747 "dependencies": {
748 "@babel/helper-plugin-utils": "^7.8.0"
749 },
750 "peerDependencies": {
751 "@babel/core": "^7.0.0-0"
752 }
753 },
754 "node_modules/@babel/plugin-syntax-bigint": {
755 "version": "7.8.3",
756 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
757 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
758 "dependencies": {
759 "@babel/helper-plugin-utils": "^7.8.0"
760 },
761 "peerDependencies": {
762 "@babel/core": "^7.0.0-0"
763 }
764 },
765 "node_modules/@babel/plugin-syntax-class-properties": {
766 "version": "7.12.13",
767 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
768 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
769 "dependencies": {
770 "@babel/helper-plugin-utils": "^7.12.13"
771 },
772 "peerDependencies": {
773 "@babel/core": "^7.0.0-0"
774 }
775 },
776 "node_modules/@babel/plugin-syntax-class-static-block": {
777 "version": "7.14.5",
778 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
779 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
780 "dependencies": {
781 "@babel/helper-plugin-utils": "^7.14.5"
782 },
783 "engines": {
784 "node": ">=6.9.0"
785 },
786 "peerDependencies": {
787 "@babel/core": "^7.0.0-0"
788 }
789 },
790 "node_modules/@babel/plugin-syntax-decorators": {
791 "version": "7.24.7",
792 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz",
793 "integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==",
794 "dependencies": {
795 "@babel/helper-plugin-utils": "^7.24.7"
796 },
797 "engines": {
798 "node": ">=6.9.0"
799 },
800 "peerDependencies": {
801 "@babel/core": "^7.0.0-0"
802 }
803 },
804 "node_modules/@babel/plugin-syntax-dynamic-import": {
805 "version": "7.8.3",
806 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
807 "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
808 "dependencies": {
809 "@babel/helper-plugin-utils": "^7.8.0"
810 },
811 "peerDependencies": {
812 "@babel/core": "^7.0.0-0"
813 }
814 },
815 "node_modules/@babel/plugin-syntax-export-namespace-from": {
816 "version": "7.8.3",
817 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
818 "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
819 "dependencies": {
820 "@babel/helper-plugin-utils": "^7.8.3"
821 },
822 "peerDependencies": {
823 "@babel/core": "^7.0.0-0"
824 }
825 },
826 "node_modules/@babel/plugin-syntax-flow": {
827 "version": "7.24.7",
828 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.7.tgz",
829 "integrity": "sha512-9G8GYT/dxn/D1IIKOUBmGX0mnmj46mGH9NnZyJLwtCpgh5f7D2VbuKodb+2s9m1Yavh1s7ASQN8lf0eqrb1LTw==",
830 "dependencies": {
831 "@babel/helper-plugin-utils": "^7.24.7"
832 },
833 "engines": {
834 "node": ">=6.9.0"
835 },
836 "peerDependencies": {
837 "@babel/core": "^7.0.0-0"
838 }
839 },
840 "node_modules/@babel/plugin-syntax-import-assertions": {
841 "version": "7.24.7",
842 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz",
843 "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==",
844 "dependencies": {
845 "@babel/helper-plugin-utils": "^7.24.7"
846 },
847 "engines": {
848 "node": ">=6.9.0"
849 },
850 "peerDependencies": {
851 "@babel/core": "^7.0.0-0"
852 }
853 },
854 "node_modules/@babel/plugin-syntax-import-attributes": {
855 "version": "7.24.7",
856 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz",
857 "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==",
858 "dependencies": {
859 "@babel/helper-plugin-utils": "^7.24.7"
860 },
861 "engines": {
862 "node": ">=6.9.0"
863 },
864 "peerDependencies": {
865 "@babel/core": "^7.0.0-0"
866 }
867 },
868 "node_modules/@babel/plugin-syntax-import-meta": {
869 "version": "7.10.4",
870 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
871 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
872 "dependencies": {
873 "@babel/helper-plugin-utils": "^7.10.4"
874 },
875 "peerDependencies": {
876 "@babel/core": "^7.0.0-0"
877 }
878 },
879 "node_modules/@babel/plugin-syntax-json-strings": {
880 "version": "7.8.3",
881 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
882 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
883 "dependencies": {
884 "@babel/helper-plugin-utils": "^7.8.0"
885 },
886 "peerDependencies": {
887 "@babel/core": "^7.0.0-0"
888 }
889 },
890 "node_modules/@babel/plugin-syntax-jsx": {
891 "version": "7.24.7",
892 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
893 "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
894 "dependencies": {
895 "@babel/helper-plugin-utils": "^7.24.7"
896 },
897 "engines": {
898 "node": ">=6.9.0"
899 },
900 "peerDependencies": {
901 "@babel/core": "^7.0.0-0"
902 }
903 },
904 "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
905 "version": "7.10.4",
906 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
907 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
908 "dependencies": {
909 "@babel/helper-plugin-utils": "^7.10.4"
910 },
911 "peerDependencies": {
912 "@babel/core": "^7.0.0-0"
913 }
914 },
915 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
916 "version": "7.8.3",
917 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
918 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
919 "dependencies": {
920 "@babel/helper-plugin-utils": "^7.8.0"
921 },
922 "peerDependencies": {
923 "@babel/core": "^7.0.0-0"
924 }
925 },
926 "node_modules/@babel/plugin-syntax-numeric-separator": {
927 "version": "7.10.4",
928 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
929 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
930 "dependencies": {
931 "@babel/helper-plugin-utils": "^7.10.4"
932 },
933 "peerDependencies": {
934 "@babel/core": "^7.0.0-0"
935 }
936 },
937 "node_modules/@babel/plugin-syntax-object-rest-spread": {
938 "version": "7.8.3",
939 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
940 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
941 "dependencies": {
942 "@babel/helper-plugin-utils": "^7.8.0"
943 },
944 "peerDependencies": {
945 "@babel/core": "^7.0.0-0"
946 }
947 },
948 "node_modules/@babel/plugin-syntax-optional-catch-binding": {
949 "version": "7.8.3",
950 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
951 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
952 "dependencies": {
953 "@babel/helper-plugin-utils": "^7.8.0"
954 },
955 "peerDependencies": {
956 "@babel/core": "^7.0.0-0"
957 }
958 },
959 "node_modules/@babel/plugin-syntax-optional-chaining": {
960 "version": "7.8.3",
961 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
962 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
963 "dependencies": {
964 "@babel/helper-plugin-utils": "^7.8.0"
965 },
966 "peerDependencies": {
967 "@babel/core": "^7.0.0-0"
968 }
969 },
970 "node_modules/@babel/plugin-syntax-private-property-in-object": {
971 "version": "7.14.5",
972 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
973 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
974 "dependencies": {
975 "@babel/helper-plugin-utils": "^7.14.5"
976 },
977 "engines": {
978 "node": ">=6.9.0"
979 },
980 "peerDependencies": {
981 "@babel/core": "^7.0.0-0"
982 }
983 },
984 "node_modules/@babel/plugin-syntax-top-level-await": {
985 "version": "7.14.5",
986 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
987 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
988 "dependencies": {
989 "@babel/helper-plugin-utils": "^7.14.5"
990 },
991 "engines": {
992 "node": ">=6.9.0"
993 },
994 "peerDependencies": {
995 "@babel/core": "^7.0.0-0"
996 }
997 },
998 "node_modules/@babel/plugin-syntax-typescript": {
999 "version": "7.24.7",
1000 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz",
1001 "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==",
1002 "dependencies": {
1003 "@babel/helper-plugin-utils": "^7.24.7"
1004 },
1005 "engines": {
1006 "node": ">=6.9.0"
1007 },
1008 "peerDependencies": {
1009 "@babel/core": "^7.0.0-0"
1010 }
1011 },
1012 "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
1013 "version": "7.18.6",
1014 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
1015 "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
1016 "dependencies": {
1017 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
1018 "@babel/helper-plugin-utils": "^7.18.6"
1019 },
1020 "engines": {
1021 "node": ">=6.9.0"
1022 },
1023 "peerDependencies": {
1024 "@babel/core": "^7.0.0"
1025 }
1026 },
1027 "node_modules/@babel/plugin-transform-arrow-functions": {
1028 "version": "7.24.7",
1029 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz",
1030 "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==",
1031 "dependencies": {
1032 "@babel/helper-plugin-utils": "^7.24.7"
1033 },
1034 "engines": {
1035 "node": ">=6.9.0"
1036 },
1037 "peerDependencies": {
1038 "@babel/core": "^7.0.0-0"
1039 }
1040 },
1041 "node_modules/@babel/plugin-transform-async-generator-functions": {
1042 "version": "7.25.0",
1043 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz",
1044 "integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==",
1045 "dependencies": {
1046 "@babel/helper-plugin-utils": "^7.24.8",
1047 "@babel/helper-remap-async-to-generator": "^7.25.0",
1048 "@babel/plugin-syntax-async-generators": "^7.8.4",
1049 "@babel/traverse": "^7.25.0"
1050 },
1051 "engines": {
1052 "node": ">=6.9.0"
1053 },
1054 "peerDependencies": {
1055 "@babel/core": "^7.0.0-0"
1056 }
1057 },
1058 "node_modules/@babel/plugin-transform-async-to-generator": {
1059 "version": "7.24.7",
1060 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz",
1061 "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==",
1062 "dependencies": {
1063 "@babel/helper-module-imports": "^7.24.7",
1064 "@babel/helper-plugin-utils": "^7.24.7",
1065 "@babel/helper-remap-async-to-generator": "^7.24.7"
1066 },
1067 "engines": {
1068 "node": ">=6.9.0"
1069 },
1070 "peerDependencies": {
1071 "@babel/core": "^7.0.0-0"
1072 }
1073 },
1074 "node_modules/@babel/plugin-transform-block-scoped-functions": {
1075 "version": "7.24.7",
1076 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz",
1077 "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==",
1078 "dependencies": {
1079 "@babel/helper-plugin-utils": "^7.24.7"
1080 },
1081 "engines": {
1082 "node": ">=6.9.0"
1083 },
1084 "peerDependencies": {
1085 "@babel/core": "^7.0.0-0"
1086 }
1087 },
1088 "node_modules/@babel/plugin-transform-block-scoping": {
1089 "version": "7.25.0",
1090 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz",
1091 "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==",
1092 "dependencies": {
1093 "@babel/helper-plugin-utils": "^7.24.8"
1094 },
1095 "engines": {
1096 "node": ">=6.9.0"
1097 },
1098 "peerDependencies": {
1099 "@babel/core": "^7.0.0-0"
1100 }
1101 },
1102 "node_modules/@babel/plugin-transform-class-properties": {
1103 "version": "7.24.7",
1104 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz",
1105 "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==",
1106 "dependencies": {
1107 "@babel/helper-create-class-features-plugin": "^7.24.7",
1108 "@babel/helper-plugin-utils": "^7.24.7"
1109 },
1110 "engines": {
1111 "node": ">=6.9.0"
1112 },
1113 "peerDependencies": {
1114 "@babel/core": "^7.0.0-0"
1115 }
1116 },
1117 "node_modules/@babel/plugin-transform-class-static-block": {
1118 "version": "7.24.7",
1119 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz",
1120 "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==",
1121 "dependencies": {
1122 "@babel/helper-create-class-features-plugin": "^7.24.7",
1123 "@babel/helper-plugin-utils": "^7.24.7",
1124 "@babel/plugin-syntax-class-static-block": "^7.14.5"
1125 },
1126 "engines": {
1127 "node": ">=6.9.0"
1128 },
1129 "peerDependencies": {
1130 "@babel/core": "^7.12.0"
1131 }
1132 },
1133 "node_modules/@babel/plugin-transform-classes": {
1134 "version": "7.25.0",
1135 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz",
1136 "integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==",
1137 "dependencies": {
1138 "@babel/helper-annotate-as-pure": "^7.24.7",
1139 "@babel/helper-compilation-targets": "^7.24.8",
1140 "@babel/helper-plugin-utils": "^7.24.8",
1141 "@babel/helper-replace-supers": "^7.25.0",
1142 "@babel/traverse": "^7.25.0",
1143 "globals": "^11.1.0"
1144 },
1145 "engines": {
1146 "node": ">=6.9.0"
1147 },
1148 "peerDependencies": {
1149 "@babel/core": "^7.0.0-0"
1150 }
1151 },
1152 "node_modules/@babel/plugin-transform-classes/node_modules/globals": {
1153 "version": "11.12.0",
1154 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
1155 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
1156 "engines": {
1157 "node": ">=4"
1158 }
1159 },
1160 "node_modules/@babel/plugin-transform-computed-properties": {
1161 "version": "7.24.7",
1162 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz",
1163 "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==",
1164 "dependencies": {
1165 "@babel/helper-plugin-utils": "^7.24.7",
1166 "@babel/template": "^7.24.7"
1167 },
1168 "engines": {
1169 "node": ">=6.9.0"
1170 },
1171 "peerDependencies": {
1172 "@babel/core": "^7.0.0-0"
1173 }
1174 },
1175 "node_modules/@babel/plugin-transform-destructuring": {
1176 "version": "7.24.8",
1177 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz",
1178 "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==",
1179 "dependencies": {
1180 "@babel/helper-plugin-utils": "^7.24.8"
1181 },
1182 "engines": {
1183 "node": ">=6.9.0"
1184 },
1185 "peerDependencies": {
1186 "@babel/core": "^7.0.0-0"
1187 }
1188 },
1189 "node_modules/@babel/plugin-transform-dotall-regex": {
1190 "version": "7.24.7",
1191 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz",
1192 "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==",
1193 "dependencies": {
1194 "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1195 "@babel/helper-plugin-utils": "^7.24.7"
1196 },
1197 "engines": {
1198 "node": ">=6.9.0"
1199 },
1200 "peerDependencies": {
1201 "@babel/core": "^7.0.0-0"
1202 }
1203 },
1204 "node_modules/@babel/plugin-transform-duplicate-keys": {
1205 "version": "7.24.7",
1206 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz",
1207 "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==",
1208 "dependencies": {
1209 "@babel/helper-plugin-utils": "^7.24.7"
1210 },
1211 "engines": {
1212 "node": ">=6.9.0"
1213 },
1214 "peerDependencies": {
1215 "@babel/core": "^7.0.0-0"
1216 }
1217 },
1218 "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
1219 "version": "7.25.0",
1220 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz",
1221 "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==",
1222 "dependencies": {
1223 "@babel/helper-create-regexp-features-plugin": "^7.25.0",
1224 "@babel/helper-plugin-utils": "^7.24.8"
1225 },
1226 "engines": {
1227 "node": ">=6.9.0"
1228 },
1229 "peerDependencies": {
1230 "@babel/core": "^7.0.0"
1231 }
1232 },
1233 "node_modules/@babel/plugin-transform-dynamic-import": {
1234 "version": "7.24.7",
1235 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
1236 "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==",
1237 "dependencies": {
1238 "@babel/helper-plugin-utils": "^7.24.7",
1239 "@babel/plugin-syntax-dynamic-import": "^7.8.3"
1240 },
1241 "engines": {
1242 "node": ">=6.9.0"
1243 },
1244 "peerDependencies": {
1245 "@babel/core": "^7.0.0-0"
1246 }
1247 },
1248 "node_modules/@babel/plugin-transform-exponentiation-operator": {
1249 "version": "7.24.7",
1250 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz",
1251 "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==",
1252 "dependencies": {
1253 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7",
1254 "@babel/helper-plugin-utils": "^7.24.7"
1255 },
1256 "engines": {
1257 "node": ">=6.9.0"
1258 },
1259 "peerDependencies": {
1260 "@babel/core": "^7.0.0-0"
1261 }
1262 },
1263 "node_modules/@babel/plugin-transform-export-namespace-from": {
1264 "version": "7.24.7",
1265 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz",
1266 "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==",
1267 "dependencies": {
1268 "@babel/helper-plugin-utils": "^7.24.7",
1269 "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
1270 },
1271 "engines": {
1272 "node": ">=6.9.0"
1273 },
1274 "peerDependencies": {
1275 "@babel/core": "^7.0.0-0"
1276 }
1277 },
1278 "node_modules/@babel/plugin-transform-flow-strip-types": {
1279 "version": "7.24.7",
1280 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.7.tgz",
1281 "integrity": "sha512-cjRKJ7FobOH2eakx7Ja+KpJRj8+y+/SiB3ooYm/n2UJfxu0oEaOoxOinitkJcPqv9KxS0kxTGPUaR7L2XcXDXA==",
1282 "dependencies": {
1283 "@babel/helper-plugin-utils": "^7.24.7",
1284 "@babel/plugin-syntax-flow": "^7.24.7"
1285 },
1286 "engines": {
1287 "node": ">=6.9.0"
1288 },
1289 "peerDependencies": {
1290 "@babel/core": "^7.0.0-0"
1291 }
1292 },
1293 "node_modules/@babel/plugin-transform-for-of": {
1294 "version": "7.24.7",
1295 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz",
1296 "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==",
1297 "dependencies": {
1298 "@babel/helper-plugin-utils": "^7.24.7",
1299 "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
1300 },
1301 "engines": {
1302 "node": ">=6.9.0"
1303 },
1304 "peerDependencies": {
1305 "@babel/core": "^7.0.0-0"
1306 }
1307 },
1308 "node_modules/@babel/plugin-transform-function-name": {
1309 "version": "7.25.1",
1310 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz",
1311 "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==",
1312 "dependencies": {
1313 "@babel/helper-compilation-targets": "^7.24.8",
1314 "@babel/helper-plugin-utils": "^7.24.8",
1315 "@babel/traverse": "^7.25.1"
1316 },
1317 "engines": {
1318 "node": ">=6.9.0"
1319 },
1320 "peerDependencies": {
1321 "@babel/core": "^7.0.0-0"
1322 }
1323 },
1324 "node_modules/@babel/plugin-transform-json-strings": {
1325 "version": "7.24.7",
1326 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz",
1327 "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==",
1328 "dependencies": {
1329 "@babel/helper-plugin-utils": "^7.24.7",
1330 "@babel/plugin-syntax-json-strings": "^7.8.3"
1331 },
1332 "engines": {
1333 "node": ">=6.9.0"
1334 },
1335 "peerDependencies": {
1336 "@babel/core": "^7.0.0-0"
1337 }
1338 },
1339 "node_modules/@babel/plugin-transform-literals": {
1340 "version": "7.24.7",
1341 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz",
1342 "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==",
1343 "dependencies": {
1344 "@babel/helper-plugin-utils": "^7.24.7"
1345 },
1346 "engines": {
1347 "node": ">=6.9.0"
1348 },
1349 "peerDependencies": {
1350 "@babel/core": "^7.0.0-0"
1351 }
1352 },
1353 "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1354 "version": "7.24.7",
1355 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz",
1356 "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==",
1357 "dependencies": {
1358 "@babel/helper-plugin-utils": "^7.24.7",
1359 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
1360 },
1361 "engines": {
1362 "node": ">=6.9.0"
1363 },
1364 "peerDependencies": {
1365 "@babel/core": "^7.0.0-0"
1366 }
1367 },
1368 "node_modules/@babel/plugin-transform-member-expression-literals": {
1369 "version": "7.24.7",
1370 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz",
1371 "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==",
1372 "dependencies": {
1373 "@babel/helper-plugin-utils": "^7.24.7"
1374 },
1375 "engines": {
1376 "node": ">=6.9.0"
1377 },
1378 "peerDependencies": {
1379 "@babel/core": "^7.0.0-0"
1380 }
1381 },
1382 "node_modules/@babel/plugin-transform-modules-amd": {
1383 "version": "7.24.7",
1384 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz",
1385 "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==",
1386 "dependencies": {
1387 "@babel/helper-module-transforms": "^7.24.7",
1388 "@babel/helper-plugin-utils": "^7.24.7"
1389 },
1390 "engines": {
1391 "node": ">=6.9.0"
1392 },
1393 "peerDependencies": {
1394 "@babel/core": "^7.0.0-0"
1395 }
1396 },
1397 "node_modules/@babel/plugin-transform-modules-commonjs": {
1398 "version": "7.24.8",
1399 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
1400 "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
1401 "dependencies": {
1402 "@babel/helper-module-transforms": "^7.24.8",
1403 "@babel/helper-plugin-utils": "^7.24.8",
1404 "@babel/helper-simple-access": "^7.24.7"
1405 },
1406 "engines": {
1407 "node": ">=6.9.0"
1408 },
1409 "peerDependencies": {
1410 "@babel/core": "^7.0.0-0"
1411 }
1412 },
1413 "node_modules/@babel/plugin-transform-modules-systemjs": {
1414 "version": "7.25.0",
1415 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
1416 "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==",
1417 "dependencies": {
1418 "@babel/helper-module-transforms": "^7.25.0",
1419 "@babel/helper-plugin-utils": "^7.24.8",
1420 "@babel/helper-validator-identifier": "^7.24.7",
1421 "@babel/traverse": "^7.25.0"
1422 },
1423 "engines": {
1424 "node": ">=6.9.0"
1425 },
1426 "peerDependencies": {
1427 "@babel/core": "^7.0.0-0"
1428 }
1429 },
1430 "node_modules/@babel/plugin-transform-modules-umd": {
1431 "version": "7.24.7",
1432 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz",
1433 "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==",
1434 "dependencies": {
1435 "@babel/helper-module-transforms": "^7.24.7",
1436 "@babel/helper-plugin-utils": "^7.24.7"
1437 },
1438 "engines": {
1439 "node": ">=6.9.0"
1440 },
1441 "peerDependencies": {
1442 "@babel/core": "^7.0.0-0"
1443 }
1444 },
1445 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1446 "version": "7.24.7",
1447 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz",
1448 "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==",
1449 "dependencies": {
1450 "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1451 "@babel/helper-plugin-utils": "^7.24.7"
1452 },
1453 "engines": {
1454 "node": ">=6.9.0"
1455 },
1456 "peerDependencies": {
1457 "@babel/core": "^7.0.0"
1458 }
1459 },
1460 "node_modules/@babel/plugin-transform-new-target": {
1461 "version": "7.24.7",
1462 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz",
1463 "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==",
1464 "dependencies": {
1465 "@babel/helper-plugin-utils": "^7.24.7"
1466 },
1467 "engines": {
1468 "node": ">=6.9.0"
1469 },
1470 "peerDependencies": {
1471 "@babel/core": "^7.0.0-0"
1472 }
1473 },
1474 "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1475 "version": "7.24.7",
1476 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz",
1477 "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==",
1478 "dependencies": {
1479 "@babel/helper-plugin-utils": "^7.24.7",
1480 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
1481 },
1482 "engines": {
1483 "node": ">=6.9.0"
1484 },
1485 "peerDependencies": {
1486 "@babel/core": "^7.0.0-0"
1487 }
1488 },
1489 "node_modules/@babel/plugin-transform-numeric-separator": {
1490 "version": "7.24.7",
1491 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz",
1492 "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==",
1493 "dependencies": {
1494 "@babel/helper-plugin-utils": "^7.24.7",
1495 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1496 },
1497 "engines": {
1498 "node": ">=6.9.0"
1499 },
1500 "peerDependencies": {
1501 "@babel/core": "^7.0.0-0"
1502 }
1503 },
1504 "node_modules/@babel/plugin-transform-object-rest-spread": {
1505 "version": "7.24.7",
1506 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz",
1507 "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==",
1508 "dependencies": {
1509 "@babel/helper-compilation-targets": "^7.24.7",
1510 "@babel/helper-plugin-utils": "^7.24.7",
1511 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1512 "@babel/plugin-transform-parameters": "^7.24.7"
1513 },
1514 "engines": {
1515 "node": ">=6.9.0"
1516 },
1517 "peerDependencies": {
1518 "@babel/core": "^7.0.0-0"
1519 }
1520 },
1521 "node_modules/@babel/plugin-transform-object-super": {
1522 "version": "7.24.7",
1523 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz",
1524 "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==",
1525 "dependencies": {
1526 "@babel/helper-plugin-utils": "^7.24.7",
1527 "@babel/helper-replace-supers": "^7.24.7"
1528 },
1529 "engines": {
1530 "node": ">=6.9.0"
1531 },
1532 "peerDependencies": {
1533 "@babel/core": "^7.0.0-0"
1534 }
1535 },
1536 "node_modules/@babel/plugin-transform-optional-catch-binding": {
1537 "version": "7.24.7",
1538 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz",
1539 "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==",
1540 "dependencies": {
1541 "@babel/helper-plugin-utils": "^7.24.7",
1542 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
1543 },
1544 "engines": {
1545 "node": ">=6.9.0"
1546 },
1547 "peerDependencies": {
1548 "@babel/core": "^7.0.0-0"
1549 }
1550 },
1551 "node_modules/@babel/plugin-transform-optional-chaining": {
1552 "version": "7.24.8",
1553 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz",
1554 "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==",
1555 "dependencies": {
1556 "@babel/helper-plugin-utils": "^7.24.8",
1557 "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
1558 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1559 },
1560 "engines": {
1561 "node": ">=6.9.0"
1562 },
1563 "peerDependencies": {
1564 "@babel/core": "^7.0.0-0"
1565 }
1566 },
1567 "node_modules/@babel/plugin-transform-parameters": {
1568 "version": "7.24.7",
1569 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz",
1570 "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==",
1571 "dependencies": {
1572 "@babel/helper-plugin-utils": "^7.24.7"
1573 },
1574 "engines": {
1575 "node": ">=6.9.0"
1576 },
1577 "peerDependencies": {
1578 "@babel/core": "^7.0.0-0"
1579 }
1580 },
1581 "node_modules/@babel/plugin-transform-private-methods": {
1582 "version": "7.24.7",
1583 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz",
1584 "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==",
1585 "dependencies": {
1586 "@babel/helper-create-class-features-plugin": "^7.24.7",
1587 "@babel/helper-plugin-utils": "^7.24.7"
1588 },
1589 "engines": {
1590 "node": ">=6.9.0"
1591 },
1592 "peerDependencies": {
1593 "@babel/core": "^7.0.0-0"
1594 }
1595 },
1596 "node_modules/@babel/plugin-transform-private-property-in-object": {
1597 "version": "7.24.7",
1598 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz",
1599 "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==",
1600 "dependencies": {
1601 "@babel/helper-annotate-as-pure": "^7.24.7",
1602 "@babel/helper-create-class-features-plugin": "^7.24.7",
1603 "@babel/helper-plugin-utils": "^7.24.7",
1604 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
1605 },
1606 "engines": {
1607 "node": ">=6.9.0"
1608 },
1609 "peerDependencies": {
1610 "@babel/core": "^7.0.0-0"
1611 }
1612 },
1613 "node_modules/@babel/plugin-transform-property-literals": {
1614 "version": "7.24.7",
1615 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz",
1616 "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==",
1617 "dependencies": {
1618 "@babel/helper-plugin-utils": "^7.24.7"
1619 },
1620 "engines": {
1621 "node": ">=6.9.0"
1622 },
1623 "peerDependencies": {
1624 "@babel/core": "^7.0.0-0"
1625 }
1626 },
1627 "node_modules/@babel/plugin-transform-react-constant-elements": {
1628 "version": "7.25.1",
1629 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.1.tgz",
1630 "integrity": "sha512-SLV/giH/V4SmloZ6Dt40HjTGTAIkxn33TVIHxNGNvo8ezMhrxBkzisj4op1KZYPIOHFLqhv60OHvX+YRu4xbmQ==",
1631 "dependencies": {
1632 "@babel/helper-plugin-utils": "^7.24.8"
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-react-display-name": {
1642 "version": "7.24.7",
1643 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz",
1644 "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==",
1645 "dependencies": {
1646 "@babel/helper-plugin-utils": "^7.24.7"
1647 },
1648 "engines": {
1649 "node": ">=6.9.0"
1650 },
1651 "peerDependencies": {
1652 "@babel/core": "^7.0.0-0"
1653 }
1654 },
1655 "node_modules/@babel/plugin-transform-react-jsx": {
1656 "version": "7.24.7",
1657 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz",
1658 "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==",
1659 "dependencies": {
1660 "@babel/helper-annotate-as-pure": "^7.24.7",
1661 "@babel/helper-module-imports": "^7.24.7",
1662 "@babel/helper-plugin-utils": "^7.24.7",
1663 "@babel/plugin-syntax-jsx": "^7.24.7",
1664 "@babel/types": "^7.24.7"
1665 },
1666 "engines": {
1667 "node": ">=6.9.0"
1668 },
1669 "peerDependencies": {
1670 "@babel/core": "^7.0.0-0"
1671 }
1672 },
1673 "node_modules/@babel/plugin-transform-react-jsx-development": {
1674 "version": "7.24.7",
1675 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz",
1676 "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==",
1677 "dependencies": {
1678 "@babel/plugin-transform-react-jsx": "^7.24.7"
1679 },
1680 "engines": {
1681 "node": ">=6.9.0"
1682 },
1683 "peerDependencies": {
1684 "@babel/core": "^7.0.0-0"
1685 }
1686 },
1687 "node_modules/@babel/plugin-transform-react-pure-annotations": {
1688 "version": "7.24.7",
1689 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz",
1690 "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==",
1691 "dependencies": {
1692 "@babel/helper-annotate-as-pure": "^7.24.7",
1693 "@babel/helper-plugin-utils": "^7.24.7"
1694 },
1695 "engines": {
1696 "node": ">=6.9.0"
1697 },
1698 "peerDependencies": {
1699 "@babel/core": "^7.0.0-0"
1700 }
1701 },
1702 "node_modules/@babel/plugin-transform-regenerator": {
1703 "version": "7.24.7",
1704 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz",
1705 "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==",
1706 "dependencies": {
1707 "@babel/helper-plugin-utils": "^7.24.7",
1708 "regenerator-transform": "^0.15.2"
1709 },
1710 "engines": {
1711 "node": ">=6.9.0"
1712 },
1713 "peerDependencies": {
1714 "@babel/core": "^7.0.0-0"
1715 }
1716 },
1717 "node_modules/@babel/plugin-transform-reserved-words": {
1718 "version": "7.24.7",
1719 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz",
1720 "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==",
1721 "dependencies": {
1722 "@babel/helper-plugin-utils": "^7.24.7"
1723 },
1724 "engines": {
1725 "node": ">=6.9.0"
1726 },
1727 "peerDependencies": {
1728 "@babel/core": "^7.0.0-0"
1729 }
1730 },
1731 "node_modules/@babel/plugin-transform-runtime": {
1732 "version": "7.24.7",
1733 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz",
1734 "integrity": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==",
1735 "dependencies": {
1736 "@babel/helper-module-imports": "^7.24.7",
1737 "@babel/helper-plugin-utils": "^7.24.7",
1738 "babel-plugin-polyfill-corejs2": "^0.4.10",
1739 "babel-plugin-polyfill-corejs3": "^0.10.1",
1740 "babel-plugin-polyfill-regenerator": "^0.6.1",
1741 "semver": "^6.3.1"
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-runtime/node_modules/semver": {
1751 "version": "6.3.1",
1752 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1753 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1754 "bin": {
1755 "semver": "bin/semver.js"
1756 }
1757 },
1758 "node_modules/@babel/plugin-transform-shorthand-properties": {
1759 "version": "7.24.7",
1760 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz",
1761 "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==",
1762 "dependencies": {
1763 "@babel/helper-plugin-utils": "^7.24.7"
1764 },
1765 "engines": {
1766 "node": ">=6.9.0"
1767 },
1768 "peerDependencies": {
1769 "@babel/core": "^7.0.0-0"
1770 }
1771 },
1772 "node_modules/@babel/plugin-transform-spread": {
1773 "version": "7.24.7",
1774 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz",
1775 "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==",
1776 "dependencies": {
1777 "@babel/helper-plugin-utils": "^7.24.7",
1778 "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
1779 },
1780 "engines": {
1781 "node": ">=6.9.0"
1782 },
1783 "peerDependencies": {
1784 "@babel/core": "^7.0.0-0"
1785 }
1786 },
1787 "node_modules/@babel/plugin-transform-sticky-regex": {
1788 "version": "7.24.7",
1789 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz",
1790 "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==",
1791 "dependencies": {
1792 "@babel/helper-plugin-utils": "^7.24.7"
1793 },
1794 "engines": {
1795 "node": ">=6.9.0"
1796 },
1797 "peerDependencies": {
1798 "@babel/core": "^7.0.0-0"
1799 }
1800 },
1801 "node_modules/@babel/plugin-transform-template-literals": {
1802 "version": "7.24.7",
1803 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz",
1804 "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==",
1805 "dependencies": {
1806 "@babel/helper-plugin-utils": "^7.24.7"
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-typeof-symbol": {
1816 "version": "7.24.8",
1817 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz",
1818 "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==",
1819 "dependencies": {
1820 "@babel/helper-plugin-utils": "^7.24.8"
1821 },
1822 "engines": {
1823 "node": ">=6.9.0"
1824 },
1825 "peerDependencies": {
1826 "@babel/core": "^7.0.0-0"
1827 }
1828 },
1829 "node_modules/@babel/plugin-transform-typescript": {
1830 "version": "7.25.0",
1831 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.0.tgz",
1832 "integrity": "sha512-LZicxFzHIw+Sa3pzgMgSz6gdpsdkfiMObHUzhSIrwKF0+/rP/nuR49u79pSS+zIFJ1FeGeqQD2Dq4QGFbOVvSw==",
1833 "dependencies": {
1834 "@babel/helper-annotate-as-pure": "^7.24.7",
1835 "@babel/helper-create-class-features-plugin": "^7.25.0",
1836 "@babel/helper-plugin-utils": "^7.24.8",
1837 "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
1838 "@babel/plugin-syntax-typescript": "^7.24.7"
1839 },
1840 "engines": {
1841 "node": ">=6.9.0"
1842 },
1843 "peerDependencies": {
1844 "@babel/core": "^7.0.0-0"
1845 }
1846 },
1847 "node_modules/@babel/plugin-transform-unicode-escapes": {
1848 "version": "7.24.7",
1849 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz",
1850 "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==",
1851 "dependencies": {
1852 "@babel/helper-plugin-utils": "^7.24.7"
1853 },
1854 "engines": {
1855 "node": ">=6.9.0"
1856 },
1857 "peerDependencies": {
1858 "@babel/core": "^7.0.0-0"
1859 }
1860 },
1861 "node_modules/@babel/plugin-transform-unicode-property-regex": {
1862 "version": "7.24.7",
1863 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz",
1864 "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==",
1865 "dependencies": {
1866 "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1867 "@babel/helper-plugin-utils": "^7.24.7"
1868 },
1869 "engines": {
1870 "node": ">=6.9.0"
1871 },
1872 "peerDependencies": {
1873 "@babel/core": "^7.0.0-0"
1874 }
1875 },
1876 "node_modules/@babel/plugin-transform-unicode-regex": {
1877 "version": "7.24.7",
1878 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz",
1879 "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==",
1880 "dependencies": {
1881 "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1882 "@babel/helper-plugin-utils": "^7.24.7"
1883 },
1884 "engines": {
1885 "node": ">=6.9.0"
1886 },
1887 "peerDependencies": {
1888 "@babel/core": "^7.0.0-0"
1889 }
1890 },
1891 "node_modules/@babel/plugin-transform-unicode-sets-regex": {
1892 "version": "7.24.7",
1893 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz",
1894 "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==",
1895 "dependencies": {
1896 "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1897 "@babel/helper-plugin-utils": "^7.24.7"
1898 },
1899 "engines": {
1900 "node": ">=6.9.0"
1901 },
1902 "peerDependencies": {
1903 "@babel/core": "^7.0.0"
1904 }
1905 },
1906 "node_modules/@babel/preset-env": {
1907 "version": "7.25.0",
1908 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.0.tgz",
1909 "integrity": "sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==",
1910 "dependencies": {
1911 "@babel/compat-data": "^7.25.0",
1912 "@babel/helper-compilation-targets": "^7.24.8",
1913 "@babel/helper-plugin-utils": "^7.24.8",
1914 "@babel/helper-validator-option": "^7.24.8",
1915 "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.0",
1916 "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
1917 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
1918 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
1919 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0",
1920 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
1921 "@babel/plugin-syntax-async-generators": "^7.8.4",
1922 "@babel/plugin-syntax-class-properties": "^7.12.13",
1923 "@babel/plugin-syntax-class-static-block": "^7.14.5",
1924 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
1925 "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
1926 "@babel/plugin-syntax-import-assertions": "^7.24.7",
1927 "@babel/plugin-syntax-import-attributes": "^7.24.7",
1928 "@babel/plugin-syntax-import-meta": "^7.10.4",
1929 "@babel/plugin-syntax-json-strings": "^7.8.3",
1930 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
1931 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
1932 "@babel/plugin-syntax-numeric-separator": "^7.10.4",
1933 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1934 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
1935 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
1936 "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
1937 "@babel/plugin-syntax-top-level-await": "^7.14.5",
1938 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1939 "@babel/plugin-transform-arrow-functions": "^7.24.7",
1940 "@babel/plugin-transform-async-generator-functions": "^7.25.0",
1941 "@babel/plugin-transform-async-to-generator": "^7.24.7",
1942 "@babel/plugin-transform-block-scoped-functions": "^7.24.7",
1943 "@babel/plugin-transform-block-scoping": "^7.25.0",
1944 "@babel/plugin-transform-class-properties": "^7.24.7",
1945 "@babel/plugin-transform-class-static-block": "^7.24.7",
1946 "@babel/plugin-transform-classes": "^7.25.0",
1947 "@babel/plugin-transform-computed-properties": "^7.24.7",
1948 "@babel/plugin-transform-destructuring": "^7.24.8",
1949 "@babel/plugin-transform-dotall-regex": "^7.24.7",
1950 "@babel/plugin-transform-duplicate-keys": "^7.24.7",
1951 "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0",
1952 "@babel/plugin-transform-dynamic-import": "^7.24.7",
1953 "@babel/plugin-transform-exponentiation-operator": "^7.24.7",
1954 "@babel/plugin-transform-export-namespace-from": "^7.24.7",
1955 "@babel/plugin-transform-for-of": "^7.24.7",
1956 "@babel/plugin-transform-function-name": "^7.25.0",
1957 "@babel/plugin-transform-json-strings": "^7.24.7",
1958 "@babel/plugin-transform-literals": "^7.24.7",
1959 "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
1960 "@babel/plugin-transform-member-expression-literals": "^7.24.7",
1961 "@babel/plugin-transform-modules-amd": "^7.24.7",
1962 "@babel/plugin-transform-modules-commonjs": "^7.24.8",
1963 "@babel/plugin-transform-modules-systemjs": "^7.25.0",
1964 "@babel/plugin-transform-modules-umd": "^7.24.7",
1965 "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
1966 "@babel/plugin-transform-new-target": "^7.24.7",
1967 "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
1968 "@babel/plugin-transform-numeric-separator": "^7.24.7",
1969 "@babel/plugin-transform-object-rest-spread": "^7.24.7",
1970 "@babel/plugin-transform-object-super": "^7.24.7",
1971 "@babel/plugin-transform-optional-catch-binding": "^7.24.7",
1972 "@babel/plugin-transform-optional-chaining": "^7.24.8",
1973 "@babel/plugin-transform-parameters": "^7.24.7",
1974 "@babel/plugin-transform-private-methods": "^7.24.7",
1975 "@babel/plugin-transform-private-property-in-object": "^7.24.7",
1976 "@babel/plugin-transform-property-literals": "^7.24.7",
1977 "@babel/plugin-transform-regenerator": "^7.24.7",
1978 "@babel/plugin-transform-reserved-words": "^7.24.7",
1979 "@babel/plugin-transform-shorthand-properties": "^7.24.7",
1980 "@babel/plugin-transform-spread": "^7.24.7",
1981 "@babel/plugin-transform-sticky-regex": "^7.24.7",
1982 "@babel/plugin-transform-template-literals": "^7.24.7",
1983 "@babel/plugin-transform-typeof-symbol": "^7.24.8",
1984 "@babel/plugin-transform-unicode-escapes": "^7.24.7",
1985 "@babel/plugin-transform-unicode-property-regex": "^7.24.7",
1986 "@babel/plugin-transform-unicode-regex": "^7.24.7",
1987 "@babel/plugin-transform-unicode-sets-regex": "^7.24.7",
1988 "@babel/preset-modules": "0.1.6-no-external-plugins",
1989 "babel-plugin-polyfill-corejs2": "^0.4.10",
1990 "babel-plugin-polyfill-corejs3": "^0.10.4",
1991 "babel-plugin-polyfill-regenerator": "^0.6.1",
1992 "core-js-compat": "^3.37.1",
1993 "semver": "^6.3.1"
1994 },
1995 "engines": {
1996 "node": ">=6.9.0"
1997 },
1998 "peerDependencies": {
1999 "@babel/core": "^7.0.0-0"
2000 }
2001 },
2002 "node_modules/@babel/preset-env/node_modules/semver": {
2003 "version": "6.3.1",
2004 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2005 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2006 "bin": {
2007 "semver": "bin/semver.js"
2008 }
2009 },
2010 "node_modules/@babel/preset-modules": {
2011 "version": "0.1.6-no-external-plugins",
2012 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
2013 "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
2014 "dependencies": {
2015 "@babel/helper-plugin-utils": "^7.0.0",
2016 "@babel/types": "^7.4.4",
2017 "esutils": "^2.0.2"
2018 },
2019 "peerDependencies": {
2020 "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
2021 }
2022 },
2023 "node_modules/@babel/preset-react": {
2024 "version": "7.24.7",
2025 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz",
2026 "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==",
2027 "dependencies": {
2028 "@babel/helper-plugin-utils": "^7.24.7",
2029 "@babel/helper-validator-option": "^7.24.7",
2030 "@babel/plugin-transform-react-display-name": "^7.24.7",
2031 "@babel/plugin-transform-react-jsx": "^7.24.7",
2032 "@babel/plugin-transform-react-jsx-development": "^7.24.7",
2033 "@babel/plugin-transform-react-pure-annotations": "^7.24.7"
2034 },
2035 "engines": {
2036 "node": ">=6.9.0"
2037 },
2038 "peerDependencies": {
2039 "@babel/core": "^7.0.0-0"
2040 }
2041 },
2042 "node_modules/@babel/preset-typescript": {
2043 "version": "7.24.7",
2044 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz",
2045 "integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==",
2046 "dependencies": {
2047 "@babel/helper-plugin-utils": "^7.24.7",
2048 "@babel/helper-validator-option": "^7.24.7",
2049 "@babel/plugin-syntax-jsx": "^7.24.7",
2050 "@babel/plugin-transform-modules-commonjs": "^7.24.7",
2051 "@babel/plugin-transform-typescript": "^7.24.7"
2052 },
2053 "engines": {
2054 "node": ">=6.9.0"
2055 },
2056 "peerDependencies": {
2057 "@babel/core": "^7.0.0-0"
2058 }
2059 },
2060 "node_modules/@babel/regjsgen": {
2061 "version": "0.8.0",
2062 "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
2063 "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
2064 },
2065 "node_modules/@babel/runtime": {
2066 "version": "7.25.0",
2067 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz",
2068 "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==",
2069 "dependencies": {
2070 "regenerator-runtime": "^0.14.0"
2071 },
2072 "engines": {
2073 "node": ">=6.9.0"
2074 }
2075 },
2076 "node_modules/@babel/template": {
2077 "version": "7.25.0",
2078 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
2079 "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
2080 "dependencies": {
2081 "@babel/code-frame": "^7.24.7",
2082 "@babel/parser": "^7.25.0",
2083 "@babel/types": "^7.25.0"
2084 },
2085 "engines": {
2086 "node": ">=6.9.0"
2087 }
2088 },
2089 "node_modules/@babel/traverse": {
2090 "version": "7.25.1",
2091 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.1.tgz",
2092 "integrity": "sha512-LrHHoWq08ZpmmFqBAzN+hUdWwy5zt7FGa/hVwMcOqW6OVtwqaoD5utfuGYU87JYxdZgLUvktAsn37j/sYR9siA==",
2093 "dependencies": {
2094 "@babel/code-frame": "^7.24.7",
2095 "@babel/generator": "^7.25.0",
2096 "@babel/parser": "^7.25.0",
2097 "@babel/template": "^7.25.0",
2098 "@babel/types": "^7.25.0",
2099 "debug": "^4.3.1",
2100 "globals": "^11.1.0"
2101 },
2102 "engines": {
2103 "node": ">=6.9.0"
2104 }
2105 },
2106 "node_modules/@babel/traverse/node_modules/globals": {
2107 "version": "11.12.0",
2108 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
2109 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
2110 "engines": {
2111 "node": ">=4"
2112 }
2113 },
2114 "node_modules/@babel/types": {
2115 "version": "7.25.0",
2116 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.0.tgz",
2117 "integrity": "sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==",
2118 "dependencies": {
2119 "@babel/helper-string-parser": "^7.24.8",
2120 "@babel/helper-validator-identifier": "^7.24.7",
2121 "to-fast-properties": "^2.0.0"
2122 },
2123 "engines": {
2124 "node": ">=6.9.0"
2125 }
2126 },
2127 "node_modules/@bcoe/v8-coverage": {
2128 "version": "0.2.3",
2129 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
2130 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
2131 },
2132 "node_modules/@csstools/normalize.css": {
2133 "version": "12.1.1",
2134 "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz",
2135 "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ=="
2136 },
2137 "node_modules/@csstools/postcss-cascade-layers": {
2138 "version": "1.1.1",
2139 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz",
2140 "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==",
2141 "dependencies": {
2142 "@csstools/selector-specificity": "^2.0.2",
2143 "postcss-selector-parser": "^6.0.10"
2144 },
2145 "engines": {
2146 "node": "^12 || ^14 || >=16"
2147 },
2148 "funding": {
2149 "type": "opencollective",
2150 "url": "https://opencollective.com/csstools"
2151 },
2152 "peerDependencies": {
2153 "postcss": "^8.2"
2154 }
2155 },
2156 "node_modules/@csstools/postcss-color-function": {
2157 "version": "1.1.1",
2158 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
2159 "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
2160 "dependencies": {
2161 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2162 "postcss-value-parser": "^4.2.0"
2163 },
2164 "engines": {
2165 "node": "^12 || ^14 || >=16"
2166 },
2167 "funding": {
2168 "type": "opencollective",
2169 "url": "https://opencollective.com/csstools"
2170 },
2171 "peerDependencies": {
2172 "postcss": "^8.2"
2173 }
2174 },
2175 "node_modules/@csstools/postcss-font-format-keywords": {
2176 "version": "1.0.1",
2177 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
2178 "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
2179 "dependencies": {
2180 "postcss-value-parser": "^4.2.0"
2181 },
2182 "engines": {
2183 "node": "^12 || ^14 || >=16"
2184 },
2185 "funding": {
2186 "type": "opencollective",
2187 "url": "https://opencollective.com/csstools"
2188 },
2189 "peerDependencies": {
2190 "postcss": "^8.2"
2191 }
2192 },
2193 "node_modules/@csstools/postcss-hwb-function": {
2194 "version": "1.0.2",
2195 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
2196 "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
2197 "dependencies": {
2198 "postcss-value-parser": "^4.2.0"
2199 },
2200 "engines": {
2201 "node": "^12 || ^14 || >=16"
2202 },
2203 "funding": {
2204 "type": "opencollective",
2205 "url": "https://opencollective.com/csstools"
2206 },
2207 "peerDependencies": {
2208 "postcss": "^8.2"
2209 }
2210 },
2211 "node_modules/@csstools/postcss-ic-unit": {
2212 "version": "1.0.1",
2213 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
2214 "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
2215 "dependencies": {
2216 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2217 "postcss-value-parser": "^4.2.0"
2218 },
2219 "engines": {
2220 "node": "^12 || ^14 || >=16"
2221 },
2222 "funding": {
2223 "type": "opencollective",
2224 "url": "https://opencollective.com/csstools"
2225 },
2226 "peerDependencies": {
2227 "postcss": "^8.2"
2228 }
2229 },
2230 "node_modules/@csstools/postcss-is-pseudo-class": {
2231 "version": "2.0.7",
2232 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
2233 "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
2234 "dependencies": {
2235 "@csstools/selector-specificity": "^2.0.0",
2236 "postcss-selector-parser": "^6.0.10"
2237 },
2238 "engines": {
2239 "node": "^12 || ^14 || >=16"
2240 },
2241 "funding": {
2242 "type": "opencollective",
2243 "url": "https://opencollective.com/csstools"
2244 },
2245 "peerDependencies": {
2246 "postcss": "^8.2"
2247 }
2248 },
2249 "node_modules/@csstools/postcss-nested-calc": {
2250 "version": "1.0.0",
2251 "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz",
2252 "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==",
2253 "dependencies": {
2254 "postcss-value-parser": "^4.2.0"
2255 },
2256 "engines": {
2257 "node": "^12 || ^14 || >=16"
2258 },
2259 "funding": {
2260 "type": "opencollective",
2261 "url": "https://opencollective.com/csstools"
2262 },
2263 "peerDependencies": {
2264 "postcss": "^8.2"
2265 }
2266 },
2267 "node_modules/@csstools/postcss-normalize-display-values": {
2268 "version": "1.0.1",
2269 "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
2270 "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
2271 "dependencies": {
2272 "postcss-value-parser": "^4.2.0"
2273 },
2274 "engines": {
2275 "node": "^12 || ^14 || >=16"
2276 },
2277 "funding": {
2278 "type": "opencollective",
2279 "url": "https://opencollective.com/csstools"
2280 },
2281 "peerDependencies": {
2282 "postcss": "^8.2"
2283 }
2284 },
2285 "node_modules/@csstools/postcss-oklab-function": {
2286 "version": "1.1.1",
2287 "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
2288 "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
2289 "dependencies": {
2290 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2291 "postcss-value-parser": "^4.2.0"
2292 },
2293 "engines": {
2294 "node": "^12 || ^14 || >=16"
2295 },
2296 "funding": {
2297 "type": "opencollective",
2298 "url": "https://opencollective.com/csstools"
2299 },
2300 "peerDependencies": {
2301 "postcss": "^8.2"
2302 }
2303 },
2304 "node_modules/@csstools/postcss-progressive-custom-properties": {
2305 "version": "1.3.0",
2306 "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
2307 "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
2308 "dependencies": {
2309 "postcss-value-parser": "^4.2.0"
2310 },
2311 "engines": {
2312 "node": "^12 || ^14 || >=16"
2313 },
2314 "peerDependencies": {
2315 "postcss": "^8.3"
2316 }
2317 },
2318 "node_modules/@csstools/postcss-stepped-value-functions": {
2319 "version": "1.0.1",
2320 "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
2321 "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
2322 "dependencies": {
2323 "postcss-value-parser": "^4.2.0"
2324 },
2325 "engines": {
2326 "node": "^12 || ^14 || >=16"
2327 },
2328 "funding": {
2329 "type": "opencollective",
2330 "url": "https://opencollective.com/csstools"
2331 },
2332 "peerDependencies": {
2333 "postcss": "^8.2"
2334 }
2335 },
2336 "node_modules/@csstools/postcss-text-decoration-shorthand": {
2337 "version": "1.0.0",
2338 "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz",
2339 "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==",
2340 "dependencies": {
2341 "postcss-value-parser": "^4.2.0"
2342 },
2343 "engines": {
2344 "node": "^12 || ^14 || >=16"
2345 },
2346 "funding": {
2347 "type": "opencollective",
2348 "url": "https://opencollective.com/csstools"
2349 },
2350 "peerDependencies": {
2351 "postcss": "^8.2"
2352 }
2353 },
2354 "node_modules/@csstools/postcss-trigonometric-functions": {
2355 "version": "1.0.2",
2356 "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
2357 "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
2358 "dependencies": {
2359 "postcss-value-parser": "^4.2.0"
2360 },
2361 "engines": {
2362 "node": "^14 || >=16"
2363 },
2364 "funding": {
2365 "type": "opencollective",
2366 "url": "https://opencollective.com/csstools"
2367 },
2368 "peerDependencies": {
2369 "postcss": "^8.2"
2370 }
2371 },
2372 "node_modules/@csstools/postcss-unset-value": {
2373 "version": "1.0.2",
2374 "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
2375 "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
2376 "engines": {
2377 "node": "^12 || ^14 || >=16"
2378 },
2379 "funding": {
2380 "type": "opencollective",
2381 "url": "https://opencollective.com/csstools"
2382 },
2383 "peerDependencies": {
2384 "postcss": "^8.2"
2385 }
2386 },
2387 "node_modules/@csstools/selector-specificity": {
2388 "version": "2.2.0",
2389 "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz",
2390 "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==",
2391 "engines": {
2392 "node": "^14 || ^16 || >=18"
2393 },
2394 "funding": {
2395 "type": "opencollective",
2396 "url": "https://opencollective.com/csstools"
2397 },
2398 "peerDependencies": {
2399 "postcss-selector-parser": "^6.0.10"
2400 }
2401 },
2402 "node_modules/@eslint-community/eslint-utils": {
2403 "version": "4.4.0",
2404 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
2405 "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
2406 "dependencies": {
2407 "eslint-visitor-keys": "^3.3.0"
2408 },
2409 "engines": {
2410 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2411 },
2412 "peerDependencies": {
2413 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
2414 }
2415 },
2416 "node_modules/@eslint-community/regexpp": {
2417 "version": "4.11.0",
2418 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",
2419 "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",
2420 "engines": {
2421 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2422 }
2423 },
2424 "node_modules/@eslint/eslintrc": {
2425 "version": "1.4.1",
2426 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz",
2427 "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==",
2428 "dependencies": {
2429 "ajv": "^6.12.4",
2430 "debug": "^4.3.2",
2431 "espree": "^9.4.0",
2432 "globals": "^13.19.0",
2433 "ignore": "^5.2.0",
2434 "import-fresh": "^3.2.1",
2435 "js-yaml": "^4.1.0",
2436 "minimatch": "^3.1.2",
2437 "strip-json-comments": "^3.1.1"
2438 },
2439 "engines": {
2440 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2441 },
2442 "funding": {
2443 "url": "https://opencollective.com/eslint"
2444 }
2445 },
2446 "node_modules/@floating-ui/core": {
2447 "version": "1.6.5",
2448 "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.5.tgz",
2449 "integrity": "sha512-8GrTWmoFhm5BsMZOTHeGD2/0FLKLQQHvO/ZmQga4tKempYRLz8aqJGqXVuQgisnMObq2YZ2SgkwctN1LOOxcqA==",
2450 "dependencies": {
2451 "@floating-ui/utils": "^0.2.5"
2452 }
2453 },
2454 "node_modules/@floating-ui/dom": {
2455 "version": "1.6.8",
2456 "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.8.tgz",
2457 "integrity": "sha512-kx62rP19VZ767Q653wsP1XZCGIirkE09E0QUGNYTM/ttbbQHqcGPdSfWFxUyyNLc/W6aoJRBajOSXhP6GXjC0Q==",
2458 "dependencies": {
2459 "@floating-ui/core": "^1.6.0",
2460 "@floating-ui/utils": "^0.2.5"
2461 }
2462 },
2463 "node_modules/@floating-ui/react-dom": {
2464 "version": "2.1.1",
2465 "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.1.tgz",
2466 "integrity": "sha512-4h84MJt3CHrtG18mGsXuLCHMrug49d7DFkU0RMIyshRveBeyV2hmV/pDaF2Uxtu8kgq5r46llp5E5FQiR0K2Yg==",
2467 "dependencies": {
2468 "@floating-ui/dom": "^1.0.0"
2469 },
2470 "peerDependencies": {
2471 "react": ">=16.8.0",
2472 "react-dom": ">=16.8.0"
2473 }
2474 },
2475 "node_modules/@floating-ui/utils": {
2476 "version": "0.2.5",
2477 "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.5.tgz",
2478 "integrity": "sha512-sTcG+QZ6fdEUObICavU+aB3Mp8HY4n14wYHdxK4fXjPmv3PXZZeY5RaguJmGyeH/CJQhX3fqKUtS4qc1LoHwhQ=="
2479 },
2480 "node_modules/@heroicons/react": {
2481 "version": "1.0.6",
2482 "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-1.0.6.tgz",
2483 "integrity": "sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==",
2484 "peerDependencies": {
2485 "react": ">= 16"
2486 }
2487 },
2488 "node_modules/@humanwhocodes/config-array": {
2489 "version": "0.11.14",
2490 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
2491 "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
2492 "deprecated": "Use @eslint/config-array instead",
2493 "dependencies": {
2494 "@humanwhocodes/object-schema": "^2.0.2",
2495 "debug": "^4.3.1",
2496 "minimatch": "^3.0.5"
2497 },
2498 "engines": {
2499 "node": ">=10.10.0"
2500 }
2501 },
2502 "node_modules/@humanwhocodes/module-importer": {
2503 "version": "1.0.1",
2504 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
2505 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
2506 "engines": {
2507 "node": ">=12.22"
2508 },
2509 "funding": {
2510 "type": "github",
2511 "url": "https://github.com/sponsors/nzakas"
2512 }
2513 },
2514 "node_modules/@humanwhocodes/object-schema": {
2515 "version": "2.0.3",
2516 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
2517 "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
2518 "deprecated": "Use @eslint/object-schema instead"
2519 },
2520 "node_modules/@isaacs/cliui": {
2521 "version": "8.0.2",
2522 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
2523 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
2524 "dependencies": {
2525 "string-width": "^5.1.2",
2526 "string-width-cjs": "npm:string-width@^4.2.0",
2527 "strip-ansi": "^7.0.1",
2528 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
2529 "wrap-ansi": "^8.1.0",
2530 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
2531 },
2532 "engines": {
2533 "node": ">=12"
2534 }
2535 },
2536 "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
2537 "version": "6.0.1",
2538 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
2539 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
2540 "engines": {
2541 "node": ">=12"
2542 },
2543 "funding": {
2544 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
2545 }
2546 },
2547 "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
2548 "version": "7.1.0",
2549 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
2550 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
2551 "dependencies": {
2552 "ansi-regex": "^6.0.1"
2553 },
2554 "engines": {
2555 "node": ">=12"
2556 },
2557 "funding": {
2558 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
2559 }
2560 },
2561 "node_modules/@istanbuljs/load-nyc-config": {
2562 "version": "1.1.0",
2563 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
2564 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
2565 "dependencies": {
2566 "camelcase": "^5.3.1",
2567 "find-up": "^4.1.0",
2568 "get-package-type": "^0.1.0",
2569 "js-yaml": "^3.13.1",
2570 "resolve-from": "^5.0.0"
2571 },
2572 "engines": {
2573 "node": ">=8"
2574 }
2575 },
2576 "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
2577 "version": "1.0.10",
2578 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
2579 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
2580 "dependencies": {
2581 "sprintf-js": "~1.0.2"
2582 }
2583 },
2584 "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
2585 "version": "5.3.1",
2586 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
2587 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
2588 "engines": {
2589 "node": ">=6"
2590 }
2591 },
2592 "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
2593 "version": "4.1.0",
2594 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
2595 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
2596 "dependencies": {
2597 "locate-path": "^5.0.0",
2598 "path-exists": "^4.0.0"
2599 },
2600 "engines": {
2601 "node": ">=8"
2602 }
2603 },
2604 "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
2605 "version": "3.14.1",
2606 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
2607 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
2608 "dependencies": {
2609 "argparse": "^1.0.7",
2610 "esprima": "^4.0.0"
2611 },
2612 "bin": {
2613 "js-yaml": "bin/js-yaml.js"
2614 }
2615 },
2616 "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
2617 "version": "5.0.0",
2618 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
2619 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
2620 "dependencies": {
2621 "p-locate": "^4.1.0"
2622 },
2623 "engines": {
2624 "node": ">=8"
2625 }
2626 },
2627 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
2628 "version": "2.3.0",
2629 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
2630 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
2631 "dependencies": {
2632 "p-try": "^2.0.0"
2633 },
2634 "engines": {
2635 "node": ">=6"
2636 },
2637 "funding": {
2638 "url": "https://github.com/sponsors/sindresorhus"
2639 }
2640 },
2641 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
2642 "version": "4.1.0",
2643 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
2644 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
2645 "dependencies": {
2646 "p-limit": "^2.2.0"
2647 },
2648 "engines": {
2649 "node": ">=8"
2650 }
2651 },
2652 "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
2653 "version": "5.0.0",
2654 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
2655 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
2656 "engines": {
2657 "node": ">=8"
2658 }
2659 },
2660 "node_modules/@istanbuljs/schema": {
2661 "version": "0.1.3",
2662 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
2663 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
2664 "engines": {
2665 "node": ">=8"
2666 }
2667 },
2668 "node_modules/@jest/console": {
2669 "version": "27.5.1",
2670 "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
2671 "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
2672 "dependencies": {
2673 "@jest/types": "^27.5.1",
2674 "@types/node": "*",
2675 "chalk": "^4.0.0",
2676 "jest-message-util": "^27.5.1",
2677 "jest-util": "^27.5.1",
2678 "slash": "^3.0.0"
2679 },
2680 "engines": {
2681 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2682 }
2683 },
2684 "node_modules/@jest/core": {
2685 "version": "27.5.1",
2686 "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
2687 "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
2688 "dependencies": {
2689 "@jest/console": "^27.5.1",
2690 "@jest/reporters": "^27.5.1",
2691 "@jest/test-result": "^27.5.1",
2692 "@jest/transform": "^27.5.1",
2693 "@jest/types": "^27.5.1",
2694 "@types/node": "*",
2695 "ansi-escapes": "^4.2.1",
2696 "chalk": "^4.0.0",
2697 "emittery": "^0.8.1",
2698 "exit": "^0.1.2",
2699 "graceful-fs": "^4.2.9",
2700 "jest-changed-files": "^27.5.1",
2701 "jest-config": "^27.5.1",
2702 "jest-haste-map": "^27.5.1",
2703 "jest-message-util": "^27.5.1",
2704 "jest-regex-util": "^27.5.1",
2705 "jest-resolve": "^27.5.1",
2706 "jest-resolve-dependencies": "^27.5.1",
2707 "jest-runner": "^27.5.1",
2708 "jest-runtime": "^27.5.1",
2709 "jest-snapshot": "^27.5.1",
2710 "jest-util": "^27.5.1",
2711 "jest-validate": "^27.5.1",
2712 "jest-watcher": "^27.5.1",
2713 "micromatch": "^4.0.4",
2714 "rimraf": "^3.0.0",
2715 "slash": "^3.0.0",
2716 "strip-ansi": "^6.0.0"
2717 },
2718 "engines": {
2719 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2720 },
2721 "peerDependencies": {
2722 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
2723 },
2724 "peerDependenciesMeta": {
2725 "node-notifier": {
2726 "optional": true
2727 }
2728 }
2729 },
2730 "node_modules/@jest/environment": {
2731 "version": "27.5.1",
2732 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
2733 "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
2734 "dependencies": {
2735 "@jest/fake-timers": "^27.5.1",
2736 "@jest/types": "^27.5.1",
2737 "@types/node": "*",
2738 "jest-mock": "^27.5.1"
2739 },
2740 "engines": {
2741 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2742 }
2743 },
2744 "node_modules/@jest/fake-timers": {
2745 "version": "27.5.1",
2746 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
2747 "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
2748 "dependencies": {
2749 "@jest/types": "^27.5.1",
2750 "@sinonjs/fake-timers": "^8.0.1",
2751 "@types/node": "*",
2752 "jest-message-util": "^27.5.1",
2753 "jest-mock": "^27.5.1",
2754 "jest-util": "^27.5.1"
2755 },
2756 "engines": {
2757 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2758 }
2759 },
2760 "node_modules/@jest/globals": {
2761 "version": "27.5.1",
2762 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
2763 "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
2764 "dependencies": {
2765 "@jest/environment": "^27.5.1",
2766 "@jest/types": "^27.5.1",
2767 "expect": "^27.5.1"
2768 },
2769 "engines": {
2770 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2771 }
2772 },
2773 "node_modules/@jest/reporters": {
2774 "version": "27.5.1",
2775 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
2776 "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
2777 "dependencies": {
2778 "@bcoe/v8-coverage": "^0.2.3",
2779 "@jest/console": "^27.5.1",
2780 "@jest/test-result": "^27.5.1",
2781 "@jest/transform": "^27.5.1",
2782 "@jest/types": "^27.5.1",
2783 "@types/node": "*",
2784 "chalk": "^4.0.0",
2785 "collect-v8-coverage": "^1.0.0",
2786 "exit": "^0.1.2",
2787 "glob": "^7.1.2",
2788 "graceful-fs": "^4.2.9",
2789 "istanbul-lib-coverage": "^3.0.0",
2790 "istanbul-lib-instrument": "^5.1.0",
2791 "istanbul-lib-report": "^3.0.0",
2792 "istanbul-lib-source-maps": "^4.0.0",
2793 "istanbul-reports": "^3.1.3",
2794 "jest-haste-map": "^27.5.1",
2795 "jest-resolve": "^27.5.1",
2796 "jest-util": "^27.5.1",
2797 "jest-worker": "^27.5.1",
2798 "slash": "^3.0.0",
2799 "source-map": "^0.6.0",
2800 "string-length": "^4.0.1",
2801 "terminal-link": "^2.0.0",
2802 "v8-to-istanbul": "^8.1.0"
2803 },
2804 "engines": {
2805 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2806 },
2807 "peerDependencies": {
2808 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
2809 },
2810 "peerDependenciesMeta": {
2811 "node-notifier": {
2812 "optional": true
2813 }
2814 }
2815 },
2816 "node_modules/@jest/reporters/node_modules/glob": {
2817 "version": "7.2.3",
2818 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
2819 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
2820 "deprecated": "Glob versions prior to v9 are no longer supported",
2821 "dependencies": {
2822 "fs.realpath": "^1.0.0",
2823 "inflight": "^1.0.4",
2824 "inherits": "2",
2825 "minimatch": "^3.1.1",
2826 "once": "^1.3.0",
2827 "path-is-absolute": "^1.0.0"
2828 },
2829 "engines": {
2830 "node": "*"
2831 },
2832 "funding": {
2833 "url": "https://github.com/sponsors/isaacs"
2834 }
2835 },
2836 "node_modules/@jest/reporters/node_modules/source-map": {
2837 "version": "0.6.1",
2838 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
2839 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
2840 "engines": {
2841 "node": ">=0.10.0"
2842 }
2843 },
2844 "node_modules/@jest/schemas": {
2845 "version": "28.1.3",
2846 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
2847 "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
2848 "dependencies": {
2849 "@sinclair/typebox": "^0.24.1"
2850 },
2851 "engines": {
2852 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
2853 }
2854 },
2855 "node_modules/@jest/source-map": {
2856 "version": "27.5.1",
2857 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
2858 "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
2859 "dependencies": {
2860 "callsites": "^3.0.0",
2861 "graceful-fs": "^4.2.9",
2862 "source-map": "^0.6.0"
2863 },
2864 "engines": {
2865 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2866 }
2867 },
2868 "node_modules/@jest/source-map/node_modules/source-map": {
2869 "version": "0.6.1",
2870 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
2871 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
2872 "engines": {
2873 "node": ">=0.10.0"
2874 }
2875 },
2876 "node_modules/@jest/test-result": {
2877 "version": "27.5.1",
2878 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
2879 "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
2880 "dependencies": {
2881 "@jest/console": "^27.5.1",
2882 "@jest/types": "^27.5.1",
2883 "@types/istanbul-lib-coverage": "^2.0.0",
2884 "collect-v8-coverage": "^1.0.0"
2885 },
2886 "engines": {
2887 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2888 }
2889 },
2890 "node_modules/@jest/test-sequencer": {
2891 "version": "27.5.1",
2892 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
2893 "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
2894 "dependencies": {
2895 "@jest/test-result": "^27.5.1",
2896 "graceful-fs": "^4.2.9",
2897 "jest-haste-map": "^27.5.1",
2898 "jest-runtime": "^27.5.1"
2899 },
2900 "engines": {
2901 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2902 }
2903 },
2904 "node_modules/@jest/transform": {
2905 "version": "27.5.1",
2906 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
2907 "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
2908 "dependencies": {
2909 "@babel/core": "^7.1.0",
2910 "@jest/types": "^27.5.1",
2911 "babel-plugin-istanbul": "^6.1.1",
2912 "chalk": "^4.0.0",
2913 "convert-source-map": "^1.4.0",
2914 "fast-json-stable-stringify": "^2.0.0",
2915 "graceful-fs": "^4.2.9",
2916 "jest-haste-map": "^27.5.1",
2917 "jest-regex-util": "^27.5.1",
2918 "jest-util": "^27.5.1",
2919 "micromatch": "^4.0.4",
2920 "pirates": "^4.0.4",
2921 "slash": "^3.0.0",
2922 "source-map": "^0.6.1",
2923 "write-file-atomic": "^3.0.0"
2924 },
2925 "engines": {
2926 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2927 }
2928 },
2929 "node_modules/@jest/transform/node_modules/convert-source-map": {
2930 "version": "1.9.0",
2931 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
2932 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
2933 },
2934 "node_modules/@jest/transform/node_modules/source-map": {
2935 "version": "0.6.1",
2936 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
2937 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
2938 "engines": {
2939 "node": ">=0.10.0"
2940 }
2941 },
2942 "node_modules/@jest/types": {
2943 "version": "27.5.1",
2944 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
2945 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
2946 "dependencies": {
2947 "@types/istanbul-lib-coverage": "^2.0.0",
2948 "@types/istanbul-reports": "^3.0.0",
2949 "@types/node": "*",
2950 "@types/yargs": "^16.0.0",
2951 "chalk": "^4.0.0"
2952 },
2953 "engines": {
2954 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2955 }
2956 },
2957 "node_modules/@jridgewell/gen-mapping": {
2958 "version": "0.3.5",
2959 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
2960 "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
2961 "dependencies": {
2962 "@jridgewell/set-array": "^1.2.1",
2963 "@jridgewell/sourcemap-codec": "^1.4.10",
2964 "@jridgewell/trace-mapping": "^0.3.24"
2965 },
2966 "engines": {
2967 "node": ">=6.0.0"
2968 }
2969 },
2970 "node_modules/@jridgewell/resolve-uri": {
2971 "version": "3.1.2",
2972 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
2973 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
2974 "engines": {
2975 "node": ">=6.0.0"
2976 }
2977 },
2978 "node_modules/@jridgewell/set-array": {
2979 "version": "1.2.1",
2980 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
2981 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
2982 "engines": {
2983 "node": ">=6.0.0"
2984 }
2985 },
2986 "node_modules/@jridgewell/source-map": {
2987 "version": "0.3.6",
2988 "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
2989 "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
2990 "dependencies": {
2991 "@jridgewell/gen-mapping": "^0.3.5",
2992 "@jridgewell/trace-mapping": "^0.3.25"
2993 }
2994 },
2995 "node_modules/@jridgewell/sourcemap-codec": {
2996 "version": "1.5.0",
2997 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
2998 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
2999 },
3000 "node_modules/@jridgewell/trace-mapping": {
3001 "version": "0.3.25",
3002 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
3003 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
3004 "dependencies": {
3005 "@jridgewell/resolve-uri": "^3.1.0",
3006 "@jridgewell/sourcemap-codec": "^1.4.14"
3007 }
3008 },
3009 "node_modules/@leichtgewicht/ip-codec": {
3010 "version": "2.0.5",
3011 "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz",
3012 "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw=="
3013 },
3014 "node_modules/@next/env": {
3015 "version": "14.2.5",
3016 "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.5.tgz",
3017 "integrity": "sha512-/zZGkrTOsraVfYjGP8uM0p6r0BDT6xWpkjdVbcz66PJVSpwXX3yNiRycxAuDfBKGWBrZBXRuK/YVlkNgxHGwmA=="
3018 },
3019 "node_modules/@next/eslint-plugin-next": {
3020 "version": "14.1.0",
3021 "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.0.tgz",
3022 "integrity": "sha512-x4FavbNEeXx/baD/zC/SdrvkjSby8nBn8KcCREqk6UuwvwoAPZmaV8TFCAuo/cpovBRTIY67mHhe86MQQm/68Q==",
3023 "dependencies": {
3024 "glob": "10.3.10"
3025 }
3026 },
3027 "node_modules/@next/swc-darwin-arm64": {
3028 "version": "14.2.5",
3029 "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.5.tgz",
3030 "integrity": "sha512-/9zVxJ+K9lrzSGli1///ujyRfon/ZneeZ+v4ptpiPoOU+GKZnm8Wj8ELWU1Pm7GHltYRBklmXMTUqM/DqQ99FQ==",
3031 "cpu": [
3032 "arm64"
3033 ],
3034 "optional": true,
3035 "os": [
3036 "darwin"
3037 ],
3038 "engines": {
3039 "node": ">= 10"
3040 }
3041 },
3042 "node_modules/@next/swc-darwin-x64": {
3043 "version": "14.2.5",
3044 "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.5.tgz",
3045 "integrity": "sha512-vXHOPCwfDe9qLDuq7U1OYM2wUY+KQ4Ex6ozwsKxp26BlJ6XXbHleOUldenM67JRyBfVjv371oneEvYd3H2gNSA==",
3046 "cpu": [
3047 "x64"
3048 ],
3049 "optional": true,
3050 "os": [
3051 "darwin"
3052 ],
3053 "engines": {
3054 "node": ">= 10"
3055 }
3056 },
3057 "node_modules/@next/swc-linux-arm64-gnu": {
3058 "version": "14.2.5",
3059 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.5.tgz",
3060 "integrity": "sha512-vlhB8wI+lj8q1ExFW8lbWutA4M2ZazQNvMWuEDqZcuJJc78iUnLdPPunBPX8rC4IgT6lIx/adB+Cwrl99MzNaA==",
3061 "cpu": [
3062 "arm64"
3063 ],
3064 "optional": true,
3065 "os": [
3066 "linux"
3067 ],
3068 "engines": {
3069 "node": ">= 10"
3070 }
3071 },
3072 "node_modules/@next/swc-linux-arm64-musl": {
3073 "version": "14.2.5",
3074 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.5.tgz",
3075 "integrity": "sha512-NpDB9NUR2t0hXzJJwQSGu1IAOYybsfeB+LxpGsXrRIb7QOrYmidJz3shzY8cM6+rO4Aojuef0N/PEaX18pi9OA==",
3076 "cpu": [
3077 "arm64"
3078 ],
3079 "optional": true,
3080 "os": [
3081 "linux"
3082 ],
3083 "engines": {
3084 "node": ">= 10"
3085 }
3086 },
3087 "node_modules/@next/swc-linux-x64-gnu": {
3088 "version": "14.2.5",
3089 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.5.tgz",
3090 "integrity": "sha512-8XFikMSxWleYNryWIjiCX+gU201YS+erTUidKdyOVYi5qUQo/gRxv/3N1oZFCgqpesN6FPeqGM72Zve+nReVXQ==",
3091 "cpu": [
3092 "x64"
3093 ],
3094 "optional": true,
3095 "os": [
3096 "linux"
3097 ],
3098 "engines": {
3099 "node": ">= 10"
3100 }
3101 },
3102 "node_modules/@next/swc-linux-x64-musl": {
3103 "version": "14.2.5",
3104 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.5.tgz",
3105 "integrity": "sha512-6QLwi7RaYiQDcRDSU/os40r5o06b5ue7Jsk5JgdRBGGp8l37RZEh9JsLSM8QF0YDsgcosSeHjglgqi25+m04IQ==",
3106 "cpu": [
3107 "x64"
3108 ],
3109 "optional": true,
3110 "os": [
3111 "linux"
3112 ],
3113 "engines": {
3114 "node": ">= 10"
3115 }
3116 },
3117 "node_modules/@next/swc-win32-arm64-msvc": {
3118 "version": "14.2.5",
3119 "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.5.tgz",
3120 "integrity": "sha512-1GpG2VhbspO+aYoMOQPQiqc/tG3LzmsdBH0LhnDS3JrtDx2QmzXe0B6mSZZiN3Bq7IOMXxv1nlsjzoS1+9mzZw==",
3121 "cpu": [
3122 "arm64"
3123 ],
3124 "optional": true,
3125 "os": [
3126 "win32"
3127 ],
3128 "engines": {
3129 "node": ">= 10"
3130 }
3131 },
3132 "node_modules/@next/swc-win32-ia32-msvc": {
3133 "version": "14.2.5",
3134 "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.5.tgz",
3135 "integrity": "sha512-Igh9ZlxwvCDsu6438FXlQTHlRno4gFpJzqPjSIBZooD22tKeI4fE/YMRoHVJHmrQ2P5YL1DoZ0qaOKkbeFWeMg==",
3136 "cpu": [
3137 "ia32"
3138 ],
3139 "optional": true,
3140 "os": [
3141 "win32"
3142 ],
3143 "engines": {
3144 "node": ">= 10"
3145 }
3146 },
3147 "node_modules/@next/swc-win32-x64-msvc": {
3148 "version": "14.2.5",
3149 "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.5.tgz",
3150 "integrity": "sha512-tEQ7oinq1/CjSG9uSTerca3v4AZ+dFa+4Yu6ihaG8Ud8ddqLQgFGcnwYls13H5X5CPDPZJdYxyeMui6muOLd4g==",
3151 "cpu": [
3152 "x64"
3153 ],
3154 "optional": true,
3155 "os": [
3156 "win32"
3157 ],
3158 "engines": {
3159 "node": ">= 10"
3160 }
3161 },
3162 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
3163 "version": "5.1.1-v1",
3164 "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
3165 "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
3166 "dependencies": {
3167 "eslint-scope": "5.1.1"
3168 }
3169 },
3170 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
3171 "version": "5.1.1",
3172 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
3173 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
3174 "dependencies": {
3175 "esrecurse": "^4.3.0",
3176 "estraverse": "^4.1.1"
3177 },
3178 "engines": {
3179 "node": ">=8.0.0"
3180 }
3181 },
3182 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
3183 "version": "4.3.0",
3184 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
3185 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
3186 "engines": {
3187 "node": ">=4.0"
3188 }
3189 },
3190 "node_modules/@nodelib/fs.scandir": {
3191 "version": "2.1.5",
3192 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
3193 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
3194 "dependencies": {
3195 "@nodelib/fs.stat": "2.0.5",
3196 "run-parallel": "^1.1.9"
3197 },
3198 "engines": {
3199 "node": ">= 8"
3200 }
3201 },
3202 "node_modules/@nodelib/fs.stat": {
3203 "version": "2.0.5",
3204 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
3205 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
3206 "engines": {
3207 "node": ">= 8"
3208 }
3209 },
3210 "node_modules/@nodelib/fs.walk": {
3211 "version": "1.2.8",
3212 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
3213 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
3214 "dependencies": {
3215 "@nodelib/fs.scandir": "2.1.5",
3216 "fastq": "^1.6.0"
3217 },
3218 "engines": {
3219 "node": ">= 8"
3220 }
3221 },
3222 "node_modules/@pkgjs/parseargs": {
3223 "version": "0.11.0",
3224 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
3225 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
3226 "optional": true,
3227 "engines": {
3228 "node": ">=14"
3229 }
3230 },
3231 "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
3232 "version": "0.5.15",
3233 "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz",
3234 "integrity": "sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==",
3235 "dependencies": {
3236 "ansi-html": "^0.0.9",
3237 "core-js-pure": "^3.23.3",
3238 "error-stack-parser": "^2.0.6",
3239 "html-entities": "^2.1.0",
3240 "loader-utils": "^2.0.4",
3241 "schema-utils": "^4.2.0",
3242 "source-map": "^0.7.3"
3243 },
3244 "engines": {
3245 "node": ">= 10.13"
3246 },
3247 "peerDependencies": {
3248 "@types/webpack": "4.x || 5.x",
3249 "react-refresh": ">=0.10.0 <1.0.0",
3250 "sockjs-client": "^1.4.0",
3251 "type-fest": ">=0.17.0 <5.0.0",
3252 "webpack": ">=4.43.0 <6.0.0",
3253 "webpack-dev-server": "3.x || 4.x || 5.x",
3254 "webpack-hot-middleware": "2.x",
3255 "webpack-plugin-serve": "0.x || 1.x"
3256 },
3257 "peerDependenciesMeta": {
3258 "@types/webpack": {
3259 "optional": true
3260 },
3261 "sockjs-client": {
3262 "optional": true
3263 },
3264 "type-fest": {
3265 "optional": true
3266 },
3267 "webpack-dev-server": {
3268 "optional": true
3269 },
3270 "webpack-hot-middleware": {
3271 "optional": true
3272 },
3273 "webpack-plugin-serve": {
3274 "optional": true
3275 }
3276 }
3277 },
3278 "node_modules/@radix-ui/primitive": {
3279 "version": "1.1.0",
3280 "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
3281 "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA=="
3282 },
3283 "node_modules/@radix-ui/react-arrow": {
3284 "version": "1.1.0",
3285 "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.0.tgz",
3286 "integrity": "sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==",
3287 "dependencies": {
3288 "@radix-ui/react-primitive": "2.0.0"
3289 },
3290 "peerDependencies": {
3291 "@types/react": "*",
3292 "@types/react-dom": "*",
3293 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3294 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3295 },
3296 "peerDependenciesMeta": {
3297 "@types/react": {
3298 "optional": true
3299 },
3300 "@types/react-dom": {
3301 "optional": true
3302 }
3303 }
3304 },
3305 "node_modules/@radix-ui/react-compose-refs": {
3306 "version": "1.1.0",
3307 "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
3308 "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
3309 "peerDependencies": {
3310 "@types/react": "*",
3311 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3312 },
3313 "peerDependenciesMeta": {
3314 "@types/react": {
3315 "optional": true
3316 }
3317 }
3318 },
3319 "node_modules/@radix-ui/react-context": {
3320 "version": "1.1.0",
3321 "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
3322 "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
3323 "peerDependencies": {
3324 "@types/react": "*",
3325 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3326 },
3327 "peerDependenciesMeta": {
3328 "@types/react": {
3329 "optional": true
3330 }
3331 }
3332 },
3333 "node_modules/@radix-ui/react-dismissable-layer": {
3334 "version": "1.1.0",
3335 "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.0.tgz",
3336 "integrity": "sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==",
3337 "dependencies": {
3338 "@radix-ui/primitive": "1.1.0",
3339 "@radix-ui/react-compose-refs": "1.1.0",
3340 "@radix-ui/react-primitive": "2.0.0",
3341 "@radix-ui/react-use-callback-ref": "1.1.0",
3342 "@radix-ui/react-use-escape-keydown": "1.1.0"
3343 },
3344 "peerDependencies": {
3345 "@types/react": "*",
3346 "@types/react-dom": "*",
3347 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3348 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3349 },
3350 "peerDependenciesMeta": {
3351 "@types/react": {
3352 "optional": true
3353 },
3354 "@types/react-dom": {
3355 "optional": true
3356 }
3357 }
3358 },
3359 "node_modules/@radix-ui/react-form": {
3360 "version": "0.1.0",
3361 "resolved": "https://registry.npmjs.org/@radix-ui/react-form/-/react-form-0.1.0.tgz",
3362 "integrity": "sha512-1/oVYPDjbFILOLIarcGcMKo+y6SbTVT/iUKVEw59CF4offwZgBgC3ZOeSBewjqU0vdA6FWTPWTN63obj55S/tQ==",
3363 "dependencies": {
3364 "@radix-ui/primitive": "1.1.0",
3365 "@radix-ui/react-compose-refs": "1.1.0",
3366 "@radix-ui/react-context": "1.1.0",
3367 "@radix-ui/react-id": "1.1.0",
3368 "@radix-ui/react-label": "2.1.0",
3369 "@radix-ui/react-primitive": "2.0.0"
3370 },
3371 "peerDependencies": {
3372 "@types/react": "*",
3373 "@types/react-dom": "*",
3374 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3375 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3376 },
3377 "peerDependenciesMeta": {
3378 "@types/react": {
3379 "optional": true
3380 },
3381 "@types/react-dom": {
3382 "optional": true
3383 }
3384 }
3385 },
3386 "node_modules/@radix-ui/react-icons": {
3387 "version": "1.3.0",
3388 "resolved": "https://registry.npmjs.org/@radix-ui/react-icons/-/react-icons-1.3.0.tgz",
3389 "integrity": "sha512-jQxj/0LKgp+j9BiTXz3O3sgs26RNet2iLWmsPyRz2SIcR4q/4SbazXfnYwbAr+vLYKSfc7qxzyGQA1HLlYiuNw==",
3390 "peerDependencies": {
3391 "react": "^16.x || ^17.x || ^18.x"
3392 }
3393 },
3394 "node_modules/@radix-ui/react-id": {
3395 "version": "1.1.0",
3396 "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
3397 "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
3398 "dependencies": {
3399 "@radix-ui/react-use-layout-effect": "1.1.0"
3400 },
3401 "peerDependencies": {
3402 "@types/react": "*",
3403 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3404 },
3405 "peerDependenciesMeta": {
3406 "@types/react": {
3407 "optional": true
3408 }
3409 }
3410 },
3411 "node_modules/@radix-ui/react-label": {
3412 "version": "2.1.0",
3413 "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-2.1.0.tgz",
3414 "integrity": "sha512-peLblDlFw/ngk3UWq0VnYaOLy6agTZZ+MUO/WhVfm14vJGML+xH4FAl2XQGLqdefjNb7ApRg6Yn7U42ZhmYXdw==",
3415 "dependencies": {
3416 "@radix-ui/react-primitive": "2.0.0"
3417 },
3418 "peerDependencies": {
3419 "@types/react": "*",
3420 "@types/react-dom": "*",
3421 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3422 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3423 },
3424 "peerDependenciesMeta": {
3425 "@types/react": {
3426 "optional": true
3427 },
3428 "@types/react-dom": {
3429 "optional": true
3430 }
3431 }
3432 },
3433 "node_modules/@radix-ui/react-popper": {
3434 "version": "1.2.0",
3435 "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.0.tgz",
3436 "integrity": "sha512-ZnRMshKF43aBxVWPWvbj21+7TQCvhuULWJ4gNIKYpRlQt5xGRhLx66tMp8pya2UkGHTSlhpXwmjqltDYHhw7Vg==",
3437 "dependencies": {
3438 "@floating-ui/react-dom": "^2.0.0",
3439 "@radix-ui/react-arrow": "1.1.0",
3440 "@radix-ui/react-compose-refs": "1.1.0",
3441 "@radix-ui/react-context": "1.1.0",
3442 "@radix-ui/react-primitive": "2.0.0",
3443 "@radix-ui/react-use-callback-ref": "1.1.0",
3444 "@radix-ui/react-use-layout-effect": "1.1.0",
3445 "@radix-ui/react-use-rect": "1.1.0",
3446 "@radix-ui/react-use-size": "1.1.0",
3447 "@radix-ui/rect": "1.1.0"
3448 },
3449 "peerDependencies": {
3450 "@types/react": "*",
3451 "@types/react-dom": "*",
3452 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3453 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3454 },
3455 "peerDependenciesMeta": {
3456 "@types/react": {
3457 "optional": true
3458 },
3459 "@types/react-dom": {
3460 "optional": true
3461 }
3462 }
3463 },
3464 "node_modules/@radix-ui/react-portal": {
3465 "version": "1.1.1",
3466 "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.1.tgz",
3467 "integrity": "sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==",
3468 "dependencies": {
3469 "@radix-ui/react-primitive": "2.0.0",
3470 "@radix-ui/react-use-layout-effect": "1.1.0"
3471 },
3472 "peerDependencies": {
3473 "@types/react": "*",
3474 "@types/react-dom": "*",
3475 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3476 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3477 },
3478 "peerDependenciesMeta": {
3479 "@types/react": {
3480 "optional": true
3481 },
3482 "@types/react-dom": {
3483 "optional": true
3484 }
3485 }
3486 },
3487 "node_modules/@radix-ui/react-presence": {
3488 "version": "1.1.0",
3489 "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.0.tgz",
3490 "integrity": "sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==",
3491 "dependencies": {
3492 "@radix-ui/react-compose-refs": "1.1.0",
3493 "@radix-ui/react-use-layout-effect": "1.1.0"
3494 },
3495 "peerDependencies": {
3496 "@types/react": "*",
3497 "@types/react-dom": "*",
3498 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3499 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3500 },
3501 "peerDependenciesMeta": {
3502 "@types/react": {
3503 "optional": true
3504 },
3505 "@types/react-dom": {
3506 "optional": true
3507 }
3508 }
3509 },
3510 "node_modules/@radix-ui/react-primitive": {
3511 "version": "2.0.0",
3512 "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
3513 "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
3514 "dependencies": {
3515 "@radix-ui/react-slot": "1.1.0"
3516 },
3517 "peerDependencies": {
3518 "@types/react": "*",
3519 "@types/react-dom": "*",
3520 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3521 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3522 },
3523 "peerDependenciesMeta": {
3524 "@types/react": {
3525 "optional": true
3526 },
3527 "@types/react-dom": {
3528 "optional": true
3529 }
3530 }
3531 },
3532 "node_modules/@radix-ui/react-slot": {
3533 "version": "1.1.0",
3534 "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
3535 "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
3536 "dependencies": {
3537 "@radix-ui/react-compose-refs": "1.1.0"
3538 },
3539 "peerDependencies": {
3540 "@types/react": "*",
3541 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3542 },
3543 "peerDependenciesMeta": {
3544 "@types/react": {
3545 "optional": true
3546 }
3547 }
3548 },
3549 "node_modules/@radix-ui/react-tooltip": {
3550 "version": "1.1.2",
3551 "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.1.2.tgz",
3552 "integrity": "sha512-9XRsLwe6Yb9B/tlnYCPVUd/TFS4J7HuOZW345DCeC6vKIxQGMZdx21RK4VoZauPD5frgkXTYVS5y90L+3YBn4w==",
3553 "dependencies": {
3554 "@radix-ui/primitive": "1.1.0",
3555 "@radix-ui/react-compose-refs": "1.1.0",
3556 "@radix-ui/react-context": "1.1.0",
3557 "@radix-ui/react-dismissable-layer": "1.1.0",
3558 "@radix-ui/react-id": "1.1.0",
3559 "@radix-ui/react-popper": "1.2.0",
3560 "@radix-ui/react-portal": "1.1.1",
3561 "@radix-ui/react-presence": "1.1.0",
3562 "@radix-ui/react-primitive": "2.0.0",
3563 "@radix-ui/react-slot": "1.1.0",
3564 "@radix-ui/react-use-controllable-state": "1.1.0",
3565 "@radix-ui/react-visually-hidden": "1.1.0"
3566 },
3567 "peerDependencies": {
3568 "@types/react": "*",
3569 "@types/react-dom": "*",
3570 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3571 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3572 },
3573 "peerDependenciesMeta": {
3574 "@types/react": {
3575 "optional": true
3576 },
3577 "@types/react-dom": {
3578 "optional": true
3579 }
3580 }
3581 },
3582 "node_modules/@radix-ui/react-use-callback-ref": {
3583 "version": "1.1.0",
3584 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
3585 "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
3586 "peerDependencies": {
3587 "@types/react": "*",
3588 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3589 },
3590 "peerDependenciesMeta": {
3591 "@types/react": {
3592 "optional": true
3593 }
3594 }
3595 },
3596 "node_modules/@radix-ui/react-use-controllable-state": {
3597 "version": "1.1.0",
3598 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
3599 "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
3600 "dependencies": {
3601 "@radix-ui/react-use-callback-ref": "1.1.0"
3602 },
3603 "peerDependencies": {
3604 "@types/react": "*",
3605 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3606 },
3607 "peerDependenciesMeta": {
3608 "@types/react": {
3609 "optional": true
3610 }
3611 }
3612 },
3613 "node_modules/@radix-ui/react-use-escape-keydown": {
3614 "version": "1.1.0",
3615 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
3616 "integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
3617 "dependencies": {
3618 "@radix-ui/react-use-callback-ref": "1.1.0"
3619 },
3620 "peerDependencies": {
3621 "@types/react": "*",
3622 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3623 },
3624 "peerDependenciesMeta": {
3625 "@types/react": {
3626 "optional": true
3627 }
3628 }
3629 },
3630 "node_modules/@radix-ui/react-use-layout-effect": {
3631 "version": "1.1.0",
3632 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
3633 "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
3634 "peerDependencies": {
3635 "@types/react": "*",
3636 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3637 },
3638 "peerDependenciesMeta": {
3639 "@types/react": {
3640 "optional": true
3641 }
3642 }
3643 },
3644 "node_modules/@radix-ui/react-use-rect": {
3645 "version": "1.1.0",
3646 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.0.tgz",
3647 "integrity": "sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==",
3648 "dependencies": {
3649 "@radix-ui/rect": "1.1.0"
3650 },
3651 "peerDependencies": {
3652 "@types/react": "*",
3653 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3654 },
3655 "peerDependenciesMeta": {
3656 "@types/react": {
3657 "optional": true
3658 }
3659 }
3660 },
3661 "node_modules/@radix-ui/react-use-size": {
3662 "version": "1.1.0",
3663 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
3664 "integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
3665 "dependencies": {
3666 "@radix-ui/react-use-layout-effect": "1.1.0"
3667 },
3668 "peerDependencies": {
3669 "@types/react": "*",
3670 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3671 },
3672 "peerDependenciesMeta": {
3673 "@types/react": {
3674 "optional": true
3675 }
3676 }
3677 },
3678 "node_modules/@radix-ui/react-visually-hidden": {
3679 "version": "1.1.0",
3680 "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.1.0.tgz",
3681 "integrity": "sha512-N8MDZqtgCgG5S3aV60INAB475osJousYpZ4cTJ2cFbMpdHS5Y6loLTH8LPtkj2QN0x93J30HT/M3qJXM0+lyeQ==",
3682 "dependencies": {
3683 "@radix-ui/react-primitive": "2.0.0"
3684 },
3685 "peerDependencies": {
3686 "@types/react": "*",
3687 "@types/react-dom": "*",
3688 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3689 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3690 },
3691 "peerDependenciesMeta": {
3692 "@types/react": {
3693 "optional": true
3694 },
3695 "@types/react-dom": {
3696 "optional": true
3697 }
3698 }
3699 },
3700 "node_modules/@radix-ui/rect": {
3701 "version": "1.1.0",
3702 "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.0.tgz",
3703 "integrity": "sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg=="
3704 },
3705 "node_modules/@rollup/plugin-babel": {
3706 "version": "5.3.1",
3707 "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
3708 "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
3709 "dependencies": {
3710 "@babel/helper-module-imports": "^7.10.4",
3711 "@rollup/pluginutils": "^3.1.0"
3712 },
3713 "engines": {
3714 "node": ">= 10.0.0"
3715 },
3716 "peerDependencies": {
3717 "@babel/core": "^7.0.0",
3718 "@types/babel__core": "^7.1.9",
3719 "rollup": "^1.20.0||^2.0.0"
3720 },
3721 "peerDependenciesMeta": {
3722 "@types/babel__core": {
3723 "optional": true
3724 }
3725 }
3726 },
3727 "node_modules/@rollup/plugin-node-resolve": {
3728 "version": "11.2.1",
3729 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
3730 "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
3731 "dependencies": {
3732 "@rollup/pluginutils": "^3.1.0",
3733 "@types/resolve": "1.17.1",
3734 "builtin-modules": "^3.1.0",
3735 "deepmerge": "^4.2.2",
3736 "is-module": "^1.0.0",
3737 "resolve": "^1.19.0"
3738 },
3739 "engines": {
3740 "node": ">= 10.0.0"
3741 },
3742 "peerDependencies": {
3743 "rollup": "^1.20.0||^2.0.0"
3744 }
3745 },
3746 "node_modules/@rollup/plugin-replace": {
3747 "version": "2.4.2",
3748 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
3749 "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
3750 "dependencies": {
3751 "@rollup/pluginutils": "^3.1.0",
3752 "magic-string": "^0.25.7"
3753 },
3754 "peerDependencies": {
3755 "rollup": "^1.20.0 || ^2.0.0"
3756 }
3757 },
3758 "node_modules/@rollup/pluginutils": {
3759 "version": "3.1.0",
3760 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
3761 "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
3762 "dependencies": {
3763 "@types/estree": "0.0.39",
3764 "estree-walker": "^1.0.1",
3765 "picomatch": "^2.2.2"
3766 },
3767 "engines": {
3768 "node": ">= 8.0.0"
3769 },
3770 "peerDependencies": {
3771 "rollup": "^1.20.0||^2.0.0"
3772 }
3773 },
3774 "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
3775 "version": "0.0.39",
3776 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
3777 "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
3778 },
3779 "node_modules/@rushstack/eslint-patch": {
3780 "version": "1.10.4",
3781 "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz",
3782 "integrity": "sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA=="
3783 },
3784 "node_modules/@sentry-internal/feedback": {
3785 "version": "7.118.0",
3786 "resolved": "https://registry.npmjs.org/@sentry-internal/feedback/-/feedback-7.118.0.tgz",
3787 "integrity": "sha512-IYOGRcqIqKJJpMwBBv+0JTu0FPpXnakJYvOx/XEa/SNyF5+l7b9gGEjUVWh1ok50kTLW/XPnpnXNAGQcoKHg+w==",
3788 "dependencies": {
3789 "@sentry/core": "7.118.0",
3790 "@sentry/types": "7.118.0",
3791 "@sentry/utils": "7.118.0"
3792 },
3793 "engines": {
3794 "node": ">=12"
3795 }
3796 },
3797 "node_modules/@sentry-internal/replay-canvas": {
3798 "version": "7.118.0",
3799 "resolved": "https://registry.npmjs.org/@sentry-internal/replay-canvas/-/replay-canvas-7.118.0.tgz",
3800 "integrity": "sha512-XxHlCClvrxmVKpiZetFYyiBaPQNiojoBGFFVgbbWBIAPc+fWeLJ2BMoQEBjn/0NA/8u8T6lErK5YQo/eIx9+XQ==",
3801 "dependencies": {
3802 "@sentry/core": "7.118.0",
3803 "@sentry/replay": "7.118.0",
3804 "@sentry/types": "7.118.0",
3805 "@sentry/utils": "7.118.0"
3806 },
3807 "engines": {
3808 "node": ">=12"
3809 }
3810 },
3811 "node_modules/@sentry-internal/tracing": {
3812 "version": "7.118.0",
3813 "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.118.0.tgz",
3814 "integrity": "sha512-dERAshKlQLrBscHSarhHyUeGsu652bDTUN1FK0m4e3X48M3I5/s+0N880Qjpe5MprNLcINlaIgdQ9jkisvxjfw==",
3815 "dependencies": {
3816 "@sentry/core": "7.118.0",
3817 "@sentry/types": "7.118.0",
3818 "@sentry/utils": "7.118.0"
3819 },
3820 "engines": {
3821 "node": ">=8"
3822 }
3823 },
3824 "node_modules/@sentry/browser": {
3825 "version": "7.118.0",
3826 "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.118.0.tgz",
3827 "integrity": "sha512-8onDOFV1VLEoBuqA5yaJeR3FF1JNuxr5C7p1oN3OwY724iTVqQnOLmZKZaSnHV3RkY67wKDGQkQIie14sc+42g==",
3828 "dependencies": {
3829 "@sentry-internal/feedback": "7.118.0",
3830 "@sentry-internal/replay-canvas": "7.118.0",
3831 "@sentry-internal/tracing": "7.118.0",
3832 "@sentry/core": "7.118.0",
3833 "@sentry/integrations": "7.118.0",
3834 "@sentry/replay": "7.118.0",
3835 "@sentry/types": "7.118.0",
3836 "@sentry/utils": "7.118.0"
3837 },
3838 "engines": {
3839 "node": ">=8"
3840 }
3841 },
3842 "node_modules/@sentry/core": {
3843 "version": "7.118.0",
3844 "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.118.0.tgz",
3845 "integrity": "sha512-ol0xBdp3/K11IMAYSQE0FMxBOOH9hMsb/rjxXWe0hfM5c72CqYWL3ol7voPci0GELJ5CZG+9ImEU1V9r6gK64g==",
3846 "dependencies": {
3847 "@sentry/types": "7.118.0",
3848 "@sentry/utils": "7.118.0"
3849 },
3850 "engines": {
3851 "node": ">=8"
3852 }
3853 },
3854 "node_modules/@sentry/integrations": {
3855 "version": "7.118.0",
3856 "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.118.0.tgz",
3857 "integrity": "sha512-C2rR4NvIMjokF8jP5qzSf1o2zxDx7IeYnr8u15Kb2+HdZtX559owALR0hfgwnfeElqMhGlJBaKUWZ48lXJMzCQ==",
3858 "dependencies": {
3859 "@sentry/core": "7.118.0",
3860 "@sentry/types": "7.118.0",
3861 "@sentry/utils": "7.118.0",
3862 "localforage": "^1.8.1"
3863 },
3864 "engines": {
3865 "node": ">=8"
3866 }
3867 },
3868 "node_modules/@sentry/react": {
3869 "version": "7.118.0",
3870 "resolved": "https://registry.npmjs.org/@sentry/react/-/react-7.118.0.tgz",
3871 "integrity": "sha512-oEYe5TGk8S7YzPsFqDf4xDHjfzs35/QFE+dou3S2d24OYpso8Tq4C5f1VzYmnOOyy85T7JNicYLSo0n0NSJvQg==",
3872 "dependencies": {
3873 "@sentry/browser": "7.118.0",
3874 "@sentry/core": "7.118.0",
3875 "@sentry/types": "7.118.0",
3876 "@sentry/utils": "7.118.0",
3877 "hoist-non-react-statics": "^3.3.2"
3878 },
3879 "engines": {
3880 "node": ">=8"
3881 },
3882 "peerDependencies": {
3883 "react": "15.x || 16.x || 17.x || 18.x"
3884 }
3885 },
3886 "node_modules/@sentry/replay": {
3887 "version": "7.118.0",
3888 "resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.118.0.tgz",
3889 "integrity": "sha512-boQfCL+1L/tSZ9Huwi00+VtU+Ih1Lcg8HtxBuAsBCJR9pQgUL5jp7ECYdTeeHyCh/RJO7JqV1CEoGTgohe10mA==",
3890 "dependencies": {
3891 "@sentry-internal/tracing": "7.118.0",
3892 "@sentry/core": "7.118.0",
3893 "@sentry/types": "7.118.0",
3894 "@sentry/utils": "7.118.0"
3895 },
3896 "engines": {
3897 "node": ">=12"
3898 }
3899 },
3900 "node_modules/@sentry/tracing": {
3901 "version": "7.114.0",
3902 "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.114.0.tgz",
3903 "integrity": "sha512-eldEYGADReZ4jWdN5u35yxLUSTOvjsiZAYd4KBEpf+Ii65n7g/kYOKAjNl7tHbrEG1EsMW4nDPWStUMk1w+tfg==",
3904 "dependencies": {
3905 "@sentry-internal/tracing": "7.114.0"
3906 },
3907 "engines": {
3908 "node": ">=8"
3909 }
3910 },
3911 "node_modules/@sentry/tracing/node_modules/@sentry-internal/tracing": {
3912 "version": "7.114.0",
3913 "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.114.0.tgz",
3914 "integrity": "sha512-dOuvfJN7G+3YqLlUY4HIjyWHaRP8vbOgF+OsE5w2l7ZEn1rMAaUbPntAR8AF9GBA6j2zWNoSo8e7GjbJxVofSg==",
3915 "dependencies": {
3916 "@sentry/core": "7.114.0",
3917 "@sentry/types": "7.114.0",
3918 "@sentry/utils": "7.114.0"
3919 },
3920 "engines": {
3921 "node": ">=8"
3922 }
3923 },
3924 "node_modules/@sentry/tracing/node_modules/@sentry/core": {
3925 "version": "7.114.0",
3926 "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.114.0.tgz",
3927 "integrity": "sha512-YnanVlmulkjgZiVZ9BfY9k6I082n+C+LbZo52MTvx3FY6RE5iyiPMpaOh67oXEZRWcYQEGm+bKruRxLVP6RlbA==",
3928 "dependencies": {
3929 "@sentry/types": "7.114.0",
3930 "@sentry/utils": "7.114.0"
3931 },
3932 "engines": {
3933 "node": ">=8"
3934 }
3935 },
3936 "node_modules/@sentry/tracing/node_modules/@sentry/types": {
3937 "version": "7.114.0",
3938 "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.114.0.tgz",
3939 "integrity": "sha512-tsqkkyL3eJtptmPtT0m9W/bPLkU7ILY7nvwpi1hahA5jrM7ppoU0IMaQWAgTD+U3rzFH40IdXNBFb8Gnqcva4w==",
3940 "engines": {
3941 "node": ">=8"
3942 }
3943 },
3944 "node_modules/@sentry/tracing/node_modules/@sentry/utils": {
3945 "version": "7.114.0",
3946 "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.114.0.tgz",
3947 "integrity": "sha512-319N90McVpupQ6vws4+tfCy/03AdtsU0MurIE4+W5cubHME08HtiEWlfacvAxX+yuKFhvdsO4K4BB/dj54ideg==",
3948 "dependencies": {
3949 "@sentry/types": "7.114.0"
3950 },
3951 "engines": {
3952 "node": ">=8"
3953 }
3954 },
3955 "node_modules/@sentry/types": {
3956 "version": "7.118.0",
3957 "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.118.0.tgz",
3958 "integrity": "sha512-2drqrD2+6kgeg+W/ycmiti3G4lJrV3hGjY9PpJ3bJeXrh6T2+LxKPzlgSEnKFaeQWkXdZ4eaUbtTXVebMjb5JA==",
3959 "engines": {
3960 "node": ">=8"
3961 }
3962 },
3963 "node_modules/@sentry/utils": {
3964 "version": "7.118.0",
3965 "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.118.0.tgz",
3966 "integrity": "sha512-43qItc/ydxZV1Zb3Kn2M54RwL9XXFa3IAYBO8S82Qvq5YUYmU2AmJ1jgg7DabXlVSWgMA1HntwqnOV3JLaEnTQ==",
3967 "dependencies": {
3968 "@sentry/types": "7.118.0"
3969 },
3970 "engines": {
3971 "node": ">=8"
3972 }
3973 },
3974 "node_modules/@sinclair/typebox": {
3975 "version": "0.24.51",
3976 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz",
3977 "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA=="
3978 },
3979 "node_modules/@sinonjs/commons": {
3980 "version": "1.8.6",
3981 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
3982 "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
3983 "dependencies": {
3984 "type-detect": "4.0.8"
3985 }
3986 },
3987 "node_modules/@sinonjs/fake-timers": {
3988 "version": "8.1.0",
3989 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
3990 "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
3991 "dependencies": {
3992 "@sinonjs/commons": "^1.7.0"
3993 }
3994 },
3995 "node_modules/@surma/rollup-plugin-off-main-thread": {
3996 "version": "2.2.3",
3997 "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
3998 "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
3999 "dependencies": {
4000 "ejs": "^3.1.6",
4001 "json5": "^2.2.0",
4002 "magic-string": "^0.25.0",
4003 "string.prototype.matchall": "^4.0.6"
4004 }
4005 },
4006 "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
4007 "version": "5.4.0",
4008 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
4009 "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
4010 "engines": {
4011 "node": ">=10"
4012 },
4013 "funding": {
4014 "type": "github",
4015 "url": "https://github.com/sponsors/gregberge"
4016 }
4017 },
4018 "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
4019 "version": "5.4.0",
4020 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
4021 "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
4022 "engines": {
4023 "node": ">=10"
4024 },
4025 "funding": {
4026 "type": "github",
4027 "url": "https://github.com/sponsors/gregberge"
4028 }
4029 },
4030 "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
4031 "version": "5.0.1",
4032 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
4033 "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
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-replace-jsx-attribute-value": {
4043 "version": "5.0.1",
4044 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
4045 "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
4046 "engines": {
4047 "node": ">=10"
4048 },
4049 "funding": {
4050 "type": "github",
4051 "url": "https://github.com/sponsors/gregberge"
4052 }
4053 },
4054 "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
4055 "version": "5.4.0",
4056 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
4057 "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
4058 "engines": {
4059 "node": ">=10"
4060 },
4061 "funding": {
4062 "type": "github",
4063 "url": "https://github.com/sponsors/gregberge"
4064 }
4065 },
4066 "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
4067 "version": "5.4.0",
4068 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
4069 "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
4070 "engines": {
4071 "node": ">=10"
4072 },
4073 "funding": {
4074 "type": "github",
4075 "url": "https://github.com/sponsors/gregberge"
4076 }
4077 },
4078 "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
4079 "version": "5.4.0",
4080 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
4081 "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
4082 "engines": {
4083 "node": ">=10"
4084 },
4085 "funding": {
4086 "type": "github",
4087 "url": "https://github.com/sponsors/gregberge"
4088 }
4089 },
4090 "node_modules/@svgr/babel-plugin-transform-svg-component": {
4091 "version": "5.5.0",
4092 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
4093 "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
4094 "engines": {
4095 "node": ">=10"
4096 },
4097 "funding": {
4098 "type": "github",
4099 "url": "https://github.com/sponsors/gregberge"
4100 }
4101 },
4102 "node_modules/@svgr/babel-preset": {
4103 "version": "5.5.0",
4104 "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
4105 "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
4106 "dependencies": {
4107 "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
4108 "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
4109 "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
4110 "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
4111 "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
4112 "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
4113 "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
4114 "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
4115 },
4116 "engines": {
4117 "node": ">=10"
4118 },
4119 "funding": {
4120 "type": "github",
4121 "url": "https://github.com/sponsors/gregberge"
4122 }
4123 },
4124 "node_modules/@svgr/core": {
4125 "version": "5.5.0",
4126 "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
4127 "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
4128 "dependencies": {
4129 "@svgr/plugin-jsx": "^5.5.0",
4130 "camelcase": "^6.2.0",
4131 "cosmiconfig": "^7.0.0"
4132 },
4133 "engines": {
4134 "node": ">=10"
4135 },
4136 "funding": {
4137 "type": "github",
4138 "url": "https://github.com/sponsors/gregberge"
4139 }
4140 },
4141 "node_modules/@svgr/hast-util-to-babel-ast": {
4142 "version": "5.5.0",
4143 "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
4144 "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
4145 "dependencies": {
4146 "@babel/types": "^7.12.6"
4147 },
4148 "engines": {
4149 "node": ">=10"
4150 },
4151 "funding": {
4152 "type": "github",
4153 "url": "https://github.com/sponsors/gregberge"
4154 }
4155 },
4156 "node_modules/@svgr/plugin-jsx": {
4157 "version": "5.5.0",
4158 "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
4159 "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
4160 "dependencies": {
4161 "@babel/core": "^7.12.3",
4162 "@svgr/babel-preset": "^5.5.0",
4163 "@svgr/hast-util-to-babel-ast": "^5.5.0",
4164 "svg-parser": "^2.0.2"
4165 },
4166 "engines": {
4167 "node": ">=10"
4168 },
4169 "funding": {
4170 "type": "github",
4171 "url": "https://github.com/sponsors/gregberge"
4172 }
4173 },
4174 "node_modules/@svgr/plugin-svgo": {
4175 "version": "5.5.0",
4176 "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
4177 "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
4178 "dependencies": {
4179 "cosmiconfig": "^7.0.0",
4180 "deepmerge": "^4.2.2",
4181 "svgo": "^1.2.2"
4182 },
4183 "engines": {
4184 "node": ">=10"
4185 },
4186 "funding": {
4187 "type": "github",
4188 "url": "https://github.com/sponsors/gregberge"
4189 }
4190 },
4191 "node_modules/@svgr/webpack": {
4192 "version": "5.5.0",
4193 "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
4194 "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
4195 "dependencies": {
4196 "@babel/core": "^7.12.3",
4197 "@babel/plugin-transform-react-constant-elements": "^7.12.1",
4198 "@babel/preset-env": "^7.12.1",
4199 "@babel/preset-react": "^7.12.5",
4200 "@svgr/core": "^5.5.0",
4201 "@svgr/plugin-jsx": "^5.5.0",
4202 "@svgr/plugin-svgo": "^5.5.0",
4203 "loader-utils": "^2.0.0"
4204 },
4205 "engines": {
4206 "node": ">=10"
4207 },
4208 "funding": {
4209 "type": "github",
4210 "url": "https://github.com/sponsors/gregberge"
4211 }
4212 },
4213 "node_modules/@swc/counter": {
4214 "version": "0.1.3",
4215 "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
4216 "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ=="
4217 },
4218 "node_modules/@swc/helpers": {
4219 "version": "0.5.5",
4220 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz",
4221 "integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==",
4222 "dependencies": {
4223 "@swc/counter": "^0.1.3",
4224 "tslib": "^2.4.0"
4225 }
4226 },
4227 "node_modules/@tailwindcss/forms": {
4228 "version": "0.5.3",
4229 "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.3.tgz",
4230 "integrity": "sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==",
4231 "dev": true,
4232 "dependencies": {
4233 "mini-svg-data-uri": "^1.2.3"
4234 },
4235 "peerDependencies": {
4236 "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
4237 }
4238 },
4239 "node_modules/@tailwindcss/typography": {
4240 "version": "0.5.9",
4241 "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz",
4242 "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==",
4243 "dev": true,
4244 "dependencies": {
4245 "lodash.castarray": "^4.4.0",
4246 "lodash.isplainobject": "^4.0.6",
4247 "lodash.merge": "^4.6.2",
4248 "postcss-selector-parser": "6.0.10"
4249 },
4250 "peerDependencies": {
4251 "tailwindcss": ">=3.0.0 || insiders"
4252 }
4253 },
4254 "node_modules/@tauri-apps/api": {
4255 "version": "1.6.0",
4256 "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.6.0.tgz",
4257 "integrity": "sha512-rqI++FWClU5I2UBp4HXFvl+sBWkdigBkxnpJDQUWttNyG7IZP4FwQGhTNL5EOw0vI8i6eSAJ5frLqO7n7jbJdg==",
4258 "engines": {
4259 "node": ">= 14.6.0",
4260 "npm": ">= 6.6.0",
4261 "yarn": ">= 1.19.1"
4262 },
4263 "funding": {
4264 "type": "opencollective",
4265 "url": "https://opencollective.com/tauri"
4266 }
4267 },
4268 "node_modules/@tauri-apps/cli": {
4269 "version": "1.6.0",
4270 "resolved": "https://registry.npmjs.org/@tauri-apps/cli/-/cli-1.6.0.tgz",
4271 "integrity": "sha512-DBBpBl6GhTzm8ImMbKkfaZ4fDTykWrC7Q5OXP4XqD91recmDEn2LExuvuiiS3HYe7uP8Eb5B9NPHhqJb+Zo7qQ==",
4272 "dev": true,
4273 "bin": {
4274 "tauri": "tauri.js"
4275 },
4276 "engines": {
4277 "node": ">= 10"
4278 },
4279 "funding": {
4280 "type": "opencollective",
4281 "url": "https://opencollective.com/tauri"
4282 },
4283 "optionalDependencies": {
4284 "@tauri-apps/cli-darwin-arm64": "1.6.0",
4285 "@tauri-apps/cli-darwin-x64": "1.6.0",
4286 "@tauri-apps/cli-linux-arm-gnueabihf": "1.6.0",
4287 "@tauri-apps/cli-linux-arm64-gnu": "1.6.0",
4288 "@tauri-apps/cli-linux-arm64-musl": "1.6.0",
4289 "@tauri-apps/cli-linux-x64-gnu": "1.6.0",
4290 "@tauri-apps/cli-linux-x64-musl": "1.6.0",
4291 "@tauri-apps/cli-win32-arm64-msvc": "1.6.0",
4292 "@tauri-apps/cli-win32-ia32-msvc": "1.6.0",
4293 "@tauri-apps/cli-win32-x64-msvc": "1.6.0"
4294 }
4295 },
4296 "node_modules/@tauri-apps/cli-darwin-arm64": {
4297 "version": "1.6.0",
4298 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-1.6.0.tgz",
4299 "integrity": "sha512-SNRwUD9nqGxY47mbY1CGTt/jqyQOU7Ps7Mx/mpgahL0FVUDiCEY/5L9QfEPPhEgccgcelEVn7i6aQHIkHyUtCA==",
4300 "cpu": [
4301 "arm64"
4302 ],
4303 "dev": true,
4304 "optional": true,
4305 "os": [
4306 "darwin"
4307 ],
4308 "engines": {
4309 "node": ">= 10"
4310 }
4311 },
4312 "node_modules/@tauri-apps/cli-darwin-x64": {
4313 "version": "1.6.0",
4314 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-darwin-x64/-/cli-darwin-x64-1.6.0.tgz",
4315 "integrity": "sha512-g2/uDR/eeH2arvuawA4WwaEOqv/7jDO/ZLNI3JlBjP5Pk8GGb3Kdy0ro1xQzF94mtk2mOnOXa4dMgAet4sUJ1A==",
4316 "cpu": [
4317 "x64"
4318 ],
4319 "dev": true,
4320 "optional": true,
4321 "os": [
4322 "darwin"
4323 ],
4324 "engines": {
4325 "node": ">= 10"
4326 }
4327 },
4328 "node_modules/@tauri-apps/cli-linux-arm-gnueabihf": {
4329 "version": "1.6.0",
4330 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-arm-gnueabihf/-/cli-linux-arm-gnueabihf-1.6.0.tgz",
4331 "integrity": "sha512-EVwf4oRkQyG8BpSrk0gqO7oA0sDM2MdNDtJpMfleYFEgCxLIOGZKNqaOW3M7U+0Y4qikmG3TtRK+ngc8Ymtrjg==",
4332 "cpu": [
4333 "arm"
4334 ],
4335 "dev": true,
4336 "optional": true,
4337 "os": [
4338 "linux"
4339 ],
4340 "engines": {
4341 "node": ">= 10"
4342 }
4343 },
4344 "node_modules/@tauri-apps/cli-linux-arm64-gnu": {
4345 "version": "1.6.0",
4346 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-1.6.0.tgz",
4347 "integrity": "sha512-YdpY17cAySrhK9dX4BUVEmhAxE2o+6skIEFg8iN/xrDwRxhaNPI9I80YXPatUTX54Kx55T5++25VJG9+3iw83A==",
4348 "cpu": [
4349 "arm64"
4350 ],
4351 "dev": true,
4352 "optional": true,
4353 "os": [
4354 "linux"
4355 ],
4356 "engines": {
4357 "node": ">= 10"
4358 }
4359 },
4360 "node_modules/@tauri-apps/cli-linux-arm64-musl": {
4361 "version": "1.6.0",
4362 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.0.tgz",
4363 "integrity": "sha512-4U628tuf2U8pMr4tIBJhEkrFwt+46dwhXrDlpdyWSZtnop5RJAVKHODm0KbWns4xGKfTW1F3r6sSv+2ZxLcISA==",
4364 "cpu": [
4365 "arm64"
4366 ],
4367 "dev": true,
4368 "optional": true,
4369 "os": [
4370 "linux"
4371 ],
4372 "engines": {
4373 "node": ">= 10"
4374 }
4375 },
4376 "node_modules/@tauri-apps/cli-linux-x64-gnu": {
4377 "version": "1.6.0",
4378 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-x64-gnu/-/cli-linux-x64-gnu-1.6.0.tgz",
4379 "integrity": "sha512-AKRzp76fVUaJyXj5KRJT9bJyhwZyUnRQU0RqIRqOtZCT5yr6qGP8rjtQ7YhCIzWrseBlOllc3Qvbgw3Yl0VQcA==",
4380 "cpu": [
4381 "x64"
4382 ],
4383 "dev": true,
4384 "optional": true,
4385 "os": [
4386 "linux"
4387 ],
4388 "engines": {
4389 "node": ">= 10"
4390 }
4391 },
4392 "node_modules/@tauri-apps/cli-linux-x64-musl": {
4393 "version": "1.6.0",
4394 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.0.tgz",
4395 "integrity": "sha512-0edIdq6aMBTaRMIXddHfyAFL361JqulLLd2Wi2aoOie7DkQ2MYh6gv3hA7NB9gqFwNIGE+xtJ4BkXIP2tSGPlg==",
4396 "cpu": [
4397 "x64"
4398 ],
4399 "dev": true,
4400 "optional": true,
4401 "os": [
4402 "linux"
4403 ],
4404 "engines": {
4405 "node": ">= 10"
4406 }
4407 },
4408 "node_modules/@tauri-apps/cli-win32-arm64-msvc": {
4409 "version": "1.6.0",
4410 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-1.6.0.tgz",
4411 "integrity": "sha512-QwWpWk4ubcwJ1rljsRAmINgB2AwkyzZhpYbalA+MmzyYMREcdXWGkyixWbRZgqc6fEWEBmq5UG73qz5eBJiIKg==",
4412 "cpu": [
4413 "arm64"
4414 ],
4415 "dev": true,
4416 "optional": true,
4417 "os": [
4418 "win32"
4419 ],
4420 "engines": {
4421 "node": ">= 10"
4422 }
4423 },
4424 "node_modules/@tauri-apps/cli-win32-ia32-msvc": {
4425 "version": "1.6.0",
4426 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-1.6.0.tgz",
4427 "integrity": "sha512-Vtw0yxO9+aEFuhuxQ57ALG43tjECopRimRuKGbtZYDCriB/ty5TrT3QWMdy0dxBkpDTu3Rqsz30sbDzw6tlP3Q==",
4428 "cpu": [
4429 "ia32"
4430 ],
4431 "dev": true,
4432 "optional": true,
4433 "os": [
4434 "win32"
4435 ],
4436 "engines": {
4437 "node": ">= 10"
4438 }
4439 },
4440 "node_modules/@tauri-apps/cli-win32-x64-msvc": {
4441 "version": "1.6.0",
4442 "resolved": "https://registry.npmjs.org/@tauri-apps/cli-win32-x64-msvc/-/cli-win32-x64-msvc-1.6.0.tgz",
4443 "integrity": "sha512-h54FHOvGi7+LIfRchzgZYSCHB1HDlP599vWXQQJ/XnwJY+6Rwr2E5bOe/EhqoG8rbGkfK0xX3KPAvXPbUlmggg==",
4444 "cpu": [
4445 "x64"
4446 ],
4447 "dev": true,
4448 "optional": true,
4449 "os": [
4450 "win32"
4451 ],
4452 "engines": {
4453 "node": ">= 10"
4454 }
4455 },
4456 "node_modules/@tootallnate/once": {
4457 "version": "1.1.2",
4458 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
4459 "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
4460 "engines": {
4461 "node": ">= 6"
4462 }
4463 },
4464 "node_modules/@trysound/sax": {
4465 "version": "0.2.0",
4466 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
4467 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
4468 "engines": {
4469 "node": ">=10.13.0"
4470 }
4471 },
4472 "node_modules/@types/actioncable": {
4473 "version": "5.2.11",
4474 "resolved": "https://registry.npmjs.org/@types/actioncable/-/actioncable-5.2.11.tgz",
4475 "integrity": "sha512-aGzv5JS3razLvv4ZJW+wlDuNS5y1IFFVlm1EkZq3ZHs6txju7/2iee1e6sdK6DE4zsz8cIREs1K4BtfF5RMESQ=="
4476 },
4477 "node_modules/@types/babel__core": {
4478 "version": "7.20.5",
4479 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
4480 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
4481 "dependencies": {
4482 "@babel/parser": "^7.20.7",
4483 "@babel/types": "^7.20.7",
4484 "@types/babel__generator": "*",
4485 "@types/babel__template": "*",
4486 "@types/babel__traverse": "*"
4487 }
4488 },
4489 "node_modules/@types/babel__generator": {
4490 "version": "7.6.8",
4491 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
4492 "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
4493 "dependencies": {
4494 "@babel/types": "^7.0.0"
4495 }
4496 },
4497 "node_modules/@types/babel__template": {
4498 "version": "7.4.4",
4499 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
4500 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
4501 "dependencies": {
4502 "@babel/parser": "^7.1.0",
4503 "@babel/types": "^7.0.0"
4504 }
4505 },
4506 "node_modules/@types/babel__traverse": {
4507 "version": "7.20.6",
4508 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz",
4509 "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==",
4510 "dependencies": {
4511 "@babel/types": "^7.20.7"
4512 }
4513 },
4514 "node_modules/@types/body-parser": {
4515 "version": "1.19.5",
4516 "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
4517 "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
4518 "dependencies": {
4519 "@types/connect": "*",
4520 "@types/node": "*"
4521 }
4522 },
4523 "node_modules/@types/bonjour": {
4524 "version": "3.5.13",
4525 "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz",
4526 "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==",
4527 "dependencies": {
4528 "@types/node": "*"
4529 }
4530 },
4531 "node_modules/@types/connect": {
4532 "version": "3.4.38",
4533 "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
4534 "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
4535 "dependencies": {
4536 "@types/node": "*"
4537 }
4538 },
4539 "node_modules/@types/connect-history-api-fallback": {
4540 "version": "1.5.4",
4541 "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz",
4542 "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==",
4543 "dependencies": {
4544 "@types/express-serve-static-core": "*",
4545 "@types/node": "*"
4546 }
4547 },
4548 "node_modules/@types/eslint": {
4549 "version": "8.56.11",
4550 "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz",
4551 "integrity": "sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==",
4552 "dependencies": {
4553 "@types/estree": "*",
4554 "@types/json-schema": "*"
4555 }
4556 },
4557 "node_modules/@types/eslint-scope": {
4558 "version": "3.7.7",
4559 "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
4560 "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
4561 "dependencies": {
4562 "@types/eslint": "*",
4563 "@types/estree": "*"
4564 }
4565 },
4566 "node_modules/@types/estree": {
4567 "version": "1.0.5",
4568 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
4569 "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
4570 },
4571 "node_modules/@types/express": {
4572 "version": "4.17.21",
4573 "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
4574 "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
4575 "dependencies": {
4576 "@types/body-parser": "*",
4577 "@types/express-serve-static-core": "^4.17.33",
4578 "@types/qs": "*",
4579 "@types/serve-static": "*"
4580 }
4581 },
4582 "node_modules/@types/express-serve-static-core": {
4583 "version": "4.19.5",
4584 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz",
4585 "integrity": "sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==",
4586 "dependencies": {
4587 "@types/node": "*",
4588 "@types/qs": "*",
4589 "@types/range-parser": "*",
4590 "@types/send": "*"
4591 }
4592 },
4593 "node_modules/@types/graceful-fs": {
4594 "version": "4.1.9",
4595 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
4596 "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
4597 "dependencies": {
4598 "@types/node": "*"
4599 }
4600 },
4601 "node_modules/@types/html-minifier-terser": {
4602 "version": "6.1.0",
4603 "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
4604 "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
4605 },
4606 "node_modules/@types/http-errors": {
4607 "version": "2.0.4",
4608 "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
4609 "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA=="
4610 },
4611 "node_modules/@types/http-proxy": {
4612 "version": "1.17.14",
4613 "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz",
4614 "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==",
4615 "dependencies": {
4616 "@types/node": "*"
4617 }
4618 },
4619 "node_modules/@types/istanbul-lib-coverage": {
4620 "version": "2.0.6",
4621 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
4622 "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w=="
4623 },
4624 "node_modules/@types/istanbul-lib-report": {
4625 "version": "3.0.3",
4626 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
4627 "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
4628 "dependencies": {
4629 "@types/istanbul-lib-coverage": "*"
4630 }
4631 },
4632 "node_modules/@types/istanbul-reports": {
4633 "version": "3.0.4",
4634 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
4635 "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
4636 "dependencies": {
4637 "@types/istanbul-lib-report": "*"
4638 }
4639 },
4640 "node_modules/@types/jest": {
4641 "version": "27.5.2",
4642 "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz",
4643 "integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==",
4644 "dependencies": {
4645 "jest-matcher-utils": "^27.0.0",
4646 "pretty-format": "^27.0.0"
4647 }
4648 },
4649 "node_modules/@types/json-schema": {
4650 "version": "7.0.15",
4651 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
4652 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="
4653 },
4654 "node_modules/@types/json5": {
4655 "version": "0.0.29",
4656 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
4657 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
4658 },
4659 "node_modules/@types/lodash": {
4660 "version": "4.17.7",
4661 "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz",
4662 "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==",
4663 "dev": true
4664 },
4665 "node_modules/@types/lodash.debounce": {
4666 "version": "4.0.9",
4667 "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.9.tgz",
4668 "integrity": "sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==",
4669 "dev": true,
4670 "dependencies": {
4671 "@types/lodash": "*"
4672 }
4673 },
4674 "node_modules/@types/mime": {
4675 "version": "1.3.5",
4676 "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
4677 "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="
4678 },
4679 "node_modules/@types/node": {
4680 "version": "18.17.0",
4681 "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.0.tgz",
4682 "integrity": "sha512-GXZxEtOxYGFchyUzxvKI14iff9KZ2DI+A6a37o6EQevtg6uO9t+aUZKcaC1Te5Ng1OnLM7K9NVVj+FbecD9cJg=="
4683 },
4684 "node_modules/@types/node-forge": {
4685 "version": "1.3.11",
4686 "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz",
4687 "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==",
4688 "dependencies": {
4689 "@types/node": "*"
4690 }
4691 },
4692 "node_modules/@types/parse-json": {
4693 "version": "4.0.2",
4694 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
4695 "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw=="
4696 },
4697 "node_modules/@types/prettier": {
4698 "version": "2.7.3",
4699 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
4700 "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA=="
4701 },
4702 "node_modules/@types/prop-types": {
4703 "version": "15.7.12",
4704 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz",
4705 "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q=="
4706 },
4707 "node_modules/@types/q": {
4708 "version": "1.5.8",
4709 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz",
4710 "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw=="
4711 },
4712 "node_modules/@types/qs": {
4713 "version": "6.9.15",
4714 "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz",
4715 "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg=="
4716 },
4717 "node_modules/@types/range-parser": {
4718 "version": "1.2.7",
4719 "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
4720 "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ=="
4721 },
4722 "node_modules/@types/react": {
4723 "version": "18.2.78",
4724 "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.78.tgz",
4725 "integrity": "sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==",
4726 "dependencies": {
4727 "@types/prop-types": "*",
4728 "csstype": "^3.0.2"
4729 }
4730 },
4731 "node_modules/@types/react-dom": {
4732 "version": "18.2.25",
4733 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.25.tgz",
4734 "integrity": "sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==",
4735 "dependencies": {
4736 "@types/react": "*"
4737 }
4738 },
4739 "node_modules/@types/resolve": {
4740 "version": "1.17.1",
4741 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
4742 "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
4743 "dependencies": {
4744 "@types/node": "*"
4745 }
4746 },
4747 "node_modules/@types/retry": {
4748 "version": "0.12.0",
4749 "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
4750 "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="
4751 },
4752 "node_modules/@types/semver": {
4753 "version": "7.5.8",
4754 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
4755 "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ=="
4756 },
4757 "node_modules/@types/send": {
4758 "version": "0.17.4",
4759 "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
4760 "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
4761 "dependencies": {
4762 "@types/mime": "^1",
4763 "@types/node": "*"
4764 }
4765 },
4766 "node_modules/@types/serve-index": {
4767 "version": "1.9.4",
4768 "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz",
4769 "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==",
4770 "dependencies": {
4771 "@types/express": "*"
4772 }
4773 },
4774 "node_modules/@types/serve-static": {
4775 "version": "1.15.7",
4776 "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
4777 "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
4778 "dependencies": {
4779 "@types/http-errors": "*",
4780 "@types/node": "*",
4781 "@types/send": "*"
4782 }
4783 },
4784 "node_modules/@types/sockjs": {
4785 "version": "0.3.36",
4786 "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz",
4787 "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==",
4788 "dependencies": {
4789 "@types/node": "*"
4790 }
4791 },
4792 "node_modules/@types/stack-utils": {
4793 "version": "2.0.3",
4794 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
4795 "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw=="
4796 },
4797 "node_modules/@types/trusted-types": {
4798 "version": "2.0.7",
4799 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
4800 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="
4801 },
4802 "node_modules/@types/ws": {
4803 "version": "8.5.12",
4804 "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
4805 "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
4806 "dependencies": {
4807 "@types/node": "*"
4808 }
4809 },
4810 "node_modules/@types/yargs": {
4811 "version": "16.0.9",
4812 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz",
4813 "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==",
4814 "dependencies": {
4815 "@types/yargs-parser": "*"
4816 }
4817 },
4818 "node_modules/@types/yargs-parser": {
4819 "version": "21.0.3",
4820 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
4821 "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="
4822 },
4823 "node_modules/@typescript-eslint/eslint-plugin": {
4824 "version": "5.62.0",
4825 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
4826 "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
4827 "dependencies": {
4828 "@eslint-community/regexpp": "^4.4.0",
4829 "@typescript-eslint/scope-manager": "5.62.0",
4830 "@typescript-eslint/type-utils": "5.62.0",
4831 "@typescript-eslint/utils": "5.62.0",
4832 "debug": "^4.3.4",
4833 "graphemer": "^1.4.0",
4834 "ignore": "^5.2.0",
4835 "natural-compare-lite": "^1.4.0",
4836 "semver": "^7.3.7",
4837 "tsutils": "^3.21.0"
4838 },
4839 "engines": {
4840 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4841 },
4842 "funding": {
4843 "type": "opencollective",
4844 "url": "https://opencollective.com/typescript-eslint"
4845 },
4846 "peerDependencies": {
4847 "@typescript-eslint/parser": "^5.0.0",
4848 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4849 },
4850 "peerDependenciesMeta": {
4851 "typescript": {
4852 "optional": true
4853 }
4854 }
4855 },
4856 "node_modules/@typescript-eslint/experimental-utils": {
4857 "version": "5.62.0",
4858 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz",
4859 "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==",
4860 "dependencies": {
4861 "@typescript-eslint/utils": "5.62.0"
4862 },
4863 "engines": {
4864 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4865 },
4866 "funding": {
4867 "type": "opencollective",
4868 "url": "https://opencollective.com/typescript-eslint"
4869 },
4870 "peerDependencies": {
4871 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4872 }
4873 },
4874 "node_modules/@typescript-eslint/parser": {
4875 "version": "5.62.0",
4876 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
4877 "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
4878 "dependencies": {
4879 "@typescript-eslint/scope-manager": "5.62.0",
4880 "@typescript-eslint/types": "5.62.0",
4881 "@typescript-eslint/typescript-estree": "5.62.0",
4882 "debug": "^4.3.4"
4883 },
4884 "engines": {
4885 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4886 },
4887 "funding": {
4888 "type": "opencollective",
4889 "url": "https://opencollective.com/typescript-eslint"
4890 },
4891 "peerDependencies": {
4892 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4893 },
4894 "peerDependenciesMeta": {
4895 "typescript": {
4896 "optional": true
4897 }
4898 }
4899 },
4900 "node_modules/@typescript-eslint/scope-manager": {
4901 "version": "5.62.0",
4902 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
4903 "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
4904 "dependencies": {
4905 "@typescript-eslint/types": "5.62.0",
4906 "@typescript-eslint/visitor-keys": "5.62.0"
4907 },
4908 "engines": {
4909 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4910 },
4911 "funding": {
4912 "type": "opencollective",
4913 "url": "https://opencollective.com/typescript-eslint"
4914 }
4915 },
4916 "node_modules/@typescript-eslint/type-utils": {
4917 "version": "5.62.0",
4918 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
4919 "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
4920 "dependencies": {
4921 "@typescript-eslint/typescript-estree": "5.62.0",
4922 "@typescript-eslint/utils": "5.62.0",
4923 "debug": "^4.3.4",
4924 "tsutils": "^3.21.0"
4925 },
4926 "engines": {
4927 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4928 },
4929 "funding": {
4930 "type": "opencollective",
4931 "url": "https://opencollective.com/typescript-eslint"
4932 },
4933 "peerDependencies": {
4934 "eslint": "*"
4935 },
4936 "peerDependenciesMeta": {
4937 "typescript": {
4938 "optional": true
4939 }
4940 }
4941 },
4942 "node_modules/@typescript-eslint/types": {
4943 "version": "5.62.0",
4944 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
4945 "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
4946 "engines": {
4947 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4948 },
4949 "funding": {
4950 "type": "opencollective",
4951 "url": "https://opencollective.com/typescript-eslint"
4952 }
4953 },
4954 "node_modules/@typescript-eslint/typescript-estree": {
4955 "version": "5.62.0",
4956 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
4957 "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
4958 "dependencies": {
4959 "@typescript-eslint/types": "5.62.0",
4960 "@typescript-eslint/visitor-keys": "5.62.0",
4961 "debug": "^4.3.4",
4962 "globby": "^11.1.0",
4963 "is-glob": "^4.0.3",
4964 "semver": "^7.3.7",
4965 "tsutils": "^3.21.0"
4966 },
4967 "engines": {
4968 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4969 },
4970 "funding": {
4971 "type": "opencollective",
4972 "url": "https://opencollective.com/typescript-eslint"
4973 },
4974 "peerDependenciesMeta": {
4975 "typescript": {
4976 "optional": true
4977 }
4978 }
4979 },
4980 "node_modules/@typescript-eslint/utils": {
4981 "version": "5.62.0",
4982 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
4983 "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
4984 "dependencies": {
4985 "@eslint-community/eslint-utils": "^4.2.0",
4986 "@types/json-schema": "^7.0.9",
4987 "@types/semver": "^7.3.12",
4988 "@typescript-eslint/scope-manager": "5.62.0",
4989 "@typescript-eslint/types": "5.62.0",
4990 "@typescript-eslint/typescript-estree": "5.62.0",
4991 "eslint-scope": "^5.1.1",
4992 "semver": "^7.3.7"
4993 },
4994 "engines": {
4995 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4996 },
4997 "funding": {
4998 "type": "opencollective",
4999 "url": "https://opencollective.com/typescript-eslint"
5000 },
Showing first 5,000 of 17,888 lines. View raw