@_mustachio/ai-review-agent 0.1.0

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