@reason-machines/cli 0.2.59 → 0.2.61

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,1340 @@
1
+ Third-party notices for bundled JavaScript dependencies and Bun runtime.
2
+ Bun's upstream document also identifies native components and source/relinking references.
3
+
4
+ Bun 1.3.14 - upstream LICENSE.md
5
+ Bun itself is MIT-licensed.
6
+
7
+ ## JavaScriptCore
8
+
9
+ Bun statically links JavaScriptCore (and WebKit) which is LGPL-2 licensed. WebCore files from WebKit are also licensed under LGPL2. Per LGPL2:
10
+
11
+ > (1) If you statically link against an LGPL’d library, you must also provide your application in an object (not necessarily source) format, so that a user has the opportunity to modify the library and relink the application.
12
+
13
+ You can find the patched version of WebKit used by Bun here: <https://github.com/oven-sh/webkit>. If you would like to relink Bun with changes:
14
+
15
+ - `git submodule update --init --recursive`
16
+ - `make jsc`
17
+ - `zig build`
18
+
19
+ This compiles JavaScriptCore, compiles Bun’s `.cpp` bindings for JavaScriptCore (which are the object files using JavaScriptCore) and outputs a new `bun` binary with your changes.
20
+
21
+ ## Linked libraries
22
+
23
+ Bun statically links these libraries:
24
+
25
+ | Library | License |
26
+ |---------|---------|
27
+ | [`boringssl`](https://boringssl.googlesource.com/boringssl/) | [several licenses](https://boringssl.googlesource.com/boringssl/+/refs/heads/master/LICENSE) |
28
+ | [`brotli`](https://github.com/google/brotli) | MIT |
29
+ | [`libarchive`](https://github.com/libarchive/libarchive) | [several licenses](https://github.com/libarchive/libarchive/blob/master/COPYING) |
30
+ | [`lol-html`](https://github.com/cloudflare/lol-html/tree/master/c-api) | BSD 3-Clause |
31
+ | [`ls-hpack`](https://github.com/litespeedtech/ls-hpack) | MIT |
32
+ | [`ls-qpack`](https://github.com/litespeedtech/ls-qpack) | MIT |
33
+ | [`lsquic`](https://github.com/litespeedtech/lsquic) | MIT (portions derived from [Chromium proto-quic](https://github.com/litespeedtech/lsquic/blob/master/LICENSE.chrome), BSD 3-Clause) |
34
+ | [`mimalloc`](https://github.com/microsoft/mimalloc) | MIT |
35
+ | [`picohttp`](https://github.com/h2o/picohttpparser) | dual-licensed under the Perl License or the MIT License |
36
+ | [`zstd`](https://github.com/facebook/zstd) | dual-licensed under the BSD License or GPLv2 license |
37
+ | [`simdutf`](https://github.com/simdutf/simdutf) | Apache 2.0 |
38
+ | [`tinycc`](https://github.com/tinycc/tinycc) | LGPL v2.1 |
39
+ | [`uSockets`](https://github.com/uNetworking/uSockets) | Apache 2.0 |
40
+ | [`zlib-ng`](https://github.com/zlib-ng/zlib-ng) | zlib |
41
+ | [`c-ares`](https://github.com/c-ares/c-ares) | MIT licensed |
42
+ | [`libicu`](https://github.com/unicode-org/icu) 72 | [license here](https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE) |
43
+ | [`libbase64`](https://github.com/aklomp/base64/blob/master/LICENSE) | BSD 2-Clause |
44
+ | [`libuv`](https://github.com/libuv/libuv) (on Windows) | MIT |
45
+ | [`libdeflate`](https://github.com/ebiggers/libdeflate) | MIT |
46
+ | [`libjpeg-turbo`](https://github.com/libjpeg-turbo/libjpeg-turbo) | [BSD 3-Clause / IJG / zlib](https://github.com/libjpeg-turbo/libjpeg-turbo/blob/main/LICENSE.md) |
47
+ | [`libspng`](https://github.com/randy408/libspng) | BSD 2-Clause |
48
+ | [`libwebp`](https://github.com/webmproject/libwebp) | BSD 3-Clause |
49
+ | [`highway`](https://github.com/google/highway) | Apache 2.0 |
50
+ | [`uucode`](https://github.com/jacobsandlund/uucode) | MIT |
51
+ | A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets) | Apache 2.0 licensed |
52
+ | Parts of [Tigerbeetle's IO code](https://github.com/tigerbeetle/tigerbeetle/blob/532c8b70b9142c17e07737ab6d3da68d7500cbca/src/io/windows.zig#L1) | Apache 2.0 licensed |
53
+ | `__cxa_thread_atexit` fallback from [LLVM libc++abi](https://github.com/llvm/llvm-project/blob/llvmorg-19.1.0/libcxxabi/src/cxa_thread_atexit.cpp) | Apache 2.0 with LLVM exception |
54
+
55
+ ## Polyfills
56
+
57
+ For compatibility reasons, the following packages are embedded into Bun's binary and injected if imported.
58
+
59
+ | Package | License |
60
+ |---------|---------|
61
+ | [`assert`](https://npmjs.com/package/assert) | MIT |
62
+ | [`browserify-zlib`](https://npmjs.com/package/browserify-zlib) | MIT |
63
+ | [`buffer`](https://npmjs.com/package/buffer) | MIT |
64
+ | [`constants-browserify`](https://npmjs.com/package/constants-browserify) | MIT |
65
+ | [`crypto-browserify`](https://npmjs.com/package/crypto-browserify) | MIT |
66
+ | [`domain-browser`](https://npmjs.com/package/domain-browser) | MIT |
67
+ | [`events`](https://npmjs.com/package/events) | MIT |
68
+ | [`https-browserify`](https://npmjs.com/package/https-browserify) | MIT |
69
+ | [`os-browserify`](https://npmjs.com/package/os-browserify) | MIT |
70
+ | [`path-browserify`](https://npmjs.com/package/path-browserify) | MIT |
71
+ | [`process`](https://npmjs.com/package/process) | MIT |
72
+ | [`punycode`](https://npmjs.com/package/punycode) | MIT |
73
+ | [`querystring-es3`](https://npmjs.com/package/querystring-es3) | MIT |
74
+ | [`stream-browserify`](https://npmjs.com/package/stream-browserify) | MIT |
75
+ | [`stream-http`](https://npmjs.com/package/stream-http) | MIT |
76
+ | [`string_decoder`](https://npmjs.com/package/string_decoder) | MIT |
77
+ | [`timers-browserify`](https://npmjs.com/package/timers-browserify) | MIT |
78
+ | [`tty-browserify`](https://npmjs.com/package/tty-browserify) | MIT |
79
+ | [`url`](https://npmjs.com/package/url) | MIT |
80
+ | [`util`](https://npmjs.com/package/util) | MIT |
81
+ | [`vm-browserify`](https://npmjs.com/package/vm-browserify) | MIT |
82
+
83
+ ## Additional credits
84
+
85
+ - Bun's JS transpiler, CSS lexer, and Node.js module resolver source code is a Zig port of [@evanw](https://github.com/evanw)’s [esbuild](https://github.com/evanw/esbuild) project.
86
+ - Credit to [@kipply](https://github.com/kipply) for the name "Bun"!
87
+
88
+
89
+ @anthropic-ai/sandbox-runtime@0.0.73
90
+ LICENSE
91
+ Apache License
92
+ Version 2.0, January 2004
93
+ http://www.apache.org/licenses/
94
+
95
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
96
+
97
+ 1. Definitions.
98
+
99
+ "License" shall mean the terms and conditions for use, reproduction,
100
+ and distribution as defined by Sections 1 through 9 of this document.
101
+
102
+ "Licensor" shall mean the copyright owner or entity authorized by
103
+ the copyright owner that is granting the License.
104
+
105
+ "Legal Entity" shall mean the union of the acting entity and all
106
+ other entities that control, are controlled by, or are under common
107
+ control with that entity. For the purposes of this definition,
108
+ "control" means (i) the power, direct or indirect, to cause the
109
+ direction or management of such entity, whether by contract or
110
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
111
+ outstanding shares, or (iii) beneficial ownership of such entity.
112
+
113
+ "You" (or "Your") shall mean an individual or Legal Entity
114
+ exercising permissions granted by this License.
115
+
116
+ "Source" form shall mean the preferred form for making modifications,
117
+ including but not limited to software source code, documentation
118
+ source, and configuration files.
119
+
120
+ "Object" form shall mean any form resulting from mechanical
121
+ transformation or translation of a Source form, including but
122
+ not limited to compiled object code, generated documentation,
123
+ and conversions to other media types.
124
+
125
+ "Work" shall mean the work of authorship, whether in Source or
126
+ Object form, made available under the License, as indicated by a
127
+ copyright notice that is included in or attached to the work
128
+ (an example is provided in the Appendix below).
129
+
130
+ "Derivative Works" shall mean any work, whether in Source or Object
131
+ form, that is based on (or derived from) the Work and for which the
132
+ editorial revisions, annotations, elaborations, or other modifications
133
+ represent, as a whole, an original work of authorship. For the purposes
134
+ of this License, Derivative Works shall not include works that remain
135
+ separable from, or merely link (or bind by name) to the interfaces of,
136
+ the Work and Derivative Works thereof.
137
+
138
+ "Contribution" shall mean any work of authorship, including
139
+ the original version of the Work and any modifications or additions
140
+ to that Work or Derivative Works thereof, that is intentionally
141
+ submitted to Licensor for inclusion in the Work by the copyright owner
142
+ or by an individual or Legal Entity authorized to submit on behalf of
143
+ the copyright owner. For the purposes of this definition, "submitted"
144
+ means any form of electronic, verbal, or written communication sent
145
+ to the Licensor or its representatives, including but not limited to
146
+ communication on electronic mailing lists, source code control systems,
147
+ and issue tracking systems that are managed by, or on behalf of, the
148
+ Licensor for the purpose of discussing and improving the Work, but
149
+ excluding communication that is conspicuously marked or otherwise
150
+ designated in writing by the copyright owner as "Not a Contribution."
151
+
152
+ "Contributor" shall mean Licensor and any individual or Legal Entity
153
+ on behalf of whom a Contribution has been received by Licensor and
154
+ subsequently incorporated within the Work.
155
+
156
+ 2. Grant of Copyright License. Subject to the terms and conditions of
157
+ this License, each Contributor hereby grants to You a perpetual,
158
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
159
+ copyright license to reproduce, prepare Derivative Works of,
160
+ publicly display, publicly perform, sublicense, and distribute the
161
+ Work and such Derivative Works in Source or Object form.
162
+
163
+ 3. Grant of Patent License. Subject to the terms and conditions of
164
+ this License, each Contributor hereby grants to You a perpetual,
165
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
166
+ (except as stated in this section) patent license to make, have made,
167
+ use, offer to sell, sell, import, and otherwise transfer the Work,
168
+ where such license applies only to those patent claims licensable
169
+ by such Contributor that are necessarily infringed by their
170
+ Contribution(s) alone or by combination of their Contribution(s)
171
+ with the Work to which such Contribution(s) was submitted. If You
172
+ institute patent litigation against any entity (including a
173
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
174
+ or a Contribution incorporated within the Work constitutes direct
175
+ or contributory patent infringement, then any patent licenses
176
+ granted to You under this License for that Work shall terminate
177
+ as of the date such litigation is filed.
178
+
179
+ 4. Redistribution. You may reproduce and distribute copies of the
180
+ Work or Derivative Works thereof in any medium, with or without
181
+ modifications, and in Source or Object form, provided that You
182
+ meet the following conditions:
183
+
184
+ (a) You must give any other recipients of the Work or
185
+ Derivative Works a copy of this License; and
186
+
187
+ (b) You must cause any modified files to carry prominent notices
188
+ stating that You changed the files; and
189
+
190
+ (c) You must retain, in the Source form of any Derivative Works
191
+ that You distribute, all copyright, patent, trademark, and
192
+ attribution notices from the Source form of the Work,
193
+ excluding those notices that do not pertain to any part of
194
+ the Derivative Works; and
195
+
196
+ (d) If the Work includes a "NOTICE" text file as part of its
197
+ distribution, then any Derivative Works that You distribute must
198
+ include a readable copy of the attribution notices contained
199
+ within such NOTICE file, excluding those notices that do not
200
+ pertain to any part of the Derivative Works, in at least one
201
+ of the following places: within a NOTICE text file distributed
202
+ as part of the Derivative Works; within the Source form or
203
+ documentation, if provided along with the Derivative Works; or,
204
+ within a display generated by the Derivative Works, if and
205
+ wherever such third-party notices normally appear. The contents
206
+ of the NOTICE file are for informational purposes only and
207
+ do not modify the License. You may add Your own attribution
208
+ notices within Derivative Works that You distribute, alongside
209
+ or as an addendum to the NOTICE text from the Work, provided
210
+ that such additional attribution notices cannot be construed
211
+ as modifying the License.
212
+
213
+ You may add Your own copyright statement to Your modifications and
214
+ may provide additional or different license terms and conditions
215
+ for use, reproduction, or distribution of Your modifications, or
216
+ for any such Derivative Works as a whole, provided Your use,
217
+ reproduction, and distribution of the Work otherwise complies with
218
+ the conditions stated in this License.
219
+
220
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
221
+ any Contribution intentionally submitted for inclusion in the Work
222
+ by You to the Licensor shall be under the terms and conditions of
223
+ this License, without any additional terms or conditions.
224
+ Notwithstanding the above, nothing herein shall supersede or modify
225
+ the terms of any separate license agreement you may have executed
226
+ with Licensor regarding such Contributions.
227
+
228
+ 6. Trademarks. This License does not grant permission to use the trade
229
+ names, trademarks, service marks, or product names of the Licensor,
230
+ except as required for reasonable and customary use in describing the
231
+ origin of the Work and reproducing the content of the NOTICE file.
232
+
233
+ 7. Disclaimer of Warranty. Unless required by applicable law or
234
+ agreed to in writing, Licensor provides the Work (and each
235
+ Contributor provides its Contributions) on an "AS IS" BASIS,
236
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
237
+ implied, including, without limitation, any warranties or conditions
238
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
239
+ PARTICULAR PURPOSE. You are solely responsible for determining the
240
+ appropriateness of using or redistributing the Work and assume any
241
+ risks associated with Your exercise of permissions under this License.
242
+
243
+ 8. Limitation of Liability. In no event and under no legal theory,
244
+ whether in tort (including negligence), contract, or otherwise,
245
+ unless required by applicable law (such as deliberate and grossly
246
+ negligent acts) or agreed to in writing, shall any Contributor be
247
+ liable to You for damages, including any direct, indirect, special,
248
+ incidental, or consequential damages of any character arising as a
249
+ result of this License or out of the use or inability to use the
250
+ Work (including but not limited to damages for loss of goodwill,
251
+ work stoppage, computer failure or malfunction, or any and all
252
+ other commercial damages or losses), even if such Contributor
253
+ has been advised of the possibility of such damages.
254
+
255
+ 9. Accepting Warranty or Additional Liability. While redistributing
256
+ the Work or Derivative Works thereof, You may choose to offer,
257
+ and charge a fee for, acceptance of support, warranty, indemnity,
258
+ or other liability obligations and/or rights consistent with this
259
+ License. However, in accepting such obligations, You may act only
260
+ on Your own behalf and on Your sole responsibility, not on behalf
261
+ of any other Contributor, and only if You agree to indemnify,
262
+ defend, and hold each Contributor harmless for any liability
263
+ incurred by, or claims asserted against, such Contributor by reason
264
+ of your accepting any such warranty or additional liability.
265
+
266
+ END OF TERMS AND CONDITIONS
267
+
268
+ APPENDIX: How to apply the Apache License to your work.
269
+
270
+ To apply the Apache License to your work, attach the following
271
+ boilerplate notice, with the fields enclosed by brackets "[]"
272
+ replaced with your own identifying information. (Don't include
273
+ the brackets!) The text should be enclosed in the appropriate
274
+ comment syntax for the file format. We also recommend that a
275
+ file or class name and description of purpose be included on the
276
+ same "printed page" as the copyright notice for easier
277
+ identification within third-party archives.
278
+
279
+ Copyright 2025 Anthropic
280
+
281
+ Licensed under the Apache License, Version 2.0 (the "License");
282
+ you may not use this file except in compliance with the License.
283
+ You may obtain a copy of the License at
284
+
285
+ http://www.apache.org/licenses/LICENSE-2.0
286
+
287
+ Unless required by applicable law or agreed to in writing, software
288
+ distributed under the License is distributed on an "AS IS" BASIS,
289
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
290
+ See the License for the specific language governing permissions and
291
+ limitations under the License.
292
+
293
+
294
+ ----------------------------------------
295
+
296
+ @anthropic-ai/sdk@0.91.1
297
+ LICENSE
298
+ Copyright 2023 Anthropic, PBC.
299
+
300
+ 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:
301
+
302
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
303
+
304
+ 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.
305
+
306
+
307
+
308
+ ----------------------------------------
309
+
310
+ @earendil-works/pi-ai@0.84.2
311
+ MIT License
312
+
313
+ Copyright (c) 2025 Mario Zechner
314
+
315
+ Permission is hereby granted, free of charge, to any person obtaining a copy
316
+ of this software and associated documentation files (the "Software"), to deal
317
+ in the Software without restriction, including without limitation the rights
318
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
319
+ copies of the Software, and to permit persons to whom the Software is
320
+ furnished to do so, subject to the following conditions:
321
+
322
+ The above copyright notice and this permission notice shall be included in all
323
+ copies or substantial portions of the Software.
324
+
325
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
326
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
327
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
328
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
329
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
330
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
331
+ SOFTWARE.
332
+
333
+
334
+ ----------------------------------------
335
+
336
+ @modelcontextprotocol/sdk@1.30.0
337
+ LICENSE
338
+ MIT License
339
+
340
+ Copyright (c) 2024 Anthropic, PBC
341
+
342
+ Permission is hereby granted, free of charge, to any person obtaining a copy
343
+ of this software and associated documentation files (the "Software"), to deal
344
+ in the Software without restriction, including without limitation the rights
345
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
346
+ copies of the Software, and to permit persons to whom the Software is
347
+ furnished to do so, subject to the following conditions:
348
+
349
+ The above copyright notice and this permission notice shall be included in all
350
+ copies or substantial portions of the Software.
351
+
352
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
353
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
354
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
355
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
356
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
357
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
358
+ SOFTWARE.
359
+
360
+
361
+ ----------------------------------------
362
+
363
+ @pondwader/socks5-server@1.0.10
364
+ LICENSE
365
+ MIT License
366
+
367
+ Copyright (c) 2024 PondWader
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
+
386
+
387
+ ----------------------------------------
388
+
389
+ ajv-formats@3.0.1
390
+ LICENSE
391
+ MIT License
392
+
393
+ Copyright (c) 2020 Evgeny Poberezkin
394
+
395
+ Permission is hereby granted, free of charge, to any person obtaining a copy
396
+ of this software and associated documentation files (the "Software"), to deal
397
+ in the Software without restriction, including without limitation the rights
398
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
399
+ copies of the Software, and to permit persons to whom the Software is
400
+ furnished to do so, subject to the following conditions:
401
+
402
+ The above copyright notice and this permission notice shall be included in all
403
+ copies or substantial portions of the Software.
404
+
405
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
406
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
407
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
408
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
409
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
410
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
411
+ SOFTWARE.
412
+
413
+
414
+ ----------------------------------------
415
+
416
+ ajv@8.20.0
417
+ LICENSE
418
+ The MIT License (MIT)
419
+
420
+ Copyright (c) 2015-2021 Evgeny Poberezkin
421
+
422
+ Permission is hereby granted, free of charge, to any person obtaining a copy
423
+ of this software and associated documentation files (the "Software"), to deal
424
+ in the Software without restriction, including without limitation the rights
425
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
426
+ copies of the Software, and to permit persons to whom the Software is
427
+ furnished to do so, subject to the following conditions:
428
+
429
+ The above copyright notice and this permission notice shall be included in all
430
+ copies or substantial portions of the Software.
431
+
432
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
433
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
434
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
435
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
436
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
437
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
438
+ SOFTWARE.
439
+
440
+
441
+
442
+ ----------------------------------------
443
+
444
+ cross-spawn@7.0.6
445
+ LICENSE
446
+ The MIT License (MIT)
447
+
448
+ Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
449
+
450
+ Permission is hereby granted, free of charge, to any person obtaining a copy
451
+ of this software and associated documentation files (the "Software"), to deal
452
+ in the Software without restriction, including without limitation the rights
453
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
454
+ copies of the Software, and to permit persons to whom the Software is
455
+ furnished to do so, subject to the following conditions:
456
+
457
+ The above copyright notice and this permission notice shall be included in
458
+ all copies or substantial portions of the Software.
459
+
460
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
461
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
462
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
463
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
464
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
465
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
466
+ THE SOFTWARE.
467
+
468
+
469
+ ----------------------------------------
470
+
471
+ electron@44.2.0
472
+ LICENSE
473
+ Copyright (c) Electron contributors
474
+ Copyright (c) 2013-2020 GitHub Inc.
475
+
476
+ Permission is hereby granted, free of charge, to any person obtaining
477
+ a copy of this software and associated documentation files (the
478
+ "Software"), to deal in the Software without restriction, including
479
+ without limitation the rights to use, copy, modify, merge, publish,
480
+ distribute, sublicense, and/or sell copies of the Software, and to
481
+ permit persons to whom the Software is furnished to do so, subject to
482
+ the following conditions:
483
+
484
+ The above copyright notice and this permission notice shall be
485
+ included in all copies or substantial portions of the Software.
486
+
487
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
488
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
489
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
490
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
491
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
492
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
493
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
494
+
495
+
496
+ ----------------------------------------
497
+
498
+ fast-deep-equal@3.1.3
499
+ LICENSE
500
+ MIT License
501
+
502
+ Copyright (c) 2017 Evgeny Poberezkin
503
+
504
+ Permission is hereby granted, free of charge, to any person obtaining a copy
505
+ of this software and associated documentation files (the "Software"), to deal
506
+ in the Software without restriction, including without limitation the rights
507
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
508
+ copies of the Software, and to permit persons to whom the Software is
509
+ furnished to do so, subject to the following conditions:
510
+
511
+ The above copyright notice and this permission notice shall be included in all
512
+ copies or substantial portions of the Software.
513
+
514
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
515
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
516
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
517
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
518
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
519
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
520
+ SOFTWARE.
521
+
522
+
523
+ ----------------------------------------
524
+
525
+ fast-uri@3.1.6
526
+ LICENSE
527
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
528
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
529
+ All rights reserved.
530
+
531
+ Redistribution and use in source and binary forms, with or without
532
+ modification, are permitted provided that the following conditions are met:
533
+ * Redistributions of source code must retain the above copyright
534
+ notice, this list of conditions and the following disclaimer.
535
+ * Redistributions in binary form must reproduce the above copyright
536
+ notice, this list of conditions and the following disclaimer in the
537
+ documentation and/or other materials provided with the distribution.
538
+ * The names of any contributors may not be used to endorse or promote
539
+ products derived from this software without specific prior written
540
+ permission.
541
+
542
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
543
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
544
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
545
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
546
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
547
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
548
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
549
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
550
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
551
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
552
+
553
+ * * *
554
+
555
+ The complete list of contributors can be found at:
556
+ - https://github.com/garycourt/uri-js/graphs/contributors
557
+
558
+ ----------------------------------------
559
+
560
+ isexe@2.0.0
561
+ LICENSE
562
+ The ISC License
563
+
564
+ Copyright (c) Isaac Z. Schlueter and Contributors
565
+
566
+ Permission to use, copy, modify, and/or distribute this software for any
567
+ purpose with or without fee is hereby granted, provided that the above
568
+ copyright notice and this permission notice appear in all copies.
569
+
570
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
571
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
572
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
573
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
574
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
575
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
576
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
577
+
578
+
579
+ ----------------------------------------
580
+
581
+ json-schema-traverse@1.0.0
582
+ LICENSE
583
+ MIT License
584
+
585
+ Copyright (c) 2017 Evgeny Poberezkin
586
+
587
+ Permission is hereby granted, free of charge, to any person obtaining a copy
588
+ of this software and associated documentation files (the "Software"), to deal
589
+ in the Software without restriction, including without limitation the rights
590
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
591
+ copies of the Software, and to permit persons to whom the Software is
592
+ furnished to do so, subject to the following conditions:
593
+
594
+ The above copyright notice and this permission notice shall be included in all
595
+ copies or substantial portions of the Software.
596
+
597
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
598
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
599
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
600
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
601
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
602
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
603
+ SOFTWARE.
604
+
605
+
606
+ ----------------------------------------
607
+
608
+ node-forge@1.4.0
609
+ LICENSE
610
+ You may use the Forge project under the terms of either the BSD License or the
611
+ GNU General Public License (GPL) Version 2.
612
+
613
+ The BSD License is recommended for most projects. It is simple and easy to
614
+ understand and it places almost no restrictions on what you can do with the
615
+ Forge project.
616
+
617
+ If the GPL suits your project better you are also free to use Forge under
618
+ that license.
619
+
620
+ You don't have to do anything special to choose one license or the other and
621
+ you don't have to notify anyone which license you are using. You are free to
622
+ use this project in commercial projects as long as the copyright header is
623
+ left intact.
624
+
625
+ If you are a commercial entity and use this set of libraries in your
626
+ commercial software then reasonable payment to Digital Bazaar, if you can
627
+ afford it, is not required but is expected and would be appreciated. If this
628
+ library saves you time, then it's saving you money. The cost of developing
629
+ the Forge software was on the order of several hundred hours and tens of
630
+ thousands of dollars. We are attempting to strike a balance between helping
631
+ the development community while not being taken advantage of by lucrative
632
+ commercial entities for our efforts.
633
+
634
+ -------------------------------------------------------------------------------
635
+ New BSD License (3-clause)
636
+ Copyright (c) 2010, Digital Bazaar, Inc.
637
+ All rights reserved.
638
+
639
+ Redistribution and use in source and binary forms, with or without
640
+ modification, are permitted provided that the following conditions are met:
641
+ * Redistributions of source code must retain the above copyright
642
+ notice, this list of conditions and the following disclaimer.
643
+ * Redistributions in binary form must reproduce the above copyright
644
+ notice, this list of conditions and the following disclaimer in the
645
+ documentation and/or other materials provided with the distribution.
646
+ * Neither the name of Digital Bazaar, Inc. nor the
647
+ names of its contributors may be used to endorse or promote products
648
+ derived from this software without specific prior written permission.
649
+
650
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
651
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
652
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
653
+ DISCLAIMED. IN NO EVENT SHALL DIGITAL BAZAAR BE LIABLE FOR ANY
654
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
655
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
656
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
657
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
658
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
659
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
660
+
661
+ -------------------------------------------------------------------------------
662
+ GNU GENERAL PUBLIC LICENSE
663
+ Version 2, June 1991
664
+
665
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
666
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
667
+ Everyone is permitted to copy and distribute verbatim copies
668
+ of this license document, but changing it is not allowed.
669
+
670
+ Preamble
671
+
672
+ The licenses for most software are designed to take away your
673
+ freedom to share and change it. By contrast, the GNU General Public
674
+ License is intended to guarantee your freedom to share and change free
675
+ software--to make sure the software is free for all its users. This
676
+ General Public License applies to most of the Free Software
677
+ Foundation's software and to any other program whose authors commit to
678
+ using it. (Some other Free Software Foundation software is covered by
679
+ the GNU Lesser General Public License instead.) You can apply it to
680
+ your programs, too.
681
+
682
+ When we speak of free software, we are referring to freedom, not
683
+ price. Our General Public Licenses are designed to make sure that you
684
+ have the freedom to distribute copies of free software (and charge for
685
+ this service if you wish), that you receive source code or can get it
686
+ if you want it, that you can change the software or use pieces of it
687
+ in new free programs; and that you know you can do these things.
688
+
689
+ To protect your rights, we need to make restrictions that forbid
690
+ anyone to deny you these rights or to ask you to surrender the rights.
691
+ These restrictions translate to certain responsibilities for you if you
692
+ distribute copies of the software, or if you modify it.
693
+
694
+ For example, if you distribute copies of such a program, whether
695
+ gratis or for a fee, you must give the recipients all the rights that
696
+ you have. You must make sure that they, too, receive or can get the
697
+ source code. And you must show them these terms so they know their
698
+ rights.
699
+
700
+ We protect your rights with two steps: (1) copyright the software, and
701
+ (2) offer you this license which gives you legal permission to copy,
702
+ distribute and/or modify the software.
703
+
704
+ Also, for each author's protection and ours, we want to make certain
705
+ that everyone understands that there is no warranty for this free
706
+ software. If the software is modified by someone else and passed on, we
707
+ want its recipients to know that what they have is not the original, so
708
+ that any problems introduced by others will not reflect on the original
709
+ authors' reputations.
710
+
711
+ Finally, any free program is threatened constantly by software
712
+ patents. We wish to avoid the danger that redistributors of a free
713
+ program will individually obtain patent licenses, in effect making the
714
+ program proprietary. To prevent this, we have made it clear that any
715
+ patent must be licensed for everyone's free use or not licensed at all.
716
+
717
+ The precise terms and conditions for copying, distribution and
718
+ modification follow.
719
+
720
+ GNU GENERAL PUBLIC LICENSE
721
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
722
+
723
+ 0. This License applies to any program or other work which contains
724
+ a notice placed by the copyright holder saying it may be distributed
725
+ under the terms of this General Public License. The "Program", below,
726
+ refers to any such program or work, and a "work based on the Program"
727
+ means either the Program or any derivative work under copyright law:
728
+ that is to say, a work containing the Program or a portion of it,
729
+ either verbatim or with modifications and/or translated into another
730
+ language. (Hereinafter, translation is included without limitation in
731
+ the term "modification".) Each licensee is addressed as "you".
732
+
733
+ Activities other than copying, distribution and modification are not
734
+ covered by this License; they are outside its scope. The act of
735
+ running the Program is not restricted, and the output from the Program
736
+ is covered only if its contents constitute a work based on the
737
+ Program (independent of having been made by running the Program).
738
+ Whether that is true depends on what the Program does.
739
+
740
+ 1. You may copy and distribute verbatim copies of the Program's
741
+ source code as you receive it, in any medium, provided that you
742
+ conspicuously and appropriately publish on each copy an appropriate
743
+ copyright notice and disclaimer of warranty; keep intact all the
744
+ notices that refer to this License and to the absence of any warranty;
745
+ and give any other recipients of the Program a copy of this License
746
+ along with the Program.
747
+
748
+ You may charge a fee for the physical act of transferring a copy, and
749
+ you may at your option offer warranty protection in exchange for a fee.
750
+
751
+ 2. You may modify your copy or copies of the Program or any portion
752
+ of it, thus forming a work based on the Program, and copy and
753
+ distribute such modifications or work under the terms of Section 1
754
+ above, provided that you also meet all of these conditions:
755
+
756
+ a) You must cause the modified files to carry prominent notices
757
+ stating that you changed the files and the date of any change.
758
+
759
+ b) You must cause any work that you distribute or publish, that in
760
+ whole or in part contains or is derived from the Program or any
761
+ part thereof, to be licensed as a whole at no charge to all third
762
+ parties under the terms of this License.
763
+
764
+ c) If the modified program normally reads commands interactively
765
+ when run, you must cause it, when started running for such
766
+ interactive use in the most ordinary way, to print or display an
767
+ announcement including an appropriate copyright notice and a
768
+ notice that there is no warranty (or else, saying that you provide
769
+ a warranty) and that users may redistribute the program under
770
+ these conditions, and telling the user how to view a copy of this
771
+ License. (Exception: if the Program itself is interactive but
772
+ does not normally print such an announcement, your work based on
773
+ the Program is not required to print an announcement.)
774
+
775
+ These requirements apply to the modified work as a whole. If
776
+ identifiable sections of that work are not derived from the Program,
777
+ and can be reasonably considered independent and separate works in
778
+ themselves, then this License, and its terms, do not apply to those
779
+ sections when you distribute them as separate works. But when you
780
+ distribute the same sections as part of a whole which is a work based
781
+ on the Program, the distribution of the whole must be on the terms of
782
+ this License, whose permissions for other licensees extend to the
783
+ entire whole, and thus to each and every part regardless of who wrote it.
784
+
785
+ Thus, it is not the intent of this section to claim rights or contest
786
+ your rights to work written entirely by you; rather, the intent is to
787
+ exercise the right to control the distribution of derivative or
788
+ collective works based on the Program.
789
+
790
+ In addition, mere aggregation of another work not based on the Program
791
+ with the Program (or with a work based on the Program) on a volume of
792
+ a storage or distribution medium does not bring the other work under
793
+ the scope of this License.
794
+
795
+ 3. You may copy and distribute the Program (or a work based on it,
796
+ under Section 2) in object code or executable form under the terms of
797
+ Sections 1 and 2 above provided that you also do one of the following:
798
+
799
+ a) Accompany it with the complete corresponding machine-readable
800
+ source code, which must be distributed under the terms of Sections
801
+ 1 and 2 above on a medium customarily used for software interchange; or,
802
+
803
+ b) Accompany it with a written offer, valid for at least three
804
+ years, to give any third party, for a charge no more than your
805
+ cost of physically performing source distribution, a complete
806
+ machine-readable copy of the corresponding source code, to be
807
+ distributed under the terms of Sections 1 and 2 above on a medium
808
+ customarily used for software interchange; or,
809
+
810
+ c) Accompany it with the information you received as to the offer
811
+ to distribute corresponding source code. (This alternative is
812
+ allowed only for noncommercial distribution and only if you
813
+ received the program in object code or executable form with such
814
+ an offer, in accord with Subsection b above.)
815
+
816
+ The source code for a work means the preferred form of the work for
817
+ making modifications to it. For an executable work, complete source
818
+ code means all the source code for all modules it contains, plus any
819
+ associated interface definition files, plus the scripts used to
820
+ control compilation and installation of the executable. However, as a
821
+ special exception, the source code distributed need not include
822
+ anything that is normally distributed (in either source or binary
823
+ form) with the major components (compiler, kernel, and so on) of the
824
+ operating system on which the executable runs, unless that component
825
+ itself accompanies the executable.
826
+
827
+ If distribution of executable or object code is made by offering
828
+ access to copy from a designated place, then offering equivalent
829
+ access to copy the source code from the same place counts as
830
+ distribution of the source code, even though third parties are not
831
+ compelled to copy the source along with the object code.
832
+
833
+ 4. You may not copy, modify, sublicense, or distribute the Program
834
+ except as expressly provided under this License. Any attempt
835
+ otherwise to copy, modify, sublicense or distribute the Program is
836
+ void, and will automatically terminate your rights under this License.
837
+ However, parties who have received copies, or rights, from you under
838
+ this License will not have their licenses terminated so long as such
839
+ parties remain in full compliance.
840
+
841
+ 5. You are not required to accept this License, since you have not
842
+ signed it. However, nothing else grants you permission to modify or
843
+ distribute the Program or its derivative works. These actions are
844
+ prohibited by law if you do not accept this License. Therefore, by
845
+ modifying or distributing the Program (or any work based on the
846
+ Program), you indicate your acceptance of this License to do so, and
847
+ all its terms and conditions for copying, distributing or modifying
848
+ the Program or works based on it.
849
+
850
+ 6. Each time you redistribute the Program (or any work based on the
851
+ Program), the recipient automatically receives a license from the
852
+ original licensor to copy, distribute or modify the Program subject to
853
+ these terms and conditions. You may not impose any further
854
+ restrictions on the recipients' exercise of the rights granted herein.
855
+ You are not responsible for enforcing compliance by third parties to
856
+ this License.
857
+
858
+ 7. If, as a consequence of a court judgment or allegation of patent
859
+ infringement or for any other reason (not limited to patent issues),
860
+ conditions are imposed on you (whether by court order, agreement or
861
+ otherwise) that contradict the conditions of this License, they do not
862
+ excuse you from the conditions of this License. If you cannot
863
+ distribute so as to satisfy simultaneously your obligations under this
864
+ License and any other pertinent obligations, then as a consequence you
865
+ may not distribute the Program at all. For example, if a patent
866
+ license would not permit royalty-free redistribution of the Program by
867
+ all those who receive copies directly or indirectly through you, then
868
+ the only way you could satisfy both it and this License would be to
869
+ refrain entirely from distribution of the Program.
870
+
871
+ If any portion of this section is held invalid or unenforceable under
872
+ any particular circumstance, the balance of the section is intended to
873
+ apply and the section as a whole is intended to apply in other
874
+ circumstances.
875
+
876
+ It is not the purpose of this section to induce you to infringe any
877
+ patents or other property right claims or to contest validity of any
878
+ such claims; this section has the sole purpose of protecting the
879
+ integrity of the free software distribution system, which is
880
+ implemented by public license practices. Many people have made
881
+ generous contributions to the wide range of software distributed
882
+ through that system in reliance on consistent application of that
883
+ system; it is up to the author/donor to decide if he or she is willing
884
+ to distribute software through any other system and a licensee cannot
885
+ impose that choice.
886
+
887
+ This section is intended to make thoroughly clear what is believed to
888
+ be a consequence of the rest of this License.
889
+
890
+ 8. If the distribution and/or use of the Program is restricted in
891
+ certain countries either by patents or by copyrighted interfaces, the
892
+ original copyright holder who places the Program under this License
893
+ may add an explicit geographical distribution limitation excluding
894
+ those countries, so that distribution is permitted only in or among
895
+ countries not thus excluded. In such case, this License incorporates
896
+ the limitation as if written in the body of this License.
897
+
898
+ 9. The Free Software Foundation may publish revised and/or new versions
899
+ of the General Public License from time to time. Such new versions will
900
+ be similar in spirit to the present version, but may differ in detail to
901
+ address new problems or concerns.
902
+
903
+ Each version is given a distinguishing version number. If the Program
904
+ specifies a version number of this License which applies to it and "any
905
+ later version", you have the option of following the terms and conditions
906
+ either of that version or of any later version published by the Free
907
+ Software Foundation. If the Program does not specify a version number of
908
+ this License, you may choose any version ever published by the Free Software
909
+ Foundation.
910
+
911
+ 10. If you wish to incorporate parts of the Program into other free
912
+ programs whose distribution conditions are different, write to the author
913
+ to ask for permission. For software which is copyrighted by the Free
914
+ Software Foundation, write to the Free Software Foundation; we sometimes
915
+ make exceptions for this. Our decision will be guided by the two goals
916
+ of preserving the free status of all derivatives of our free software and
917
+ of promoting the sharing and reuse of software generally.
918
+
919
+ NO WARRANTY
920
+
921
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
922
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
923
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
924
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
925
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
926
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
927
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
928
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
929
+ REPAIR OR CORRECTION.
930
+
931
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
932
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
933
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
934
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
935
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
936
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
937
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
938
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
939
+ POSSIBILITY OF SUCH DAMAGES.
940
+
941
+
942
+
943
+ ----------------------------------------
944
+
945
+ partial-json@0.1.7
946
+ LICENSE
947
+ MIT License
948
+
949
+ Copyright (c) 2023 Promplate Dev Team
950
+
951
+ Permission is hereby granted, free of charge, to any person obtaining a copy
952
+ of this software and associated documentation files (the "Software"), to deal
953
+ in the Software without restriction, including without limitation the rights
954
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
955
+ copies of the Software, and to permit persons to whom the Software is
956
+ furnished to do so, subject to the following conditions:
957
+
958
+ The above copyright notice and this permission notice shall be included in all
959
+ copies or substantial portions of the Software.
960
+
961
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
962
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
963
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
964
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
965
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
966
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
967
+ SOFTWARE.
968
+
969
+
970
+ ----------------------------------------
971
+
972
+ path-key@3.1.1
973
+ license
974
+ MIT License
975
+
976
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
977
+
978
+ 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:
979
+
980
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
981
+
982
+ 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.
983
+
984
+
985
+ ----------------------------------------
986
+
987
+ playwright-core@1.60.0
988
+ LICENSE
989
+ Apache License
990
+ Version 2.0, January 2004
991
+ http://www.apache.org/licenses/
992
+
993
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
994
+
995
+ 1. Definitions.
996
+
997
+ "License" shall mean the terms and conditions for use, reproduction,
998
+ and distribution as defined by Sections 1 through 9 of this document.
999
+
1000
+ "Licensor" shall mean the copyright owner or entity authorized by
1001
+ the copyright owner that is granting the License.
1002
+
1003
+ "Legal Entity" shall mean the union of the acting entity and all
1004
+ other entities that control, are controlled by, or are under common
1005
+ control with that entity. For the purposes of this definition,
1006
+ "control" means (i) the power, direct or indirect, to cause the
1007
+ direction or management of such entity, whether by contract or
1008
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1009
+ outstanding shares, or (iii) beneficial ownership of such entity.
1010
+
1011
+ "You" (or "Your") shall mean an individual or Legal Entity
1012
+ exercising permissions granted by this License.
1013
+
1014
+ "Source" form shall mean the preferred form for making modifications,
1015
+ including but not limited to software source code, documentation
1016
+ source, and configuration files.
1017
+
1018
+ "Object" form shall mean any form resulting from mechanical
1019
+ transformation or translation of a Source form, including but
1020
+ not limited to compiled object code, generated documentation,
1021
+ and conversions to other media types.
1022
+
1023
+ "Work" shall mean the work of authorship, whether in Source or
1024
+ Object form, made available under the License, as indicated by a
1025
+ copyright notice that is included in or attached to the work
1026
+ (an example is provided in the Appendix below).
1027
+
1028
+ "Derivative Works" shall mean any work, whether in Source or Object
1029
+ form, that is based on (or derived from) the Work and for which the
1030
+ editorial revisions, annotations, elaborations, or other modifications
1031
+ represent, as a whole, an original work of authorship. For the purposes
1032
+ of this License, Derivative Works shall not include works that remain
1033
+ separable from, or merely link (or bind by name) to the interfaces of,
1034
+ the Work and Derivative Works thereof.
1035
+
1036
+ "Contribution" shall mean any work of authorship, including
1037
+ the original version of the Work and any modifications or additions
1038
+ to that Work or Derivative Works thereof, that is intentionally
1039
+ submitted to Licensor for inclusion in the Work by the copyright owner
1040
+ or by an individual or Legal Entity authorized to submit on behalf of
1041
+ the copyright owner. For the purposes of this definition, "submitted"
1042
+ means any form of electronic, verbal, or written communication sent
1043
+ to the Licensor or its representatives, including but not limited to
1044
+ communication on electronic mailing lists, source code control systems,
1045
+ and issue tracking systems that are managed by, or on behalf of, the
1046
+ Licensor for the purpose of discussing and improving the Work, but
1047
+ excluding communication that is conspicuously marked or otherwise
1048
+ designated in writing by the copyright owner as "Not a Contribution."
1049
+
1050
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1051
+ on behalf of whom a Contribution has been received by Licensor and
1052
+ subsequently incorporated within the Work.
1053
+
1054
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1055
+ this License, each Contributor hereby grants to You a perpetual,
1056
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1057
+ copyright license to reproduce, prepare Derivative Works of,
1058
+ publicly display, publicly perform, sublicense, and distribute the
1059
+ Work and such Derivative Works in Source or Object form.
1060
+
1061
+ 3. Grant of Patent License. Subject to the terms and conditions of
1062
+ this License, each Contributor hereby grants to You a perpetual,
1063
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1064
+ (except as stated in this section) patent license to make, have made,
1065
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1066
+ where such license applies only to those patent claims licensable
1067
+ by such Contributor that are necessarily infringed by their
1068
+ Contribution(s) alone or by combination of their Contribution(s)
1069
+ with the Work to which such Contribution(s) was submitted. If You
1070
+ institute patent litigation against any entity (including a
1071
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1072
+ or a Contribution incorporated within the Work constitutes direct
1073
+ or contributory patent infringement, then any patent licenses
1074
+ granted to You under this License for that Work shall terminate
1075
+ as of the date such litigation is filed.
1076
+
1077
+ 4. Redistribution. You may reproduce and distribute copies of the
1078
+ Work or Derivative Works thereof in any medium, with or without
1079
+ modifications, and in Source or Object form, provided that You
1080
+ meet the following conditions:
1081
+
1082
+ (a) You must give any other recipients of the Work or
1083
+ Derivative Works a copy of this License; and
1084
+
1085
+ (b) You must cause any modified files to carry prominent notices
1086
+ stating that You changed the files; and
1087
+
1088
+ (c) You must retain, in the Source form of any Derivative Works
1089
+ that You distribute, all copyright, patent, trademark, and
1090
+ attribution notices from the Source form of the Work,
1091
+ excluding those notices that do not pertain to any part of
1092
+ the Derivative Works; and
1093
+
1094
+ (d) If the Work includes a "NOTICE" text file as part of its
1095
+ distribution, then any Derivative Works that You distribute must
1096
+ include a readable copy of the attribution notices contained
1097
+ within such NOTICE file, excluding those notices that do not
1098
+ pertain to any part of the Derivative Works, in at least one
1099
+ of the following places: within a NOTICE text file distributed
1100
+ as part of the Derivative Works; within the Source form or
1101
+ documentation, if provided along with the Derivative Works; or,
1102
+ within a display generated by the Derivative Works, if and
1103
+ wherever such third-party notices normally appear. The contents
1104
+ of the NOTICE file are for informational purposes only and
1105
+ do not modify the License. You may add Your own attribution
1106
+ notices within Derivative Works that You distribute, alongside
1107
+ or as an addendum to the NOTICE text from the Work, provided
1108
+ that such additional attribution notices cannot be construed
1109
+ as modifying the License.
1110
+
1111
+ You may add Your own copyright statement to Your modifications and
1112
+ may provide additional or different license terms and conditions
1113
+ for use, reproduction, or distribution of Your modifications, or
1114
+ for any such Derivative Works as a whole, provided Your use,
1115
+ reproduction, and distribution of the Work otherwise complies with
1116
+ the conditions stated in this License.
1117
+
1118
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1119
+ any Contribution intentionally submitted for inclusion in the Work
1120
+ by You to the Licensor shall be under the terms and conditions of
1121
+ this License, without any additional terms or conditions.
1122
+ Notwithstanding the above, nothing herein shall supersede or modify
1123
+ the terms of any separate license agreement you may have executed
1124
+ with Licensor regarding such Contributions.
1125
+
1126
+ 6. Trademarks. This License does not grant permission to use the trade
1127
+ names, trademarks, service marks, or product names of the Licensor,
1128
+ except as required for reasonable and customary use in describing the
1129
+ origin of the Work and reproducing the content of the NOTICE file.
1130
+
1131
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1132
+ agreed to in writing, Licensor provides the Work (and each
1133
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1134
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1135
+ implied, including, without limitation, any warranties or conditions
1136
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1137
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1138
+ appropriateness of using or redistributing the Work and assume any
1139
+ risks associated with Your exercise of permissions under this License.
1140
+
1141
+ 8. Limitation of Liability. In no event and under no legal theory,
1142
+ whether in tort (including negligence), contract, or otherwise,
1143
+ unless required by applicable law (such as deliberate and grossly
1144
+ negligent acts) or agreed to in writing, shall any Contributor be
1145
+ liable to You for damages, including any direct, indirect, special,
1146
+ incidental, or consequential damages of any character arising as a
1147
+ result of this License or out of the use or inability to use the
1148
+ Work (including but not limited to damages for loss of goodwill,
1149
+ work stoppage, computer failure or malfunction, or any and all
1150
+ other commercial damages or losses), even if such Contributor
1151
+ has been advised of the possibility of such damages.
1152
+
1153
+ 9. Accepting Warranty or Additional Liability. While redistributing
1154
+ the Work or Derivative Works thereof, You may choose to offer,
1155
+ and charge a fee for, acceptance of support, warranty, indemnity,
1156
+ or other liability obligations and/or rights consistent with this
1157
+ License. However, in accepting such obligations, You may act only
1158
+ on Your own behalf and on Your sole responsibility, not on behalf
1159
+ of any other Contributor, and only if You agree to indemnify,
1160
+ defend, and hold each Contributor harmless for any liability
1161
+ incurred by, or claims asserted against, such Contributor by reason
1162
+ of your accepting any such warranty or additional liability.
1163
+
1164
+ END OF TERMS AND CONDITIONS
1165
+
1166
+ APPENDIX: How to apply the Apache License to your work.
1167
+
1168
+ To apply the Apache License to your work, attach the following
1169
+ boilerplate notice, with the fields enclosed by brackets "[]"
1170
+ replaced with your own identifying information. (Don't include
1171
+ the brackets!) The text should be enclosed in the appropriate
1172
+ comment syntax for the file format. We also recommend that a
1173
+ file or class name and description of purpose be included on the
1174
+ same "printed page" as the copyright notice for easier
1175
+ identification within third-party archives.
1176
+
1177
+ Portions Copyright (c) Microsoft Corporation.
1178
+ Portions Copyright 2017 Google Inc.
1179
+
1180
+ Licensed under the Apache License, Version 2.0 (the "License");
1181
+ you may not use this file except in compliance with the License.
1182
+ You may obtain a copy of the License at
1183
+
1184
+ http://www.apache.org/licenses/LICENSE-2.0
1185
+
1186
+ Unless required by applicable law or agreed to in writing, software
1187
+ distributed under the License is distributed on an "AS IS" BASIS,
1188
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1189
+ See the License for the specific language governing permissions and
1190
+ limitations under the License.
1191
+
1192
+
1193
+ NOTICE
1194
+ Playwright
1195
+ Copyright (c) Microsoft Corporation
1196
+
1197
+ This software contains code derived from the Puppeteer project (https://github.com/puppeteer/puppeteer),
1198
+ available under the Apache 2.0 license (https://github.com/puppeteer/puppeteer/blob/master/LICENSE).
1199
+
1200
+
1201
+ ThirdPartyNotices.txt
1202
+ microsoft/playwright-core
1203
+
1204
+ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
1205
+
1206
+ This package bundles third-party software inside individual files under
1207
+ `lib/`. Each bundled output has a sidecar `<bundle>.js.LICENSE` file next
1208
+ to it listing every npm package whose source was inlined into that
1209
+ bundle, together with the full license text for each.
1210
+
1211
+ For example:
1212
+ - lib/utilsBundle.js.LICENSE
1213
+
1214
+ This project incorporates components from the projects listed below. The original copyright notices and the licenses under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
1215
+
1216
+
1217
+ ----------------------------------------
1218
+
1219
+ shebang-command@2.0.0
1220
+ license
1221
+ MIT License
1222
+
1223
+ Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
1224
+
1225
+ 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:
1226
+
1227
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1228
+
1229
+ 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.
1230
+
1231
+
1232
+ ----------------------------------------
1233
+
1234
+ shebang-regex@3.0.0
1235
+ license
1236
+ MIT License
1237
+
1238
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1239
+
1240
+ 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:
1241
+
1242
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1243
+
1244
+ 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.
1245
+
1246
+
1247
+ ----------------------------------------
1248
+
1249
+ which@2.0.2
1250
+ LICENSE
1251
+ The ISC License
1252
+
1253
+ Copyright (c) Isaac Z. Schlueter and Contributors
1254
+
1255
+ Permission to use, copy, modify, and/or distribute this software for any
1256
+ purpose with or without fee is hereby granted, provided that the above
1257
+ copyright notice and this permission notice appear in all copies.
1258
+
1259
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1260
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1261
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1262
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1263
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1264
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1265
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1266
+
1267
+
1268
+ ----------------------------------------
1269
+
1270
+ zod-to-json-schema@3.25.2
1271
+ LICENSE
1272
+ ISC License
1273
+
1274
+ Copyright (c) 2020, Stefan Terdell
1275
+
1276
+ Permission to use, copy, modify, and/or distribute this software for any
1277
+ purpose with or without fee is hereby granted, provided that the above
1278
+ copyright notice and this permission notice appear in all copies.
1279
+
1280
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1281
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1282
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1283
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1284
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1285
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1286
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1287
+
1288
+ ----------------------------------------
1289
+
1290
+ zod@3.25.76
1291
+ LICENSE
1292
+ MIT License
1293
+
1294
+ Copyright (c) 2025 Colin McDonnell
1295
+
1296
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1297
+ of this software and associated documentation files (the "Software"), to deal
1298
+ in the Software without restriction, including without limitation the rights
1299
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1300
+ copies of the Software, and to permit persons to whom the Software is
1301
+ furnished to do so, subject to the following conditions:
1302
+
1303
+ The above copyright notice and this permission notice shall be included in all
1304
+ copies or substantial portions of the Software.
1305
+
1306
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1307
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1308
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1309
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1310
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1311
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1312
+ SOFTWARE.
1313
+
1314
+
1315
+ ----------------------------------------
1316
+
1317
+ zod@4.4.3
1318
+ LICENSE
1319
+ MIT License
1320
+
1321
+ Copyright (c) 2025 Colin McDonnell
1322
+
1323
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1324
+ of this software and associated documentation files (the "Software"), to deal
1325
+ in the Software without restriction, including without limitation the rights
1326
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1327
+ copies of the Software, and to permit persons to whom the Software is
1328
+ furnished to do so, subject to the following conditions:
1329
+
1330
+ The above copyright notice and this permission notice shall be included in all
1331
+ copies or substantial portions of the Software.
1332
+
1333
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1334
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1335
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1336
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1337
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1338
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1339
+ SOFTWARE.
1340
+