overmux 0.0.5 → 0.0.7

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 (32) hide show
  1. package/CHANGELOG.md +7 -62
  2. package/LICENSE +21 -0
  3. package/README.md +16 -2
  4. package/dist/THIRD_PARTY_NOTICES.md +591 -0
  5. package/dist/auth/.vite/manifest.json +1 -1
  6. package/dist/auth/THIRD_PARTY_NOTICES.md +2506 -0
  7. package/dist/auth/assets/{index-DabAfcs1.js → index-Bc0hP5IW.js} +2509 -1
  8. package/dist/auth/index.html +1 -1
  9. package/dist/bin.js +14 -0
  10. package/dist/bin.js.map +1 -1
  11. package/dist/docs/200-getting-started/300-install-overmux-pwa.mdx +215 -1
  12. package/dist/docs/200-getting-started/500-set-up-overmux-with-packages.md +42 -0
  13. package/dist/docs/400-reference/200-configuration.md +1 -1
  14. package/dist/docs/400-reference/500-server/500-api.md +1 -1
  15. package/dist/docs/400-reference/600-client/005-setting-up-your-ui.md +137 -0
  16. package/dist/docs/400-reference/600-client/007-deep-links.md +87 -0
  17. package/dist/docs/400-reference/600-client/010-commands.md +189 -0
  18. package/dist/docs/400-reference/600-client/020-shortcuts.md +171 -0
  19. package/dist/docs/400-reference/600-client/100-api.md +1 -1
  20. package/dist/docs/400-reference/600-client/200-theming.md +179 -64
  21. package/docs/200-getting-started/300-install-overmux-pwa.mdx +215 -1
  22. package/docs/200-getting-started/500-set-up-overmux-with-packages.md +42 -0
  23. package/docs/400-reference/200-configuration.md +1 -1
  24. package/docs/400-reference/500-server/500-api.md +1 -1
  25. package/docs/400-reference/600-client/005-setting-up-your-ui.md +137 -0
  26. package/docs/400-reference/600-client/007-deep-links.md +87 -0
  27. package/docs/400-reference/600-client/010-commands.md +189 -0
  28. package/docs/400-reference/600-client/020-shortcuts.md +171 -0
  29. package/docs/400-reference/600-client/100-api.md +1 -1
  30. package/docs/400-reference/600-client/200-theming.md +179 -64
  31. package/package.json +4 -2
  32. package/src/internal/cli/managed-vite.ts +21 -0
