@invarn/cli 0.9.28 → 0.9.29

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.
@@ -0,0 +1,595 @@
1
+ Invarn CLI (@invarn/cli) — third-party license notices
2
+
3
+ The published bundles (invarn.cjs, sdk.mjs, local-run-worker.mjs) are minified
4
+ and obfuscated, which strips inline license headers. This file reproduces the
5
+ notices for every third-party package inlined into those bundles, as required
6
+ by their licenses. Packages resolved at install time (e.g. @invarn/cibuild,
7
+ @anthropic-ai/claude-agent-sdk) are not listed here — they ship with their own
8
+ license files.
9
+
10
+ 19 bundled package(s).
11
+
12
+ ==============================================================================
13
+ @modelcontextprotocol/sdk@1.29.0 — MIT
14
+ ==============================================================================
15
+
16
+ MIT License
17
+
18
+ Copyright (c) 2024 Anthropic, PBC
19
+
20
+ Permission is hereby granted, free of charge, to any person obtaining a copy
21
+ of this software and associated documentation files (the "Software"), to deal
22
+ in the Software without restriction, including without limitation the rights
23
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24
+ copies of the Software, and to permit persons to whom the Software is
25
+ furnished to do so, subject to the following conditions:
26
+
27
+ The above copyright notice and this permission notice shall be included in all
28
+ copies or substantial portions of the Software.
29
+
30
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36
+ SOFTWARE.
37
+
38
+ ==============================================================================
39
+ @swc/helpers@0.5.23 — Apache-2.0
40
+ ==============================================================================
41
+
42
+ Apache License
43
+ Version 2.0, January 2004
44
+ http://www.apache.org/licenses/
45
+
46
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
47
+
48
+ 1. Definitions.
49
+
50
+ "License" shall mean the terms and conditions for use, reproduction,
51
+ and distribution as defined by Sections 1 through 9 of this document.
52
+
53
+ "Licensor" shall mean the copyright owner or entity authorized by
54
+ the copyright owner that is granting the License.
55
+
56
+ "Legal Entity" shall mean the union of the acting entity and all
57
+ other entities that control, are controlled by, or are under common
58
+ control with that entity. For the purposes of this definition,
59
+ "control" means (i) the power, direct or indirect, to cause the
60
+ direction or management of such entity, whether by contract or
61
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
62
+ outstanding shares, or (iii) beneficial ownership of such entity.
63
+
64
+ "You" (or "Your") shall mean an individual or Legal Entity
65
+ exercising permissions granted by this License.
66
+
67
+ "Source" form shall mean the preferred form for making modifications,
68
+ including but not limited to software source code, documentation
69
+ source, and configuration files.
70
+
71
+ "Object" form shall mean any form resulting from mechanical
72
+ transformation or translation of a Source form, including but
73
+ not limited to compiled object code, generated documentation,
74
+ and conversions to other media types.
75
+
76
+ "Work" shall mean the work of authorship, whether in Source or
77
+ Object form, made available under the License, as indicated by a
78
+ copyright notice that is included in or attached to the work
79
+ (an example is provided in the Appendix below).
80
+
81
+ "Derivative Works" shall mean any work, whether in Source or Object
82
+ form, that is based on (or derived from) the Work and for which the
83
+ editorial revisions, annotations, elaborations, or other modifications
84
+ represent, as a whole, an original work of authorship. For the purposes
85
+ of this License, Derivative Works shall not include works that remain
86
+ separable from, or merely link (or bind by name) to the interfaces of,
87
+ the Work and Derivative Works thereof.
88
+
89
+ "Contribution" shall mean any work of authorship, including
90
+ the original version of the Work and any modifications or additions
91
+ to that Work or Derivative Works thereof, that is intentionally
92
+ submitted to Licensor for inclusion in the Work by the copyright owner
93
+ or by an individual or Legal Entity authorized to submit on behalf of
94
+ the copyright owner. For the purposes of this definition, "submitted"
95
+ means any form of electronic, verbal, or written communication sent
96
+ to the Licensor or its representatives, including but not limited to
97
+ communication on electronic mailing lists, source code control systems,
98
+ and issue tracking systems that are managed by, or on behalf of, the
99
+ Licensor for the purpose of discussing and improving the Work, but
100
+ excluding communication that is conspicuously marked or otherwise
101
+ designated in writing by the copyright owner as "Not a Contribution."
102
+
103
+ "Contributor" shall mean Licensor and any individual or Legal Entity
104
+ on behalf of whom a Contribution has been received by Licensor and
105
+ subsequently incorporated within the Work.
106
+
107
+ 2. Grant of Copyright License. Subject to the terms and conditions of
108
+ this License, each Contributor hereby grants to You a perpetual,
109
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
110
+ copyright license to reproduce, prepare Derivative Works of,
111
+ publicly display, publicly perform, sublicense, and distribute the
112
+ Work and such Derivative Works in Source or Object form.
113
+
114
+ 3. Grant of Patent License. Subject to the terms and conditions of
115
+ this License, each Contributor hereby grants to You a perpetual,
116
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
117
+ (except as stated in this section) patent license to make, have made,
118
+ use, offer to sell, sell, import, and otherwise transfer the Work,
119
+ where such license applies only to those patent claims licensable
120
+ by such Contributor that are necessarily infringed by their
121
+ Contribution(s) alone or by combination of their Contribution(s)
122
+ with the Work to which such Contribution(s) was submitted. If You
123
+ institute patent litigation against any entity (including a
124
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
125
+ or a Contribution incorporated within the Work constitutes direct
126
+ or contributory patent infringement, then any patent licenses
127
+ granted to You under this License for that Work shall terminate
128
+ as of the date such litigation is filed.
129
+
130
+ 4. Redistribution. You may reproduce and distribute copies of the
131
+ Work or Derivative Works thereof in any medium, with or without
132
+ modifications, and in Source or Object form, provided that You
133
+ meet the following conditions:
134
+
135
+ (a) You must give any other recipients of the Work or
136
+ Derivative Works a copy of this License; and
137
+
138
+ (b) You must cause any modified files to carry prominent notices
139
+ stating that You changed the files; and
140
+
141
+ (c) You must retain, in the Source form of any Derivative Works
142
+ that You distribute, all copyright, patent, trademark, and
143
+ attribution notices from the Source form of the Work,
144
+ excluding those notices that do not pertain to any part of
145
+ the Derivative Works; and
146
+
147
+ (d) If the Work includes a "NOTICE" text file as part of its
148
+ distribution, then any Derivative Works that You distribute must
149
+ include a readable copy of the attribution notices contained
150
+ within such NOTICE file, excluding those notices that do not
151
+ pertain to any part of the Derivative Works, in at least one
152
+ of the following places: within a NOTICE text file distributed
153
+ as part of the Derivative Works; within the Source form or
154
+ documentation, if provided along with the Derivative Works; or,
155
+ within a display generated by the Derivative Works, if and
156
+ wherever such third-party notices normally appear. The contents
157
+ of the NOTICE file are for informational purposes only and
158
+ do not modify the License. You may add Your own attribution
159
+ notices within Derivative Works that You distribute, alongside
160
+ or as an addendum to the NOTICE text from the Work, provided
161
+ that such additional attribution notices cannot be construed
162
+ as modifying the License.
163
+
164
+ You may add Your own copyright statement to Your modifications and
165
+ may provide additional or different license terms and conditions
166
+ for use, reproduction, or distribution of Your modifications, or
167
+ for any such Derivative Works as a whole, provided Your use,
168
+ reproduction, and distribution of the Work otherwise complies with
169
+ the conditions stated in this License.
170
+
171
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
172
+ any Contribution intentionally submitted for inclusion in the Work
173
+ by You to the Licensor shall be under the terms and conditions of
174
+ this License, without any additional terms or conditions.
175
+ Notwithstanding the above, nothing herein shall supersede or modify
176
+ the terms of any separate license agreement you may have executed
177
+ with Licensor regarding such Contributions.
178
+
179
+ 6. Trademarks. This License does not grant permission to use the trade
180
+ names, trademarks, service marks, or product names of the Licensor,
181
+ except as required for reasonable and customary use in describing the
182
+ origin of the Work and reproducing the content of the NOTICE file.
183
+
184
+ 7. Disclaimer of Warranty. Unless required by applicable law or
185
+ agreed to in writing, Licensor provides the Work (and each
186
+ Contributor provides its Contributions) on an "AS IS" BASIS,
187
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
188
+ implied, including, without limitation, any warranties or conditions
189
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
190
+ PARTICULAR PURPOSE. You are solely responsible for determining the
191
+ appropriateness of using or redistributing the Work and assume any
192
+ risks associated with Your exercise of permissions under this License.
193
+
194
+ 8. Limitation of Liability. In no event and under no legal theory,
195
+ whether in tort (including negligence), contract, or otherwise,
196
+ unless required by applicable law (such as deliberate and grossly
197
+ negligent acts) or agreed to in writing, shall any Contributor be
198
+ liable to You for damages, including any direct, indirect, special,
199
+ incidental, or consequential damages of any character arising as a
200
+ result of this License or out of the use or inability to use the
201
+ Work (including but not limited to damages for loss of goodwill,
202
+ work stoppage, computer failure or malfunction, or any and all
203
+ other commercial damages or losses), even if such Contributor
204
+ has been advised of the possibility of such damages.
205
+
206
+ 9. Accepting Warranty or Additional Liability. While redistributing
207
+ the Work or Derivative Works thereof, You may choose to offer,
208
+ and charge a fee for, acceptance of support, warranty, indemnity,
209
+ or other liability obligations and/or rights consistent with this
210
+ License. However, in accepting such obligations, You may act only
211
+ on Your own behalf and on Your sole responsibility, not on behalf
212
+ of any other Contributor, and only if You agree to indemnify,
213
+ defend, and hold each Contributor harmless for any liability
214
+ incurred by, or claims asserted against, such Contributor by reason
215
+ of your accepting any such warranty or additional liability.
216
+
217
+ END OF TERMS AND CONDITIONS
218
+
219
+ APPENDIX: How to apply the Apache License to your work.
220
+
221
+ To apply the Apache License to your work, attach the following
222
+ boilerplate notice, with the fields enclosed by brackets "[]"
223
+ replaced with your own identifying information. (Don't include
224
+ the brackets!) The text should be enclosed in the appropriate
225
+ comment syntax for the file format. We also recommend that a
226
+ file or class name and description of purpose be included on the
227
+ same "printed page" as the copyright notice for easier
228
+ identification within third-party archives.
229
+
230
+ Copyright 2024 SWC contributors.
231
+
232
+ Licensed under the Apache License, Version 2.0 (the "License");
233
+ you may not use this file except in compliance with the License.
234
+ You may obtain a copy of the License at
235
+
236
+ http://www.apache.org/licenses/LICENSE-2.0
237
+
238
+ Unless required by applicable law or agreed to in writing, software
239
+ distributed under the License is distributed on an "AS IS" BASIS,
240
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
241
+ See the License for the specific language governing permissions and
242
+ limitations under the License.
243
+
244
+ ==============================================================================
245
+ ajv@8.18.0 — MIT
246
+ ==============================================================================
247
+
248
+ The MIT License (MIT)
249
+
250
+ Copyright (c) 2015-2021 Evgeny Poberezkin
251
+
252
+ Permission is hereby granted, free of charge, to any person obtaining a copy
253
+ of this software and associated documentation files (the "Software"), to deal
254
+ in the Software without restriction, including without limitation the rights
255
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
256
+ copies of the Software, and to permit persons to whom the Software is
257
+ furnished to do so, subject to the following conditions:
258
+
259
+ The above copyright notice and this permission notice shall be included in all
260
+ copies or substantial portions of the Software.
261
+
262
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
263
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
264
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
265
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
266
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
267
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
268
+ SOFTWARE.
269
+
270
+ ==============================================================================
271
+ ajv-formats@3.0.1 — MIT
272
+ ==============================================================================
273
+
274
+ MIT License
275
+
276
+ Copyright (c) 2020 Evgeny Poberezkin
277
+
278
+ Permission is hereby granted, free of charge, to any person obtaining a copy
279
+ of this software and associated documentation files (the "Software"), to deal
280
+ in the Software without restriction, including without limitation the rights
281
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
282
+ copies of the Software, and to permit persons to whom the Software is
283
+ furnished to do so, subject to the following conditions:
284
+
285
+ The above copyright notice and this permission notice shall be included in all
286
+ copies or substantial portions of the Software.
287
+
288
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
289
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
290
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
291
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
292
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
293
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
294
+ SOFTWARE.
295
+
296
+ ==============================================================================
297
+ base64-js@1.5.1 — MIT
298
+ ==============================================================================
299
+
300
+ The MIT License (MIT)
301
+
302
+ Copyright (c) 2014 Jameson Little
303
+
304
+ Permission is hereby granted, free of charge, to any person obtaining a copy
305
+ of this software and associated documentation files (the "Software"), to deal
306
+ in the Software without restriction, including without limitation the rights
307
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
308
+ copies of the Software, and to permit persons to whom the Software is
309
+ furnished to do so, subject to the following conditions:
310
+
311
+ The above copyright notice and this permission notice shall be included in
312
+ all copies or substantial portions of the Software.
313
+
314
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
315
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
316
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
317
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
318
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
319
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
320
+ THE SOFTWARE.
321
+
322
+ ==============================================================================
323
+ brotli@1.3.3 — MIT
324
+ ==============================================================================
325
+
326
+ License: MIT
327
+ Copyright (c) Devon Govett <devongovett@gmail.com>
328
+ (No LICENSE file shipped in the package; the MIT terms apply.)
329
+
330
+ ==============================================================================
331
+ clone@2.1.2 — MIT
332
+ ==============================================================================
333
+
334
+ Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch>
335
+
336
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
337
+ this software and associated documentation files (the “Software”), to deal in
338
+ the Software without restriction, including without limitation the rights to
339
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
340
+ the Software, and to permit persons to whom the Software is furnished to do so,
341
+ subject to the following conditions:
342
+
343
+ The above copyright notice and this permission notice shall be included in all
344
+ copies or substantial portions of the Software.
345
+
346
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
347
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
348
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
349
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
350
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE
351
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
352
+
353
+ ==============================================================================
354
+ dfa@1.2.0 — MIT
355
+ ==============================================================================
356
+
357
+ License: MIT
358
+ Copyright (c) Devon Govett <devongovett@gmail.com>
359
+ (No LICENSE file shipped in the package; the MIT terms apply.)
360
+
361
+ ==============================================================================
362
+ fast-deep-equal@3.1.3 — MIT
363
+ ==============================================================================
364
+
365
+ MIT License
366
+
367
+ Copyright (c) 2017 Evgeny Poberezkin
368
+
369
+ Permission is hereby granted, free of charge, to any person obtaining a copy
370
+ of this software and associated documentation files (the "Software"), to deal
371
+ in the Software without restriction, including without limitation the rights
372
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
373
+ copies of the Software, and to permit persons to whom the Software is
374
+ furnished to do so, subject to the following conditions:
375
+
376
+ The above copyright notice and this permission notice shall be included in all
377
+ copies or substantial portions of the Software.
378
+
379
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
380
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
381
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
382
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
383
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
384
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
385
+ SOFTWARE.
386
+
387
+ ==============================================================================
388
+ fast-uri@3.1.0 — BSD-3-Clause
389
+ ==============================================================================
390
+
391
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
392
+ Copyright (c) 2021-present The Fastify team
393
+ All rights reserved.
394
+
395
+ The Fastify team members are listed at https://github.com/fastify/fastify#team.
396
+
397
+ Redistribution and use in source and binary forms, with or without
398
+ modification, are permitted provided that the following conditions are met:
399
+ * Redistributions of source code must retain the above copyright
400
+ notice, this list of conditions and the following disclaimer.
401
+ * Redistributions in binary form must reproduce the above copyright
402
+ notice, this list of conditions and the following disclaimer in the
403
+ documentation and/or other materials provided with the distribution.
404
+ * The names of any contributors may not be used to endorse or promote
405
+ products derived from this software without specific prior written
406
+ permission.
407
+
408
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
409
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
410
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
411
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
412
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
413
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
414
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
415
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
416
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
417
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
418
+
419
+ * * *
420
+
421
+ The complete list of contributors can be found at:
422
+ - https://github.com/garycourt/uri-js/graphs/contributors
423
+
424
+ ==============================================================================
425
+ fontkit@2.0.4 — MIT
426
+ ==============================================================================
427
+
428
+ License: MIT
429
+ Copyright (c) Devon Govett <devongovett@gmail.com>
430
+ (No LICENSE file shipped in the package; the MIT terms apply.)
431
+
432
+ ==============================================================================
433
+ json-schema-traverse@1.0.0 — MIT
434
+ ==============================================================================
435
+
436
+ MIT License
437
+
438
+ Copyright (c) 2017 Evgeny Poberezkin
439
+
440
+ Permission is hereby granted, free of charge, to any person obtaining a copy
441
+ of this software and associated documentation files (the "Software"), to deal
442
+ in the Software without restriction, including without limitation the rights
443
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
444
+ copies of the Software, and to permit persons to whom the Software is
445
+ furnished to do so, subject to the following conditions:
446
+
447
+ The above copyright notice and this permission notice shall be included in all
448
+ copies or substantial portions of the Software.
449
+
450
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
451
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
452
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
453
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
454
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
455
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
456
+ SOFTWARE.
457
+
458
+ ==============================================================================
459
+ restructure@3.0.2 — MIT
460
+ ==============================================================================
461
+
462
+ MIT License
463
+
464
+ Copyright (c) 2015-present Devon Govett
465
+
466
+ Permission is hereby granted, free of charge, to any person obtaining a copy
467
+ of this software and associated documentation files (the "Software"), to deal
468
+ in the Software without restriction, including without limitation the rights
469
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
470
+ copies of the Software, and to permit persons to whom the Software is
471
+ furnished to do so, subject to the following conditions:
472
+
473
+ The above copyright notice and this permission notice shall be included in all
474
+ copies or substantial portions of the Software.
475
+
476
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
477
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
478
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
479
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
480
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
481
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
482
+ SOFTWARE.
483
+
484
+ ==============================================================================
485
+ tiny-inflate@1.0.3 — MIT
486
+ ==============================================================================
487
+
488
+ MIT License
489
+
490
+ Copyright (c) 2015-present Devon Govett
491
+
492
+ Permission is hereby granted, free of charge, to any person obtaining a copy
493
+ of this software and associated documentation files (the "Software"), to deal
494
+ in the Software without restriction, including without limitation the rights
495
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
496
+ copies of the Software, and to permit persons to whom the Software is
497
+ furnished to do so, subject to the following conditions:
498
+
499
+ The above copyright notice and this permission notice shall be included in all
500
+ copies or substantial portions of the Software.
501
+
502
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
503
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
504
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
505
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
506
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
507
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
508
+ SOFTWARE.
509
+
510
+ ==============================================================================
511
+ tslib@2.8.1 — 0BSD
512
+ ==============================================================================
513
+
514
+ Copyright (c) Microsoft Corporation.
515
+
516
+ Permission to use, copy, modify, and/or distribute this software for any
517
+ purpose with or without fee is hereby granted.
518
+
519
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
520
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
521
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
522
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
523
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
524
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
525
+ PERFORMANCE OF THIS SOFTWARE.
526
+
527
+ ==============================================================================
528
+ unicode-properties@1.4.1 — MIT
529
+ ==============================================================================
530
+
531
+ Copyright 2018
532
+
533
+ 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:
534
+
535
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
536
+
537
+ 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.
538
+
539
+ ==============================================================================
540
+ unicode-trie@2.0.0 — MIT
541
+ ==============================================================================
542
+
543
+ Copyright 2018
544
+
545
+ 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:
546
+
547
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
548
+
549
+ 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.
550
+
551
+ ==============================================================================
552
+ zod@4.3.6 — MIT
553
+ ==============================================================================
554
+
555
+ MIT License
556
+
557
+ Copyright (c) 2025 Colin McDonnell
558
+
559
+ Permission is hereby granted, free of charge, to any person obtaining a copy
560
+ of this software and associated documentation files (the "Software"), to deal
561
+ in the Software without restriction, including without limitation the rights
562
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
563
+ copies of the Software, and to permit persons to whom the Software is
564
+ furnished to do so, subject to the following conditions:
565
+
566
+ The above copyright notice and this permission notice shall be included in all
567
+ copies or substantial portions of the Software.
568
+
569
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
570
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
571
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
572
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
573
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
574
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
575
+ SOFTWARE.
576
+
577
+ ==============================================================================
578
+ zod-to-json-schema@3.25.2 — ISC
579
+ ==============================================================================
580
+
581
+ ISC License
582
+
583
+ Copyright (c) 2020, Stefan Terdell
584
+
585
+ Permission to use, copy, modify, and/or distribute this software for any
586
+ purpose with or without fee is hereby granted, provided that the above
587
+ copyright notice and this permission notice appear in all copies.
588
+
589
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
590
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
591
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
592
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
593
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
594
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
595
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.