@heybox/hb-sdk 0.7.5-alpha.0 → 0.8.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/CHANGELOG.md +86 -0
  2. package/README.md +69 -16
  3. package/THIRD_PARTY_NOTICES.md +1755 -0
  4. package/dist/cli-chunks/{build-V1YBdpzY.cjs → build-CCLWgXyA.cjs} +6 -5
  5. package/dist/cli-chunks/{context-Ba1Je-wT.cjs → context-Brh56h56.cjs} +2 -27
  6. package/dist/cli-chunks/{create-CKGjqo9E.cjs → create-BZ-hi2s1.cjs} +1 -1
  7. package/dist/cli-chunks/{dev-XopYKLYZ.cjs → dev-CoSXtEYa.cjs} +336 -517
  8. package/dist/cli-chunks/{doctor-BHbrYQqT.cjs → doctor-EsCYJGhV.cjs} +1 -1
  9. package/dist/cli-chunks/{index-C9mpajVG.cjs → index-BL5eEPap.cjs} +14 -14
  10. package/dist/cli-chunks/{index-DKWfX6Ut.cjs → index-CS6Q0o5C.cjs} +2 -2
  11. package/dist/cli-chunks/{index.esm-SXAQ3WVR.cjs → index.esm-BoBHPfpq.cjs} +6 -6
  12. package/dist/cli-chunks/{login-BVWicWqe.cjs → login-CILLxGuf.cjs} +2 -2
  13. package/dist/cli-chunks/{project-vite-CBb38HJ3.cjs → project-vite-Qu6Xe9Dn.cjs} +1 -1
  14. package/dist/cli-chunks/{remote-BG1u0NKT.cjs → remote-DRuTQ51u.cjs} +10 -8
  15. package/dist/cli-chunks/{runtime-gate-CtV7rWyX.cjs → runtime-gate-DFjw66kF.cjs} +20 -1
  16. package/dist/cli-chunks/{runtime-permission-env-D-8_jPG3.cjs → runtime-permission-env-CjsCe5bp.cjs} +13 -13
  17. package/dist/cli-chunks/{session-CJS_SEp9.cjs → session-D-_N3WVL.cjs} +1 -1
  18. package/dist/cli.cjs +1 -1
  19. package/dist/devtools/browser-dev-host/assets/browser-dev-host-uq-Wac6k.js +97 -0
  20. package/dist/devtools/browser-dev-host/assets/heybox-logo-CogNENsk.svg +6 -0
  21. package/dist/devtools/browser-dev-host/assets/index-CeP6SLB3.js +567 -0
  22. package/dist/devtools/browser-dev-host/assets/index-KD2f3Jdz.css +1 -0
  23. package/dist/devtools/browser-dev-host/assets/workbench-state-D-1U0JRq.js +5 -0
  24. package/dist/devtools/browser-dev-host/index.html +6 -435
  25. package/dist/index.cjs.js +1036 -90
  26. package/dist/index.esm.js +1036 -91
  27. package/dist/miniapp-publish.cjs.js +13 -13
  28. package/dist/miniapp-publish.esm.js +13 -13
  29. package/dist/protocol.cjs.js +208 -6
  30. package/dist/protocol.esm.js +182 -7
  31. package/dist/templates/vue3-vite-ts/README.md.ejs +2 -0
  32. package/dist/templates/vue3-vite-ts/vite.config.ts +1 -1
  33. package/dist/vite.cjs.js +31 -4
  34. package/dist/vite.esm.js +31 -5
  35. package/package.json +28 -11
  36. package/skill/SKILL.md +9 -5
  37. package/skill/references/api-protocol.md +111 -3
  38. package/skill/references/api-root.md +170 -22
  39. package/skill/references/cli.md +21 -17
  40. package/skill/references/examples.md +30 -1
  41. package/skill/references/recipes.md +105 -1
  42. package/skill/references/safety-boundaries.md +12 -1
  43. package/skill/scripts/sync-references.mjs +37 -3
  44. package/skill/skill.json +4 -4
  45. package/types/core/client.d.ts +17 -1
  46. package/types/core/errors.d.ts +5 -5
  47. package/types/core/sdk.d.ts +8 -5
  48. package/types/core/singleton.d.ts +59 -6
  49. package/types/index.d.ts +4 -2
  50. package/types/miniapp-manifest/schema.d.ts +5 -0
  51. package/types/miniapp-publish/index.d.ts +8 -8
  52. package/types/modules/auth/index.d.ts +15 -1
  53. package/types/modules/cloud/index.d.ts +75 -5
  54. package/types/modules/device/index.d.ts +31 -3
  55. package/types/modules/files/index.d.ts +5 -0
  56. package/types/modules/files/registry.d.ts +35 -0
  57. package/types/modules/files/types.d.ts +159 -0
  58. package/types/modules/navigation/index.d.ts +46 -4
  59. package/types/modules/network/index.d.ts +72 -14
  60. package/types/modules/share/copy-link.d.ts +3 -3
  61. package/types/modules/share/index.d.ts +61 -5
  62. package/types/modules/share/screenshot.d.ts +3 -3
  63. package/types/modules/share/show-share-menu.d.ts +3 -3
  64. package/types/modules/storage/index.d.ts +38 -10
  65. package/types/modules/ui/index.d.ts +46 -4
  66. package/types/modules/user/get-info.d.ts +1 -1
  67. package/types/modules/user/index.d.ts +46 -4
  68. package/types/modules/user/steam-game-list.d.ts +2 -2
  69. package/types/modules/viewport/index.d.ts +36 -8
  70. package/types/protocol/capabilities.d.ts +2 -2
  71. package/types/protocol/constants.d.ts +1 -1
  72. package/types/protocol/guards.d.ts +1 -1
  73. package/types/protocol/types.d.ts +1 -1
  74. package/types/protocol.d.ts +4 -3
  75. package/types/vite/index.d.ts +15 -7
  76. package/dist/devtools/browser-dev-host/main.js +0 -12158