@@ -0,0 +1,591 @@
1
+ # Bundled dependency notices
2
+
3
+ Generated from this build's bundled modules. External dependencies retain their own notices.
4
+
5
+ ## @stricli/core@1.3.0
6
+
7
+ ### LICENSE
8
+
9
+ Source: https://github.com/bloomberg/stricli/blob/4b5802b5370f6b661de945fc7e932ac4e26ae5e0/LICENSE
10
+
11
+
12
+ Apache License
13
+ Version 2.0, January 2004
14
+ http://www.apache.org/licenses/
15
+
16
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17
+
18
+ 1. Definitions.
19
+
20
+ "License" shall mean the terms and conditions for use, reproduction,
21
+ and distribution as defined by Sections 1 through 9 of this document.
22
+
23
+ "Licensor" shall mean the copyright owner or entity authorized by
24
+ the copyright owner that is granting the License.
25
+
26
+ "Legal Entity" shall mean the union of the acting entity and all
27
+ other entities that control, are controlled by, or are under common
28
+ control with that entity. For the purposes of this definition,
29
+ "control" means (i) the power, direct or indirect, to cause the
30
+ direction or management of such entity, whether by contract or
31
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
32
+ outstanding shares, or (iii) beneficial ownership of such entity.
33
+
34
+ "You" (or "Your") shall mean an individual or Legal Entity
35
+ exercising permissions granted by this License.
36
+
37
+ "Source" form shall mean the preferred form for making modifications,
38
+ including but not limited to software source code, documentation
39
+ source, and configuration files.
40
+
41
+ "Object" form shall mean any form resulting from mechanical
42
+ transformation or translation of a Source form, including but
43
+ not limited to compiled object code, generated documentation,
44
+ and conversions to other media types.
45
+
46
+ "Work" shall mean the work of authorship, whether in Source or
47
+ Object form, made available under the License, as indicated by a
48
+ copyright notice that is included in or attached to the work
49
+ (an example is provided in the Appendix below).
50
+
51
+ "Derivative Works" shall mean any work, whether in Source or Object
52
+ form, that is based on (or derived from) the Work and for which the
53
+ editorial revisions, annotations, elaborations, or other modifications
54
+ represent, as a whole, an original work of authorship. For the purposes
55
+ of this License, Derivative Works shall not include works that remain
56
+ separable from, or merely link (or bind by name) to the interfaces of,
57
+ the Work and Derivative Works thereof.
58
+
59
+ "Contribution" shall mean any work of authorship, including
60
+ the original version of the Work and any modifications or additions
61
+ to that Work or Derivative Works thereof, that is intentionally
62
+ submitted to Licensor for inclusion in the Work by the copyright owner
63
+ or by an individual or Legal Entity authorized to submit on behalf of
64
+ the copyright owner. For the purposes of this definition, "submitted"
65
+ means any form of electronic, verbal, or written communication sent
66
+ to the Licensor or its representatives, including but not limited to
67
+ communication on electronic mailing lists, source code control systems,
68
+ and issue tracking systems that are managed by, or on behalf of, the
69
+ Licensor for the purpose of discussing and improving the Work, but
70
+ excluding communication that is conspicuously marked or otherwise
71
+ designated in writing by the copyright owner as "Not a Contribution."
72
+
73
+ "Contributor" shall mean Licensor and any individual or Legal Entity
74
+ on behalf of whom a Contribution has been received by Licensor and
75
+ subsequently incorporated within the Work.
76
+
77
+ 2. Grant of Copyright License. Subject to the terms and conditions of
78
+ this License, each Contributor hereby grants to You a perpetual,
79
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
80
+ copyright license to reproduce, prepare Derivative Works of,
81
+ publicly display, publicly perform, sublicense, and distribute the
82
+ Work and such Derivative Works in Source or Object form.
83
+
84
+ 3. Grant of Patent License. Subject to the terms and conditions of
85
+ this License, each Contributor hereby grants to You a perpetual,
86
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
87
+ (except as stated in this section) patent license to make, have made,
88
+ use, offer to sell, sell, import, and otherwise transfer the Work,
89
+ where such license applies only to those patent claims licensable
90
+ by such Contributor that are necessarily infringed by their
91
+ Contribution(s) alone or by combination of their Contribution(s)
92
+ with the Work to which such Contribution(s) was submitted. If You
93
+ institute patent litigation against any entity (including a
94
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
95
+ or a Contribution incorporated within the Work constitutes direct
96
+ or contributory patent infringement, then any patent licenses
97
+ granted to You under this License for that Work shall terminate
98
+ as of the date such litigation is filed.
99
+
100
+ 4. Redistribution. You may reproduce and distribute copies of the
101
+ Work or Derivative Works thereof in any medium, with or without
102
+ modifications, and in Source or Object form, provided that You
103
+ meet the following conditions:
104
+
105
+ (a) You must give any other recipients of the Work or
106
+ Derivative Works a copy of this License; and
107
+
108
+ (b) You must cause any modified files to carry prominent notices
109
+ stating that You changed the files; and
110
+
111
+ (c) You must retain, in the Source form of any Derivative Works
112
+ that You distribute, all copyright, patent, trademark, and
113
+ attribution notices from the Source form of the Work,
114
+ excluding those notices that do not pertain to any part of
115
+ the Derivative Works; and
116
+
117
+ (d) If the Work includes a "NOTICE" text file as part of its
118
+ distribution, then any Derivative Works that You distribute must
119
+ include a readable copy of the attribution notices contained
120
+ within such NOTICE file, excluding those notices that do not
121
+ pertain to any part of the Derivative Works, in at least one
122
+ of the following places: within a NOTICE text file distributed
123
+ as part of the Derivative Works; within the Source form or
124
+ documentation, if provided along with the Derivative Works; or,
125
+ within a display generated by the Derivative Works, if and
126
+ wherever such third-party notices normally appear. The contents
127
+ of the NOTICE file are for informational purposes only and
128
+ do not modify the License. You may add Your own attribution
129
+ notices within Derivative Works that You distribute, alongside
130
+ or as an addendum to the NOTICE text from the Work, provided
131
+ that such additional attribution notices cannot be construed
132
+ as modifying the License.
133
+
134
+ You may add Your own copyright statement to Your modifications and
135
+ may provide additional or different license terms and conditions
136
+ for use, reproduction, or distribution of Your modifications, or
137
+ for any such Derivative Works as a whole, provided Your use,
138
+ reproduction, and distribution of the Work otherwise complies with
139
+ the conditions stated in this License.
140
+
141
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
142
+ any Contribution intentionally submitted for inclusion in the Work
143
+ by You to the Licensor shall be under the terms and conditions of
144
+ this License, without any additional terms or conditions.
145
+ Notwithstanding the above, nothing herein shall supersede or modify
146
+ the terms of any separate license agreement you may have executed
147
+ with Licensor regarding such Contributions.
148
+
149
+ 6. Trademarks. This License does not grant permission to use the trade
150
+ names, trademarks, service marks, or product names of the Licensor,
151
+ except as required for reasonable and customary use in describing the
152
+ origin of the Work and reproducing the content of the NOTICE file.
153
+
154
+ 7. Disclaimer of Warranty. Unless required by applicable law or
155
+ agreed to in writing, Licensor provides the Work (and each
156
+ Contributor provides its Contributions) on an "AS IS" BASIS,
157
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
158
+ implied, including, without limitation, any warranties or conditions
159
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
160
+ PARTICULAR PURPOSE. You are solely responsible for determining the
161
+ appropriateness of using or redistributing the Work and assume any
162
+ risks associated with Your exercise of permissions under this License.
163
+
164
+ 8. Limitation of Liability. In no event and under no legal theory,
165
+ whether in tort (including negligence), contract, or otherwise,
166
+ unless required by applicable law (such as deliberate and grossly
167
+ negligent acts) or agreed to in writing, shall any Contributor be
168
+ liable to You for damages, including any direct, indirect, special,
169
+ incidental, or consequential damages of any character arising as a
170
+ result of this License or out of the use or inability to use the
171
+ Work (including but not limited to damages for loss of goodwill,
172
+ work stoppage, computer failure or malfunction, or any and all
173
+ other commercial damages or losses), even if such Contributor
174
+ has been advised of the possibility of such damages.
175
+
176
+ 9. Accepting Warranty or Additional Liability. While redistributing
177
+ the Work or Derivative Works thereof, You may choose to offer,
178
+ and charge a fee for, acceptance of support, warranty, indemnity,
179
+ or other liability obligations and/or rights consistent with this
180
+ License. However, in accepting such obligations, You may act only
181
+ on Your own behalf and on Your sole responsibility, not on behalf
182
+ of any other Contributor, and only if You agree to indemnify,
183
+ defend, and hold each Contributor harmless for any liability
184
+ incurred by, or claims asserted against, such Contributor by reason
185
+ of your accepting any such warranty or additional liability.
186
+
187
+ END OF TERMS AND CONDITIONS
188
+
189
+ APPENDIX: How to apply the Apache License to your work.
190
+
191
+ To apply the Apache License to your work, attach the following
192
+ boilerplate notice, with the fields enclosed by brackets "[]"
193
+ replaced with your own identifying information. (Don't include
194
+ the brackets!) The text should be enclosed in the appropriate
195
+ comment syntax for the file format. We also recommend that a
196
+ file or class name and description of purpose be included on the
197
+ same "printed page" as the copyright notice for easier
198
+ identification within third-party archives.
199
+
200
+ Copyright 2024 Bloomberg Finance L.P.
201
+
202
+ Licensed under the Apache License, Version 2.0 (the "License");
203
+ you may not use this file except in compliance with the License.
204
+ You may obtain a copy of the License at
205
+
206
+ http://www.apache.org/licenses/LICENSE-2.0
207
+
208
+ Unless required by applicable law or agreed to in writing, software
209
+ distributed under the License is distributed on an "AS IS" BASIS,
210
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
211
+ See the License for the specific language governing permissions and
212
+ limitations under the License.
213
+
214
+
215
+ ### TRADEMARK.txt
216
+
217
+ Source: https://github.com/bloomberg/stricli/blob/4b5802b5370f6b661de945fc7e932ac4e26ae5e0/TRADEMARK.txt
218
+
219
+ STRICLI Trademark Guidelines
220
+ ==============================
221
+
222
+ STRICLI and the STRICLI logos (the “STRICLI Marks”) are trademarks and
223
+ service marks of Bloomberg L.P. (“Bloomberg”) and, as such, are symbols of the
224
+ quality of the products and services that Bloomberg offers. These trademark
225
+ guidelines are essential and must be followed to prevent use of the STRICLI
226
+ Marks that could lead to confusion about our software or our company.
227
+
228
+ The STRICLI Marks may be used in the following manners or places:
229
+
230
+ - on your website or in your social media accounts in content related to the
231
+ STRICLI project;
232
+
233
+ - in connection with conferences, events or talks related to the STRICLI
234
+ project;
235
+
236
+ - in connection with educational services offered related to the STRICLI
237
+ project; in the title of an article or book (print or digital) related to the
238
+ STRICLI project;
239
+
240
+ - in a video (title or content) related to the STRICLI project;
241
+
242
+ - to indicate that your product is an ecosystem component meant to enhance
243
+ STRICLI's software, e.g. stricli-[component name].
244
+
245
+
246
+ The STRICLI Marks may not be used:
247
+
248
+ - on merchandise;
249
+ - in or as part of your company name;
250
+ - in conjunction with your or another company’s logo or mark; or
251
+ - to disparage Bloomberg or its goods or services.
252
+
253
+ By use of the STRICLI Marks, each individual or organization:
254
+
255
+ - Acknowledges that Bloomberg is the owner of all right, title and interest in
256
+ and to the STRICLI Marks and the goodwill of the business related thereto
257
+ and that all use of the STRICLI Marks will inure solely to the benefit of
258
+ Bloomberg.
259
+
260
+ - Agrees not to: (i) apply anywhere for trademark or service mark registration
261
+ of the STRICLI Marks or any mark including the STRICLI Marks; (ii) use
262
+ the STRICLI Marks in any manner or commit any other act likely to devalue,
263
+ injure or dilute the goodwill or reputation of Bloomberg or the STRICLI
264
+ Marks; or (iii) challenge the validity of the STRICLI Marks.
265
+
266
+ - Acknowledges that Bloomberg will exercise control over the quality of use of
267
+ the STRICLI Marks and the goods/services provided thereunder and will: (i)
268
+ use the STRICLI Marks only in connection with goods and services of a level
269
+ of quality at least equal to the goods and services it has distributed
270
+ previously and, in no event, at no less than then-current industry standards;
271
+ (ii) use the STRICLI Marks in strict compliance with all guidelines
272
+ provided by Bloomberg and with such trademark notices as Bloomberg shall
273
+ direct; (iii) upon reasonable request provide Bloomberg with specimens of use
274
+ of the STRICLI Marks; and (iv) cease any use of the STRICLI Marks upon
275
+ written notice from Bloomberg.
276
+
277
+ - Agrees only to use the STRICLI logo marks provided in the file located in
278
+ the 'docs' folder at https://github.com/bloomberg/STRICLI, to maintain
279
+ aspect ratio and to refrain from modifying the color of the marks.
280
+
281
+ - Agrees to use the word mark STRICLI only in the format “STRICLI”,
282
+ “Stricli” or “stricli” in the same font and size as the surrounding text.
283
+
284
+ - Agrees not to use the BLOOMBERG trademark, service mark or logo mark without
285
+ permission and understands that any use of the BLOOMBERG trademark, service
286
+ mark or logo mark may be made only following the grant of a license by
287
+ Bloomberg. In referring to the STRICLI software, you may use the following
288
+ text: “STRICLI, developed and published by Bloomberg L.P.”
289
+
290
+
291
+ ## @vercel/detect-agent@1.2.5
292
+
293
+ ### LICENSE
294
+
295
+
296
+ Apache License
297
+ Version 2.0, January 2004
298
+ http://www.apache.org/licenses/
299
+
300
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
301
+
302
+ 1. Definitions.
303
+
304
+ "License" shall mean the terms and conditions for use, reproduction,
305
+ and distribution as defined by Sections 1 through 9 of this document.
306
+
307
+ "Licensor" shall mean the copyright owner or entity authorized by
308
+ the copyright owner that is granting the License.
309
+
310
+ "Legal Entity" shall mean the union of the acting entity and all
311
+ other entities that control, are controlled by, or are under common
312
+ control with that entity. For the purposes of this definition,
313
+ "control" means (i) the power, direct or indirect, to cause the
314
+ direction or management of such entity, whether by contract or
315
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
316
+ outstanding shares, or (iii) beneficial ownership of such entity.
317
+
318
+ "You" (or "Your") shall mean an individual or Legal Entity
319
+ exercising permissions granted by this License.
320
+
321
+ "Source" form shall mean the preferred form for making modifications,
322
+ including but not limited to software source code, documentation
323
+ source, and configuration files.
324
+
325
+ "Object" form shall mean any form resulting from mechanical
326
+ transformation or translation of a Source form, including but
327
+ not limited to compiled object code, generated documentation,
328
+ and conversions to other media types.
329
+
330
+ "Work" shall mean the work of authorship, whether in Source or
331
+ Object form, made available under the License, as indicated by a
332
+ copyright notice that is included in or attached to the work
333
+ (an example is provided in the Appendix below).
334
+
335
+ "Derivative Works" shall mean any work, whether in Source or Object
336
+ form, that is based on (or derived from) the Work and for which the
337
+ editorial revisions, annotations, elaborations, or other modifications
338
+ represent, as a whole, an original work of authorship. For the purposes
339
+ of this License, Derivative Works shall not include works that remain
340
+ separable from, or merely link (or bind by name) to the interfaces of,
341
+ the Work and Derivative Works thereof.
342
+
343
+ "Contribution" shall mean any work of authorship, including
344
+ the original version of the Work and any modifications or additions
345
+ to that Work or Derivative Works thereof, that is intentionally
346
+ submitted to Licensor for inclusion in the Work by the copyright owner
347
+ or by an individual or Legal Entity authorized to submit on behalf of
348
+ the copyright owner. For the purposes of this definition, "submitted"
349
+ means any form of electronic, verbal, or written communication sent
350
+ to the Licensor or its representatives, including but not limited to
351
+ communication on electronic mailing lists, source code control systems,
352
+ and issue tracking systems that are managed by, or on behalf of, the
353
+ Licensor for the purpose of discussing and improving the Work, but
354
+ excluding communication that is conspicuously marked or otherwise
355
+ designated in writing by the copyright owner as "Not a Contribution."
356
+
357
+ "Contributor" shall mean Licensor and any individual or Legal Entity
358
+ on behalf of whom a Contribution has been received by Licensor and
359
+ subsequently incorporated within the Work.
360
+
361
+ 2. Grant of Copyright License. Subject to the terms and conditions of
362
+ this License, each Contributor hereby grants to You a perpetual,
363
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
364
+ copyright license to reproduce, prepare Derivative Works of,
365
+ publicly display, publicly perform, sublicense, and distribute the
366
+ Work and such Derivative Works in Source or Object form.
367
+
368
+ 3. Grant of Patent License. Subject to the terms and conditions of
369
+ this License, each Contributor hereby grants to You a perpetual,
370
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
371
+ (except as stated in this section) patent license to make, have made,
372
+ use, offer to sell, sell, import, and otherwise transfer the Work,
373
+ where such license applies only to those patent claims licensable
374
+ by such Contributor that are necessarily infringed by their
375
+ Contribution(s) alone or by combination of their Contribution(s)
376
+ with the Work to which such Contribution(s) was submitted. If You
377
+ institute patent litigation against any entity (including a
378
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
379
+ or a Contribution incorporated within the Work constitutes direct
380
+ or contributory patent infringement, then any patent licenses
381
+ granted to You under this License for that Work shall terminate
382
+ as of the date such litigation is filed.
383
+
384
+ 4. Redistribution. You may reproduce and distribute copies of the
385
+ Work or Derivative Works thereof in any medium, with or without
386
+ modifications, and in Source or Object form, provided that You
387
+ meet the following conditions:
388
+
389
+ (a) You must give any other recipients of the Work or
390
+ Derivative Works a copy of this License; and
391
+
392
+ (b) You must cause any modified files to carry prominent notices
393
+ stating that You changed the files; and
394
+
395
+ (c) You must retain, in the Source form of any Derivative Works
396
+ that You distribute, all copyright, patent, trademark, and
397
+ attribution notices from the Source form of the Work,
398
+ excluding those notices that do not pertain to any part of
399
+ the Derivative Works; and
400
+
401
+ (d) If the Work includes a "NOTICE" text file as part of its
402
+ distribution, then any Derivative Works that You distribute must
403
+ include a readable copy of the attribution notices contained
404
+ within such NOTICE file, excluding those notices that do not
405
+ pertain to any part of the Derivative Works, in at least one
406
+ of the following places: within a NOTICE text file distributed
407
+ as part of the Derivative Works; within the Source form or
408
+ documentation, if provided along with the Derivative Works; or,
409
+ within a display generated by the Derivative Works, if and
410
+ wherever such third-party notices normally appear. The contents
411
+ of the NOTICE file are for informational purposes only and
412
+ do not modify the License. You may add Your own attribution
413
+ notices within Derivative Works that You distribute, alongside
414
+ or as an addendum to the NOTICE text from the Work, provided
415
+ that such additional attribution notices cannot be construed
416
+ as modifying the License.
417
+
418
+ You may add Your own copyright statement to Your modifications and
419
+ may provide additional or different license terms and conditions
420
+ for use, reproduction, or distribution of Your modifications, or
421
+ for any such Derivative Works as a whole, provided Your use,
422
+ reproduction, and distribution of the Work otherwise complies with
423
+ the conditions stated in this License.
424
+
425
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
426
+ any Contribution intentionally submitted for inclusion in the Work
427
+ by You to the Licensor shall be under the terms and conditions of
428
+ this License, without any additional terms or conditions.
429
+ Notwithstanding the above, nothing herein shall supersede or modify
430
+ the terms of any separate license agreement you may have executed
431
+ with Licensor regarding such Contributions.
432
+
433
+ 6. Trademarks. This License does not grant permission to use the trade
434
+ names, trademarks, service marks, or product names of the Licensor,
435
+ except as required for reasonable and customary use in describing the
436
+ origin of the Work and reproducing the content of the NOTICE file.
437
+
438
+ 7. Disclaimer of Warranty. Unless required by applicable law or
439
+ agreed to in writing, Licensor provides the Work (and each
440
+ Contributor provides its Contributions) on an "AS IS" BASIS,
441
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
442
+ implied, including, without limitation, any warranties or conditions
443
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
444
+ PARTICULAR PURPOSE. You are solely responsible for determining the
445
+ appropriateness of using or redistributing the Work and assume any
446
+ risks associated with Your exercise of permissions under this License.
447
+
448
+ 8. Limitation of Liability. In no event and under no legal theory,
449
+ whether in tort (including negligence), contract, or otherwise,
450
+ unless required by applicable law (such as deliberate and grossly
451
+ negligent acts) or agreed to in writing, shall any Contributor be
452
+ liable to You for damages, including any direct, indirect, special,
453
+ incidental, or consequential damages of any character arising as a
454
+ result of this License or out of the use or inability to use the
455
+ Work (including but not limited to damages for loss of goodwill,
456
+ work stoppage, computer failure or malfunction, or any and all
457
+ other commercial damages or losses), even if such Contributor
458
+ has been advised of the possibility of such damages.
459
+
460
+ 9. Accepting Warranty or Additional Liability. While redistributing
461
+ the Work or Derivative Works thereof, You may choose to offer,
462
+ and charge a fee for, acceptance of support, warranty, indemnity,
463
+ or other liability obligations and/or rights consistent with this
464
+ License. However, in accepting such obligations, You may act only
465
+ on Your own behalf and on Your sole responsibility, not on behalf
466
+ of any other Contributor, and only if You agree to indemnify,
467
+ defend, and hold each Contributor harmless for any liability
468
+ incurred by, or claims asserted against, such Contributor by reason
469
+ of your accepting any such warranty or additional liability.
470
+
471
+ END OF TERMS AND CONDITIONS
472
+
473
+ APPENDIX: How to apply the Apache License to your work.
474
+
475
+ To apply the Apache License to your work, attach the following
476
+ boilerplate notice, with the fields enclosed by brackets "[]"
477
+ replaced with your own identifying information. (Don't include
478
+ the brackets!) The text should be enclosed in the appropriate
479
+ comment syntax for the file format. We also recommend that a
480
+ file or class name and description of purpose be included on the
481
+ same "printed page" as the copyright notice for easier
482
+ identification within third-party archives.
483
+
484
+ Copyright 2017 Vercel, Inc.
485
+
486
+ Licensed under the Apache License, Version 2.0 (the "License");
487
+ you may not use this file except in compliance with the License.
488
+ You may obtain a copy of the License at
489
+
490
+ http://www.apache.org/licenses/LICENSE-2.0
491
+
492
+ Unless required by applicable law or agreed to in writing, software
493
+ distributed under the License is distributed on an "AS IS" BASIS,
494
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
495
+ See the License for the specific language governing permissions and
496
+ limitations under the License.
497
+
498
+
499
+ ## ci-info@4.4.0
500
+
501
+ ### LICENSE
502
+
503
+ The MIT License (MIT)
504
+
505
+ Copyright (c) 2016 Thomas Watson Steen
506
+
507
+ Permission is hereby granted, free of charge, to any person obtaining a copy
508
+ of this software and associated documentation files (the "Software"), to deal
509
+ in the Software without restriction, including without limitation the rights
510
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
511
+ copies of the Software, and to permit persons to whom the Software is
512
+ furnished to do so, subject to the following conditions:
513
+
514
+ The above copyright notice and this permission notice shall be included in all
515
+ copies or substantial portions of the Software.
516
+
517
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
518
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
519
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
520
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
521
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
522
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
523
+ SOFTWARE.
524
+
525
+
526
+ ## rolldown@1.2.6
527
+
528
+ ### LICENSE
529
+
530
+ MIT License
531
+
532
+ Copyright (c) 2024-present VoidZero Inc. & Contributors
533
+
534
+ Permission is hereby granted, free of charge, to any person obtaining a copy
535
+ of this software and associated documentation files (the "Software"), to deal
536
+ in the Software without restriction, including without limitation the rights
537
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
538
+ copies of the Software, and to permit persons to whom the Software is
539
+ furnished to do so, subject to the following conditions:
540
+
541
+ The above copyright notice and this permission notice shall be included in all
542
+ copies or substantial portions of the Software.
543
+
544
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
545
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
546
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
547
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
548
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
549
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
550
+ SOFTWARE.
551
+
552
+ end of terms and conditions
553
+
554
+ The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
555
+
556
+
557
+ ### THIRD-PARTY-LICENSE
558
+
559
+ The MIT License (MIT)
560
+
561
+ Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/contributors)
562
+
563
+ 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:
564
+
565
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
566
+
567
+ 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.
568
+
569
+ ---
570
+
571
+ MIT License
572
+
573
+ Copyright (c) 2020 Evan Wallace
574
+
575
+ Permission is hereby granted, free of charge, to any person obtaining a copy
576
+ of this software and associated documentation files (the "Software"), to deal
577
+ in the Software without restriction, including without limitation the rights
578
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
579
+ copies of the Software, and to permit persons to whom the Software is
580
+ furnished to do so, subject to the following conditions:
581
+
582
+ The above copyright notice and this permission notice shall be included in all
583
+ copies or substantial portions of the Software.
584
+
585
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
586
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
587
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
588
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
589
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
590
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
591
+ SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "index.html": {
3
- "file": "assets/index-DabAfcs1.js",
3
+ "file": "assets/index-Bc0hP5IW.js",
4
4
  "name": "index",
5
5
  "src": "index.html",
6
6
  "isEntry": true,