xref: /plugin/mizarverifiabledocs/package-lock.json (revision 3e848a8daa0c22cd86966e7a24618d315c4f2722)
1{
2  "name": "my-parser-name",
3  "version": "0.1.0",
4  "lockfileVersion": 3,
5  "requires": true,
6  "packages": {
7    "": {
8      "name": "my-parser-name",
9      "version": "0.1.0",
10      "dependencies": {
11        "@codemirror/commands": "^6.8.0",
12        "@codemirror/language": "^6.1.1",
13        "@codemirror/state": "^6.4.0",
14        "@codemirror/view": "^6.23.0",
15        "@lezer/highlight": "^1.0.0",
16        "@lezer/lr": "^1.0.0"
17      },
18      "devDependencies": {
19        "@lezer/generator": "^1.0.0",
20        "parcel": "^2.15.4",
21        "process": "^0.11.10"
22      }
23    },
24    "node_modules/@codemirror/commands": {
25      "version": "6.10.0",
26      "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.0.tgz",
27      "integrity": "sha512-2xUIc5mHXQzT16JnyOFkh8PvfeXuIut3pslWGfsGOhxP/lpgRm9HOl/mpzLErgt5mXDovqA0d11P21gofRLb9w==",
28      "license": "MIT",
29      "dependencies": {
30        "@codemirror/language": "^6.0.0",
31        "@codemirror/state": "^6.4.0",
32        "@codemirror/view": "^6.27.0",
33        "@lezer/common": "^1.1.0"
34      }
35    },
36    "node_modules/@codemirror/language": {
37      "version": "6.11.3",
38      "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.11.3.tgz",
39      "integrity": "sha512-9HBM2XnwDj7fnu0551HkGdrUrrqmYq/WC5iv6nbY2WdicXdGbhR/gfbZOH73Aqj4351alY1+aoG9rCNfiwS1RA==",
40      "license": "MIT",
41      "dependencies": {
42        "@codemirror/state": "^6.0.0",
43        "@codemirror/view": "^6.23.0",
44        "@lezer/common": "^1.1.0",
45        "@lezer/highlight": "^1.0.0",
46        "@lezer/lr": "^1.0.0",
47        "style-mod": "^4.0.0"
48      }
49    },
50    "node_modules/@codemirror/state": {
51      "version": "6.5.2",
52      "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.5.2.tgz",
53      "integrity": "sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==",
54      "license": "MIT",
55      "dependencies": {
56        "@marijn/find-cluster-break": "^1.0.0"
57      }
58    },
59    "node_modules/@codemirror/view": {
60      "version": "6.38.6",
61      "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.38.6.tgz",
62      "integrity": "sha512-qiS0z1bKs5WOvHIAC0Cybmv4AJSkAXgX5aD6Mqd2epSLlVJsQl8NG23jCVouIgkh4All/mrbdsf2UOLFnJw0tw==",
63      "license": "MIT",
64      "dependencies": {
65        "@codemirror/state": "^6.5.0",
66        "crelt": "^1.0.6",
67        "style-mod": "^4.1.0",
68        "w3c-keyname": "^2.2.4"
69      }
70    },
71    "node_modules/@lezer/common": {
72      "version": "1.3.0",
73      "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.3.0.tgz",
74      "integrity": "sha512-L9X8uHCYU310o99L3/MpJKYxPzXPOS7S0NmBaM7UO/x2Kb2WbmMLSkfvdr1KxRIFYOpbY0Jhn7CfLSUDzL8arQ==",
75      "license": "MIT"
76    },
77    "node_modules/@lezer/generator": {
78      "version": "1.8.0",
79      "resolved": "https://registry.npmjs.org/@lezer/generator/-/generator-1.8.0.tgz",
80      "integrity": "sha512-/SF4EDWowPqV1jOgoGSGTIFsE7Ezdr7ZYxyihl5eMKVO5tlnpIhFcDavgm1hHY5GEonoOAEnJ0CU0x+tvuAuUg==",
81      "dev": true,
82      "license": "MIT",
83      "dependencies": {
84        "@lezer/common": "^1.1.0",
85        "@lezer/lr": "^1.3.0"
86      },
87      "bin": {
88        "lezer-generator": "src/lezer-generator.cjs"
89      }
90    },
91    "node_modules/@lezer/highlight": {
92      "version": "1.2.3",
93      "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.3.tgz",
94      "integrity": "sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==",
95      "license": "MIT",
96      "dependencies": {
97        "@lezer/common": "^1.3.0"
98      }
99    },
100    "node_modules/@lezer/lr": {
101      "version": "1.4.3",
102      "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.3.tgz",
103      "integrity": "sha512-yenN5SqAxAPv/qMnpWW0AT7l+SxVrgG+u0tNsRQWqbrz66HIl8DnEbBObvy21J5K7+I1v7gsAnlE2VQ5yYVSeA==",
104      "license": "MIT",
105      "dependencies": {
106        "@lezer/common": "^1.0.0"
107      }
108    },
109    "node_modules/@lmdb/lmdb-darwin-arm64": {
110      "version": "2.8.5",
111      "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.8.5.tgz",
112      "integrity": "sha512-KPDeVScZgA1oq0CiPBcOa3kHIqU+pTOwRFDIhxvmf8CTNvqdZQYp5cCKW0bUk69VygB2PuTiINFWbY78aR2pQw==",
113      "cpu": [
114        "arm64"
115      ],
116      "dev": true,
117      "license": "MIT",
118      "optional": true,
119      "os": [
120        "darwin"
121      ]
122    },
123    "node_modules/@lmdb/lmdb-darwin-x64": {
124      "version": "2.8.5",
125      "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-2.8.5.tgz",
126      "integrity": "sha512-w/sLhN4T7MW1nB3R/U8WK5BgQLz904wh+/SmA2jD8NnF7BLLoUgflCNxOeSPOWp8geP6nP/+VjWzZVip7rZ1ug==",
127      "cpu": [
128        "x64"
129      ],
130      "dev": true,
131      "license": "MIT",
132      "optional": true,
133      "os": [
134        "darwin"
135      ]
136    },
137    "node_modules/@lmdb/lmdb-linux-arm": {
138      "version": "2.8.5",
139      "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.8.5.tgz",
140      "integrity": "sha512-c0TGMbm2M55pwTDIfkDLB6BpIsgxV4PjYck2HiOX+cy/JWiBXz32lYbarPqejKs9Flm7YVAKSILUducU9g2RVg==",
141      "cpu": [
142        "arm"
143      ],
144      "dev": true,
145      "license": "MIT",
146      "optional": true,
147      "os": [
148        "linux"
149      ]
150    },
151    "node_modules/@lmdb/lmdb-linux-arm64": {
152      "version": "2.8.5",
153      "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.8.5.tgz",
154      "integrity": "sha512-vtbZRHH5UDlL01TT5jB576Zox3+hdyogvpcbvVJlmU5PdL3c5V7cj1EODdh1CHPksRl+cws/58ugEHi8bcj4Ww==",
155      "cpu": [
156        "arm64"
157      ],
158      "dev": true,
159      "license": "MIT",
160      "optional": true,
161      "os": [
162        "linux"
163      ]
164    },
165    "node_modules/@lmdb/lmdb-linux-x64": {
166      "version": "2.8.5",
167      "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.8.5.tgz",
168      "integrity": "sha512-Xkc8IUx9aEhP0zvgeKy7IQ3ReX2N8N1L0WPcQwnZweWmOuKfwpS3GRIYqLtK5za/w3E60zhFfNdS+3pBZPytqQ==",
169      "cpu": [
170        "x64"
171      ],
172      "dev": true,
173      "license": "MIT",
174      "optional": true,
175      "os": [
176        "linux"
177      ]
178    },
179    "node_modules/@lmdb/lmdb-win32-x64": {
180      "version": "2.8.5",
181      "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.8.5.tgz",
182      "integrity": "sha512-4wvrf5BgnR8RpogHhtpCPJMKBmvyZPhhUtEwMJbXh0ni2BucpfF07jlmyM11zRqQ2XIq6PbC2j7W7UCCcm1rRQ==",
183      "cpu": [
184        "x64"
185      ],
186      "dev": true,
187      "license": "MIT",
188      "optional": true,
189      "os": [
190        "win32"
191      ]
192    },
193    "node_modules/@marijn/find-cluster-break": {
194      "version": "1.0.2",
195      "resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz",
196      "integrity": "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==",
197      "license": "MIT"
198    },
199    "node_modules/@mischnic/json-sourcemap": {
200      "version": "0.1.1",
201      "resolved": "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.1.tgz",
202      "integrity": "sha512-iA7+tyVqfrATAIsIRWQG+a7ZLLD0VaOCKV2Wd/v4mqIU3J9c4jx9p7S0nw1XH3gJCKNBOOwACOPYYSUu9pgT+w==",
203      "dev": true,
204      "license": "MIT",
205      "dependencies": {
206        "@lezer/common": "^1.0.0",
207        "@lezer/lr": "^1.0.0",
208        "json5": "^2.2.1"
209      },
210      "engines": {
211        "node": ">=12.0.0"
212      }
213    },
214    "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": {
215      "version": "3.0.3",
216      "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz",
217      "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==",
218      "cpu": [
219        "arm64"
220      ],
221      "dev": true,
222      "license": "MIT",
223      "optional": true,
224      "os": [
225        "darwin"
226      ]
227    },
228    "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": {
229      "version": "3.0.3",
230      "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz",
231      "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==",
232      "cpu": [
233        "x64"
234      ],
235      "dev": true,
236      "license": "MIT",
237      "optional": true,
238      "os": [
239        "darwin"
240      ]
241    },
242    "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": {
243      "version": "3.0.3",
244      "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz",
245      "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==",
246      "cpu": [
247        "arm"
248      ],
249      "dev": true,
250      "license": "MIT",
251      "optional": true,
252      "os": [
253        "linux"
254      ]
255    },
256    "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": {
257      "version": "3.0.3",
258      "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz",
259      "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==",
260      "cpu": [
261        "arm64"
262      ],
263      "dev": true,
264      "license": "MIT",
265      "optional": true,
266      "os": [
267        "linux"
268      ]
269    },
270    "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": {
271      "version": "3.0.3",
272      "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz",
273      "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==",
274      "cpu": [
275        "x64"
276      ],
277      "dev": true,
278      "license": "MIT",
279      "optional": true,
280      "os": [
281        "linux"
282      ]
283    },
284    "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": {
285      "version": "3.0.3",
286      "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz",
287      "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==",
288      "cpu": [
289        "x64"
290      ],
291      "dev": true,
292      "license": "MIT",
293      "optional": true,
294      "os": [
295        "win32"
296      ]
297    },
298    "node_modules/@parcel/bundler-default": {
299      "version": "2.16.1",
300      "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.16.1.tgz",
301      "integrity": "sha512-ruy+Yt96Jre2+5PSE4qcH7ETarIuQ+OIY8hejOQ53inVgu9QlvBJf/L2PhNkumHN2zA6m5f0m/MhB+amaee5ew==",
302      "dev": true,
303      "license": "MIT",
304      "dependencies": {
305        "@parcel/diagnostic": "2.16.1",
306        "@parcel/graph": "3.6.1",
307        "@parcel/plugin": "2.16.1",
308        "@parcel/rust": "2.16.1",
309        "@parcel/utils": "2.16.1",
310        "nullthrows": "^1.1.1"
311      },
312      "engines": {
313        "node": ">= 16.0.0",
314        "parcel": "^2.16.1"
315      },
316      "funding": {
317        "type": "opencollective",
318        "url": "https://opencollective.com/parcel"
319      }
320    },
321    "node_modules/@parcel/cache": {
322      "version": "2.16.1",
323      "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.16.1.tgz",
324      "integrity": "sha512-qDlHQQ7RDfSi5MBnuFGCfQYiQQomsA5aZLntO5MCRD62VnMf9qz/RrCqpGFGOooljMoUaeVl0Q8ARvorRJJi8w==",
325      "dev": true,
326      "license": "MIT",
327      "dependencies": {
328        "@parcel/fs": "2.16.1",
329        "@parcel/logger": "2.16.1",
330        "@parcel/utils": "2.16.1",
331        "lmdb": "2.8.5"
332      },
333      "engines": {
334        "node": ">= 16.0.0"
335      },
336      "funding": {
337        "type": "opencollective",
338        "url": "https://opencollective.com/parcel"
339      },
340      "peerDependencies": {
341        "@parcel/core": "^2.16.1"
342      }
343    },
344    "node_modules/@parcel/codeframe": {
345      "version": "2.16.1",
346      "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.16.1.tgz",
347      "integrity": "sha512-KLy9Fvf37SX6/wek2SUPw8A/W0kChcNXPUNeCIYWUFI4USAZ5KvesXS5RHUnrJTaR0XzD0Qia+MFJPgp6kuazQ==",
348      "dev": true,
349      "license": "MIT",
350      "dependencies": {
351        "chalk": "^4.1.2"
352      },
353      "engines": {
354        "node": ">= 16.0.0"
355      },
356      "funding": {
357        "type": "opencollective",
358        "url": "https://opencollective.com/parcel"
359      }
360    },
361    "node_modules/@parcel/compressor-raw": {
362      "version": "2.16.1",
363      "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.16.1.tgz",
364      "integrity": "sha512-44sHWuEyGwUvs2bG1t/hsBP0lR06HO2btrXhkUGL+HX6D8cZrkZfSBFnUrGYZURYRybyx8qkhcogf5SU5rbwAQ==",
365      "dev": true,
366      "license": "MIT",
367      "dependencies": {
368        "@parcel/plugin": "2.16.1"
369      },
370      "engines": {
371        "node": ">= 16.0.0",
372        "parcel": "^2.16.1"
373      },
374      "funding": {
375        "type": "opencollective",
376        "url": "https://opencollective.com/parcel"
377      }
378    },
379    "node_modules/@parcel/config-default": {
380      "version": "2.16.1",
381      "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.16.1.tgz",
382      "integrity": "sha512-jBgbHW73MrEdiKH6LISLw5TZ2oVvyLm3GaYzwNkcRTUtSh6aRVjxvCWePdxy41dcwnMC/ABLsamtN4wokAKKSQ==",
383      "dev": true,
384      "license": "MIT",
385      "dependencies": {
386        "@parcel/bundler-default": "2.16.1",
387        "@parcel/compressor-raw": "2.16.1",
388        "@parcel/namer-default": "2.16.1",
389        "@parcel/optimizer-css": "2.16.1",
390        "@parcel/optimizer-html": "2.16.1",
391        "@parcel/optimizer-image": "2.16.1",
392        "@parcel/optimizer-svg": "2.16.1",
393        "@parcel/optimizer-swc": "2.16.1",
394        "@parcel/packager-css": "2.16.1",
395        "@parcel/packager-html": "2.16.1",
396        "@parcel/packager-js": "2.16.1",
397        "@parcel/packager-raw": "2.16.1",
398        "@parcel/packager-svg": "2.16.1",
399        "@parcel/packager-wasm": "2.16.1",
400        "@parcel/reporter-dev-server": "2.16.1",
401        "@parcel/resolver-default": "2.16.1",
402        "@parcel/runtime-browser-hmr": "2.16.1",
403        "@parcel/runtime-js": "2.16.1",
404        "@parcel/runtime-rsc": "2.16.1",
405        "@parcel/runtime-service-worker": "2.16.1",
406        "@parcel/transformer-babel": "2.16.1",
407        "@parcel/transformer-css": "2.16.1",
408        "@parcel/transformer-html": "2.16.1",
409        "@parcel/transformer-image": "2.16.1",
410        "@parcel/transformer-js": "2.16.1",
411        "@parcel/transformer-json": "2.16.1",
412        "@parcel/transformer-node": "2.16.1",
413        "@parcel/transformer-postcss": "2.16.1",
414        "@parcel/transformer-posthtml": "2.16.1",
415        "@parcel/transformer-raw": "2.16.1",
416        "@parcel/transformer-react-refresh-wrap": "2.16.1",
417        "@parcel/transformer-svg": "2.16.1"
418      },
419      "funding": {
420        "type": "opencollective",
421        "url": "https://opencollective.com/parcel"
422      },
423      "peerDependencies": {
424        "@parcel/core": "^2.16.1"
425      }
426    },
427    "node_modules/@parcel/core": {
428      "version": "2.16.1",
429      "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.16.1.tgz",
430      "integrity": "sha512-tza8oKYaPopGBwroGJKv7BrTg1lxTycS7SANIizxMB9FxDsAkq4vPny5/KHpFBcW3UTCGBvvNAG1oaVzeWF5Pg==",
431      "dev": true,
432      "license": "MIT",
433      "dependencies": {
434        "@mischnic/json-sourcemap": "^0.1.1",
435        "@parcel/cache": "2.16.1",
436        "@parcel/diagnostic": "2.16.1",
437        "@parcel/events": "2.16.1",
438        "@parcel/feature-flags": "2.16.1",
439        "@parcel/fs": "2.16.1",
440        "@parcel/graph": "3.6.1",
441        "@parcel/logger": "2.16.1",
442        "@parcel/package-manager": "2.16.1",
443        "@parcel/plugin": "2.16.1",
444        "@parcel/profiler": "2.16.1",
445        "@parcel/rust": "2.16.1",
446        "@parcel/source-map": "^2.1.1",
447        "@parcel/types": "2.16.1",
448        "@parcel/utils": "2.16.1",
449        "@parcel/workers": "2.16.1",
450        "base-x": "^3.0.11",
451        "browserslist": "^4.24.5",
452        "clone": "^2.1.2",
453        "dotenv": "^16.5.0",
454        "dotenv-expand": "^11.0.7",
455        "json5": "^2.2.3",
456        "msgpackr": "^1.11.2",
457        "nullthrows": "^1.1.1",
458        "semver": "^7.7.1"
459      },
460      "engines": {
461        "node": ">= 16.0.0"
462      },
463      "funding": {
464        "type": "opencollective",
465        "url": "https://opencollective.com/parcel"
466      }
467    },
468    "node_modules/@parcel/diagnostic": {
469      "version": "2.16.1",
470      "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.16.1.tgz",
471      "integrity": "sha512-PJl7/QGsPboAMVFZId31iGMMY70AllZNOtYka9rTZRjTiBhZw4VrAG/RdqqKzjVuL6fZhurmfcwWzj+3gx8ccg==",
472      "dev": true,
473      "license": "MIT",
474      "dependencies": {
475        "@mischnic/json-sourcemap": "^0.1.1",
476        "nullthrows": "^1.1.1"
477      },
478      "engines": {
479        "node": ">= 16.0.0"
480      },
481      "funding": {
482        "type": "opencollective",
483        "url": "https://opencollective.com/parcel"
484      }
485    },
486    "node_modules/@parcel/error-overlay": {
487      "version": "2.16.1",
488      "resolved": "https://registry.npmjs.org/@parcel/error-overlay/-/error-overlay-2.16.1.tgz",
489      "integrity": "sha512-9vZq5ijoAn+JjodXc5FNy6ZQ2qpqSAaKDs+wCi4JrZMJJx7+dXZ31xtbpmP2SzG2Wppf8KhS/dOGmtQh65jT8Q==",
490      "dev": true,
491      "license": "MIT",
492      "engines": {
493        "node": ">= 16.0.0"
494      },
495      "funding": {
496        "type": "opencollective",
497        "url": "https://opencollective.com/parcel"
498      }
499    },
500    "node_modules/@parcel/events": {
501      "version": "2.16.1",
502      "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.16.1.tgz",
503      "integrity": "sha512-+U7Trb2W8fm8w/OjwQpWN/Tepiwim/YNXuyPrhikFnsrg6QDdDTD/8/km4ah8Bzr0u4hIrn1k32InwDMCF5sig==",
504      "dev": true,
505      "license": "MIT",
506      "engines": {
507        "node": ">= 16.0.0"
508      },
509      "funding": {
510        "type": "opencollective",
511        "url": "https://opencollective.com/parcel"
512      }
513    },
514    "node_modules/@parcel/feature-flags": {
515      "version": "2.16.1",
516      "resolved": "https://registry.npmjs.org/@parcel/feature-flags/-/feature-flags-2.16.1.tgz",
517      "integrity": "sha512-MY/z4gKZWk0MKvP+gpU42kiE9W4f9NM1fSCa1OcdqF7IUJDDM41CDJ9rbwSQrroDddIViaNzsLo7aSYVI/C7aA==",
518      "dev": true,
519      "license": "MIT",
520      "engines": {
521        "node": ">= 16.0.0"
522      },
523      "funding": {
524        "type": "opencollective",
525        "url": "https://opencollective.com/parcel"
526      }
527    },
528    "node_modules/@parcel/fs": {
529      "version": "2.16.1",
530      "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.16.1.tgz",
531      "integrity": "sha512-/akyrCaurd8rfgXuT6tDAK6I1JfW56TFJmzfIwuFSPbRy3YVu4JKN1g2PShpOLPdnqfWZNCcsd+yuuMFVhA2HA==",
532      "dev": true,
533      "license": "MIT",
534      "dependencies": {
535        "@parcel/feature-flags": "2.16.1",
536        "@parcel/rust": "2.16.1",
537        "@parcel/types-internal": "2.16.1",
538        "@parcel/utils": "2.16.1",
539        "@parcel/watcher": "^2.0.7",
540        "@parcel/workers": "2.16.1"
541      },
542      "engines": {
543        "node": ">= 16.0.0"
544      },
545      "funding": {
546        "type": "opencollective",
547        "url": "https://opencollective.com/parcel"
548      },
549      "peerDependencies": {
550        "@parcel/core": "^2.16.1"
551      }
552    },
553    "node_modules/@parcel/graph": {
554      "version": "3.6.1",
555      "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-3.6.1.tgz",
556      "integrity": "sha512-82sjbjrSPK5BXH0tb65tQl/qvo/b2vsyA5F6z3SaQ/c3A5bmv5RxTvse1AgOb0St0lZ7ALaZibj1qZFBUyjdqw==",
557      "dev": true,
558      "license": "MIT",
559      "dependencies": {
560        "@parcel/feature-flags": "2.16.1",
561        "nullthrows": "^1.1.1"
562      },
563      "engines": {
564        "node": ">= 16.0.0"
565      },
566      "funding": {
567        "type": "opencollective",
568        "url": "https://opencollective.com/parcel"
569      }
570    },
571    "node_modules/@parcel/logger": {
572      "version": "2.16.1",
573      "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.16.1.tgz",
574      "integrity": "sha512-w9Qpp5S79fqn6nh/VqVYG4kCbIeW45zdPvYJMFgE90zhBRLrOnqw06cRZQdKj24C7/kdqOFFbrJ3B5uTsYeS0w==",
575      "dev": true,
576      "license": "MIT",
577      "dependencies": {
578        "@parcel/diagnostic": "2.16.1",
579        "@parcel/events": "2.16.1"
580      },
581      "engines": {
582        "node": ">= 16.0.0"
583      },
584      "funding": {
585        "type": "opencollective",
586        "url": "https://opencollective.com/parcel"
587      }
588    },
589    "node_modules/@parcel/markdown-ansi": {
590      "version": "2.16.1",
591      "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.16.1.tgz",
592      "integrity": "sha512-4Qww9KkGrVrY/JyD2NtrdUmyufKOqGg3t6hkE4UqQBPb+GZd+TQi6i1mjWvOE6r9AF53x5PAZZ13f/HfllU2qA==",
593      "dev": true,
594      "license": "MIT",
595      "dependencies": {
596        "chalk": "^4.1.2"
597      },
598      "engines": {
599        "node": ">= 16.0.0"
600      },
601      "funding": {
602        "type": "opencollective",
603        "url": "https://opencollective.com/parcel"
604      }
605    },
606    "node_modules/@parcel/namer-default": {
607      "version": "2.16.1",
608      "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.16.1.tgz",
609      "integrity": "sha512-vs4djcAt3HoQri6g8itdCzFTiFXwcVNfFDqa9By1pTdq/aKWapJWZaes2KCf2ey2FoEafS0tOIA90n124PM00A==",
610      "dev": true,
611      "license": "MIT",
612      "dependencies": {
613        "@parcel/diagnostic": "2.16.1",
614        "@parcel/plugin": "2.16.1",
615        "nullthrows": "^1.1.1"
616      },
617      "engines": {
618        "node": ">= 16.0.0",
619        "parcel": "^2.16.1"
620      },
621      "funding": {
622        "type": "opencollective",
623        "url": "https://opencollective.com/parcel"
624      }
625    },
626    "node_modules/@parcel/node-resolver-core": {
627      "version": "3.7.1",
628      "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-3.7.1.tgz",
629      "integrity": "sha512-xY+mzz1a5L22HvwkCHtt1fRZa8pD8znXLB8NLnqdu/xa7FGwWNgA2ukFPSlNGwwI5aw3jQylERP8Mr6/qLsefQ==",
630      "dev": true,
631      "license": "MIT",
632      "dependencies": {
633        "@mischnic/json-sourcemap": "^0.1.1",
634        "@parcel/diagnostic": "2.16.1",
635        "@parcel/fs": "2.16.1",
636        "@parcel/rust": "2.16.1",
637        "@parcel/utils": "2.16.1",
638        "nullthrows": "^1.1.1",
639        "semver": "^7.7.1"
640      },
641      "engines": {
642        "node": ">= 16.0.0"
643      },
644      "funding": {
645        "type": "opencollective",
646        "url": "https://opencollective.com/parcel"
647      }
648    },
649    "node_modules/@parcel/optimizer-css": {
650      "version": "2.16.1",
651      "resolved": "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.16.1.tgz",
652      "integrity": "sha512-MIbeqxqcbtGksiNzIvFeMU++gsBl8MafQRghQxsB1kAMl49i+Cnj/Kp3qKkHd+Bb2XXlx7TagGtXCnCrtxdJjw==",
653      "dev": true,
654      "license": "MIT",
655      "dependencies": {
656        "@parcel/diagnostic": "2.16.1",
657        "@parcel/plugin": "2.16.1",
658        "@parcel/source-map": "^2.1.1",
659        "@parcel/utils": "2.16.1",
660        "browserslist": "^4.24.5",
661        "lightningcss": "^1.30.1",
662        "nullthrows": "^1.1.1"
663      },
664      "engines": {
665        "node": ">= 16.0.0",
666        "parcel": "^2.16.1"
667      },
668      "funding": {
669        "type": "opencollective",
670        "url": "https://opencollective.com/parcel"
671      }
672    },
673    "node_modules/@parcel/optimizer-html": {
674      "version": "2.16.1",
675      "resolved": "https://registry.npmjs.org/@parcel/optimizer-html/-/optimizer-html-2.16.1.tgz",
676      "integrity": "sha512-AwrecuOOuWqlon+rWJsQuXyJ70ivTbjm505NTBKoQYdVeEbO6pZYYeuF8ZKh0Qq+zOCy47397RgEuiuwLf9t2g==",
677      "dev": true,
678      "license": "MIT",
679      "dependencies": {
680        "@parcel/plugin": "2.16.1",
681        "@parcel/rust": "2.16.1",
682        "@parcel/utils": "2.16.1"
683      },
684      "engines": {
685        "node": ">= 16.0.0",
686        "parcel": "^2.16.1"
687      },
688      "funding": {
689        "type": "opencollective",
690        "url": "https://opencollective.com/parcel"
691      }
692    },
693    "node_modules/@parcel/optimizer-image": {
694      "version": "2.16.1",
695      "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.16.1.tgz",
696      "integrity": "sha512-vlQW0DJQ0XTmM/rNwJUuLbTeB31CwyH2yb2RMZfByAGGodpy2vxt51NS/KyV1mNcJRBtW2Li+XVzYSb14dF5Bw==",
697      "dev": true,
698      "license": "MIT",
699      "dependencies": {
700        "@parcel/diagnostic": "2.16.1",
701        "@parcel/plugin": "2.16.1",
702        "@parcel/rust": "2.16.1",
703        "@parcel/utils": "2.16.1",
704        "@parcel/workers": "2.16.1"
705      },
706      "engines": {
707        "node": ">= 16.0.0",
708        "parcel": "^2.16.1"
709      },
710      "funding": {
711        "type": "opencollective",
712        "url": "https://opencollective.com/parcel"
713      },
714      "peerDependencies": {
715        "@parcel/core": "^2.16.1"
716      }
717    },
718    "node_modules/@parcel/optimizer-svg": {
719      "version": "2.16.1",
720      "resolved": "https://registry.npmjs.org/@parcel/optimizer-svg/-/optimizer-svg-2.16.1.tgz",
721      "integrity": "sha512-dpAlCrbITPQr5RpuSjr91pfkQumxOzyiaRM39kMwjsTrYa2/F/JCoPKJZMSMyODvB9MZAz2qfGkWbj/Xb+a1NQ==",
722      "dev": true,
723      "license": "MIT",
724      "dependencies": {
725        "@parcel/plugin": "2.16.1",
726        "@parcel/rust": "2.16.1",
727        "@parcel/utils": "2.16.1"
728      },
729      "engines": {
730        "node": ">= 16.0.0",
731        "parcel": "^2.16.1"
732      },
733      "funding": {
734        "type": "opencollective",
735        "url": "https://opencollective.com/parcel"
736      }
737    },
738    "node_modules/@parcel/optimizer-swc": {
739      "version": "2.16.1",
740      "resolved": "https://registry.npmjs.org/@parcel/optimizer-swc/-/optimizer-swc-2.16.1.tgz",
741      "integrity": "sha512-mZtrISSio541K4IH0cT90c143YOvAhOs04RrBGs12WjtHOVTASt0V3gVhstP4W3HvtVNbkJ4mAtUiuC7xtuHJw==",
742      "dev": true,
743      "license": "MIT",
744      "dependencies": {
745        "@parcel/diagnostic": "2.16.1",
746        "@parcel/plugin": "2.16.1",
747        "@parcel/source-map": "^2.1.1",
748        "@parcel/utils": "2.16.1",
749        "@swc/core": "^1.11.24",
750        "nullthrows": "^1.1.1"
751      },
752      "engines": {
753        "node": ">= 16.0.0",
754        "parcel": "^2.16.1"
755      },
756      "funding": {
757        "type": "opencollective",
758        "url": "https://opencollective.com/parcel"
759      }
760    },
761    "node_modules/@parcel/package-manager": {
762      "version": "2.16.1",
763      "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.16.1.tgz",
764      "integrity": "sha512-HDMT0+L7kMBG+YgkxaNv/1nobFRgygte9e0QuYiSVMngdbYvXw9Yy8tEDeWEAOKWs0rGtPXJD6k9gP8/Aa3VQw==",
765      "dev": true,
766      "license": "MIT",
767      "dependencies": {
768        "@parcel/diagnostic": "2.16.1",
769        "@parcel/fs": "2.16.1",
770        "@parcel/logger": "2.16.1",
771        "@parcel/node-resolver-core": "3.7.1",
772        "@parcel/types": "2.16.1",
773        "@parcel/utils": "2.16.1",
774        "@parcel/workers": "2.16.1",
775        "@swc/core": "^1.11.24",
776        "semver": "^7.7.1"
777      },
778      "engines": {
779        "node": ">= 16.0.0"
780      },
781      "funding": {
782        "type": "opencollective",
783        "url": "https://opencollective.com/parcel"
784      },
785      "peerDependencies": {
786        "@parcel/core": "^2.16.1"
787      }
788    },
789    "node_modules/@parcel/packager-css": {
790      "version": "2.16.1",
791      "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.16.1.tgz",
792      "integrity": "sha512-N4Ex89dqoprdDoSusM2qveQcpl9zdaQmZtW81xIMFK5+ruaBcKy6Rzyao8LWnbg4wfeNVE0zVkZEq7k3oxbCBA==",
793      "dev": true,
794      "license": "MIT",
795      "dependencies": {
796        "@parcel/diagnostic": "2.16.1",
797        "@parcel/plugin": "2.16.1",
798        "@parcel/source-map": "^2.1.1",
799        "@parcel/utils": "2.16.1",
800        "lightningcss": "^1.30.1",
801        "nullthrows": "^1.1.1"
802      },
803      "engines": {
804        "node": ">= 16.0.0",
805        "parcel": "^2.16.1"
806      },
807      "funding": {
808        "type": "opencollective",
809        "url": "https://opencollective.com/parcel"
810      }
811    },
812    "node_modules/@parcel/packager-html": {
813      "version": "2.16.1",
814      "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.16.1.tgz",
815      "integrity": "sha512-QleJQl63DC2AaIQ2rHS3d46zhGrIoxBz1QKDfgYoG+YxpG8nAKFgI3YBCMNwUYU4pVpNWxmLP/MRKNz9hVxL9Q==",
816      "dev": true,
817      "license": "MIT",
818      "dependencies": {
819        "@parcel/plugin": "2.16.1",
820        "@parcel/rust": "2.16.1",
821        "@parcel/types": "2.16.1",
822        "@parcel/utils": "2.16.1"
823      },
824      "engines": {
825        "node": ">= 16.0.0",
826        "parcel": "^2.16.1"
827      },
828      "funding": {
829        "type": "opencollective",
830        "url": "https://opencollective.com/parcel"
831      }
832    },
833    "node_modules/@parcel/packager-js": {
834      "version": "2.16.1",
835      "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.16.1.tgz",
836      "integrity": "sha512-jTxUhGVqZdierdjeGCJiuVBSBU8iVqp3A0BT/RCpcB0YYY3dymDHTQrAFw8h2kJ0ZcfQEr6BeFIU4RBTuM1xow==",
837      "dev": true,
838      "license": "MIT",
839      "dependencies": {
840        "@parcel/diagnostic": "2.16.1",
841        "@parcel/plugin": "2.16.1",
842        "@parcel/rust": "2.16.1",
843        "@parcel/source-map": "^2.1.1",
844        "@parcel/types": "2.16.1",
845        "@parcel/utils": "2.16.1",
846        "globals": "^13.24.0",
847        "nullthrows": "^1.1.1"
848      },
849      "engines": {
850        "node": ">= 16.0.0",
851        "parcel": "^2.16.1"
852      },
853      "funding": {
854        "type": "opencollective",
855        "url": "https://opencollective.com/parcel"
856      }
857    },
858    "node_modules/@parcel/packager-raw": {
859      "version": "2.16.1",
860      "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.16.1.tgz",
861      "integrity": "sha512-EYTGl4uKGu0HVFlCZtUcwo+aNr8/9BiXZyY1crd4SRF1cioKYpgLZKv31z1uNiaDrTxIRH8hWNnjPWAxj382NA==",
862      "dev": true,
863      "license": "MIT",
864      "dependencies": {
865        "@parcel/plugin": "2.16.1"
866      },
867      "engines": {
868        "node": ">= 16.0.0",
869        "parcel": "^2.16.1"
870      },
871      "funding": {
872        "type": "opencollective",
873        "url": "https://opencollective.com/parcel"
874      }
875    },
876    "node_modules/@parcel/packager-svg": {
877      "version": "2.16.1",
878      "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.16.1.tgz",
879      "integrity": "sha512-DQJtFyjurSDu135vvDd0DDFjyaTS8eX9Gl8wS33fPh31PgeqbSYGSe6vtlIw5NHWSTgqvxGmwAf1HYY9WgEGTw==",
880      "dev": true,
881      "license": "MIT",
882      "dependencies": {
883        "@parcel/plugin": "2.16.1",
884        "@parcel/rust": "2.16.1",
885        "@parcel/types": "2.16.1",
886        "@parcel/utils": "2.16.1"
887      },
888      "engines": {
889        "node": ">= 16.0.0",
890        "parcel": "^2.16.1"
891      },
892      "funding": {
893        "type": "opencollective",
894        "url": "https://opencollective.com/parcel"
895      }
896    },
897    "node_modules/@parcel/packager-wasm": {
898      "version": "2.16.1",
899      "resolved": "https://registry.npmjs.org/@parcel/packager-wasm/-/packager-wasm-2.16.1.tgz",
900      "integrity": "sha512-Do/5Cr4yckpWqeQyhiPqwDbbg+nwj20BGIP9edYIL9XAmCh8ARBwntFWmcSpeNdGp+DSJKQ28SgWCT/5cyyoig==",
901      "dev": true,
902      "license": "MIT",
903      "dependencies": {
904        "@parcel/plugin": "2.16.1"
905      },
906      "engines": {
907        "node": ">=16.0.0",
908        "parcel": "^2.16.1"
909      },
910      "funding": {
911        "type": "opencollective",
912        "url": "https://opencollective.com/parcel"
913      }
914    },
915    "node_modules/@parcel/plugin": {
916      "version": "2.16.1",
917      "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.16.1.tgz",
918      "integrity": "sha512-/5hdgMFjd4pRZelfzWVAEWEH51qCHGB6I3z4mV3i8Teh0zsOgoHJrn1t+sVYkhKPDOMs16XAkx2iCMvEcktDrA==",
919      "dev": true,
920      "license": "MIT",
921      "dependencies": {
922        "@parcel/types": "2.16.1"
923      },
924      "engines": {
925        "node": ">= 16.0.0"
926      },
927      "funding": {
928        "type": "opencollective",
929        "url": "https://opencollective.com/parcel"
930      }
931    },
932    "node_modules/@parcel/profiler": {
933      "version": "2.16.1",
934      "resolved": "https://registry.npmjs.org/@parcel/profiler/-/profiler-2.16.1.tgz",
935      "integrity": "sha512-9VKswpixK5CggxqoEoThiusnRbqU48QIWwmGQhaTV9iBYi9m/LhEYUoTa8K/KQ70yJknghMMNc1JfAvt2bfh5w==",
936      "dev": true,
937      "license": "MIT",
938      "dependencies": {
939        "@parcel/diagnostic": "2.16.1",
940        "@parcel/events": "2.16.1",
941        "@parcel/types-internal": "2.16.1",
942        "chrome-trace-event": "^1.0.2"
943      },
944      "engines": {
945        "node": ">= 16.0.0"
946      },
947      "funding": {
948        "type": "opencollective",
949        "url": "https://opencollective.com/parcel"
950      }
951    },
952    "node_modules/@parcel/reporter-cli": {
953      "version": "2.16.1",
954      "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.16.1.tgz",
955      "integrity": "sha512-+P4Nvg5a2GnOpsIf93U75JjPgltrAmGTCVyRpbeBo45uFBvHGKPX5O7Vn7rl1wWunNobOAxn6F9JxPCApcw79A==",
956      "dev": true,
957      "license": "MIT",
958      "dependencies": {
959        "@parcel/plugin": "2.16.1",
960        "@parcel/types": "2.16.1",
961        "@parcel/utils": "2.16.1",
962        "chalk": "^4.1.2",
963        "term-size": "^2.2.1"
964      },
965      "engines": {
966        "node": ">= 16.0.0",
967        "parcel": "^2.16.1"
968      },
969      "funding": {
970        "type": "opencollective",
971        "url": "https://opencollective.com/parcel"
972      }
973    },
974    "node_modules/@parcel/reporter-dev-server": {
975      "version": "2.16.1",
976      "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.16.1.tgz",
977      "integrity": "sha512-xTVhfnt3Se5BTLC/Dp4pBmytqdZcVyqDExJ39N9mi76/CW0XNDcMqRFACxQltu/ahxmUYYyFtpiXis5Daf9xzQ==",
978      "dev": true,
979      "license": "MIT",
980      "dependencies": {
981        "@parcel/codeframe": "2.16.1",
982        "@parcel/plugin": "2.16.1",
983        "@parcel/source-map": "^2.1.1",
984        "@parcel/utils": "2.16.1"
985      },
986      "engines": {
987        "node": ">= 16.0.0",
988        "parcel": "^2.16.1"
989      },
990      "funding": {
991        "type": "opencollective",
992        "url": "https://opencollective.com/parcel"
993      }
994    },
995    "node_modules/@parcel/reporter-tracer": {
996      "version": "2.16.1",
997      "resolved": "https://registry.npmjs.org/@parcel/reporter-tracer/-/reporter-tracer-2.16.1.tgz",
998      "integrity": "sha512-MDDzZx5j0yer+jTP/gBEPiMDzOAeKy7I0pLyPuntwKWnAiaG+TRaQPp8xXQhW6ZxIQIqsHkfUJoTksuFTla+tA==",
999      "dev": true,
1000      "license": "MIT",
1001      "dependencies": {
1002        "@parcel/plugin": "2.16.1",
1003        "@parcel/utils": "2.16.1",
1004        "chrome-trace-event": "^1.0.3",
1005        "nullthrows": "^1.1.1"
1006      },
1007      "engines": {
1008        "node": ">= 16.0.0",
1009        "parcel": "^2.16.1"
1010      },
1011      "funding": {
1012        "type": "opencollective",
1013        "url": "https://opencollective.com/parcel"
1014      }
1015    },
1016    "node_modules/@parcel/resolver-default": {
1017      "version": "2.16.1",
1018      "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.16.1.tgz",
1019      "integrity": "sha512-UmnZClD4nWusNTpfC7WaNUfPNnNbjgrIR1l3kOAU+X/b/HJWczzMNIZGTw3rypV0df6XpQlrUrHc85NJ6aRlLA==",
1020      "dev": true,
1021      "license": "MIT",
1022      "dependencies": {
1023        "@parcel/node-resolver-core": "3.7.1",
1024        "@parcel/plugin": "2.16.1"
1025      },
1026      "engines": {
1027        "node": ">= 16.0.0",
1028        "parcel": "^2.16.1"
1029      },
1030      "funding": {
1031        "type": "opencollective",
1032        "url": "https://opencollective.com/parcel"
1033      }
1034    },
1035    "node_modules/@parcel/runtime-browser-hmr": {
1036      "version": "2.16.1",
1037      "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.16.1.tgz",
1038      "integrity": "sha512-W8Os+1ORHLJmzX+av76DQkyX4RLndhhB4u1o43P55UfAaV3URcc2I0tNQ/wZKA7qU2DhcdoXijMok7VRUfS0jw==",
1039      "dev": true,
1040      "license": "MIT",
1041      "dependencies": {
1042        "@parcel/plugin": "2.16.1",
1043        "@parcel/utils": "2.16.1"
1044      },
1045      "engines": {
1046        "node": ">= 16.0.0",
1047        "parcel": "^2.16.1"
1048      },
1049      "funding": {
1050        "type": "opencollective",
1051        "url": "https://opencollective.com/parcel"
1052      }
1053    },
1054    "node_modules/@parcel/runtime-js": {
1055      "version": "2.16.1",
1056      "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.16.1.tgz",
1057      "integrity": "sha512-Ck7DJw1QmeYiQ17z0Q3mtDl6fH1VPrORmygb2CYcGAIOfIbvXV74vRss1NqpScU8QTjN0qpL4Ve8txwoISgIAg==",
1058      "dev": true,
1059      "license": "MIT",
1060      "dependencies": {
1061        "@parcel/diagnostic": "2.16.1",
1062        "@parcel/plugin": "2.16.1",
1063        "@parcel/utils": "2.16.1",
1064        "nullthrows": "^1.1.1"
1065      },
1066      "engines": {
1067        "node": ">= 16.0.0",
1068        "parcel": "^2.16.1"
1069      },
1070      "funding": {
1071        "type": "opencollective",
1072        "url": "https://opencollective.com/parcel"
1073      }
1074    },
1075    "node_modules/@parcel/runtime-rsc": {
1076      "version": "2.16.1",
1077      "resolved": "https://registry.npmjs.org/@parcel/runtime-rsc/-/runtime-rsc-2.16.1.tgz",
1078      "integrity": "sha512-waNc2gBWxfaUcvPtPAtjWwRLYLuMPHyu+JMgHV7txsv3JZnPNieUvTPbqeARbpsVpk2xTgFnAGS3HBfw5QW/Eg==",
1079      "dev": true,
1080      "license": "MIT",
1081      "dependencies": {
1082        "@parcel/plugin": "2.16.1",
1083        "@parcel/rust": "2.16.1",
1084        "@parcel/utils": "2.16.1",
1085        "nullthrows": "^1.1.1"
1086      },
1087      "engines": {
1088        "node": ">= 12.0.0",
1089        "parcel": "^2.16.1"
1090      },
1091      "funding": {
1092        "type": "opencollective",
1093        "url": "https://opencollective.com/parcel"
1094      }
1095    },
1096    "node_modules/@parcel/runtime-service-worker": {
1097      "version": "2.16.1",
1098      "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.16.1.tgz",
1099      "integrity": "sha512-YiM/SS8rk/sBFdA8YFxlviO5FhAjzjBVAzzlnNG0qe3xLmqBfzHzW+RNf0/KblWRhxHCwmUDmzgE2ybaDeL3Lw==",
1100      "dev": true,
1101      "license": "MIT",
1102      "dependencies": {
1103        "@parcel/plugin": "2.16.1",
1104        "@parcel/utils": "2.16.1",
1105        "nullthrows": "^1.1.1"
1106      },
1107      "engines": {
1108        "node": ">= 16.0.0",
1109        "parcel": "^2.16.1"
1110      },
1111      "funding": {
1112        "type": "opencollective",
1113        "url": "https://opencollective.com/parcel"
1114      }
1115    },
1116    "node_modules/@parcel/rust": {
1117      "version": "2.16.1",
1118      "resolved": "https://registry.npmjs.org/@parcel/rust/-/rust-2.16.1.tgz",
1119      "integrity": "sha512-lQkf14MLKZSY/P8j1lrOgFvMCt95dO+VdXIIM2aHjbxnzYSIGgHIt2XDVtKULE+DexaYZbleA0tTnX8AABUIyQ==",
1120      "dev": true,
1121      "license": "MIT",
1122      "engines": {
1123        "node": ">= 16.0.0"
1124      },
1125      "funding": {
1126        "type": "opencollective",
1127        "url": "https://opencollective.com/parcel"
1128      },
1129      "optionalDependencies": {
1130        "@parcel/rust-darwin-arm64": "2.16.1",
1131        "@parcel/rust-darwin-x64": "2.16.1",
1132        "@parcel/rust-linux-arm-gnueabihf": "2.16.1",
1133        "@parcel/rust-linux-arm64-gnu": "2.16.1",
1134        "@parcel/rust-linux-arm64-musl": "2.16.1",
1135        "@parcel/rust-linux-x64-gnu": "2.16.1",
1136        "@parcel/rust-linux-x64-musl": "2.16.1",
1137        "@parcel/rust-win32-x64-msvc": "2.16.1"
1138      },
1139      "peerDependencies": {
1140        "napi-wasm": "^1.1.2"
1141      },
1142      "peerDependenciesMeta": {
1143        "napi-wasm": {
1144          "optional": true
1145        }
1146      }
1147    },
1148    "node_modules/@parcel/rust-darwin-arm64": {
1149      "version": "2.16.1",
1150      "resolved": "https://registry.npmjs.org/@parcel/rust-darwin-arm64/-/rust-darwin-arm64-2.16.1.tgz",
1151      "integrity": "sha512-6J1pnznHYzH1TOQbDZmbGa6bXNW+KXbD+XIihvQOid42DLGJNXRmwMmCU3en/759lF/pfmzmR7sm6wPKaKGfbg==",
1152      "cpu": [
1153        "arm64"
1154      ],
1155      "dev": true,
1156      "license": "MIT",
1157      "optional": true,
1158      "os": [
1159        "darwin"
1160      ],
1161      "engines": {
1162        "node": ">= 10"
1163      },
1164      "funding": {
1165        "type": "opencollective",
1166        "url": "https://opencollective.com/parcel"
1167      }
1168    },
1169    "node_modules/@parcel/rust-darwin-x64": {
1170      "version": "2.16.1",
1171      "resolved": "https://registry.npmjs.org/@parcel/rust-darwin-x64/-/rust-darwin-x64-2.16.1.tgz",
1172      "integrity": "sha512-NDZpxleSeJ0yPx4OobDcj+z5x6RzsWmuA1RXBDuCKhf2kyXKP3+kfmrQew/7Q0r9uKA5pqCIw0W4eFqy4IoqIA==",
1173      "cpu": [
1174        "x64"
1175      ],
1176      "dev": true,
1177      "license": "MIT",
1178      "optional": true,
1179      "os": [
1180        "darwin"
1181      ],
1182      "engines": {
1183        "node": ">= 10"
1184      },
1185      "funding": {
1186        "type": "opencollective",
1187        "url": "https://opencollective.com/parcel"
1188      }
1189    },
1190    "node_modules/@parcel/rust-linux-arm-gnueabihf": {
1191      "version": "2.16.1",
1192      "resolved": "https://registry.npmjs.org/@parcel/rust-linux-arm-gnueabihf/-/rust-linux-arm-gnueabihf-2.16.1.tgz",
1193      "integrity": "sha512-xLLcbMP38ya8/z5esp3ypN2htxO9AsY4uQqF2rigIUZ2abQwL4MPKxfVZtrExWdcrcWiFUbiwn3+GKu/0M9Yow==",
1194      "cpu": [
1195        "arm"
1196      ],
1197      "dev": true,
1198      "license": "MIT",
1199      "optional": true,
1200      "os": [
1201        "linux"
1202      ],
1203      "engines": {
1204        "node": ">= 10"
1205      },
1206      "funding": {
1207        "type": "opencollective",
1208        "url": "https://opencollective.com/parcel"
1209      }
1210    },
1211    "node_modules/@parcel/rust-linux-arm64-gnu": {
1212      "version": "2.16.1",
1213      "resolved": "https://registry.npmjs.org/@parcel/rust-linux-arm64-gnu/-/rust-linux-arm64-gnu-2.16.1.tgz",
1214      "integrity": "sha512-asZlimUq1wBmj2PDcoBSKD1SJvcLf1mXTcYGojOsA3dqkOOz7fGz7oubqZYn6IM+02cUDO4ekH+YBV6Eo7XlTg==",
1215      "cpu": [
1216        "arm64"
1217      ],
1218      "dev": true,
1219      "license": "MIT",
1220      "optional": true,
1221      "os": [
1222        "linux"
1223      ],
1224      "engines": {
1225        "node": ">= 10"
1226      },
1227      "funding": {
1228        "type": "opencollective",
1229        "url": "https://opencollective.com/parcel"
1230      }
1231    },
1232    "node_modules/@parcel/rust-linux-arm64-musl": {
1233      "version": "2.16.1",
1234      "resolved": "https://registry.npmjs.org/@parcel/rust-linux-arm64-musl/-/rust-linux-arm64-musl-2.16.1.tgz",
1235      "integrity": "sha512-japSgrHYDD+uNHQ8TEdEhpiWu0zWMVBE48W3HJ5FKkwUOY51whZa8w0lhYW88ykUDYtEEd1ipvflv0fSDFY1jw==",
1236      "cpu": [
1237        "arm64"
1238      ],
1239      "dev": true,
1240      "license": "MIT",
1241      "optional": true,
1242      "os": [
1243        "linux"
1244      ],
1245      "engines": {
1246        "node": ">= 10"
1247      },
1248      "funding": {
1249        "type": "opencollective",
1250        "url": "https://opencollective.com/parcel"
1251      }
1252    },
1253    "node_modules/@parcel/rust-linux-x64-gnu": {
1254      "version": "2.16.1",
1255      "resolved": "https://registry.npmjs.org/@parcel/rust-linux-x64-gnu/-/rust-linux-x64-gnu-2.16.1.tgz",
1256      "integrity": "sha512-A2LHDou7QDsKn3qlE+DHTBFqnjk0Hy1dhVEJgPgvW4N0XMa4x2JEcnLI9oFZ4KDXyMLGs0H6/smZ88zSdFoF3w==",
1257      "cpu": [
1258        "x64"
1259      ],
1260      "dev": true,
1261      "license": "MIT",
1262      "optional": true,
1263      "os": [
1264        "linux"
1265      ],
1266      "engines": {
1267        "node": ">= 10"
1268      },
1269      "funding": {
1270        "type": "opencollective",
1271        "url": "https://opencollective.com/parcel"
1272      }
1273    },
1274    "node_modules/@parcel/rust-linux-x64-musl": {
1275      "version": "2.16.1",
1276      "resolved": "https://registry.npmjs.org/@parcel/rust-linux-x64-musl/-/rust-linux-x64-musl-2.16.1.tgz",
1277      "integrity": "sha512-C+WgGbmIV1XxXUgNJdXpfZazqizYBvy7aesh8Z74QrlY99an/puQufd4kSbvwySN5iMGPSpN0VlyAUjDZLv9rQ==",
1278      "cpu": [
1279        "x64"
1280      ],
1281      "dev": true,
1282      "license": "MIT",
1283      "optional": true,
1284      "os": [
1285        "linux"
1286      ],
1287      "engines": {
1288        "node": ">= 10"
1289      },
1290      "funding": {
1291        "type": "opencollective",
1292        "url": "https://opencollective.com/parcel"
1293      }
1294    },
1295    "node_modules/@parcel/rust-win32-x64-msvc": {
1296      "version": "2.16.1",
1297      "resolved": "https://registry.npmjs.org/@parcel/rust-win32-x64-msvc/-/rust-win32-x64-msvc-2.16.1.tgz",
1298      "integrity": "sha512-m8LoaBJfw5nv/4elM/jNNhWL5/HqBHNQnrbnN89e8sxn4L/zv9bPoXqHOuZglXwyB5velw1MGonX9Be/aK00ag==",
1299      "cpu": [
1300        "x64"
1301      ],
1302      "dev": true,
1303      "license": "MIT",
1304      "optional": true,
1305      "os": [
1306        "win32"
1307      ],
1308      "engines": {
1309        "node": ">= 10"
1310      },
1311      "funding": {
1312        "type": "opencollective",
1313        "url": "https://opencollective.com/parcel"
1314      }
1315    },
1316    "node_modules/@parcel/source-map": {
1317      "version": "2.1.1",
1318      "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.1.1.tgz",
1319      "integrity": "sha512-Ejx1P/mj+kMjQb8/y5XxDUn4reGdr+WyKYloBljpppUy8gs42T+BNoEOuRYqDVdgPc6NxduzIDoJS9pOFfV5Ew==",
1320      "dev": true,
1321      "license": "MIT",
1322      "dependencies": {
1323        "detect-libc": "^1.0.3"
1324      },
1325      "engines": {
1326        "node": "^12.18.3 || >=14"
1327      }
1328    },
1329    "node_modules/@parcel/transformer-babel": {
1330      "version": "2.16.1",
1331      "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.16.1.tgz",
1332      "integrity": "sha512-/wjA5RaptiRMp+IxYOMiGlKDaymiEpwMJOPFvW0kDjvhrl40SqGfP4GgY3jV3N2GdC5jBpesDvo2RYd4/xaT9g==",
1333      "dev": true,
1334      "license": "MIT",
1335      "dependencies": {
1336        "@parcel/diagnostic": "2.16.1",
1337        "@parcel/plugin": "2.16.1",
1338        "@parcel/source-map": "^2.1.1",
1339        "@parcel/utils": "2.16.1",
1340        "browserslist": "^4.24.5",
1341        "json5": "^2.2.3",
1342        "nullthrows": "^1.1.1",
1343        "semver": "^7.7.1"
1344      },
1345      "engines": {
1346        "node": ">= 16.0.0",
1347        "parcel": "^2.16.1"
1348      },
1349      "funding": {
1350        "type": "opencollective",
1351        "url": "https://opencollective.com/parcel"
1352      }
1353    },
1354    "node_modules/@parcel/transformer-css": {
1355      "version": "2.16.1",
1356      "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.16.1.tgz",
1357      "integrity": "sha512-4lcrJFE1EdZ2z0Px0ynH+Eajg1vIoZzdqqz2x3UgWrkYVM4WHpZe/w7r2OCafyuobhJR4XYKTqxIYdHo4xWpiw==",
1358      "dev": true,
1359      "license": "MIT",
1360      "dependencies": {
1361        "@parcel/diagnostic": "2.16.1",
1362        "@parcel/plugin": "2.16.1",
1363        "@parcel/source-map": "^2.1.1",
1364        "@parcel/utils": "2.16.1",
1365        "browserslist": "^4.24.5",
1366        "lightningcss": "^1.30.1",
1367        "nullthrows": "^1.1.1"
1368      },
1369      "engines": {
1370        "node": ">= 16.0.0",
1371        "parcel": "^2.16.1"
1372      },
1373      "funding": {
1374        "type": "opencollective",
1375        "url": "https://opencollective.com/parcel"
1376      }
1377    },
1378    "node_modules/@parcel/transformer-html": {
1379      "version": "2.16.1",
1380      "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.16.1.tgz",
1381      "integrity": "sha512-9OP4f5JSKeDMP1LGJx4BMcMTqiF+uc+3Sum4zrlMBN6EuhYlj02IpcsHMWxZuY0uow/nnwY+aB3X83Bk3AFC1Q==",
1382      "dev": true,
1383      "license": "MIT",
1384      "dependencies": {
1385        "@parcel/diagnostic": "2.16.1",
1386        "@parcel/plugin": "2.16.1",
1387        "@parcel/rust": "2.16.1"
1388      },
1389      "engines": {
1390        "node": ">= 16.0.0",
1391        "parcel": "^2.16.1"
1392      },
1393      "funding": {
1394        "type": "opencollective",
1395        "url": "https://opencollective.com/parcel"
1396      }
1397    },
1398    "node_modules/@parcel/transformer-image": {
1399      "version": "2.16.1",
1400      "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.16.1.tgz",
1401      "integrity": "sha512-VyV8LMIK+7jtELpHky9MhD1hZl6YQ9F7LWIsPhrJ938HJEDwEQbZmiAJmMY9IV5kBOhhF3eGXSr/uSFA/F+Wcw==",
1402      "dev": true,
1403      "license": "MIT",
1404      "dependencies": {
1405        "@parcel/plugin": "2.16.1",
1406        "@parcel/utils": "2.16.1",
1407        "@parcel/workers": "2.16.1",
1408        "nullthrows": "^1.1.1"
1409      },
1410      "engines": {
1411        "node": ">= 16.0.0",
1412        "parcel": "^2.16.1"
1413      },
1414      "peerDependencies": {
1415        "@parcel/core": "^2.16.1"
1416      }
1417    },
1418    "node_modules/@parcel/transformer-js": {
1419      "version": "2.16.1",
1420      "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.16.1.tgz",
1421      "integrity": "sha512-GPQ3X9UqrlLDBg06u7rG+IZNT9Kl+7+6gY7qJkrw4If1JnmW5O+xVR8zHe/P+6BvxJnOg0iFqzUueZacYHmHzw==",
1422      "dev": true,
1423      "license": "MIT",
1424      "dependencies": {
1425        "@parcel/diagnostic": "2.16.1",
1426        "@parcel/plugin": "2.16.1",
1427        "@parcel/rust": "2.16.1",
1428        "@parcel/source-map": "^2.1.1",
1429        "@parcel/utils": "2.16.1",
1430        "@parcel/workers": "2.16.1",
1431        "@swc/helpers": "^0.5.0",
1432        "browserslist": "^4.24.5",
1433        "nullthrows": "^1.1.1",
1434        "regenerator-runtime": "^0.14.1",
1435        "semver": "^7.7.1"
1436      },
1437      "engines": {
1438        "node": ">= 16.0.0",
1439        "parcel": "^2.16.1"
1440      },
1441      "funding": {
1442        "type": "opencollective",
1443        "url": "https://opencollective.com/parcel"
1444      },
1445      "peerDependencies": {
1446        "@parcel/core": "^2.16.1"
1447      }
1448    },
1449    "node_modules/@parcel/transformer-json": {
1450      "version": "2.16.1",
1451      "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.16.1.tgz",
1452      "integrity": "sha512-LdRdPZiBPvSKHr0KeDnLpGxqPen1OV3nvkrjZex28TluaiHFLPOCC4AQOcJ4xhDNPCzt1bONjJ6QhkYjfogNqw==",
1453      "dev": true,
1454      "license": "MIT",
1455      "dependencies": {
1456        "@parcel/plugin": "2.16.1",
1457        "json5": "^2.2.3"
1458      },
1459      "engines": {
1460        "node": ">= 16.0.0",
1461        "parcel": "^2.16.1"
1462      },
1463      "funding": {
1464        "type": "opencollective",
1465        "url": "https://opencollective.com/parcel"
1466      }
1467    },
1468    "node_modules/@parcel/transformer-node": {
1469      "version": "2.16.1",
1470      "resolved": "https://registry.npmjs.org/@parcel/transformer-node/-/transformer-node-2.16.1.tgz",
1471      "integrity": "sha512-gclbMgvT8jNyTMFb5PeH0wni8N66dGMWgy381HZrRbkcb4KAw+PGLznrDng72Qyo/OxvEwK/IVkACz6EVoBygA==",
1472      "dev": true,
1473      "license": "MIT",
1474      "dependencies": {
1475        "@parcel/plugin": "2.16.1"
1476      },
1477      "engines": {
1478        "node": ">= 16.0.0",
1479        "parcel": "^2.16.1"
1480      },
1481      "funding": {
1482        "type": "opencollective",
1483        "url": "https://opencollective.com/parcel"
1484      }
1485    },
1486    "node_modules/@parcel/transformer-postcss": {
1487      "version": "2.16.1",
1488      "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.16.1.tgz",
1489      "integrity": "sha512-fw252N0Lx3sZ2+XwiwhAD1350k5wx0Ez4c83wm8cVMsMSV4qW5LHFmfh2+2iHYxbUj0vqCPCmo1hoiNvmixqKg==",
1490      "dev": true,
1491      "license": "MIT",
1492      "dependencies": {
1493        "@parcel/diagnostic": "2.16.1",
1494        "@parcel/plugin": "2.16.1",
1495        "@parcel/rust": "2.16.1",
1496        "@parcel/utils": "2.16.1",
1497        "clone": "^2.1.2",
1498        "nullthrows": "^1.1.1",
1499        "postcss-value-parser": "^4.2.0",
1500        "semver": "^7.7.1"
1501      },
1502      "engines": {
1503        "node": ">= 16.0.0",
1504        "parcel": "^2.16.1"
1505      },
1506      "funding": {
1507        "type": "opencollective",
1508        "url": "https://opencollective.com/parcel"
1509      }
1510    },
1511    "node_modules/@parcel/transformer-posthtml": {
1512      "version": "2.16.1",
1513      "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.16.1.tgz",
1514      "integrity": "sha512-QUdA4Q3nw2WPPkFeVzvTxq4tOkAxOmm1miP8FjXTeM6kOoYI296HIhqqMhiXj6BZ4J+zc/J+WpUCkYFDfEWScA==",
1515      "dev": true,
1516      "license": "MIT",
1517      "dependencies": {
1518        "@parcel/plugin": "2.16.1",
1519        "@parcel/utils": "2.16.1"
1520      },
1521      "engines": {
1522        "node": ">= 16.0.0",
1523        "parcel": "^2.16.1"
1524      },
1525      "funding": {
1526        "type": "opencollective",
1527        "url": "https://opencollective.com/parcel"
1528      }
1529    },
1530    "node_modules/@parcel/transformer-raw": {
1531      "version": "2.16.1",
1532      "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.16.1.tgz",
1533      "integrity": "sha512-wiNtbiXsXpdHNO1hGqTQNYQKKuwGcfz7pL/3Em+ucyqeaURXhRQVs5QIwCGIvHiVlS/5OrxPoVWSNA6d0oicAg==",
1534      "dev": true,
1535      "license": "MIT",
1536      "dependencies": {
1537        "@parcel/plugin": "2.16.1"
1538      },
1539      "engines": {
1540        "node": ">= 16.0.0",
1541        "parcel": "^2.16.1"
1542      },
1543      "funding": {
1544        "type": "opencollective",
1545        "url": "https://opencollective.com/parcel"
1546      }
1547    },
1548    "node_modules/@parcel/transformer-react-refresh-wrap": {
1549      "version": "2.16.1",
1550      "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.16.1.tgz",
1551      "integrity": "sha512-mUIA80/KtT3lz1Zep0t5VDqndSg0pqnkVdpBAn3QUABtT/2KR6Kr6YxFsxGAAN0BZ+Xnx92uPmQjhlkviVAk6g==",
1552      "dev": true,
1553      "license": "MIT",
1554      "dependencies": {
1555        "@parcel/error-overlay": "2.16.1",
1556        "@parcel/plugin": "2.16.1",
1557        "@parcel/utils": "2.16.1",
1558        "react-refresh": "^0.16.0"
1559      },
1560      "engines": {
1561        "node": ">= 16.0.0",
1562        "parcel": "^2.16.1"
1563      },
1564      "funding": {
1565        "type": "opencollective",
1566        "url": "https://opencollective.com/parcel"
1567      }
1568    },
1569    "node_modules/@parcel/transformer-svg": {
1570      "version": "2.16.1",
1571      "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.16.1.tgz",
1572      "integrity": "sha512-OBB0kDjDAAgNzcVqxo/igd+iQL3EDbo8C36JzvH07zR72OXErAdJhTdgtfRq4fqFtMyLyBLT/s3Z37c1GzLoCQ==",
1573      "dev": true,
1574      "license": "MIT",
1575      "dependencies": {
1576        "@parcel/diagnostic": "2.16.1",
1577        "@parcel/plugin": "2.16.1",
1578        "@parcel/rust": "2.16.1"
1579      },
1580      "engines": {
1581        "node": ">= 16.0.0",
1582        "parcel": "^2.16.1"
1583      },
1584      "funding": {
1585        "type": "opencollective",
1586        "url": "https://opencollective.com/parcel"
1587      }
1588    },
1589    "node_modules/@parcel/types": {
1590      "version": "2.16.1",
1591      "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.16.1.tgz",
1592      "integrity": "sha512-RFeomuzV/0Ze0jyzzx0u/eB4bXX6ISxrARA3k/3c7MQ+jaoY67+ELd8FwPV6ZmLqvvYIFdGiCZl6ascCABKwgg==",
1593      "dev": true,
1594      "license": "MIT",
1595      "dependencies": {
1596        "@parcel/types-internal": "2.16.1",
1597        "@parcel/workers": "2.16.1"
1598      }
1599    },
1600    "node_modules/@parcel/types-internal": {
1601      "version": "2.16.1",
1602      "resolved": "https://registry.npmjs.org/@parcel/types-internal/-/types-internal-2.16.1.tgz",
1603      "integrity": "sha512-HVCHm0uFyJMsu30bAfm/pd0RNsXRWX0mUXaDHzGJRZ2Yer53JA6elRwkgrPz1KosBA+OuNU/G8atXfCxPMXdKw==",
1604      "dev": true,
1605      "license": "MIT",
1606      "dependencies": {
1607        "@parcel/diagnostic": "2.16.1",
1608        "@parcel/feature-flags": "2.16.1",
1609        "@parcel/source-map": "^2.1.1",
1610        "utility-types": "^3.11.0"
1611      }
1612    },
1613    "node_modules/@parcel/utils": {
1614      "version": "2.16.1",
1615      "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.16.1.tgz",
1616      "integrity": "sha512-aoY6SCfAY7X6L39PFOsWNNcAobmJr4AJEgco+PJ2UAPFiHhkBZfUofXCwna5GHH5uqXZx6u3rAHiCUrM3bEDXg==",
1617      "dev": true,
1618      "license": "MIT",
1619      "dependencies": {
1620        "@parcel/codeframe": "2.16.1",
1621        "@parcel/diagnostic": "2.16.1",
1622        "@parcel/logger": "2.16.1",
1623        "@parcel/markdown-ansi": "2.16.1",
1624        "@parcel/rust": "2.16.1",
1625        "@parcel/source-map": "^2.1.1",
1626        "chalk": "^4.1.2",
1627        "nullthrows": "^1.1.1"
1628      },
1629      "engines": {
1630        "node": ">= 16.0.0"
1631      },
1632      "funding": {
1633        "type": "opencollective",
1634        "url": "https://opencollective.com/parcel"
1635      }
1636    },
1637    "node_modules/@parcel/watcher": {
1638      "version": "2.5.1",
1639      "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
1640      "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
1641      "dev": true,
1642      "hasInstallScript": true,
1643      "license": "MIT",
1644      "dependencies": {
1645        "detect-libc": "^1.0.3",
1646        "is-glob": "^4.0.3",
1647        "micromatch": "^4.0.5",
1648        "node-addon-api": "^7.0.0"
1649      },
1650      "engines": {
1651        "node": ">= 10.0.0"
1652      },
1653      "funding": {
1654        "type": "opencollective",
1655        "url": "https://opencollective.com/parcel"
1656      },
1657      "optionalDependencies": {
1658        "@parcel/watcher-android-arm64": "2.5.1",
1659        "@parcel/watcher-darwin-arm64": "2.5.1",
1660        "@parcel/watcher-darwin-x64": "2.5.1",
1661        "@parcel/watcher-freebsd-x64": "2.5.1",
1662        "@parcel/watcher-linux-arm-glibc": "2.5.1",
1663        "@parcel/watcher-linux-arm-musl": "2.5.1",
1664        "@parcel/watcher-linux-arm64-glibc": "2.5.1",
1665        "@parcel/watcher-linux-arm64-musl": "2.5.1",
1666        "@parcel/watcher-linux-x64-glibc": "2.5.1",
1667        "@parcel/watcher-linux-x64-musl": "2.5.1",
1668        "@parcel/watcher-win32-arm64": "2.5.1",
1669        "@parcel/watcher-win32-ia32": "2.5.1",
1670        "@parcel/watcher-win32-x64": "2.5.1"
1671      }
1672    },
1673    "node_modules/@parcel/watcher-android-arm64": {
1674      "version": "2.5.1",
1675      "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
1676      "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
1677      "cpu": [
1678        "arm64"
1679      ],
1680      "dev": true,
1681      "license": "MIT",
1682      "optional": true,
1683      "os": [
1684        "android"
1685      ],
1686      "engines": {
1687        "node": ">= 10.0.0"
1688      },
1689      "funding": {
1690        "type": "opencollective",
1691        "url": "https://opencollective.com/parcel"
1692      }
1693    },
1694    "node_modules/@parcel/watcher-darwin-arm64": {
1695      "version": "2.5.1",
1696      "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
1697      "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
1698      "cpu": [
1699        "arm64"
1700      ],
1701      "dev": true,
1702      "license": "MIT",
1703      "optional": true,
1704      "os": [
1705        "darwin"
1706      ],
1707      "engines": {
1708        "node": ">= 10.0.0"
1709      },
1710      "funding": {
1711        "type": "opencollective",
1712        "url": "https://opencollective.com/parcel"
1713      }
1714    },
1715    "node_modules/@parcel/watcher-darwin-x64": {
1716      "version": "2.5.1",
1717      "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
1718      "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
1719      "cpu": [
1720        "x64"
1721      ],
1722      "dev": true,
1723      "license": "MIT",
1724      "optional": true,
1725      "os": [
1726        "darwin"
1727      ],
1728      "engines": {
1729        "node": ">= 10.0.0"
1730      },
1731      "funding": {
1732        "type": "opencollective",
1733        "url": "https://opencollective.com/parcel"
1734      }
1735    },
1736    "node_modules/@parcel/watcher-freebsd-x64": {
1737      "version": "2.5.1",
1738      "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
1739      "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
1740      "cpu": [
1741        "x64"
1742      ],
1743      "dev": true,
1744      "license": "MIT",
1745      "optional": true,
1746      "os": [
1747        "freebsd"
1748      ],
1749      "engines": {
1750        "node": ">= 10.0.0"
1751      },
1752      "funding": {
1753        "type": "opencollective",
1754        "url": "https://opencollective.com/parcel"
1755      }
1756    },
1757    "node_modules/@parcel/watcher-linux-arm-glibc": {
1758      "version": "2.5.1",
1759      "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
1760      "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
1761      "cpu": [
1762        "arm"
1763      ],
1764      "dev": true,
1765      "license": "MIT",
1766      "optional": true,
1767      "os": [
1768        "linux"
1769      ],
1770      "engines": {
1771        "node": ">= 10.0.0"
1772      },
1773      "funding": {
1774        "type": "opencollective",
1775        "url": "https://opencollective.com/parcel"
1776      }
1777    },
1778    "node_modules/@parcel/watcher-linux-arm-musl": {
1779      "version": "2.5.1",
1780      "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
1781      "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
1782      "cpu": [
1783        "arm"
1784      ],
1785      "dev": true,
1786      "license": "MIT",
1787      "optional": true,
1788      "os": [
1789        "linux"
1790      ],
1791      "engines": {
1792        "node": ">= 10.0.0"
1793      },
1794      "funding": {
1795        "type": "opencollective",
1796        "url": "https://opencollective.com/parcel"
1797      }
1798    },
1799    "node_modules/@parcel/watcher-linux-arm64-glibc": {
1800      "version": "2.5.1",
1801      "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
1802      "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
1803      "cpu": [
1804        "arm64"
1805      ],
1806      "dev": true,
1807      "license": "MIT",
1808      "optional": true,
1809      "os": [
1810        "linux"
1811      ],
1812      "engines": {
1813        "node": ">= 10.0.0"
1814      },
1815      "funding": {
1816        "type": "opencollective",
1817        "url": "https://opencollective.com/parcel"
1818      }
1819    },
1820    "node_modules/@parcel/watcher-linux-arm64-musl": {
1821      "version": "2.5.1",
1822      "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
1823      "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
1824      "cpu": [
1825        "arm64"
1826      ],
1827      "dev": true,
1828      "license": "MIT",
1829      "optional": true,
1830      "os": [
1831        "linux"
1832      ],
1833      "engines": {
1834        "node": ">= 10.0.0"
1835      },
1836      "funding": {
1837        "type": "opencollective",
1838        "url": "https://opencollective.com/parcel"
1839      }
1840    },
1841    "node_modules/@parcel/watcher-linux-x64-glibc": {
1842      "version": "2.5.1",
1843      "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
1844      "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
1845      "cpu": [
1846        "x64"
1847      ],
1848      "dev": true,
1849      "license": "MIT",
1850      "optional": true,
1851      "os": [
1852        "linux"
1853      ],
1854      "engines": {
1855        "node": ">= 10.0.0"
1856      },
1857      "funding": {
1858        "type": "opencollective",
1859        "url": "https://opencollective.com/parcel"
1860      }
1861    },
1862    "node_modules/@parcel/watcher-linux-x64-musl": {
1863      "version": "2.5.1",
1864      "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
1865      "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
1866      "cpu": [
1867        "x64"
1868      ],
1869      "dev": true,
1870      "license": "MIT",
1871      "optional": true,
1872      "os": [
1873        "linux"
1874      ],
1875      "engines": {
1876        "node": ">= 10.0.0"
1877      },
1878      "funding": {
1879        "type": "opencollective",
1880        "url": "https://opencollective.com/parcel"
1881      }
1882    },
1883    "node_modules/@parcel/watcher-win32-arm64": {
1884      "version": "2.5.1",
1885      "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
1886      "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
1887      "cpu": [
1888        "arm64"
1889      ],
1890      "dev": true,
1891      "license": "MIT",
1892      "optional": true,
1893      "os": [
1894        "win32"
1895      ],
1896      "engines": {
1897        "node": ">= 10.0.0"
1898      },
1899      "funding": {
1900        "type": "opencollective",
1901        "url": "https://opencollective.com/parcel"
1902      }
1903    },
1904    "node_modules/@parcel/watcher-win32-ia32": {
1905      "version": "2.5.1",
1906      "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
1907      "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
1908      "cpu": [
1909        "ia32"
1910      ],
1911      "dev": true,
1912      "license": "MIT",
1913      "optional": true,
1914      "os": [
1915        "win32"
1916      ],
1917      "engines": {
1918        "node": ">= 10.0.0"
1919      },
1920      "funding": {
1921        "type": "opencollective",
1922        "url": "https://opencollective.com/parcel"
1923      }
1924    },
1925    "node_modules/@parcel/watcher-win32-x64": {
1926      "version": "2.5.1",
1927      "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
1928      "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
1929      "cpu": [
1930        "x64"
1931      ],
1932      "dev": true,
1933      "license": "MIT",
1934      "optional": true,
1935      "os": [
1936        "win32"
1937      ],
1938      "engines": {
1939        "node": ">= 10.0.0"
1940      },
1941      "funding": {
1942        "type": "opencollective",
1943        "url": "https://opencollective.com/parcel"
1944      }
1945    },
1946    "node_modules/@parcel/workers": {
1947      "version": "2.16.1",
1948      "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.16.1.tgz",
1949      "integrity": "sha512-yEUAjBrSgo5MYAAQbncYbw1m9WrNiJs+xKdfdHNUrOHlT7G+v62HJAZJWJsvyGQBE2nchSO+bEPgv+kxAF8mIA==",
1950      "dev": true,
1951      "license": "MIT",
1952      "dependencies": {
1953        "@parcel/diagnostic": "2.16.1",
1954        "@parcel/logger": "2.16.1",
1955        "@parcel/profiler": "2.16.1",
1956        "@parcel/types-internal": "2.16.1",
1957        "@parcel/utils": "2.16.1",
1958        "nullthrows": "^1.1.1"
1959      },
1960      "engines": {
1961        "node": ">= 16.0.0"
1962      },
1963      "funding": {
1964        "type": "opencollective",
1965        "url": "https://opencollective.com/parcel"
1966      },
1967      "peerDependencies": {
1968        "@parcel/core": "^2.16.1"
1969      }
1970    },
1971    "node_modules/@swc/core": {
1972      "version": "1.15.1",
1973      "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.1.tgz",
1974      "integrity": "sha512-s9GN3M2jA32k+StvuS9uGe4ztf5KVGBdlJMMC6LR6Ah23Lq/CWKVcC3WeQi8qaAcLd+DiddoNCNMUWymLv+wWQ==",
1975      "dev": true,
1976      "hasInstallScript": true,
1977      "license": "Apache-2.0",
1978      "dependencies": {
1979        "@swc/counter": "^0.1.3",
1980        "@swc/types": "^0.1.25"
1981      },
1982      "engines": {
1983        "node": ">=10"
1984      },
1985      "funding": {
1986        "type": "opencollective",
1987        "url": "https://opencollective.com/swc"
1988      },
1989      "optionalDependencies": {
1990        "@swc/core-darwin-arm64": "1.15.1",
1991        "@swc/core-darwin-x64": "1.15.1",
1992        "@swc/core-linux-arm-gnueabihf": "1.15.1",
1993        "@swc/core-linux-arm64-gnu": "1.15.1",
1994        "@swc/core-linux-arm64-musl": "1.15.1",
1995        "@swc/core-linux-x64-gnu": "1.15.1",
1996        "@swc/core-linux-x64-musl": "1.15.1",
1997        "@swc/core-win32-arm64-msvc": "1.15.1",
1998        "@swc/core-win32-ia32-msvc": "1.15.1",
1999        "@swc/core-win32-x64-msvc": "1.15.1"
2000      },
2001      "peerDependencies": {
2002        "@swc/helpers": ">=0.5.17"
2003      },
2004      "peerDependenciesMeta": {
2005        "@swc/helpers": {
2006          "optional": true
2007        }
2008      }
2009    },
2010    "node_modules/@swc/core-darwin-arm64": {
2011      "version": "1.15.1",
2012      "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.1.tgz",
2013      "integrity": "sha512-vEPrVxegWIjKEz+1VCVuKRY89jhokhSmQ/YXBWLnmLj9cI08G61RTZJvdsIcjYUjjTu7NgZlYVK+b2y0fbh11g==",
2014      "cpu": [
2015        "arm64"
2016      ],
2017      "dev": true,
2018      "license": "Apache-2.0 AND MIT",
2019      "optional": true,
2020      "os": [
2021        "darwin"
2022      ],
2023      "engines": {
2024        "node": ">=10"
2025      }
2026    },
2027    "node_modules/@swc/core-darwin-x64": {
2028      "version": "1.15.1",
2029      "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.1.tgz",
2030      "integrity": "sha512-z9QguKxE3aldvwKHHDg5OlKehasbJBF1lacn5CnN6SlrHbdwokXHFA3nIoO3Bh1Tw7bCgFtdIR4jKlTTn3kBZA==",
2031      "cpu": [
2032        "x64"
2033      ],
2034      "dev": true,
2035      "license": "Apache-2.0 AND MIT",
2036      "optional": true,
2037      "os": [
2038        "darwin"
2039      ],
2040      "engines": {
2041        "node": ">=10"
2042      }
2043    },
2044    "node_modules/@swc/core-linux-arm-gnueabihf": {
2045      "version": "1.15.1",
2046      "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.1.tgz",
2047      "integrity": "sha512-yS2FHA8E4YeiPG9YeYk/6mKiCWuXR5RdYlCmtlGzKcjWbI4GXUVe7+p9C0M6myRt3zdj3M1knmJxk52MQA9EZQ==",
2048      "cpu": [
2049        "arm"
2050      ],
2051      "dev": true,
2052      "license": "Apache-2.0",
2053      "optional": true,
2054      "os": [
2055        "linux"
2056      ],
2057      "engines": {
2058        "node": ">=10"
2059      }
2060    },
2061    "node_modules/@swc/core-linux-arm64-gnu": {
2062      "version": "1.15.1",
2063      "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.1.tgz",
2064      "integrity": "sha512-IFrjDu7+5Y61jLsUqBVXlXutDoPBX10eEeNTjW6C1yzm+cSTE7ayiKXMIFri4gEZ4VpXS6MUgkwjxtDpIXTh+w==",
2065      "cpu": [
2066        "arm64"
2067      ],
2068      "dev": true,
2069      "license": "Apache-2.0 AND MIT",
2070      "optional": true,
2071      "os": [
2072        "linux"
2073      ],
2074      "engines": {
2075        "node": ">=10"
2076      }
2077    },
2078    "node_modules/@swc/core-linux-arm64-musl": {
2079      "version": "1.15.1",
2080      "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.1.tgz",
2081      "integrity": "sha512-fKzP9mRQGbhc5QhJPIsqKNNX/jyWrZgBxmo3Nz1SPaepfCUc7RFmtcJQI5q8xAun3XabXjh90wqcY/OVyg2+Kg==",
2082      "cpu": [
2083        "arm64"
2084      ],
2085      "dev": true,
2086      "license": "Apache-2.0 AND MIT",
2087      "optional": true,
2088      "os": [
2089        "linux"
2090      ],
2091      "engines": {
2092        "node": ">=10"
2093      }
2094    },
2095    "node_modules/@swc/core-linux-x64-gnu": {
2096      "version": "1.15.1",
2097      "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.1.tgz",
2098      "integrity": "sha512-ZLjMi138uTJxb+1wzo4cB8mIbJbAsSLWRNeHc1g1pMvkERPWOGlem+LEYkkzaFzCNv1J8aKcL653Vtw8INHQeg==",
2099      "cpu": [
2100        "x64"
2101      ],
2102      "dev": true,
2103      "license": "Apache-2.0 AND MIT",
2104      "optional": true,
2105      "os": [
2106        "linux"
2107      ],
2108      "engines": {
2109        "node": ">=10"
2110      }
2111    },
2112    "node_modules/@swc/core-linux-x64-musl": {
2113      "version": "1.15.1",
2114      "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.1.tgz",
2115      "integrity": "sha512-jvSI1IdsIYey5kOITzyajjofXOOySVitmLxb45OPUjoNojql4sDojvlW5zoHXXFePdA6qAX4Y6KbzAOV3T3ctA==",
2116      "cpu": [
2117        "x64"
2118      ],
2119      "dev": true,
2120      "license": "Apache-2.0 AND MIT",
2121      "optional": true,
2122      "os": [
2123        "linux"
2124      ],
2125      "engines": {
2126        "node": ">=10"
2127      }
2128    },
2129    "node_modules/@swc/core-win32-arm64-msvc": {
2130      "version": "1.15.1",
2131      "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.1.tgz",
2132      "integrity": "sha512-X/FcDtNrDdY9r4FcXHt9QxUqC/2FbQdvZobCKHlHe8vTSKhUHOilWl5EBtkFVfsEs4D5/yAri9e3bJbwyBhhBw==",
2133      "cpu": [
2134        "arm64"
2135      ],
2136      "dev": true,
2137      "license": "Apache-2.0 AND MIT",
2138      "optional": true,
2139      "os": [
2140        "win32"
2141      ],
2142      "engines": {
2143        "node": ">=10"
2144      }
2145    },
2146    "node_modules/@swc/core-win32-ia32-msvc": {
2147      "version": "1.15.1",
2148      "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.1.tgz",
2149      "integrity": "sha512-vfheiWBux8PpC87oy1cshcqzgH7alWYpnVq5jWe7xuVkjqjGGDbBUKuS84eJCdsWcVaB5EXIWLKt+11W3/BOwA==",
2150      "cpu": [
2151        "ia32"
2152      ],
2153      "dev": true,
2154      "license": "Apache-2.0 AND MIT",
2155      "optional": true,
2156      "os": [
2157        "win32"
2158      ],
2159      "engines": {
2160        "node": ">=10"
2161      }
2162    },
2163    "node_modules/@swc/core-win32-x64-msvc": {
2164      "version": "1.15.1",
2165      "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.1.tgz",
2166      "integrity": "sha512-n3Ppn0LSov/IdlANq+8kxHqENuJRX5XtwQqPgQsgwKIcFq22u17NKfDs9vL5PwRsEHY6Xd67pnOqQX0h4AvbuQ==",
2167      "cpu": [
2168        "x64"
2169      ],
2170      "dev": true,
2171      "license": "Apache-2.0 AND MIT",
2172      "optional": true,
2173      "os": [
2174        "win32"
2175      ],
2176      "engines": {
2177        "node": ">=10"
2178      }
2179    },
2180    "node_modules/@swc/counter": {
2181      "version": "0.1.3",
2182      "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
2183      "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
2184      "dev": true,
2185      "license": "Apache-2.0"
2186    },
2187    "node_modules/@swc/helpers": {
2188      "version": "0.5.17",
2189      "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
2190      "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
2191      "dev": true,
2192      "license": "Apache-2.0",
2193      "dependencies": {
2194        "tslib": "^2.8.0"
2195      }
2196    },
2197    "node_modules/@swc/types": {
2198      "version": "0.1.25",
2199      "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.25.tgz",
2200      "integrity": "sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==",
2201      "dev": true,
2202      "license": "Apache-2.0",
2203      "dependencies": {
2204        "@swc/counter": "^0.1.3"
2205      }
2206    },
2207    "node_modules/ansi-styles": {
2208      "version": "4.3.0",
2209      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2210      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2211      "dev": true,
2212      "license": "MIT",
2213      "dependencies": {
2214        "color-convert": "^2.0.1"
2215      },
2216      "engines": {
2217        "node": ">=8"
2218      },
2219      "funding": {
2220        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2221      }
2222    },
2223    "node_modules/base-x": {
2224      "version": "3.0.11",
2225      "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.11.tgz",
2226      "integrity": "sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==",
2227      "dev": true,
2228      "license": "MIT",
2229      "dependencies": {
2230        "safe-buffer": "^5.0.1"
2231      }
2232    },
2233    "node_modules/baseline-browser-mapping": {
2234      "version": "2.8.26",
2235      "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.26.tgz",
2236      "integrity": "sha512-73lC1ugzwoaWCLJ1LvOgrR5xsMLTqSKIEoMHVtL9E/HNk0PXtTM76ZIm84856/SF7Nv8mPZxKoBsgpm0tR1u1Q==",
2237      "dev": true,
2238      "license": "Apache-2.0",
2239      "bin": {
2240        "baseline-browser-mapping": "dist/cli.js"
2241      }
2242    },
2243    "node_modules/braces": {
2244      "version": "3.0.3",
2245      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
2246      "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
2247      "dev": true,
2248      "license": "MIT",
2249      "dependencies": {
2250        "fill-range": "^7.1.1"
2251      },
2252      "engines": {
2253        "node": ">=8"
2254      }
2255    },
2256    "node_modules/browserslist": {
2257      "version": "4.28.0",
2258      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz",
2259      "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
2260      "dev": true,
2261      "funding": [
2262        {
2263          "type": "opencollective",
2264          "url": "https://opencollective.com/browserslist"
2265        },
2266        {
2267          "type": "tidelift",
2268          "url": "https://tidelift.com/funding/github/npm/browserslist"
2269        },
2270        {
2271          "type": "github",
2272          "url": "https://github.com/sponsors/ai"
2273        }
2274      ],
2275      "license": "MIT",
2276      "dependencies": {
2277        "baseline-browser-mapping": "^2.8.25",
2278        "caniuse-lite": "^1.0.30001754",
2279        "electron-to-chromium": "^1.5.249",
2280        "node-releases": "^2.0.27",
2281        "update-browserslist-db": "^1.1.4"
2282      },
2283      "bin": {
2284        "browserslist": "cli.js"
2285      },
2286      "engines": {
2287        "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2288      }
2289    },
2290    "node_modules/caniuse-lite": {
2291      "version": "1.0.30001754",
2292      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz",
2293      "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==",
2294      "dev": true,
2295      "funding": [
2296        {
2297          "type": "opencollective",
2298          "url": "https://opencollective.com/browserslist"
2299        },
2300        {
2301          "type": "tidelift",
2302          "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2303        },
2304        {
2305          "type": "github",
2306          "url": "https://github.com/sponsors/ai"
2307        }
2308      ],
2309      "license": "CC-BY-4.0"
2310    },
2311    "node_modules/chalk": {
2312      "version": "4.1.2",
2313      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2314      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2315      "dev": true,
2316      "license": "MIT",
2317      "dependencies": {
2318        "ansi-styles": "^4.1.0",
2319        "supports-color": "^7.1.0"
2320      },
2321      "engines": {
2322        "node": ">=10"
2323      },
2324      "funding": {
2325        "url": "https://github.com/chalk/chalk?sponsor=1"
2326      }
2327    },
2328    "node_modules/chrome-trace-event": {
2329      "version": "1.0.4",
2330      "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
2331      "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
2332      "dev": true,
2333      "license": "MIT",
2334      "engines": {
2335        "node": ">=6.0"
2336      }
2337    },
2338    "node_modules/clone": {
2339      "version": "2.1.2",
2340      "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
2341      "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
2342      "dev": true,
2343      "license": "MIT",
2344      "engines": {
2345        "node": ">=0.8"
2346      }
2347    },
2348    "node_modules/color-convert": {
2349      "version": "2.0.1",
2350      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2351      "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2352      "dev": true,
2353      "license": "MIT",
2354      "dependencies": {
2355        "color-name": "~1.1.4"
2356      },
2357      "engines": {
2358        "node": ">=7.0.0"
2359      }
2360    },
2361    "node_modules/color-name": {
2362      "version": "1.1.4",
2363      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2364      "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2365      "dev": true,
2366      "license": "MIT"
2367    },
2368    "node_modules/commander": {
2369      "version": "12.1.0",
2370      "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
2371      "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
2372      "dev": true,
2373      "license": "MIT",
2374      "engines": {
2375        "node": ">=18"
2376      }
2377    },
2378    "node_modules/crelt": {
2379      "version": "1.0.6",
2380      "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz",
2381      "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==",
2382      "license": "MIT"
2383    },
2384    "node_modules/detect-libc": {
2385      "version": "1.0.3",
2386      "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
2387      "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
2388      "dev": true,
2389      "license": "Apache-2.0",
2390      "bin": {
2391        "detect-libc": "bin/detect-libc.js"
2392      },
2393      "engines": {
2394        "node": ">=0.10"
2395      }
2396    },
2397    "node_modules/dotenv": {
2398      "version": "16.6.1",
2399      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
2400      "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
2401      "dev": true,
2402      "license": "BSD-2-Clause",
2403      "engines": {
2404        "node": ">=12"
2405      },
2406      "funding": {
2407        "url": "https://dotenvx.com"
2408      }
2409    },
2410    "node_modules/dotenv-expand": {
2411      "version": "11.0.7",
2412      "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.7.tgz",
2413      "integrity": "sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==",
2414      "dev": true,
2415      "license": "BSD-2-Clause",
2416      "dependencies": {
2417        "dotenv": "^16.4.5"
2418      },
2419      "engines": {
2420        "node": ">=12"
2421      },
2422      "funding": {
2423        "url": "https://dotenvx.com"
2424      }
2425    },
2426    "node_modules/electron-to-chromium": {
2427      "version": "1.5.250",
2428      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.250.tgz",
2429      "integrity": "sha512-/5UMj9IiGDMOFBnN4i7/Ry5onJrAGSbOGo3s9FEKmwobGq6xw832ccET0CE3CkkMBZ8GJSlUIesZofpyurqDXw==",
2430      "dev": true,
2431      "license": "ISC"
2432    },
2433    "node_modules/escalade": {
2434      "version": "3.2.0",
2435      "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2436      "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2437      "dev": true,
2438      "license": "MIT",
2439      "engines": {
2440        "node": ">=6"
2441      }
2442    },
2443    "node_modules/fill-range": {
2444      "version": "7.1.1",
2445      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
2446      "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
2447      "dev": true,
2448      "license": "MIT",
2449      "dependencies": {
2450        "to-regex-range": "^5.0.1"
2451      },
2452      "engines": {
2453        "node": ">=8"
2454      }
2455    },
2456    "node_modules/get-port": {
2457      "version": "4.2.0",
2458      "resolved": "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz",
2459      "integrity": "sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==",
2460      "dev": true,
2461      "license": "MIT",
2462      "engines": {
2463        "node": ">=6"
2464      }
2465    },
2466    "node_modules/globals": {
2467      "version": "13.24.0",
2468      "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
2469      "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
2470      "dev": true,
2471      "license": "MIT",
2472      "dependencies": {
2473        "type-fest": "^0.20.2"
2474      },
2475      "engines": {
2476        "node": ">=8"
2477      },
2478      "funding": {
2479        "url": "https://github.com/sponsors/sindresorhus"
2480      }
2481    },
2482    "node_modules/has-flag": {
2483      "version": "4.0.0",
2484      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2485      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2486      "dev": true,
2487      "license": "MIT",
2488      "engines": {
2489        "node": ">=8"
2490      }
2491    },
2492    "node_modules/is-extglob": {
2493      "version": "2.1.1",
2494      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
2495      "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2496      "dev": true,
2497      "license": "MIT",
2498      "engines": {
2499        "node": ">=0.10.0"
2500      }
2501    },
2502    "node_modules/is-glob": {
2503      "version": "4.0.3",
2504      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2505      "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2506      "dev": true,
2507      "license": "MIT",
2508      "dependencies": {
2509        "is-extglob": "^2.1.1"
2510      },
2511      "engines": {
2512        "node": ">=0.10.0"
2513      }
2514    },
2515    "node_modules/is-number": {
2516      "version": "7.0.0",
2517      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
2518      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
2519      "dev": true,
2520      "license": "MIT",
2521      "engines": {
2522        "node": ">=0.12.0"
2523      }
2524    },
2525    "node_modules/json5": {
2526      "version": "2.2.3",
2527      "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2528      "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2529      "dev": true,
2530      "license": "MIT",
2531      "bin": {
2532        "json5": "lib/cli.js"
2533      },
2534      "engines": {
2535        "node": ">=6"
2536      }
2537    },
2538    "node_modules/lightningcss": {
2539      "version": "1.30.2",
2540      "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
2541      "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
2542      "dev": true,
2543      "license": "MPL-2.0",
2544      "dependencies": {
2545        "detect-libc": "^2.0.3"
2546      },
2547      "engines": {
2548        "node": ">= 12.0.0"
2549      },
2550      "funding": {
2551        "type": "opencollective",
2552        "url": "https://opencollective.com/parcel"
2553      },
2554      "optionalDependencies": {
2555        "lightningcss-android-arm64": "1.30.2",
2556        "lightningcss-darwin-arm64": "1.30.2",
2557        "lightningcss-darwin-x64": "1.30.2",
2558        "lightningcss-freebsd-x64": "1.30.2",
2559        "lightningcss-linux-arm-gnueabihf": "1.30.2",
2560        "lightningcss-linux-arm64-gnu": "1.30.2",
2561        "lightningcss-linux-arm64-musl": "1.30.2",
2562        "lightningcss-linux-x64-gnu": "1.30.2",
2563        "lightningcss-linux-x64-musl": "1.30.2",
2564        "lightningcss-win32-arm64-msvc": "1.30.2",
2565        "lightningcss-win32-x64-msvc": "1.30.2"
2566      }
2567    },
2568    "node_modules/lightningcss-android-arm64": {
2569      "version": "1.30.2",
2570      "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
2571      "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
2572      "cpu": [
2573        "arm64"
2574      ],
2575      "dev": true,
2576      "license": "MPL-2.0",
2577      "optional": true,
2578      "os": [
2579        "android"
2580      ],
2581      "engines": {
2582        "node": ">= 12.0.0"
2583      },
2584      "funding": {
2585        "type": "opencollective",
2586        "url": "https://opencollective.com/parcel"
2587      }
2588    },
2589    "node_modules/lightningcss-darwin-arm64": {
2590      "version": "1.30.2",
2591      "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
2592      "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
2593      "cpu": [
2594        "arm64"
2595      ],
2596      "dev": true,
2597      "license": "MPL-2.0",
2598      "optional": true,
2599      "os": [
2600        "darwin"
2601      ],
2602      "engines": {
2603        "node": ">= 12.0.0"
2604      },
2605      "funding": {
2606        "type": "opencollective",
2607        "url": "https://opencollective.com/parcel"
2608      }
2609    },
2610    "node_modules/lightningcss-darwin-x64": {
2611      "version": "1.30.2",
2612      "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
2613      "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
2614      "cpu": [
2615        "x64"
2616      ],
2617      "dev": true,
2618      "license": "MPL-2.0",
2619      "optional": true,
2620      "os": [
2621        "darwin"
2622      ],
2623      "engines": {
2624        "node": ">= 12.0.0"
2625      },
2626      "funding": {
2627        "type": "opencollective",
2628        "url": "https://opencollective.com/parcel"
2629      }
2630    },
2631    "node_modules/lightningcss-freebsd-x64": {
2632      "version": "1.30.2",
2633      "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
2634      "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
2635      "cpu": [
2636        "x64"
2637      ],
2638      "dev": true,
2639      "license": "MPL-2.0",
2640      "optional": true,
2641      "os": [
2642        "freebsd"
2643      ],
2644      "engines": {
2645        "node": ">= 12.0.0"
2646      },
2647      "funding": {
2648        "type": "opencollective",
2649        "url": "https://opencollective.com/parcel"
2650      }
2651    },
2652    "node_modules/lightningcss-linux-arm-gnueabihf": {
2653      "version": "1.30.2",
2654      "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
2655      "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
2656      "cpu": [
2657        "arm"
2658      ],
2659      "dev": true,
2660      "license": "MPL-2.0",
2661      "optional": true,
2662      "os": [
2663        "linux"
2664      ],
2665      "engines": {
2666        "node": ">= 12.0.0"
2667      },
2668      "funding": {
2669        "type": "opencollective",
2670        "url": "https://opencollective.com/parcel"
2671      }
2672    },
2673    "node_modules/lightningcss-linux-arm64-gnu": {
2674      "version": "1.30.2",
2675      "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
2676      "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
2677      "cpu": [
2678        "arm64"
2679      ],
2680      "dev": true,
2681      "license": "MPL-2.0",
2682      "optional": true,
2683      "os": [
2684        "linux"
2685      ],
2686      "engines": {
2687        "node": ">= 12.0.0"
2688      },
2689      "funding": {
2690        "type": "opencollective",
2691        "url": "https://opencollective.com/parcel"
2692      }
2693    },
2694    "node_modules/lightningcss-linux-arm64-musl": {
2695      "version": "1.30.2",
2696      "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
2697      "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
2698      "cpu": [
2699        "arm64"
2700      ],
2701      "dev": true,
2702      "license": "MPL-2.0",
2703      "optional": true,
2704      "os": [
2705        "linux"
2706      ],
2707      "engines": {
2708        "node": ">= 12.0.0"
2709      },
2710      "funding": {
2711        "type": "opencollective",
2712        "url": "https://opencollective.com/parcel"
2713      }
2714    },
2715    "node_modules/lightningcss-linux-x64-gnu": {
2716      "version": "1.30.2",
2717      "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
2718      "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
2719      "cpu": [
2720        "x64"
2721      ],
2722      "dev": true,
2723      "license": "MPL-2.0",
2724      "optional": true,
2725      "os": [
2726        "linux"
2727      ],
2728      "engines": {
2729        "node": ">= 12.0.0"
2730      },
2731      "funding": {
2732        "type": "opencollective",
2733        "url": "https://opencollective.com/parcel"
2734      }
2735    },
2736    "node_modules/lightningcss-linux-x64-musl": {
2737      "version": "1.30.2",
2738      "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
2739      "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
2740      "cpu": [
2741        "x64"
2742      ],
2743      "dev": true,
2744      "license": "MPL-2.0",
2745      "optional": true,
2746      "os": [
2747        "linux"
2748      ],
2749      "engines": {
2750        "node": ">= 12.0.0"
2751      },
2752      "funding": {
2753        "type": "opencollective",
2754        "url": "https://opencollective.com/parcel"
2755      }
2756    },
2757    "node_modules/lightningcss-win32-arm64-msvc": {
2758      "version": "1.30.2",
2759      "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
2760      "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
2761      "cpu": [
2762        "arm64"
2763      ],
2764      "dev": true,
2765      "license": "MPL-2.0",
2766      "optional": true,
2767      "os": [
2768        "win32"
2769      ],
2770      "engines": {
2771        "node": ">= 12.0.0"
2772      },
2773      "funding": {
2774        "type": "opencollective",
2775        "url": "https://opencollective.com/parcel"
2776      }
2777    },
2778    "node_modules/lightningcss-win32-x64-msvc": {
2779      "version": "1.30.2",
2780      "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
2781      "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
2782      "cpu": [
2783        "x64"
2784      ],
2785      "dev": true,
2786      "license": "MPL-2.0",
2787      "optional": true,
2788      "os": [
2789        "win32"
2790      ],
2791      "engines": {
2792        "node": ">= 12.0.0"
2793      },
2794      "funding": {
2795        "type": "opencollective",
2796        "url": "https://opencollective.com/parcel"
2797      }
2798    },
2799    "node_modules/lightningcss/node_modules/detect-libc": {
2800      "version": "2.1.2",
2801      "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2802      "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2803      "dev": true,
2804      "license": "Apache-2.0",
2805      "engines": {
2806        "node": ">=8"
2807      }
2808    },
2809    "node_modules/lmdb": {
2810      "version": "2.8.5",
2811      "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.8.5.tgz",
2812      "integrity": "sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==",
2813      "dev": true,
2814      "hasInstallScript": true,
2815      "license": "MIT",
2816      "dependencies": {
2817        "msgpackr": "^1.9.5",
2818        "node-addon-api": "^6.1.0",
2819        "node-gyp-build-optional-packages": "5.1.1",
2820        "ordered-binary": "^1.4.1",
2821        "weak-lru-cache": "^1.2.2"
2822      },
2823      "bin": {
2824        "download-lmdb-prebuilds": "bin/download-prebuilds.js"
2825      },
2826      "optionalDependencies": {
2827        "@lmdb/lmdb-darwin-arm64": "2.8.5",
2828        "@lmdb/lmdb-darwin-x64": "2.8.5",
2829        "@lmdb/lmdb-linux-arm": "2.8.5",
2830        "@lmdb/lmdb-linux-arm64": "2.8.5",
2831        "@lmdb/lmdb-linux-x64": "2.8.5",
2832        "@lmdb/lmdb-win32-x64": "2.8.5"
2833      }
2834    },
2835    "node_modules/lmdb/node_modules/node-addon-api": {
2836      "version": "6.1.0",
2837      "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz",
2838      "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==",
2839      "dev": true,
2840      "license": "MIT"
2841    },
2842    "node_modules/micromatch": {
2843      "version": "4.0.8",
2844      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
2845      "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
2846      "dev": true,
2847      "license": "MIT",
2848      "dependencies": {
2849        "braces": "^3.0.3",
2850        "picomatch": "^2.3.1"
2851      },
2852      "engines": {
2853        "node": ">=8.6"
2854      }
2855    },
2856    "node_modules/msgpackr": {
2857      "version": "1.11.5",
2858      "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.5.tgz",
2859      "integrity": "sha512-UjkUHN0yqp9RWKy0Lplhh+wlpdt9oQBYgULZOiFhV3VclSF1JnSQWZ5r9gORQlNYaUKQoR8itv7g7z1xDDuACA==",
2860      "dev": true,
2861      "license": "MIT",
2862      "optionalDependencies": {
2863        "msgpackr-extract": "^3.0.2"
2864      }
2865    },
2866    "node_modules/msgpackr-extract": {
2867      "version": "3.0.3",
2868      "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz",
2869      "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==",
2870      "dev": true,
2871      "hasInstallScript": true,
2872      "license": "MIT",
2873      "optional": true,
2874      "dependencies": {
2875        "node-gyp-build-optional-packages": "5.2.2"
2876      },
2877      "bin": {
2878        "download-msgpackr-prebuilds": "bin/download-prebuilds.js"
2879      },
2880      "optionalDependencies": {
2881        "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3",
2882        "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3",
2883        "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3",
2884        "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3",
2885        "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3",
2886        "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3"
2887      }
2888    },
2889    "node_modules/msgpackr-extract/node_modules/detect-libc": {
2890      "version": "2.1.2",
2891      "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2892      "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2893      "dev": true,
2894      "license": "Apache-2.0",
2895      "optional": true,
2896      "engines": {
2897        "node": ">=8"
2898      }
2899    },
2900    "node_modules/msgpackr-extract/node_modules/node-gyp-build-optional-packages": {
2901      "version": "5.2.2",
2902      "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz",
2903      "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==",
2904      "dev": true,
2905      "license": "MIT",
2906      "optional": true,
2907      "dependencies": {
2908        "detect-libc": "^2.0.1"
2909      },
2910      "bin": {
2911        "node-gyp-build-optional-packages": "bin.js",
2912        "node-gyp-build-optional-packages-optional": "optional.js",
2913        "node-gyp-build-optional-packages-test": "build-test.js"
2914      }
2915    },
2916    "node_modules/node-addon-api": {
2917      "version": "7.1.1",
2918      "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
2919      "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
2920      "dev": true,
2921      "license": "MIT"
2922    },
2923    "node_modules/node-gyp-build-optional-packages": {
2924      "version": "5.1.1",
2925      "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.1.1.tgz",
2926      "integrity": "sha512-+P72GAjVAbTxjjwUmwjVrqrdZROD4nf8KgpBoDxqXXTiYZZt/ud60dE5yvCSr9lRO8e8yv6kgJIC0K0PfZFVQw==",
2927      "dev": true,
2928      "license": "MIT",
2929      "dependencies": {
2930        "detect-libc": "^2.0.1"
2931      },
2932      "bin": {
2933        "node-gyp-build-optional-packages": "bin.js",
2934        "node-gyp-build-optional-packages-optional": "optional.js",
2935        "node-gyp-build-optional-packages-test": "build-test.js"
2936      }
2937    },
2938    "node_modules/node-gyp-build-optional-packages/node_modules/detect-libc": {
2939      "version": "2.1.2",
2940      "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2941      "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2942      "dev": true,
2943      "license": "Apache-2.0",
2944      "engines": {
2945        "node": ">=8"
2946      }
2947    },
2948    "node_modules/node-releases": {
2949      "version": "2.0.27",
2950      "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
2951      "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
2952      "dev": true,
2953      "license": "MIT"
2954    },
2955    "node_modules/nullthrows": {
2956      "version": "1.1.1",
2957      "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz",
2958      "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==",
2959      "dev": true,
2960      "license": "MIT"
2961    },
2962    "node_modules/ordered-binary": {
2963      "version": "1.6.0",
2964      "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.6.0.tgz",
2965      "integrity": "sha512-IQh2aMfMIDbPjI/8a3Edr+PiOpcsB7yo8NdW7aHWVaoR/pcDldunMvnnwbk/auPGqmKeAdxtZl7MHX/QmPwhvQ==",
2966      "dev": true,
2967      "license": "MIT"
2968    },
2969    "node_modules/parcel": {
2970      "version": "2.16.1",
2971      "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.16.1.tgz",
2972      "integrity": "sha512-VImOEXHLdrSuG6/jX2DucrCSju/idmtLUhwS5cCy7CrWDDA1af7qdHHD038kHYXWqUIAmzHkRsp/8oRxBqNfVw==",
2973      "dev": true,
2974      "license": "MIT",
2975      "dependencies": {
2976        "@parcel/config-default": "2.16.1",
2977        "@parcel/core": "2.16.1",
2978        "@parcel/diagnostic": "2.16.1",
2979        "@parcel/events": "2.16.1",
2980        "@parcel/feature-flags": "2.16.1",
2981        "@parcel/fs": "2.16.1",
2982        "@parcel/logger": "2.16.1",
2983        "@parcel/package-manager": "2.16.1",
2984        "@parcel/reporter-cli": "2.16.1",
2985        "@parcel/reporter-dev-server": "2.16.1",
2986        "@parcel/reporter-tracer": "2.16.1",
2987        "@parcel/utils": "2.16.1",
2988        "chalk": "^4.1.2",
2989        "commander": "^12.1.0",
2990        "get-port": "^4.2.0"
2991      },
2992      "bin": {
2993        "parcel": "lib/bin.js"
2994      },
2995      "engines": {
2996        "node": ">= 16.0.0"
2997      },
2998      "funding": {
2999        "type": "opencollective",
3000        "url": "https://opencollective.com/parcel"
3001      }
3002    },
3003    "node_modules/picocolors": {
3004      "version": "1.1.1",
3005      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3006      "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3007      "dev": true,
3008      "license": "ISC"
3009    },
3010    "node_modules/picomatch": {
3011      "version": "2.3.1",
3012      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
3013      "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
3014      "dev": true,
3015      "license": "MIT",
3016      "engines": {
3017        "node": ">=8.6"
3018      },
3019      "funding": {
3020        "url": "https://github.com/sponsors/jonschlinkert"
3021      }
3022    },
3023    "node_modules/postcss-value-parser": {
3024      "version": "4.2.0",
3025      "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
3026      "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
3027      "dev": true,
3028      "license": "MIT"
3029    },
3030    "node_modules/process": {
3031      "version": "0.11.10",
3032      "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
3033      "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
3034      "dev": true,
3035      "license": "MIT",
3036      "engines": {
3037        "node": ">= 0.6.0"
3038      }
3039    },
3040    "node_modules/react-refresh": {
3041      "version": "0.16.0",
3042      "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.16.0.tgz",
3043      "integrity": "sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==",
3044      "dev": true,
3045      "license": "MIT",
3046      "engines": {
3047        "node": ">=0.10.0"
3048      }
3049    },
3050    "node_modules/regenerator-runtime": {
3051      "version": "0.14.1",
3052      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
3053      "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
3054      "dev": true,
3055      "license": "MIT"
3056    },
3057    "node_modules/safe-buffer": {
3058      "version": "5.2.1",
3059      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
3060      "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
3061      "dev": true,
3062      "funding": [
3063        {
3064          "type": "github",
3065          "url": "https://github.com/sponsors/feross"
3066        },
3067        {
3068          "type": "patreon",
3069          "url": "https://www.patreon.com/feross"
3070        },
3071        {
3072          "type": "consulting",
3073          "url": "https://feross.org/support"
3074        }
3075      ],
3076      "license": "MIT"
3077    },
3078    "node_modules/semver": {
3079      "version": "7.7.3",
3080      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
3081      "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
3082      "dev": true,
3083      "license": "ISC",
3084      "bin": {
3085        "semver": "bin/semver.js"
3086      },
3087      "engines": {
3088        "node": ">=10"
3089      }
3090    },
3091    "node_modules/style-mod": {
3092      "version": "4.1.3",
3093      "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.3.tgz",
3094      "integrity": "sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==",
3095      "license": "MIT"
3096    },
3097    "node_modules/supports-color": {
3098      "version": "7.2.0",
3099      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3100      "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3101      "dev": true,
3102      "license": "MIT",
3103      "dependencies": {
3104        "has-flag": "^4.0.0"
3105      },
3106      "engines": {
3107        "node": ">=8"
3108      }
3109    },
3110    "node_modules/term-size": {
3111      "version": "2.2.1",
3112      "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz",
3113      "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==",
3114      "dev": true,
3115      "license": "MIT",
3116      "engines": {
3117        "node": ">=8"
3118      },
3119      "funding": {
3120        "url": "https://github.com/sponsors/sindresorhus"
3121      }
3122    },
3123    "node_modules/to-regex-range": {
3124      "version": "5.0.1",
3125      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
3126      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
3127      "dev": true,
3128      "license": "MIT",
3129      "dependencies": {
3130        "is-number": "^7.0.0"
3131      },
3132      "engines": {
3133        "node": ">=8.0"
3134      }
3135    },
3136    "node_modules/tslib": {
3137      "version": "2.8.1",
3138      "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
3139      "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
3140      "dev": true,
3141      "license": "0BSD"
3142    },
3143    "node_modules/type-fest": {
3144      "version": "0.20.2",
3145      "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
3146      "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
3147      "dev": true,
3148      "license": "(MIT OR CC0-1.0)",
3149      "engines": {
3150        "node": ">=10"
3151      },
3152      "funding": {
3153        "url": "https://github.com/sponsors/sindresorhus"
3154      }
3155    },
3156    "node_modules/update-browserslist-db": {
3157      "version": "1.1.4",
3158      "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
3159      "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
3160      "dev": true,
3161      "funding": [
3162        {
3163          "type": "opencollective",
3164          "url": "https://opencollective.com/browserslist"
3165        },
3166        {
3167          "type": "tidelift",
3168          "url": "https://tidelift.com/funding/github/npm/browserslist"
3169        },
3170        {
3171          "type": "github",
3172          "url": "https://github.com/sponsors/ai"
3173        }
3174      ],
3175      "license": "MIT",
3176      "dependencies": {
3177        "escalade": "^3.2.0",
3178        "picocolors": "^1.1.1"
3179      },
3180      "bin": {
3181        "update-browserslist-db": "cli.js"
3182      },
3183      "peerDependencies": {
3184        "browserslist": ">= 4.21.0"
3185      }
3186    },
3187    "node_modules/utility-types": {
3188      "version": "3.11.0",
3189      "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz",
3190      "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==",
3191      "dev": true,
3192      "license": "MIT",
3193      "engines": {
3194        "node": ">= 4"
3195      }
3196    },
3197    "node_modules/w3c-keyname": {
3198      "version": "2.2.8",
3199      "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
3200      "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
3201      "license": "MIT"
3202    },
3203    "node_modules/weak-lru-cache": {
3204      "version": "1.2.2",
3205      "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz",
3206      "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==",
3207      "dev": true,
3208      "license": "MIT"
3209    }
3210  }
3211}
3212