@@ -0,0 +1,1755 @@
1
+ # Third-Party Notices
2
+
3
+ This file covers the declared dependency closure bundled into the Browser Dev Host.
4
+
5
+ ## @babel/helper-string-parser@7.29.7
6
+
7
+ - License: MIT
8
+ - Homepage/source: https://babel.dev/docs/en/next/babel-helper-string-parser
9
+
10
+ ```text
11
+ MIT License
12
+
13
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining
16
+ a copy of this software and associated documentation files (the
17
+ "Software"), to deal in the Software without restriction, including
18
+ without limitation the rights to use, copy, modify, merge, publish,
19
+ distribute, sublicense, and/or sell copies of the Software, and to
20
+ permit persons to whom the Software is furnished to do so, subject to
21
+ the following conditions:
22
+
23
+ The above copyright notice and this permission notice shall be
24
+ included in all copies or substantial portions of the Software.
25
+
26
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
30
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
31
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
32
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33
+ ```
34
+
35
+ ## @babel/helper-validator-identifier@7.29.7
36
+
37
+ - License: MIT
38
+ - Homepage/source: https://github.com/babel/babel.git
39
+
40
+ ```text
41
+ MIT License
42
+
43
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
44
+
45
+ Permission is hereby granted, free of charge, to any person obtaining
46
+ a copy of this software and associated documentation files (the
47
+ "Software"), to deal in the Software without restriction, including
48
+ without limitation the rights to use, copy, modify, merge, publish,
49
+ distribute, sublicense, and/or sell copies of the Software, and to
50
+ permit persons to whom the Software is furnished to do so, subject to
51
+ the following conditions:
52
+
53
+ The above copyright notice and this permission notice shall be
54
+ included in all copies or substantial portions of the Software.
55
+
56
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
57
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
58
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
59
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
60
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
61
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
62
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
63
+ ```
64
+
65
+ ## @babel/parser@7.29.7
66
+
67
+ - License: MIT
68
+ - Homepage/source: https://babel.dev/docs/en/next/babel-parser
69
+
70
+ ```text
71
+ Copyright (C) 2012-2014 by various contributors (see AUTHORS)
72
+
73
+ Permission is hereby granted, free of charge, to any person obtaining a copy
74
+ of this software and associated documentation files (the "Software"), to deal
75
+ in the Software without restriction, including without limitation the rights
76
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77
+ copies of the Software, and to permit persons to whom the Software is
78
+ furnished to do so, subject to the following conditions:
79
+
80
+ The above copyright notice and this permission notice shall be included in
81
+ all copies or substantial portions of the Software.
82
+
83
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
84
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
85
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
86
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
87
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
88
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
89
+ THE SOFTWARE.
90
+ ```
91
+
92
+ ## @babel/types@7.29.7
93
+
94
+ - License: MIT
95
+ - Homepage/source: https://babel.dev/docs/en/next/babel-types
96
+
97
+ ```text
98
+ MIT License
99
+
100
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
101
+
102
+ Permission is hereby granted, free of charge, to any person obtaining
103
+ a copy of this software and associated documentation files (the
104
+ "Software"), to deal in the Software without restriction, including
105
+ without limitation the rights to use, copy, modify, merge, publish,
106
+ distribute, sublicense, and/or sell copies of the Software, and to
107
+ permit persons to whom the Software is furnished to do so, subject to
108
+ the following conditions:
109
+
110
+ The above copyright notice and this permission notice shall be
111
+ included in all copies or substantial portions of the Software.
112
+
113
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
114
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
115
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
116
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
117
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
118
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
119
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
120
+ ```
121
+
122
+ ## @floating-ui/core@1.7.5
123
+
124
+ - License: MIT
125
+ - Homepage/source: https://floating-ui.com
126
+
127
+ ```text
128
+ MIT License
129
+
130
+ Copyright (c) 2021-present Floating UI contributors
131
+
132
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
133
+ this software and associated documentation files (the "Software"), to deal in
134
+ the Software without restriction, including without limitation the rights to
135
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
136
+ the Software, and to permit persons to whom the Software is furnished to do so,
137
+ subject to the following conditions:
138
+
139
+ The above copyright notice and this permission notice shall be included in all
140
+ copies or substantial portions of the Software.
141
+
142
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
143
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
144
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
145
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
146
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
147
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
148
+ ```
149
+
150
+ ## @floating-ui/dom@1.7.6
151
+
152
+ - License: MIT
153
+ - Homepage/source: https://floating-ui.com
154
+
155
+ ```text
156
+ MIT License
157
+
158
+ Copyright (c) 2021-present Floating UI contributors
159
+
160
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
161
+ this software and associated documentation files (the "Software"), to deal in
162
+ the Software without restriction, including without limitation the rights to
163
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
164
+ the Software, and to permit persons to whom the Software is furnished to do so,
165
+ subject to the following conditions:
166
+
167
+ The above copyright notice and this permission notice shall be included in all
168
+ copies or substantial portions of the Software.
169
+
170
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
171
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
172
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
173
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
174
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
175
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
176
+ ```
177
+
178
+ ## @floating-ui/utils@0.2.11
179
+
180
+ - License: MIT
181
+ - Homepage/source: https://floating-ui.com
182
+
183
+ ```text
184
+ MIT License
185
+
186
+ Copyright (c) 2021-present Floating UI contributors
187
+
188
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
189
+ this software and associated documentation files (the "Software"), to deal in
190
+ the Software without restriction, including without limitation the rights to
191
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
192
+ the Software, and to permit persons to whom the Software is furnished to do so,
193
+ subject to the following conditions:
194
+
195
+ The above copyright notice and this permission notice shall be included in all
196
+ copies or substantial portions of the Software.
197
+
198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
199
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
200
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
201
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
202
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
203
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
204
+ ```
205
+
206
+ ## @floating-ui/vue@1.1.11
207
+
208
+ - License: MIT
209
+ - Homepage/source: https://floating-ui.com/docs/vue
210
+
211
+ ```text
212
+ MIT License
213
+
214
+ Copyright (c) 2021 Floating UI contributors
215
+
216
+ Permission is hereby granted, free of charge, to any person obtaining a copy
217
+ of this software and associated documentation files (the "Software"), to deal
218
+ in the Software without restriction, including without limitation the rights
219
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
220
+ copies of the Software, and to permit persons to whom the Software is
221
+ furnished to do so, subject to the following conditions:
222
+
223
+ The above copyright notice and this permission notice shall be included in all
224
+ copies or substantial portions of the Software.
225
+
226
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
227
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
228
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
229
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
230
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
231
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
232
+ SOFTWARE.
233
+ ```
234
+
235
+ ## @internationalized/date@3.12.4
236
+
237
+ - License: Apache-2.0
238
+ - Homepage/source: https://github.com/adobe/react-spectrum/tree/main/packages/@internationalized/date
239
+
240
+ ```text
241
+ Apache License
242
+ Version 2.0, January 2004
243
+ http://www.apache.org/licenses/
244
+
245
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
246
+
247
+ 1. Definitions.
248
+
249
+ "License" shall mean the terms and conditions for use, reproduction,
250
+ and distribution as defined by Sections 1 through 9 of this document.
251
+
252
+ "Licensor" shall mean the copyright owner or entity authorized by
253
+ the copyright owner that is granting the License.
254
+
255
+ "Legal Entity" shall mean the union of the acting entity and all
256
+ other entities that control, are controlled by, or are under common
257
+ control with that entity. For the purposes of this definition,
258
+ "control" means (i) the power, direct or indirect, to cause the
259
+ direction or management of such entity, whether by contract or
260
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
261
+ outstanding shares, or (iii) beneficial ownership of such entity.
262
+
263
+ "You" (or "Your") shall mean an individual or Legal Entity
264
+ exercising permissions granted by this License.
265
+
266
+ "Source" form shall mean the preferred form for making modifications,
267
+ including but not limited to software source code, documentation
268
+ source, and configuration files.
269
+
270
+ "Object" form shall mean any form resulting from mechanical
271
+ transformation or translation of a Source form, including but
272
+ not limited to compiled object code, generated documentation,
273
+ and conversions to other media types.
274
+
275
+ "Work" shall mean the work of authorship, whether in Source or
276
+ Object form, made available under the License, as indicated by a
277
+ copyright notice that is included in or attached to the work
278
+ (an example is provided in the Appendix below).
279
+
280
+ "Derivative Works" shall mean any work, whether in Source or Object
281
+ form, that is based on (or derived from) the Work and for which the
282
+ editorial revisions, annotations, elaborations, or other modifications
283
+ represent, as a whole, an original work of authorship. For the purposes
284
+ of this License, Derivative Works shall not include works that remain
285
+ separable from, or merely link (or bind by name) to the interfaces of,
286
+ the Work and Derivative Works thereof.
287
+
288
+ "Contribution" shall mean any work of authorship, including
289
+ the original version of the Work and any modifications or additions
290
+ to that Work or Derivative Works thereof, that is intentionally
291
+ submitted to Licensor for inclusion in the Work by the copyright owner
292
+ or by an individual or Legal Entity authorized to submit on behalf of
293
+ the copyright owner. For the purposes of this definition, "submitted"
294
+ means any form of electronic, verbal, or written communication sent
295
+ to the Licensor or its representatives, including but not limited to
296
+ communication on electronic mailing lists, source code control systems,
297
+ and issue tracking systems that are managed by, or on behalf of, the
298
+ Licensor for the purpose of discussing and improving the Work, but
299
+ excluding communication that is conspicuously marked or otherwise
300
+ designated in writing by the copyright owner as "Not a Contribution."
301
+
302
+ "Contributor" shall mean Licensor and any individual or Legal Entity
303
+ on behalf of whom a Contribution has been received by Licensor and
304
+ subsequently incorporated within the Work.
305
+
306
+ 2. Grant of Copyright License. Subject to the terms and conditions of
307
+ this License, each Contributor hereby grants to You a perpetual,
308
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
309
+ copyright license to reproduce, prepare Derivative Works of,
310
+ publicly display, publicly perform, sublicense, and distribute the
311
+ Work and such Derivative Works in Source or Object form.
312
+
313
+ 3. Grant of Patent License. Subject to the terms and conditions of
314
+ this License, each Contributor hereby grants to You a perpetual,
315
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
316
+ (except as stated in this section) patent license to make, have made,
317
+ use, offer to sell, sell, import, and otherwise transfer the Work,
318
+ where such license applies only to those patent claims licensable
319
+ by such Contributor that are necessarily infringed by their
320
+ Contribution(s) alone or by combination of their Contribution(s)
321
+ with the Work to which such Contribution(s) was submitted. If You
322
+ institute patent litigation against any entity (including a
323
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
324
+ or a Contribution incorporated within the Work constitutes direct
325
+ or contributory patent infringement, then any patent licenses
326
+ granted to You under this License for that Work shall terminate
327
+ as of the date such litigation is filed.
328
+
329
+ 4. Redistribution. You may reproduce and distribute copies of the
330
+ Work or Derivative Works thereof in any medium, with or without
331
+ modifications, and in Source or Object form, provided that You
332
+ meet the following conditions:
333
+
334
+ (a) You must give any other recipients of the Work or
335
+ Derivative Works a copy of this License; and
336
+
337
+ (b) You must cause any modified files to carry prominent notices
338
+ stating that You changed the files; and
339
+
340
+ (c) You must retain, in the Source form of any Derivative Works
341
+ that You distribute, all copyright, patent, trademark, and
342
+ attribution notices from the Source form of the Work,
343
+ excluding those notices that do not pertain to any part of
344
+ the Derivative Works; and
345
+
346
+ (d) If the Work includes a "NOTICE" text file as part of its
347
+ distribution, then any Derivative Works that You distribute must
348
+ include a readable copy of the attribution notices contained
349
+ within such NOTICE file, excluding those notices that do not
350
+ pertain to any part of the Derivative Works, in at least one
351
+ of the following places: within a NOTICE text file distributed
352
+ as part of the Derivative Works; within the Source form or
353
+ documentation, if provided along with the Derivative Works; or,
354
+ within a display generated by the Derivative Works, if and
355
+ wherever such third-party notices normally appear. The contents
356
+ of the NOTICE file are for informational purposes only and
357
+ do not modify the License. You may add Your own attribution
358
+ notices within Derivative Works that You distribute, alongside
359
+ or as an addendum to the NOTICE text from the Work, provided
360
+ that such additional attribution notices cannot be construed
361
+ as modifying the License.
362
+
363
+ You may add Your own copyright statement to Your modifications and
364
+ may provide additional or different license terms and conditions
365
+ for use, reproduction, or distribution of Your modifications, or
366
+ for any such Derivative Works as a whole, provided Your use,
367
+ reproduction, and distribution of the Work otherwise complies with
368
+ the conditions stated in this License.
369
+
370
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
371
+ any Contribution intentionally submitted for inclusion in the Work
372
+ by You to the Licensor shall be under the terms and conditions of
373
+ this License, without any additional terms or conditions.
374
+ Notwithstanding the above, nothing herein shall supersede or modify
375
+ the terms of any separate license agreement you may have executed
376
+ with Licensor regarding such Contributions.
377
+
378
+ 6. Trademarks. This License does not grant permission to use the trade
379
+ names, trademarks, service marks, or product names of the Licensor,
380
+ except as required for reasonable and customary use in describing the
381
+ origin of the Work and reproducing the content of the NOTICE file.
382
+
383
+ 7. Disclaimer of Warranty. Unless required by applicable law or
384
+ agreed to in writing, Licensor provides the Work (and each
385
+ Contributor provides its Contributions) on an "AS IS" BASIS,
386
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
387
+ implied, including, without limitation, any warranties or conditions
388
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
389
+ PARTICULAR PURPOSE. You are solely responsible for determining the
390
+ appropriateness of using or redistributing the Work and assume any
391
+ risks associated with Your exercise of permissions under this License.
392
+
393
+ 8. Limitation of Liability. In no event and under no legal theory,
394
+ whether in tort (including negligence), contract, or otherwise,
395
+ unless required by applicable law (such as deliberate and grossly
396
+ negligent acts) or agreed to in writing, shall any Contributor be
397
+ liable to You for damages, including any direct, indirect, special,
398
+ incidental, or consequential damages of any character arising as a
399
+ result of this License or out of the use or inability to use the
400
+ Work (including but not limited to damages for loss of goodwill,
401
+ work stoppage, computer failure or malfunction, or any and all
402
+ other commercial damages or losses), even if such Contributor
403
+ has been advised of the possibility of such damages.
404
+
405
+ 9. Accepting Warranty or Additional Liability. While redistributing
406
+ the Work or Derivative Works thereof, You may choose to offer,
407
+ and charge a fee for, acceptance of support, warranty, indemnity,
408
+ or other liability obligations and/or rights consistent with this
409
+ License. However, in accepting such obligations, You may act only
410
+ on Your own behalf and on Your sole responsibility, not on behalf
411
+ of any other Contributor, and only if You agree to indemnify,
412
+ defend, and hold each Contributor harmless for any liability
413
+ incurred by, or claims asserted against, such Contributor by reason
414
+ of your accepting any such warranty or additional liability.
415
+
416
+ END OF TERMS AND CONDITIONS
417
+
418
+ APPENDIX: How to apply the Apache License to your work.
419
+
420
+ To apply the Apache License to your work, attach the following
421
+ boilerplate notice, with the fields enclosed by brackets "[]"
422
+ replaced with your own identifying information. (Don't include
423
+ the brackets!) The text should be enclosed in the appropriate
424
+ comment syntax for the file format. We also recommend that a
425
+ file or class name and description of purpose be included on the
426
+ same "printed page" as the copyright notice for easier
427
+ identification within third-party archives.
428
+
429
+ Copyright 2019 Adobe
430
+
431
+ Licensed under the Apache License, Version 2.0 (the "License");
432
+ you may not use this file except in compliance with the License.
433
+ You may obtain a copy of the License at
434
+
435
+ http://www.apache.org/licenses/LICENSE-2.0
436
+
437
+ Unless required by applicable law or agreed to in writing, software
438
+ distributed under the License is distributed on an "AS IS" BASIS,
439
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
440
+ See the License for the specific language governing permissions and
441
+ limitations under the License.
442
+ ```
443
+
444
+ ## @internationalized/number@3.6.8
445
+
446
+ - License: Apache-2.0
447
+ - Homepage/source: https://github.com/adobe/react-spectrum
448
+
449
+ ```text
450
+ Apache License
451
+ Version 2.0, January 2004
452
+ http://www.apache.org/licenses/
453
+
454
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
455
+
456
+ 1. Definitions.
457
+
458
+ "License" shall mean the terms and conditions for use, reproduction,
459
+ and distribution as defined by Sections 1 through 9 of this document.
460
+
461
+ "Licensor" shall mean the copyright owner or entity authorized by
462
+ the copyright owner that is granting the License.
463
+
464
+ "Legal Entity" shall mean the union of the acting entity and all
465
+ other entities that control, are controlled by, or are under common
466
+ control with that entity. For the purposes of this definition,
467
+ "control" means (i) the power, direct or indirect, to cause the
468
+ direction or management of such entity, whether by contract or
469
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
470
+ outstanding shares, or (iii) beneficial ownership of such entity.
471
+
472
+ "You" (or "Your") shall mean an individual or Legal Entity
473
+ exercising permissions granted by this License.
474
+
475
+ "Source" form shall mean the preferred form for making modifications,
476
+ including but not limited to software source code, documentation
477
+ source, and configuration files.
478
+
479
+ "Object" form shall mean any form resulting from mechanical
480
+ transformation or translation of a Source form, including but
481
+ not limited to compiled object code, generated documentation,
482
+ and conversions to other media types.
483
+
484
+ "Work" shall mean the work of authorship, whether in Source or
485
+ Object form, made available under the License, as indicated by a
486
+ copyright notice that is included in or attached to the work
487
+ (an example is provided in the Appendix below).
488
+
489
+ "Derivative Works" shall mean any work, whether in Source or Object
490
+ form, that is based on (or derived from) the Work and for which the
491
+ editorial revisions, annotations, elaborations, or other modifications
492
+ represent, as a whole, an original work of authorship. For the purposes
493
+ of this License, Derivative Works shall not include works that remain
494
+ separable from, or merely link (or bind by name) to the interfaces of,
495
+ the Work and Derivative Works thereof.
496
+
497
+ "Contribution" shall mean any work of authorship, including
498
+ the original version of the Work and any modifications or additions
499
+ to that Work or Derivative Works thereof, that is intentionally
500
+ submitted to Licensor for inclusion in the Work by the copyright owner
501
+ or by an individual or Legal Entity authorized to submit on behalf of
502
+ the copyright owner. For the purposes of this definition, "submitted"
503
+ means any form of electronic, verbal, or written communication sent
504
+ to the Licensor or its representatives, including but not limited to
505
+ communication on electronic mailing lists, source code control systems,
506
+ and issue tracking systems that are managed by, or on behalf of, the
507
+ Licensor for the purpose of discussing and improving the Work, but
508
+ excluding communication that is conspicuously marked or otherwise
509
+ designated in writing by the copyright owner as "Not a Contribution."
510
+
511
+ "Contributor" shall mean Licensor and any individual or Legal Entity
512
+ on behalf of whom a Contribution has been received by Licensor and
513
+ subsequently incorporated within the Work.
514
+
515
+ 2. Grant of Copyright License. Subject to the terms and conditions of
516
+ this License, each Contributor hereby grants to You a perpetual,
517
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
518
+ copyright license to reproduce, prepare Derivative Works of,
519
+ publicly display, publicly perform, sublicense, and distribute the
520
+ Work and such Derivative Works in Source or Object form.
521
+
522
+ 3. Grant of Patent License. Subject to the terms and conditions of
523
+ this License, each Contributor hereby grants to You a perpetual,
524
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
525
+ (except as stated in this section) patent license to make, have made,
526
+ use, offer to sell, sell, import, and otherwise transfer the Work,
527
+ where such license applies only to those patent claims licensable
528
+ by such Contributor that are necessarily infringed by their
529
+ Contribution(s) alone or by combination of their Contribution(s)
530
+ with the Work to which such Contribution(s) was submitted. If You
531
+ institute patent litigation against any entity (including a
532
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
533
+ or a Contribution incorporated within the Work constitutes direct
534
+ or contributory patent infringement, then any patent licenses
535
+ granted to You under this License for that Work shall terminate
536
+ as of the date such litigation is filed.
537
+
538
+ 4. Redistribution. You may reproduce and distribute copies of the
539
+ Work or Derivative Works thereof in any medium, with or without
540
+ modifications, and in Source or Object form, provided that You
541
+ meet the following conditions:
542
+
543
+ (a) You must give any other recipients of the Work or
544
+ Derivative Works a copy of this License; and
545
+
546
+ (b) You must cause any modified files to carry prominent notices
547
+ stating that You changed the files; and
548
+
549
+ (c) You must retain, in the Source form of any Derivative Works
550
+ that You distribute, all copyright, patent, trademark, and
551
+ attribution notices from the Source form of the Work,
552
+ excluding those notices that do not pertain to any part of
553
+ the Derivative Works; and
554
+
555
+ (d) If the Work includes a "NOTICE" text file as part of its
556
+ distribution, then any Derivative Works that You distribute must
557
+ include a readable copy of the attribution notices contained
558
+ within such NOTICE file, excluding those notices that do not
559
+ pertain to any part of the Derivative Works, in at least one
560
+ of the following places: within a NOTICE text file distributed
561
+ as part of the Derivative Works; within the Source form or
562
+ documentation, if provided along with the Derivative Works; or,
563
+ within a display generated by the Derivative Works, if and
564
+ wherever such third-party notices normally appear. The contents
565
+ of the NOTICE file are for informational purposes only and
566
+ do not modify the License. You may add Your own attribution
567
+ notices within Derivative Works that You distribute, alongside
568
+ or as an addendum to the NOTICE text from the Work, provided
569
+ that such additional attribution notices cannot be construed
570
+ as modifying the License.
571
+
572
+ You may add Your own copyright statement to Your modifications and
573
+ may provide additional or different license terms and conditions
574
+ for use, reproduction, or distribution of Your modifications, or
575
+ for any such Derivative Works as a whole, provided Your use,
576
+ reproduction, and distribution of the Work otherwise complies with
577
+ the conditions stated in this License.
578
+
579
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
580
+ any Contribution intentionally submitted for inclusion in the Work
581
+ by You to the Licensor shall be under the terms and conditions of
582
+ this License, without any additional terms or conditions.
583
+ Notwithstanding the above, nothing herein shall supersede or modify
584
+ the terms of any separate license agreement you may have executed
585
+ with Licensor regarding such Contributions.
586
+
587
+ 6. Trademarks. This License does not grant permission to use the trade
588
+ names, trademarks, service marks, or product names of the Licensor,
589
+ except as required for reasonable and customary use in describing the
590
+ origin of the Work and reproducing the content of the NOTICE file.
591
+
592
+ 7. Disclaimer of Warranty. Unless required by applicable law or
593
+ agreed to in writing, Licensor provides the Work (and each
594
+ Contributor provides its Contributions) on an "AS IS" BASIS,
595
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
596
+ implied, including, without limitation, any warranties or conditions
597
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
598
+ PARTICULAR PURPOSE. You are solely responsible for determining the
599
+ appropriateness of using or redistributing the Work and assume any
600
+ risks associated with Your exercise of permissions under this License.
601
+
602
+ 8. Limitation of Liability. In no event and under no legal theory,
603
+ whether in tort (including negligence), contract, or otherwise,
604
+ unless required by applicable law (such as deliberate and grossly
605
+ negligent acts) or agreed to in writing, shall any Contributor be
606
+ liable to You for damages, including any direct, indirect, special,
607
+ incidental, or consequential damages of any character arising as a
608
+ result of this License or out of the use or inability to use the
609
+ Work (including but not limited to damages for loss of goodwill,
610
+ work stoppage, computer failure or malfunction, or any and all
611
+ other commercial damages or losses), even if such Contributor
612
+ has been advised of the possibility of such damages.
613
+
614
+ 9. Accepting Warranty or Additional Liability. While redistributing
615
+ the Work or Derivative Works thereof, You may choose to offer,
616
+ and charge a fee for, acceptance of support, warranty, indemnity,
617
+ or other liability obligations and/or rights consistent with this
618
+ License. However, in accepting such obligations, You may act only
619
+ on Your own behalf and on Your sole responsibility, not on behalf
620
+ of any other Contributor, and only if You agree to indemnify,
621
+ defend, and hold each Contributor harmless for any liability
622
+ incurred by, or claims asserted against, such Contributor by reason
623
+ of your accepting any such warranty or additional liability.
624
+
625
+ END OF TERMS AND CONDITIONS
626
+
627
+ APPENDIX: How to apply the Apache License to your work.
628
+
629
+ To apply the Apache License to your work, attach the following
630
+ boilerplate notice, with the fields enclosed by brackets "[]"
631
+ replaced with your own identifying information. (Don't include
632
+ the brackets!) The text should be enclosed in the appropriate
633
+ comment syntax for the file format. We also recommend that a
634
+ file or class name and description of purpose be included on the
635
+ same "printed page" as the copyright notice for easier
636
+ identification within third-party archives.
637
+
638
+ Copyright 2019 Adobe
639
+
640
+ Licensed under the Apache License, Version 2.0 (the "License");
641
+ you may not use this file except in compliance with the License.
642
+ You may obtain a copy of the License at
643
+
644
+ http://www.apache.org/licenses/LICENSE-2.0
645
+
646
+ Unless required by applicable law or agreed to in writing, software
647
+ distributed under the License is distributed on an "AS IS" BASIS,
648
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
649
+ See the License for the specific language governing permissions and
650
+ limitations under the License.
651
+ ```
652
+
653
+ ## @jridgewell/sourcemap-codec@1.5.5
654
+
655
+ - License: MIT
656
+ - Homepage/source: https://github.com/jridgewell/sourcemaps/tree/main/packages/sourcemap-codec
657
+
658
+ ```text
659
+ Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
660
+
661
+ Permission is hereby granted, free of charge, to any person obtaining a copy
662
+ of this software and associated documentation files (the "Software"), to deal
663
+ in the Software without restriction, including without limitation the rights
664
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
665
+ copies of the Software, and to permit persons to whom the Software is
666
+ furnished to do so, subject to the following conditions:
667
+
668
+ The above copyright notice and this permission notice shall be included in
669
+ all copies or substantial portions of the Software.
670
+
671
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
672
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
673
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
674
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
675
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
676
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
677
+ SOFTWARE.
678
+ ```
679
+
680
+ ## @sneas/telephone@1.1.2
681
+
682
+ - License: MIT
683
+ - Homepage/source: https://sneas.github.io/telephone
684
+
685
+ ```text
686
+ MIT License
687
+
688
+ Copyright (c) 2024 Dimah Snisarenko
689
+
690
+ Permission is hereby granted, free of charge, to any person obtaining a copy
691
+ of this software and associated documentation files (the "Software"), to deal
692
+ in the Software without restriction, including without limitation the rights
693
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
694
+ copies of the Software, and to permit persons to whom the Software is
695
+ furnished to do so, subject to the following conditions:
696
+
697
+ The above copyright notice and this permission notice shall be included in all
698
+ copies or substantial portions of the Software.
699
+
700
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
701
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
702
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
703
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
704
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
705
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
706
+ SOFTWARE.
707
+ ```
708
+
709
+ ## @swc/helpers@0.5.23
710
+
711
+ - License: Apache-2.0
712
+ - Homepage/source: https://swc.rs
713
+
714
+ ```text
715
+ Apache License
716
+ Version 2.0, January 2004
717
+ http://www.apache.org/licenses/
718
+
719
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
720
+
721
+ 1. Definitions.
722
+
723
+ "License" shall mean the terms and conditions for use, reproduction,
724
+ and distribution as defined by Sections 1 through 9 of this document.
725
+
726
+ "Licensor" shall mean the copyright owner or entity authorized by
727
+ the copyright owner that is granting the License.
728
+
729
+ "Legal Entity" shall mean the union of the acting entity and all
730
+ other entities that control, are controlled by, or are under common
731
+ control with that entity. For the purposes of this definition,
732
+ "control" means (i) the power, direct or indirect, to cause the
733
+ direction or management of such entity, whether by contract or
734
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
735
+ outstanding shares, or (iii) beneficial ownership of such entity.
736
+
737
+ "You" (or "Your") shall mean an individual or Legal Entity
738
+ exercising permissions granted by this License.
739
+
740
+ "Source" form shall mean the preferred form for making modifications,
741
+ including but not limited to software source code, documentation
742
+ source, and configuration files.
743
+
744
+ "Object" form shall mean any form resulting from mechanical
745
+ transformation or translation of a Source form, including but
746
+ not limited to compiled object code, generated documentation,
747
+ and conversions to other media types.
748
+
749
+ "Work" shall mean the work of authorship, whether in Source or
750
+ Object form, made available under the License, as indicated by a
751
+ copyright notice that is included in or attached to the work
752
+ (an example is provided in the Appendix below).
753
+
754
+ "Derivative Works" shall mean any work, whether in Source or Object
755
+ form, that is based on (or derived from) the Work and for which the
756
+ editorial revisions, annotations, elaborations, or other modifications
757
+ represent, as a whole, an original work of authorship. For the purposes
758
+ of this License, Derivative Works shall not include works that remain
759
+ separable from, or merely link (or bind by name) to the interfaces of,
760
+ the Work and Derivative Works thereof.
761
+
762
+ "Contribution" shall mean any work of authorship, including
763
+ the original version of the Work and any modifications or additions
764
+ to that Work or Derivative Works thereof, that is intentionally
765
+ submitted to Licensor for inclusion in the Work by the copyright owner
766
+ or by an individual or Legal Entity authorized to submit on behalf of
767
+ the copyright owner. For the purposes of this definition, "submitted"
768
+ means any form of electronic, verbal, or written communication sent
769
+ to the Licensor or its representatives, including but not limited to
770
+ communication on electronic mailing lists, source code control systems,
771
+ and issue tracking systems that are managed by, or on behalf of, the
772
+ Licensor for the purpose of discussing and improving the Work, but
773
+ excluding communication that is conspicuously marked or otherwise
774
+ designated in writing by the copyright owner as "Not a Contribution."
775
+
776
+ "Contributor" shall mean Licensor and any individual or Legal Entity
777
+ on behalf of whom a Contribution has been received by Licensor and
778
+ subsequently incorporated within the Work.
779
+
780
+ 2. Grant of Copyright License. Subject to the terms and conditions of
781
+ this License, each Contributor hereby grants to You a perpetual,
782
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
783
+ copyright license to reproduce, prepare Derivative Works of,
784
+ publicly display, publicly perform, sublicense, and distribute the
785
+ Work and such Derivative Works in Source or Object form.
786
+
787
+ 3. Grant of Patent License. Subject to the terms and conditions of
788
+ this License, each Contributor hereby grants to You a perpetual,
789
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
790
+ (except as stated in this section) patent license to make, have made,
791
+ use, offer to sell, sell, import, and otherwise transfer the Work,
792
+ where such license applies only to those patent claims licensable
793
+ by such Contributor that are necessarily infringed by their
794
+ Contribution(s) alone or by combination of their Contribution(s)
795
+ with the Work to which such Contribution(s) was submitted. If You
796
+ institute patent litigation against any entity (including a
797
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
798
+ or a Contribution incorporated within the Work constitutes direct
799
+ or contributory patent infringement, then any patent licenses
800
+ granted to You under this License for that Work shall terminate
801
+ as of the date such litigation is filed.
802
+
803
+ 4. Redistribution. You may reproduce and distribute copies of the
804
+ Work or Derivative Works thereof in any medium, with or without
805
+ modifications, and in Source or Object form, provided that You
806
+ meet the following conditions:
807
+
808
+ (a) You must give any other recipients of the Work or
809
+ Derivative Works a copy of this License; and
810
+
811
+ (b) You must cause any modified files to carry prominent notices
812
+ stating that You changed the files; and
813
+
814
+ (c) You must retain, in the Source form of any Derivative Works
815
+ that You distribute, all copyright, patent, trademark, and
816
+ attribution notices from the Source form of the Work,
817
+ excluding those notices that do not pertain to any part of
818
+ the Derivative Works; and
819
+
820
+ (d) If the Work includes a "NOTICE" text file as part of its
821
+ distribution, then any Derivative Works that You distribute must
822
+ include a readable copy of the attribution notices contained
823
+ within such NOTICE file, excluding those notices that do not
824
+ pertain to any part of the Derivative Works, in at least one
825
+ of the following places: within a NOTICE text file distributed
826
+ as part of the Derivative Works; within the Source form or
827
+ documentation, if provided along with the Derivative Works; or,
828
+ within a display generated by the Derivative Works, if and
829
+ wherever such third-party notices normally appear. The contents
830
+ of the NOTICE file are for informational purposes only and
831
+ do not modify the License. You may add Your own attribution
832
+ notices within Derivative Works that You distribute, alongside
833
+ or as an addendum to the NOTICE text from the Work, provided
834
+ that such additional attribution notices cannot be construed
835
+ as modifying the License.
836
+
837
+ You may add Your own copyright statement to Your modifications and
838
+ may provide additional or different license terms and conditions
839
+ for use, reproduction, or distribution of Your modifications, or
840
+ for any such Derivative Works as a whole, provided Your use,
841
+ reproduction, and distribution of the Work otherwise complies with
842
+ the conditions stated in this License.
843
+
844
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
845
+ any Contribution intentionally submitted for inclusion in the Work
846
+ by You to the Licensor shall be under the terms and conditions of
847
+ this License, without any additional terms or conditions.
848
+ Notwithstanding the above, nothing herein shall supersede or modify
849
+ the terms of any separate license agreement you may have executed
850
+ with Licensor regarding such Contributions.
851
+
852
+ 6. Trademarks. This License does not grant permission to use the trade
853
+ names, trademarks, service marks, or product names of the Licensor,
854
+ except as required for reasonable and customary use in describing the
855
+ origin of the Work and reproducing the content of the NOTICE file.
856
+
857
+ 7. Disclaimer of Warranty. Unless required by applicable law or
858
+ agreed to in writing, Licensor provides the Work (and each
859
+ Contributor provides its Contributions) on an "AS IS" BASIS,
860
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
861
+ implied, including, without limitation, any warranties or conditions
862
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
863
+ PARTICULAR PURPOSE. You are solely responsible for determining the
864
+ appropriateness of using or redistributing the Work and assume any
865
+ risks associated with Your exercise of permissions under this License.
866
+
867
+ 8. Limitation of Liability. In no event and under no legal theory,
868
+ whether in tort (including negligence), contract, or otherwise,
869
+ unless required by applicable law (such as deliberate and grossly
870
+ negligent acts) or agreed to in writing, shall any Contributor be
871
+ liable to You for damages, including any direct, indirect, special,
872
+ incidental, or consequential damages of any character arising as a
873
+ result of this License or out of the use or inability to use the
874
+ Work (including but not limited to damages for loss of goodwill,
875
+ work stoppage, computer failure or malfunction, or any and all
876
+ other commercial damages or losses), even if such Contributor
877
+ has been advised of the possibility of such damages.
878
+
879
+ 9. Accepting Warranty or Additional Liability. While redistributing
880
+ the Work or Derivative Works thereof, You may choose to offer,
881
+ and charge a fee for, acceptance of support, warranty, indemnity,
882
+ or other liability obligations and/or rights consistent with this
883
+ License. However, in accepting such obligations, You may act only
884
+ on Your own behalf and on Your sole responsibility, not on behalf
885
+ of any other Contributor, and only if You agree to indemnify,
886
+ defend, and hold each Contributor harmless for any liability
887
+ incurred by, or claims asserted against, such Contributor by reason
888
+ of your accepting any such warranty or additional liability.
889
+
890
+ END OF TERMS AND CONDITIONS
891
+
892
+ APPENDIX: How to apply the Apache License to your work.
893
+
894
+ To apply the Apache License to your work, attach the following
895
+ boilerplate notice, with the fields enclosed by brackets "[]"
896
+ replaced with your own identifying information. (Don't include
897
+ the brackets!) The text should be enclosed in the appropriate
898
+ comment syntax for the file format. We also recommend that a
899
+ file or class name and description of purpose be included on the
900
+ same "printed page" as the copyright notice for easier
901
+ identification within third-party archives.
902
+
903
+ Copyright 2024 SWC contributors.
904
+
905
+ Licensed under the Apache License, Version 2.0 (the "License");
906
+ you may not use this file except in compliance with the License.
907
+ You may obtain a copy of the License at
908
+
909
+ http://www.apache.org/licenses/LICENSE-2.0
910
+
911
+ Unless required by applicable law or agreed to in writing, software
912
+ distributed under the License is distributed on an "AS IS" BASIS,
913
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
914
+ See the License for the specific language governing permissions and
915
+ limitations under the License.
916
+ ```
917
+
918
+ ## @tanstack/virtual-core@3.17.8
919
+
920
+ - License: MIT
921
+ - Homepage/source: https://tanstack.com/virtual
922
+
923
+ ```text
924
+ MIT License
925
+
926
+ Copyright (c) 2021-present Tanner Linsley
927
+
928
+ Permission is hereby granted, free of charge, to any person obtaining a copy
929
+ of this software and associated documentation files (the "Software"), to deal
930
+ in the Software without restriction, including without limitation the rights
931
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
932
+ copies of the Software, and to permit persons to whom the Software is
933
+ furnished to do so, subject to the following conditions:
934
+
935
+ The above copyright notice and this permission notice shall be included in all
936
+ copies or substantial portions of the Software.
937
+
938
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
939
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
940
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
941
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
942
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
943
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
944
+ SOFTWARE.
945
+ ```
946
+
947
+ ## @tanstack/vue-virtual@3.13.36
948
+
949
+ - License: MIT
950
+ - Homepage/source: https://tanstack.com/virtual
951
+
952
+ ```text
953
+ MIT License
954
+
955
+ Copyright (c) 2021-present Tanner Linsley
956
+
957
+ Permission is hereby granted, free of charge, to any person obtaining a copy
958
+ of this software and associated documentation files (the "Software"), to deal
959
+ in the Software without restriction, including without limitation the rights
960
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
961
+ copies of the Software, and to permit persons to whom the Software is
962
+ furnished to do so, subject to the following conditions:
963
+
964
+ The above copyright notice and this permission notice shall be included in all
965
+ copies or substantial portions of the Software.
966
+
967
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
968
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
969
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
970
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
971
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
972
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
973
+ SOFTWARE.
974
+ ```
975
+
976
+ ## @vue/compiler-core@3.5.34
977
+
978
+ - License: MIT
979
+ - Homepage/source: https://github.com/vuejs/core/tree/main/packages/compiler-core#readme
980
+
981
+ ```text
982
+ The MIT License (MIT)
983
+
984
+ Copyright (c) 2018-present, Yuxi (Evan) You
985
+
986
+ Permission is hereby granted, free of charge, to any person obtaining a copy
987
+ of this software and associated documentation files (the "Software"), to deal
988
+ in the Software without restriction, including without limitation the rights
989
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
990
+ copies of the Software, and to permit persons to whom the Software is
991
+ furnished to do so, subject to the following conditions:
992
+
993
+ The above copyright notice and this permission notice shall be included in
994
+ all copies or substantial portions of the Software.
995
+
996
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
997
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
998
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
999
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1000
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1001
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1002
+ THE SOFTWARE.
1003
+ ```
1004
+
1005
+ ## @vue/compiler-dom@3.5.34
1006
+
1007
+ - License: MIT
1008
+ - Homepage/source: https://github.com/vuejs/core/tree/main/packages/compiler-dom#readme
1009
+
1010
+ ```text
1011
+ The MIT License (MIT)
1012
+
1013
+ Copyright (c) 2018-present, Yuxi (Evan) You
1014
+
1015
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1016
+ of this software and associated documentation files (the "Software"), to deal
1017
+ in the Software without restriction, including without limitation the rights
1018
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1019
+ copies of the Software, and to permit persons to whom the Software is
1020
+ furnished to do so, subject to the following conditions:
1021
+
1022
+ The above copyright notice and this permission notice shall be included in
1023
+ all copies or substantial portions of the Software.
1024
+
1025
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1026
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1027
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1028
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1029
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1030
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1031
+ THE SOFTWARE.
1032
+ ```
1033
+
1034
+ ## @vue/compiler-sfc@3.5.34
1035
+
1036
+ - License: MIT
1037
+ - Homepage/source: https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme
1038
+
1039
+ ```text
1040
+ The MIT License (MIT)
1041
+
1042
+ Copyright (c) 2018-present, Yuxi (Evan) You
1043
+
1044
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1045
+ of this software and associated documentation files (the "Software"), to deal
1046
+ in the Software without restriction, including without limitation the rights
1047
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1048
+ copies of the Software, and to permit persons to whom the Software is
1049
+ furnished to do so, subject to the following conditions:
1050
+
1051
+ The above copyright notice and this permission notice shall be included in
1052
+ all copies or substantial portions of the Software.
1053
+
1054
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1055
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1056
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1057
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1058
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1059
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1060
+ THE SOFTWARE.
1061
+ ```
1062
+
1063
+ ## @vue/compiler-ssr@3.5.34
1064
+
1065
+ - License: MIT
1066
+ - Homepage/source: https://github.com/vuejs/core/tree/main/packages/compiler-ssr#readme
1067
+
1068
+ ```text
1069
+ The MIT License (MIT)
1070
+
1071
+ Copyright (c) 2018-present, Yuxi (Evan) You
1072
+
1073
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1074
+ of this software and associated documentation files (the "Software"), to deal
1075
+ in the Software without restriction, including without limitation the rights
1076
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1077
+ copies of the Software, and to permit persons to whom the Software is
1078
+ furnished to do so, subject to the following conditions:
1079
+
1080
+ The above copyright notice and this permission notice shall be included in
1081
+ all copies or substantial portions of the Software.
1082
+
1083
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1084
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1085
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1086
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1087
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1088
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1089
+ THE SOFTWARE.
1090
+ ```
1091
+
1092
+ ## @vue/reactivity@3.5.34
1093
+
1094
+ - License: MIT
1095
+ - Homepage/source: https://github.com/vuejs/core/tree/main/packages/reactivity#readme
1096
+
1097
+ ```text
1098
+ The MIT License (MIT)
1099
+
1100
+ Copyright (c) 2018-present, Yuxi (Evan) You
1101
+
1102
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1103
+ of this software and associated documentation files (the "Software"), to deal
1104
+ in the Software without restriction, including without limitation the rights
1105
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1106
+ copies of the Software, and to permit persons to whom the Software is
1107
+ furnished to do so, subject to the following conditions:
1108
+
1109
+ The above copyright notice and this permission notice shall be included in
1110
+ all copies or substantial portions of the Software.
1111
+
1112
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1113
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1114
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1115
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1116
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1117
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1118
+ THE SOFTWARE.
1119
+ ```
1120
+
1121
+ ## @vue/runtime-core@3.5.34
1122
+
1123
+ - License: MIT
1124
+ - Homepage/source: https://github.com/vuejs/core/tree/main/packages/runtime-core#readme
1125
+
1126
+ ```text
1127
+ The MIT License (MIT)
1128
+
1129
+ Copyright (c) 2018-present, Yuxi (Evan) You
1130
+
1131
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1132
+ of this software and associated documentation files (the "Software"), to deal
1133
+ in the Software without restriction, including without limitation the rights
1134
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1135
+ copies of the Software, and to permit persons to whom the Software is
1136
+ furnished to do so, subject to the following conditions:
1137
+
1138
+ The above copyright notice and this permission notice shall be included in
1139
+ all copies or substantial portions of the Software.
1140
+
1141
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1142
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1143
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1144
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1145
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1146
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1147
+ THE SOFTWARE.
1148
+ ```
1149
+
1150
+ ## @vue/runtime-dom@3.5.34
1151
+
1152
+ - License: MIT
1153
+ - Homepage/source: https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme
1154
+
1155
+ ```text
1156
+ The MIT License (MIT)
1157
+
1158
+ Copyright (c) 2018-present, Yuxi (Evan) You
1159
+
1160
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1161
+ of this software and associated documentation files (the "Software"), to deal
1162
+ in the Software without restriction, including without limitation the rights
1163
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1164
+ copies of the Software, and to permit persons to whom the Software is
1165
+ furnished to do so, subject to the following conditions:
1166
+
1167
+ The above copyright notice and this permission notice shall be included in
1168
+ all copies or substantial portions of the Software.
1169
+
1170
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1171
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1172
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1173
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1174
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1175
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1176
+ THE SOFTWARE.
1177
+ ```
1178
+
1179
+ ## @vue/server-renderer@3.5.34
1180
+
1181
+ - License: MIT
1182
+ - Homepage/source: https://github.com/vuejs/core/tree/main/packages/server-renderer#readme
1183
+
1184
+ ```text
1185
+ The MIT License (MIT)
1186
+
1187
+ Copyright (c) 2018-present, Yuxi (Evan) You
1188
+
1189
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1190
+ of this software and associated documentation files (the "Software"), to deal
1191
+ in the Software without restriction, including without limitation the rights
1192
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1193
+ copies of the Software, and to permit persons to whom the Software is
1194
+ furnished to do so, subject to the following conditions:
1195
+
1196
+ The above copyright notice and this permission notice shall be included in
1197
+ all copies or substantial portions of the Software.
1198
+
1199
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1200
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1201
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1202
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1203
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1204
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1205
+ THE SOFTWARE.
1206
+ ```
1207
+
1208
+ ## @vue/shared@3.5.34
1209
+
1210
+ - License: MIT
1211
+ - Homepage/source: https://github.com/vuejs/core/tree/main/packages/shared#readme
1212
+
1213
+ ```text
1214
+ The MIT License (MIT)
1215
+
1216
+ Copyright (c) 2018-present, Yuxi (Evan) You
1217
+
1218
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1219
+ of this software and associated documentation files (the "Software"), to deal
1220
+ in the Software without restriction, including without limitation the rights
1221
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1222
+ copies of the Software, and to permit persons to whom the Software is
1223
+ furnished to do so, subject to the following conditions:
1224
+
1225
+ The above copyright notice and this permission notice shall be included in
1226
+ all copies or substantial portions of the Software.
1227
+
1228
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1229
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1230
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1231
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1232
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1233
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1234
+ THE SOFTWARE.
1235
+ ```
1236
+
1237
+ ## @vueuse/core@14.3.0
1238
+
1239
+ - License: MIT
1240
+ - Homepage/source: https://github.com/vueuse/vueuse#readme
1241
+
1242
+ ```text
1243
+ MIT License
1244
+
1245
+ Copyright (c) 2019-PRESENT Anthony Fu<https://github.com/antfu>
1246
+
1247
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1248
+ of this software and associated documentation files (the "Software"), to deal
1249
+ in the Software without restriction, including without limitation the rights
1250
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1251
+ copies of the Software, and to permit persons to whom the Software is
1252
+ furnished to do so, subject to the following conditions:
1253
+
1254
+ The above copyright notice and this permission notice shall be included in all
1255
+ copies or substantial portions of the Software.
1256
+
1257
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1258
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1259
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1260
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1261
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1262
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1263
+ SOFTWARE.
1264
+ ```
1265
+
1266
+ ## @vueuse/metadata@14.3.0
1267
+
1268
+ - License: MIT
1269
+ - Homepage/source: https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme
1270
+
1271
+ ```text
1272
+ MIT License
1273
+
1274
+ Copyright (c) 2019-PRESENT Anthony Fu<https://github.com/antfu>
1275
+
1276
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1277
+ of this software and associated documentation files (the "Software"), to deal
1278
+ in the Software without restriction, including without limitation the rights
1279
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1280
+ copies of the Software, and to permit persons to whom the Software is
1281
+ furnished to do so, subject to the following conditions:
1282
+
1283
+ The above copyright notice and this permission notice shall be included in all
1284
+ copies or substantial portions of the Software.
1285
+
1286
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1287
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1288
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1289
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1290
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1291
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1292
+ SOFTWARE.
1293
+ ```
1294
+
1295
+ ## @vueuse/shared@14.3.0
1296
+
1297
+ - License: MIT
1298
+ - Homepage/source: https://github.com/vueuse/vueuse/tree/main/packages/shared#readme
1299
+
1300
+ ```text
1301
+ MIT License
1302
+
1303
+ Copyright (c) 2019-PRESENT Anthony Fu<https://github.com/antfu>
1304
+
1305
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1306
+ of this software and associated documentation files (the "Software"), to deal
1307
+ in the Software without restriction, including without limitation the rights
1308
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1309
+ copies of the Software, and to permit persons to whom the Software is
1310
+ furnished to do so, subject to the following conditions:
1311
+
1312
+ The above copyright notice and this permission notice shall be included in all
1313
+ copies or substantial portions of the Software.
1314
+
1315
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1316
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1317
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1318
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1319
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1320
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1321
+ SOFTWARE.
1322
+ ```
1323
+
1324
+ ## aria-hidden@1.2.6
1325
+
1326
+ - License: MIT
1327
+ - Homepage/source: https://github.com/theKashey/aria-hidden#readme
1328
+
1329
+ ```text
1330
+ MIT License
1331
+
1332
+ Copyright (c) 2017 Anton Korzunov
1333
+
1334
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1335
+ of this software and associated documentation files (the "Software"), to deal
1336
+ in the Software without restriction, including without limitation the rights
1337
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1338
+ copies of the Software, and to permit persons to whom the Software is
1339
+ furnished to do so, subject to the following conditions:
1340
+
1341
+ The above copyright notice and this permission notice shall be included in all
1342
+ copies or substantial portions of the Software.
1343
+
1344
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1345
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1346
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1347
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1348
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1349
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1350
+ SOFTWARE.
1351
+ ```
1352
+
1353
+ ## defu@6.1.7
1354
+
1355
+ - License: MIT
1356
+ - Homepage/source: Not provided
1357
+
1358
+ ```text
1359
+ MIT License
1360
+
1361
+ Copyright (c) Pooya Parsa <pooya@pi0.io>
1362
+
1363
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1364
+ of this software and associated documentation files (the "Software"), to deal
1365
+ in the Software without restriction, including without limitation the rights
1366
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1367
+ copies of the Software, and to permit persons to whom the Software is
1368
+ furnished to do so, subject to the following conditions:
1369
+
1370
+ The above copyright notice and this permission notice shall be included in all
1371
+ copies or substantial portions of the Software.
1372
+
1373
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1374
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1375
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1376
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1377
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1378
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1379
+ SOFTWARE.
1380
+ ```
1381
+
1382
+ ## entities@7.0.1
1383
+
1384
+ - License: BSD-2-Clause
1385
+ - Homepage/source: https://github.com/fb55/entities.git
1386
+
1387
+ ```text
1388
+ Copyright (c) Felix Böhm
1389
+ All rights reserved.
1390
+
1391
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1392
+
1393
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1394
+
1395
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1396
+
1397
+ THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
1398
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1399
+ ```
1400
+
1401
+ ## estree-walker@2.0.2
1402
+
1403
+ - License: MIT
1404
+ - Homepage/source: https://github.com/Rich-Harris/estree-walker
1405
+
1406
+ ```text
1407
+ Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
1408
+
1409
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1410
+
1411
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1412
+
1413
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1414
+ ```
1415
+
1416
+ ## lucide-vue-next@1.0.0
1417
+
1418
+ - License: ISC
1419
+ - Homepage/source: https://lucide.dev
1420
+
1421
+ ```text
1422
+ ISC License
1423
+
1424
+ Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
1425
+
1426
+ Permission to use, copy, modify, and/or distribute this software for any
1427
+ purpose with or without fee is hereby granted, provided that the above
1428
+ copyright notice and this permission notice appear in all copies.
1429
+
1430
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1431
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1432
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1433
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1434
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1435
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1436
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1437
+
1438
+ ---
1439
+
1440
+ The MIT License (MIT) (for portions derived from Feather)
1441
+
1442
+ Copyright (c) 2013-2026 Cole Bemis
1443
+
1444
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1445
+ of this software and associated documentation files (the "Software"), to deal
1446
+ in the Software without restriction, including without limitation the rights
1447
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1448
+ copies of the Software, and to permit persons to whom the Software is
1449
+ furnished to do so, subject to the following conditions:
1450
+
1451
+ The above copyright notice and this permission notice shall be included in all
1452
+ copies or substantial portions of the Software.
1453
+
1454
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1455
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1456
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1457
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1458
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1459
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1460
+ SOFTWARE.
1461
+ ```
1462
+
1463
+ ## magic-string@0.30.21
1464
+
1465
+ - License: MIT
1466
+ - Homepage/source: git+https://github.com/Rich-Harris/magic-string.git
1467
+
1468
+ ```text
1469
+ Copyright 2018 Rich Harris
1470
+
1471
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1472
+
1473
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1474
+
1475
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1476
+ ```
1477
+
1478
+ ## nanoid@3.3.12
1479
+
1480
+ - License: MIT
1481
+ - Homepage/source: Not provided
1482
+
1483
+ ```text
1484
+ The MIT License (MIT)
1485
+
1486
+ Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
1487
+
1488
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1489
+ this software and associated documentation files (the "Software"), to deal in
1490
+ the Software without restriction, including without limitation the rights to
1491
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1492
+ the Software, and to permit persons to whom the Software is furnished to do so,
1493
+ subject to the following conditions:
1494
+
1495
+ The above copyright notice and this permission notice shall be included in all
1496
+ copies or substantial portions of the Software.
1497
+
1498
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1499
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1500
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1501
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1502
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1503
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1504
+ ```
1505
+
1506
+ ## ohash@2.0.12
1507
+
1508
+ - License: MIT
1509
+ - Homepage/source: Not provided
1510
+
1511
+ ```text
1512
+ MIT License
1513
+
1514
+ Copyright (c) Pooya Parsa <pooya@pi0.io>
1515
+
1516
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1517
+ of this software and associated documentation files (the "Software"), to deal
1518
+ in the Software without restriction, including without limitation the rights
1519
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1520
+ copies of the Software, and to permit persons to whom the Software is
1521
+ furnished to do so, subject to the following conditions:
1522
+
1523
+ The above copyright notice and this permission notice shall be included in all
1524
+ copies or substantial portions of the Software.
1525
+
1526
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1527
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1528
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1529
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1530
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1531
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1532
+ SOFTWARE.
1533
+ ```
1534
+
1535
+ ## picocolors@1.1.1
1536
+
1537
+ - License: ISC
1538
+ - Homepage/source: Not provided
1539
+
1540
+ ```text
1541
+ ISC License
1542
+
1543
+ Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
1544
+
1545
+ Permission to use, copy, modify, and/or distribute this software for any
1546
+ purpose with or without fee is hereby granted, provided that the above
1547
+ copyright notice and this permission notice appear in all copies.
1548
+
1549
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1550
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1551
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1552
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1553
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1554
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1555
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1556
+ ```
1557
+
1558
+ ## postcss@8.5.15
1559
+
1560
+ - License: MIT
1561
+ - Homepage/source: https://postcss.org/
1562
+
1563
+ ```text
1564
+ The MIT License (MIT)
1565
+
1566
+ Copyright 2013 Andrey Sitnik <andrey@sitnik.es>
1567
+
1568
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1569
+ this software and associated documentation files (the "Software"), to deal in
1570
+ the Software without restriction, including without limitation the rights to
1571
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1572
+ the Software, and to permit persons to whom the Software is furnished to do so,
1573
+ subject to the following conditions:
1574
+
1575
+ The above copyright notice and this permission notice shall be included in all
1576
+ copies or substantial portions of the Software.
1577
+
1578
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1579
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1580
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1581
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1582
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1583
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1584
+ ```
1585
+
1586
+ ## reka-ui@2.10.4
1587
+
1588
+ - License: MIT
1589
+ - Homepage/source: https://github.com/unovue/reka-ui
1590
+
1591
+ ```text
1592
+ MIT License
1593
+
1594
+ Copyright (c) 2023 UnoVue <https://github.com/unovue>
1595
+
1596
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1597
+ of this software and associated documentation files (the "Software"), to deal
1598
+ in the Software without restriction, including without limitation the rights
1599
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1600
+ copies of the Software, and to permit persons to whom the Software is
1601
+ furnished to do so, subject to the following conditions:
1602
+
1603
+ The above copyright notice and this permission notice shall be included in all
1604
+ copies or substantial portions of the Software.
1605
+
1606
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1607
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1608
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1609
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1610
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1611
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1612
+ SOFTWARE.
1613
+ ```
1614
+
1615
+ ## source-map-js@1.2.1
1616
+
1617
+ - License: BSD-3-Clause
1618
+ - Homepage/source: https://github.com/7rulnik/source-map-js
1619
+
1620
+ ```text
1621
+ Copyright (c) 2009-2011, Mozilla Foundation and contributors
1622
+ All rights reserved.
1623
+
1624
+ Redistribution and use in source and binary forms, with or without
1625
+ modification, are permitted provided that the following conditions are met:
1626
+
1627
+ * Redistributions of source code must retain the above copyright notice, this
1628
+ list of conditions and the following disclaimer.
1629
+
1630
+ * Redistributions in binary form must reproduce the above copyright notice,
1631
+ this list of conditions and the following disclaimer in the documentation
1632
+ and/or other materials provided with the distribution.
1633
+
1634
+ * Neither the names of the Mozilla Foundation nor the names of project
1635
+ contributors may be used to endorse or promote products derived from this
1636
+ software without specific prior written permission.
1637
+
1638
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1639
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1640
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1641
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1642
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1643
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1644
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1645
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1646
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1647
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1648
+ ```
1649
+
1650
+ ## splitpanes@4.1.2
1651
+
1652
+ - License: MIT
1653
+ - Homepage/source: https://antoniandre.github.io/splitpanes
1654
+
1655
+ ```text
1656
+ MIT License
1657
+
1658
+ Copyright (c) 2018 Antoni Andre
1659
+
1660
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1661
+ of this software and associated documentation files (the "Software"), to deal
1662
+ in the Software without restriction, including without limitation the rights
1663
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1664
+ copies of the Software, and to permit persons to whom the Software is
1665
+ furnished to do so, subject to the following conditions:
1666
+
1667
+ The above copyright notice and this permission notice shall be included in all
1668
+ copies or substantial portions of the Software.
1669
+
1670
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1671
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1672
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1673
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1674
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1675
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1676
+ SOFTWARE.
1677
+ ```
1678
+
1679
+ ## tslib@2.8.1
1680
+
1681
+ - License: 0BSD
1682
+ - Homepage/source: https://www.typescriptlang.org/
1683
+
1684
+ ```text
1685
+ Copyright (c) Microsoft Corporation.
1686
+
1687
+ Permission to use, copy, modify, and/or distribute this software for any
1688
+ purpose with or without fee is hereby granted.
1689
+
1690
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1691
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1692
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1693
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1694
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1695
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1696
+ PERFORMANCE OF THIS SOFTWARE.
1697
+ ```
1698
+
1699
+ ## vue@3.5.34
1700
+
1701
+ - License: MIT
1702
+ - Homepage/source: https://vuejs.org/
1703
+
1704
+ ```text
1705
+ The MIT License (MIT)
1706
+
1707
+ Copyright (c) 2018-present, Yuxi (Evan) You
1708
+
1709
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1710
+ of this software and associated documentation files (the "Software"), to deal
1711
+ in the Software without restriction, including without limitation the rights
1712
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1713
+ copies of the Software, and to permit persons to whom the Software is
1714
+ furnished to do so, subject to the following conditions:
1715
+
1716
+ The above copyright notice and this permission notice shall be included in
1717
+ all copies or substantial portions of the Software.
1718
+
1719
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1720
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1721
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1722
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1723
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1724
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1725
+ THE SOFTWARE.
1726
+ ```
1727
+
1728
+ ## vue-demi@0.14.10
1729
+
1730
+ - License: MIT
1731
+ - Homepage/source: Not provided
1732
+
1733
+ ```text
1734
+ MIT License
1735
+
1736
+ Copyright (c) 2020-present, Anthony Fu
1737
+
1738
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1739
+ of this software and associated documentation files (the "Software"), to deal
1740
+ in the Software without restriction, including without limitation the rights
1741
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1742
+ copies of the Software, and to permit persons to whom the Software is
1743
+ furnished to do so, subject to the following conditions:
1744
+
1745
+ The above copyright notice and this permission notice shall be included in all
1746
+ copies or substantial portions of the Software.
1747
+
1748
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1749
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1750
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1751
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1752
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1753
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1754
+ SOFTWARE.
1755
+ ```