@deveco-test/hmos-deveco-cli 0.1.0-TD.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +766 -0
  3. package/SKILL.md +116 -0
  4. package/THIRD-PARTY-LICENSES +3598 -0
  5. package/dist/cli.js +1266 -0
  6. package/docs.zip +0 -0
  7. package/package.json +78 -0
  8. package/templates/application/AppScope/app.json5 +10 -0
  9. package/templates/application/AppScope/resources/base/element/string.json +8 -0
  10. package/templates/application/AppScope/resources/base/media/layered_image.json +7 -0
  11. package/templates/application/build-profile.json5 +42 -0
  12. package/templates/application/code-linter.json5 +32 -0
  13. package/templates/application/entry/build-profile.json5 +33 -0
  14. package/templates/application/entry/gitignore.txt +6 -0
  15. package/templates/application/entry/hvigorfile.ts +7 -0
  16. package/templates/application/entry/obfuscation-rules.txt +20 -0
  17. package/templates/application/entry/oh-package.json5 +10 -0
  18. package/templates/application/entry/src/main/ets/entryability/EntryAbility.ets +63 -0
  19. package/templates/application/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets +31 -0
  20. package/templates/application/entry/src/main/ets/pages/Index.ets +38 -0
  21. package/templates/application/entry/src/main/module.json5 +50 -0
  22. package/templates/application/entry/src/main/resources/base/element/color.json +8 -0
  23. package/templates/application/entry/src/main/resources/base/element/float.json +8 -0
  24. package/templates/application/entry/src/main/resources/base/element/string.json +16 -0
  25. package/templates/application/entry/src/main/resources/base/media/layered_image.json +7 -0
  26. package/templates/application/entry/src/main/resources/base/profile/backup_config.json +3 -0
  27. package/templates/application/entry/src/main/resources/base/profile/main_pages.json +5 -0
  28. package/templates/application/entry/src/main/resources/dark/element/color.json +8 -0
  29. package/templates/application/gitignore.txt +12 -0
  30. package/templates/application/hvigor/hvigor-config.json5 +23 -0
  31. package/templates/application/hvigorfile.ts +7 -0
  32. package/templates/application/oh-package.json5 +10 -0
@@ -0,0 +1,3598 @@
1
+ This file was generated with the generate-license-file npm package!
2
+ https://www.npmjs.com/package/generate-license-file
3
+
4
+ The following npm package may be included in this product:
5
+
6
+ - parseurl@1.3.3
7
+
8
+ This package contains the following license:
9
+
10
+ (The MIT License)
11
+
12
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
13
+ Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining
16
+ a copy of this software and associated documentation files (the
17
+ 'Software'), to deal in the Software without restriction, including
18
+ without limitation the rights to use, copy, modify, merge, publish,
19
+ distribute, sublicense, and/or sell copies of the Software, and to
20
+ permit persons to whom the Software is furnished to do so, subject to
21
+ the following conditions:
22
+
23
+ The above copyright notice and this permission notice shall be
24
+ included in all copies or substantial portions of the Software.
25
+
26
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
27
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
29
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
30
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
31
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
32
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33
+
34
+ -----------
35
+
36
+ The following npm package may be included in this product:
37
+
38
+ - statuses@2.0.2
39
+
40
+ This package contains the following license:
41
+
42
+ The MIT License (MIT)
43
+
44
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
45
+ Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
46
+
47
+ Permission is hereby granted, free of charge, to any person obtaining a copy
48
+ of this software and associated documentation files (the "Software"), to deal
49
+ in the Software without restriction, including without limitation the rights
50
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51
+ copies of the Software, and to permit persons to whom the Software is
52
+ furnished to do so, subject to the following conditions:
53
+
54
+ The above copyright notice and this permission notice shall be included in
55
+ all copies or substantial portions of the Software.
56
+
57
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63
+ THE SOFTWARE.
64
+
65
+ -----------
66
+
67
+ The following npm package may be included in this product:
68
+
69
+ - ee-first@1.1.1
70
+
71
+ This package contains the following license:
72
+
73
+ The MIT License (MIT)
74
+
75
+ Copyright (c) 2014 Jonathan Ong me@jongleberry.com
76
+
77
+ Permission is hereby granted, free of charge, to any person obtaining a copy
78
+ of this software and associated documentation files (the "Software"), to deal
79
+ in the Software without restriction, including without limitation the rights
80
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
81
+ copies of the Software, and to permit persons to whom the Software is
82
+ furnished to do so, subject to the following conditions:
83
+
84
+ The above copyright notice and this permission notice shall be included in
85
+ all copies or substantial portions of the Software.
86
+
87
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
89
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
90
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
91
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
92
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
93
+ THE SOFTWARE.
94
+
95
+ -----------
96
+
97
+ The following npm package may be included in this product:
98
+
99
+ - http-errors@2.0.1
100
+
101
+ This package contains the following license:
102
+
103
+ The MIT License (MIT)
104
+
105
+ Copyright (c) 2014 Jonathan Ong me@jongleberry.com
106
+ Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
107
+
108
+ Permission is hereby granted, free of charge, to any person obtaining a copy
109
+ of this software and associated documentation files (the "Software"), to deal
110
+ in the Software without restriction, including without limitation the rights
111
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
112
+ copies of the Software, and to permit persons to whom the Software is
113
+ furnished to do so, subject to the following conditions:
114
+
115
+ The above copyright notice and this permission notice shall be included in
116
+ all copies or substantial portions of the Software.
117
+
118
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
119
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
120
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
121
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
122
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
123
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
124
+ THE SOFTWARE.
125
+
126
+ -----------
127
+
128
+ The following npm package may be included in this product:
129
+
130
+ - human-signals@8.0.1
131
+
132
+ This package contains the following license:
133
+
134
+ Apache License
135
+ Version 2.0, January 2004
136
+ http://www.apache.org/licenses/
137
+
138
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
139
+
140
+ 1. Definitions.
141
+
142
+ "License" shall mean the terms and conditions for use, reproduction,
143
+ and distribution as defined by Sections 1 through 9 of this document.
144
+
145
+ "Licensor" shall mean the copyright owner or entity authorized by
146
+ the copyright owner that is granting the License.
147
+
148
+ "Legal Entity" shall mean the union of the acting entity and all
149
+ other entities that control, are controlled by, or are under common
150
+ control with that entity. For the purposes of this definition,
151
+ "control" means (i) the power, direct or indirect, to cause the
152
+ direction or management of such entity, whether by contract or
153
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
154
+ outstanding shares, or (iii) beneficial ownership of such entity.
155
+
156
+ "You" (or "Your") shall mean an individual or Legal Entity
157
+ exercising permissions granted by this License.
158
+
159
+ "Source" form shall mean the preferred form for making modifications,
160
+ including but not limited to software source code, documentation
161
+ source, and configuration files.
162
+
163
+ "Object" form shall mean any form resulting from mechanical
164
+ transformation or translation of a Source form, including but
165
+ not limited to compiled object code, generated documentation,
166
+ and conversions to other media types.
167
+
168
+ "Work" shall mean the work of authorship, whether in Source or
169
+ Object form, made available under the License, as indicated by a
170
+ copyright notice that is included in or attached to the work
171
+ (an example is provided in the Appendix below).
172
+
173
+ "Derivative Works" shall mean any work, whether in Source or Object
174
+ form, that is based on (or derived from) the Work and for which the
175
+ editorial revisions, annotations, elaborations, or other modifications
176
+ represent, as a whole, an original work of authorship. For the purposes
177
+ of this License, Derivative Works shall not include works that remain
178
+ separable from, or merely link (or bind by name) to the interfaces of,
179
+ the Work and Derivative Works thereof.
180
+
181
+ "Contribution" shall mean any work of authorship, including
182
+ the original version of the Work and any modifications or additions
183
+ to that Work or Derivative Works thereof, that is intentionally
184
+ submitted to Licensor for inclusion in the Work by the copyright owner
185
+ or by an individual or Legal Entity authorized to submit on behalf of
186
+ the copyright owner. For the purposes of this definition, "submitted"
187
+ means any form of electronic, verbal, or written communication sent
188
+ to the Licensor or its representatives, including but not limited to
189
+ communication on electronic mailing lists, source code control systems,
190
+ and issue tracking systems that are managed by, or on behalf of, the
191
+ Licensor for the purpose of discussing and improving the Work, but
192
+ excluding communication that is conspicuously marked or otherwise
193
+ designated in writing by the copyright owner as "Not a Contribution."
194
+
195
+ "Contributor" shall mean Licensor and any individual or Legal Entity
196
+ on behalf of whom a Contribution has been received by Licensor and
197
+ subsequently incorporated within the Work.
198
+
199
+ 2. Grant of Copyright License. Subject to the terms and conditions of
200
+ this License, each Contributor hereby grants to You a perpetual,
201
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
202
+ copyright license to reproduce, prepare Derivative Works of,
203
+ publicly display, publicly perform, sublicense, and distribute the
204
+ Work and such Derivative Works in Source or Object form.
205
+
206
+ 3. Grant of Patent License. Subject to the terms and conditions of
207
+ this License, each Contributor hereby grants to You a perpetual,
208
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
209
+ (except as stated in this section) patent license to make, have made,
210
+ use, offer to sell, sell, import, and otherwise transfer the Work,
211
+ where such license applies only to those patent claims licensable
212
+ by such Contributor that are necessarily infringed by their
213
+ Contribution(s) alone or by combination of their Contribution(s)
214
+ with the Work to which such Contribution(s) was submitted. If You
215
+ institute patent litigation against any entity (including a
216
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
217
+ or a Contribution incorporated within the Work constitutes direct
218
+ or contributory patent infringement, then any patent licenses
219
+ granted to You under this License for that Work shall terminate
220
+ as of the date such litigation is filed.
221
+
222
+ 4. Redistribution. You may reproduce and distribute copies of the
223
+ Work or Derivative Works thereof in any medium, with or without
224
+ modifications, and in Source or Object form, provided that You
225
+ meet the following conditions:
226
+
227
+ (a) You must give any other recipients of the Work or
228
+ Derivative Works a copy of this License; and
229
+
230
+ (b) You must cause any modified files to carry prominent notices
231
+ stating that You changed the files; and
232
+
233
+ (c) You must retain, in the Source form of any Derivative Works
234
+ that You distribute, all copyright, patent, trademark, and
235
+ attribution notices from the Source form of the Work,
236
+ excluding those notices that do not pertain to any part of
237
+ the Derivative Works; and
238
+
239
+ (d) If the Work includes a "NOTICE" text file as part of its
240
+ distribution, then any Derivative Works that You distribute must
241
+ include a readable copy of the attribution notices contained
242
+ within such NOTICE file, excluding those notices that do not
243
+ pertain to any part of the Derivative Works, in at least one
244
+ of the following places: within a NOTICE text file distributed
245
+ as part of the Derivative Works; within the Source form or
246
+ documentation, if provided along with the Derivative Works; or,
247
+ within a display generated by the Derivative Works, if and
248
+ wherever such third-party notices normally appear. The contents
249
+ of the NOTICE file are for informational purposes only and
250
+ do not modify the License. You may add Your own attribution
251
+ notices within Derivative Works that You distribute, alongside
252
+ or as an addendum to the NOTICE text from the Work, provided
253
+ that such additional attribution notices cannot be construed
254
+ as modifying the License.
255
+
256
+ You may add Your own copyright statement to Your modifications and
257
+ may provide additional or different license terms and conditions
258
+ for use, reproduction, or distribution of Your modifications, or
259
+ for any such Derivative Works as a whole, provided Your use,
260
+ reproduction, and distribution of the Work otherwise complies with
261
+ the conditions stated in this License.
262
+
263
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
264
+ any Contribution intentionally submitted for inclusion in the Work
265
+ by You to the Licensor shall be under the terms and conditions of
266
+ this License, without any additional terms or conditions.
267
+ Notwithstanding the above, nothing herein shall supersede or modify
268
+ the terms of any separate license agreement you may have executed
269
+ with Licensor regarding such Contributions.
270
+
271
+ 6. Trademarks. This License does not grant permission to use the trade
272
+ names, trademarks, service marks, or product names of the Licensor,
273
+ except as required for reasonable and customary use in describing the
274
+ origin of the Work and reproducing the content of the NOTICE file.
275
+
276
+ 7. Disclaimer of Warranty. Unless required by applicable law or
277
+ agreed to in writing, Licensor provides the Work (and each
278
+ Contributor provides its Contributions) on an "AS IS" BASIS,
279
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
280
+ implied, including, without limitation, any warranties or conditions
281
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
282
+ PARTICULAR PURPOSE. You are solely responsible for determining the
283
+ appropriateness of using or redistributing the Work and assume any
284
+ risks associated with Your exercise of permissions under this License.
285
+
286
+ 8. Limitation of Liability. In no event and under no legal theory,
287
+ whether in tort (including negligence), contract, or otherwise,
288
+ unless required by applicable law (such as deliberate and grossly
289
+ negligent acts) or agreed to in writing, shall any Contributor be
290
+ liable to You for damages, including any direct, indirect, special,
291
+ incidental, or consequential damages of any character arising as a
292
+ result of this License or out of the use or inability to use the
293
+ Work (including but not limited to damages for loss of goodwill,
294
+ work stoppage, computer failure or malfunction, or any and all
295
+ other commercial damages or losses), even if such Contributor
296
+ has been advised of the possibility of such damages.
297
+
298
+ 9. Accepting Warranty or Additional Liability. While redistributing
299
+ the Work or Derivative Works thereof, You may choose to offer,
300
+ and charge a fee for, acceptance of support, warranty, indemnity,
301
+ or other liability obligations and/or rights consistent with this
302
+ License. However, in accepting such obligations, You may act only
303
+ on Your own behalf and on Your sole responsibility, not on behalf
304
+ of any other Contributor, and only if You agree to indemnify,
305
+ defend, and hold each Contributor harmless for any liability
306
+ incurred by, or claims asserted against, such Contributor by reason
307
+ of your accepting any such warranty or additional liability.
308
+
309
+ END OF TERMS AND CONDITIONS
310
+
311
+ APPENDIX: How to apply the Apache License to your work.
312
+
313
+ To apply the Apache License to your work, attach the following
314
+ boilerplate notice, with the fields enclosed by brackets "[]"
315
+ replaced with your own identifying information. (Don't include
316
+ the brackets!) The text should be enclosed in the appropriate
317
+ comment syntax for the file format. We also recommend that a
318
+ file or class name and description of purpose be included on the
319
+ same "printed page" as the copyright notice for easier
320
+ identification within third-party archives.
321
+
322
+ Copyright 2025 ehmicky <ehmicky@gmail.com>
323
+
324
+ Licensed under the Apache License, Version 2.0 (the "License");
325
+ you may not use this file except in compliance with the License.
326
+ You may obtain a copy of the License at
327
+
328
+ http://www.apache.org/licenses/LICENSE-2.0
329
+
330
+ Unless required by applicable law or agreed to in writing, software
331
+ distributed under the License is distributed on an "AS IS" BASIS,
332
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
333
+ See the License for the specific language governing permissions and
334
+ limitations under the License.
335
+
336
+ -----------
337
+
338
+ The following npm package may be included in this product:
339
+
340
+ - express@5.2.1
341
+
342
+ This package contains the following license:
343
+
344
+ (The MIT License)
345
+
346
+ Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
347
+ Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
348
+ Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
349
+
350
+ Permission is hereby granted, free of charge, to any person obtaining
351
+ a copy of this software and associated documentation files (the
352
+ 'Software'), to deal in the Software without restriction, including
353
+ without limitation the rights to use, copy, modify, merge, publish,
354
+ distribute, sublicense, and/or sell copies of the Software, and to
355
+ permit persons to whom the Software is furnished to do so, subject to
356
+ the following conditions:
357
+
358
+ The above copyright notice and this permission notice shall be
359
+ included in all copies or substantial portions of the Software.
360
+
361
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
362
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
363
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
364
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
365
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
366
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
367
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
368
+
369
+ -----------
370
+
371
+ The following npm package may be included in this product:
372
+
373
+ - serve-static@2.2.1
374
+
375
+ This package contains the following license:
376
+
377
+ (The MIT License)
378
+
379
+ Copyright (c) 2010 Sencha Inc.
380
+ Copyright (c) 2011 LearnBoost
381
+ Copyright (c) 2011 TJ Holowaychuk
382
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
383
+
384
+ Permission is hereby granted, free of charge, to any person obtaining
385
+ a copy of this software and associated documentation files (the
386
+ 'Software'), to deal in the Software without restriction, including
387
+ without limitation the rights to use, copy, modify, merge, publish,
388
+ distribute, sublicense, and/or sell copies of the Software, and to
389
+ permit persons to whom the Software is furnished to do so, subject to
390
+ the following conditions:
391
+
392
+ The above copyright notice and this permission notice shall be
393
+ included in all copies or substantial portions of the Software.
394
+
395
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
396
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
397
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
398
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
399
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
400
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
401
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
402
+
403
+ -----------
404
+
405
+ The following npm package may be included in this product:
406
+
407
+ - commander@13.1.0
408
+
409
+ This package contains the following license:
410
+
411
+ (The MIT License)
412
+
413
+ Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
414
+
415
+ Permission is hereby granted, free of charge, to any person obtaining
416
+ a copy of this software and associated documentation files (the
417
+ 'Software'), to deal in the Software without restriction, including
418
+ without limitation the rights to use, copy, modify, merge, publish,
419
+ distribute, sublicense, and/or sell copies of the Software, and to
420
+ permit persons to whom the Software is furnished to do so, subject to
421
+ the following conditions:
422
+
423
+ The above copyright notice and this permission notice shall be
424
+ included in all copies or substantial portions of the Software.
425
+
426
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
427
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
428
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
429
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
430
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
431
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
432
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
433
+
434
+ -----------
435
+
436
+ The following npm package may be included in this product:
437
+
438
+ - fs-extra@11.3.4
439
+
440
+ This package contains the following license:
441
+
442
+ (The MIT License)
443
+
444
+ Copyright (c) 2011-2024 JP Richardson
445
+
446
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
447
+ (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
448
+ merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
449
+ furnished to do so, subject to the following conditions:
450
+
451
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
452
+
453
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
454
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
455
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
456
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
457
+
458
+ -----------
459
+
460
+ The following npm package may be included in this product:
461
+
462
+ - send@1.2.1
463
+
464
+ This package contains the following license:
465
+
466
+ (The MIT License)
467
+
468
+ Copyright (c) 2012 TJ Holowaychuk
469
+ Copyright (c) 2014-2022 Douglas Christopher Wilson
470
+
471
+ Permission is hereby granted, free of charge, to any person obtaining
472
+ a copy of this software and associated documentation files (the
473
+ 'Software'), to deal in the Software without restriction, including
474
+ without limitation the rights to use, copy, modify, merge, publish,
475
+ distribute, sublicense, and/or sell copies of the Software, and to
476
+ permit persons to whom the Software is furnished to do so, subject to
477
+ the following conditions:
478
+
479
+ The above copyright notice and this permission notice shall be
480
+ included in all copies or substantial portions of the Software.
481
+
482
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
483
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
484
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
485
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
486
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
487
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
488
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
489
+
490
+ -----------
491
+
492
+ The following npm package may be included in this product:
493
+
494
+ - fresh@2.0.0
495
+
496
+ This package contains the following license:
497
+
498
+ (The MIT License)
499
+
500
+ Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
501
+ Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
502
+
503
+ Permission is hereby granted, free of charge, to any person obtaining
504
+ a copy of this software and associated documentation files (the
505
+ 'Software'), to deal in the Software without restriction, including
506
+ without limitation the rights to use, copy, modify, merge, publish,
507
+ distribute, sublicense, and/or sell copies of the Software, and to
508
+ permit persons to whom the Software is furnished to do so, subject to
509
+ the following conditions:
510
+
511
+ The above copyright notice and this permission notice shall be
512
+ included in all copies or substantial portions of the Software.
513
+
514
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
515
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
516
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
517
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
518
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
519
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
520
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
521
+
522
+ -----------
523
+
524
+ The following npm package may be included in this product:
525
+
526
+ - escape-html@1.0.3
527
+
528
+ This package contains the following license:
529
+
530
+ (The MIT License)
531
+
532
+ Copyright (c) 2012-2013 TJ Holowaychuk
533
+ Copyright (c) 2015 Andreas Lubbe
534
+ Copyright (c) 2015 Tiancheng "Timothy" Gu
535
+
536
+ Permission is hereby granted, free of charge, to any person obtaining
537
+ a copy of this software and associated documentation files (the
538
+ 'Software'), to deal in the Software without restriction, including
539
+ without limitation the rights to use, copy, modify, merge, publish,
540
+ distribute, sublicense, and/or sell copies of the Software, and to
541
+ permit persons to whom the Software is furnished to do so, subject to
542
+ the following conditions:
543
+
544
+ The above copyright notice and this permission notice shall be
545
+ included in all copies or substantial portions of the Software.
546
+
547
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
548
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
549
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
550
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
551
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
552
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
553
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
554
+
555
+ -----------
556
+
557
+ The following npm package may be included in this product:
558
+
559
+ - negotiator@1.0.0
560
+
561
+ This package contains the following license:
562
+
563
+ (The MIT License)
564
+
565
+ Copyright (c) 2012-2014 Federico Romero
566
+ Copyright (c) 2012-2014 Isaac Z. Schlueter
567
+ Copyright (c) 2014-2015 Douglas Christopher Wilson
568
+
569
+ Permission is hereby granted, free of charge, to any person obtaining
570
+ a copy of this software and associated documentation files (the
571
+ 'Software'), to deal in the Software without restriction, including
572
+ without limitation the rights to use, copy, modify, merge, publish,
573
+ distribute, sublicense, and/or sell copies of the Software, and to
574
+ permit persons to whom the Software is furnished to do so, subject to
575
+ the following conditions:
576
+
577
+ The above copyright notice and this permission notice shall be
578
+ included in all copies or substantial portions of the Software.
579
+
580
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
581
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
582
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
583
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
584
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
585
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
586
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
587
+
588
+ -----------
589
+
590
+ The following npm package may be included in this product:
591
+
592
+ - cookie@0.7.2
593
+
594
+ This package contains the following license:
595
+
596
+ (The MIT License)
597
+
598
+ Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
599
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
600
+
601
+ Permission is hereby granted, free of charge, to any person obtaining
602
+ a copy of this software and associated documentation files (the
603
+ 'Software'), to deal in the Software without restriction, including
604
+ without limitation the rights to use, copy, modify, merge, publish,
605
+ distribute, sublicense, and/or sell copies of the Software, and to
606
+ permit persons to whom the Software is furnished to do so, subject to
607
+ the following conditions:
608
+
609
+ The above copyright notice and this permission notice shall be
610
+ included in all copies or substantial portions of the Software.
611
+
612
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
613
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
614
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
615
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
616
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
617
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
618
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
619
+
620
+ -----------
621
+
622
+ The following npm package may be included in this product:
623
+
624
+ - bytes@3.1.2
625
+
626
+ This package contains the following license:
627
+
628
+ (The MIT License)
629
+
630
+ Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
631
+ Copyright (c) 2015 Jed Watson <jed.watson@me.com>
632
+
633
+ Permission is hereby granted, free of charge, to any person obtaining
634
+ a copy of this software and associated documentation files (the
635
+ 'Software'), to deal in the Software without restriction, including
636
+ without limitation the rights to use, copy, modify, merge, publish,
637
+ distribute, sublicense, and/or sell copies of the Software, and to
638
+ permit persons to whom the Software is furnished to do so, subject to
639
+ the following conditions:
640
+
641
+ The above copyright notice and this permission notice shall be
642
+ included in all copies or substantial portions of the Software.
643
+
644
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
645
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
646
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
647
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
648
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
649
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
650
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
651
+
652
+ -----------
653
+
654
+ The following npm package may be included in this product:
655
+
656
+ - range-parser@1.2.1
657
+
658
+ This package contains the following license:
659
+
660
+ (The MIT License)
661
+
662
+ Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
663
+ Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com
664
+
665
+ Permission is hereby granted, free of charge, to any person obtaining
666
+ a copy of this software and associated documentation files (the
667
+ 'Software'), to deal in the Software without restriction, including
668
+ without limitation the rights to use, copy, modify, merge, publish,
669
+ distribute, sublicense, and/or sell copies of the Software, and to
670
+ permit persons to whom the Software is furnished to do so, subject to
671
+ the following conditions:
672
+
673
+ The above copyright notice and this permission notice shall be
674
+ included in all copies or substantial portions of the Software.
675
+
676
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
677
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
678
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
679
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
680
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
681
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
682
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
683
+
684
+ -----------
685
+
686
+ The following npm package may be included in this product:
687
+
688
+ - jsonfile@6.2.1
689
+
690
+ This package contains the following license:
691
+
692
+ (The MIT License)
693
+
694
+ Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
695
+
696
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
697
+ (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
698
+ merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
699
+ furnished to do so, subject to the following conditions:
700
+
701
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
702
+
703
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
704
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
705
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
706
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
707
+
708
+ -----------
709
+
710
+ The following npm package may be included in this product:
711
+
712
+ - cookie-signature@1.2.2
713
+
714
+ This package contains the following license:
715
+
716
+ (The MIT License)
717
+
718
+ Copyright (c) 2012–2024 LearnBoost <tj@learnboost.com> and other contributors;
719
+
720
+ Permission is hereby granted, free of charge, to any person obtaining
721
+ a copy of this software and associated documentation files (the
722
+ 'Software'), to deal in the Software without restriction, including
723
+ without limitation the rights to use, copy, modify, merge, publish,
724
+ distribute, sublicense, and/or sell copies of the Software, and to
725
+ permit persons to whom the Software is furnished to do so, subject to
726
+ the following conditions:
727
+
728
+ The above copyright notice and this permission notice shall be
729
+ included in all copies or substantial portions of the Software.
730
+
731
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
732
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
733
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
734
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
735
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
736
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
737
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
738
+
739
+ -----------
740
+
741
+ The following npm package may be included in this product:
742
+
743
+ - on-finished@2.4.1
744
+
745
+ This package contains the following license:
746
+
747
+ (The MIT License)
748
+
749
+ Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
750
+ Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
751
+
752
+ Permission is hereby granted, free of charge, to any person obtaining
753
+ a copy of this software and associated documentation files (the
754
+ 'Software'), to deal in the Software without restriction, including
755
+ without limitation the rights to use, copy, modify, merge, publish,
756
+ distribute, sublicense, and/or sell copies of the Software, and to
757
+ permit persons to whom the Software is furnished to do so, subject to
758
+ the following conditions:
759
+
760
+ The above copyright notice and this permission notice shall be
761
+ included in all copies or substantial portions of the Software.
762
+
763
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
764
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
765
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
766
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
767
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
768
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
769
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
770
+
771
+ -----------
772
+
773
+ The following npm package may be included in this product:
774
+
775
+ - router@2.2.0
776
+
777
+ This package contains the following license:
778
+
779
+ (The MIT License)
780
+
781
+ Copyright (c) 2013 Roman Shtylman
782
+ Copyright (c) 2014-2022 Douglas Christopher Wilson
783
+
784
+ Permission is hereby granted, free of charge, to any person obtaining
785
+ a copy of this software and associated documentation files (the
786
+ 'Software'), to deal in the Software without restriction, including
787
+ without limitation the rights to use, copy, modify, merge, publish,
788
+ distribute, sublicense, and/or sell copies of the Software, and to
789
+ permit persons to whom the Software is furnished to do so, subject to
790
+ the following conditions:
791
+
792
+ The above copyright notice and this permission notice shall be
793
+ included in all copies or substantial portions of the Software.
794
+
795
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
796
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
797
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
798
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
799
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
800
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
801
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
802
+
803
+ -----------
804
+
805
+ The following npm package may be included in this product:
806
+
807
+ - cors@2.8.6
808
+
809
+ This package contains the following license:
810
+
811
+ (The MIT License)
812
+
813
+ Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
814
+
815
+ Permission is hereby granted, free of charge, to any person obtaining
816
+ a copy of this software and associated documentation files (the
817
+ 'Software'), to deal in the Software without restriction, including
818
+ without limitation the rights to use, copy, modify, merge, publish,
819
+ distribute, sublicense, and/or sell copies of the Software, and to
820
+ permit persons to whom the Software is furnished to do so, subject to
821
+ the following conditions:
822
+
823
+ The above copyright notice and this permission notice shall be
824
+ included in all copies or substantial portions of the Software.
825
+
826
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
827
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
828
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
829
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
830
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
831
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
832
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
833
+
834
+ -----------
835
+
836
+ The following npm packages may be included in this product:
837
+
838
+ - body-parser@2.2.2
839
+ - type-is@2.1.0
840
+
841
+ These packages each contain the following license:
842
+
843
+ (The MIT License)
844
+
845
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
846
+ Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
847
+
848
+ Permission is hereby granted, free of charge, to any person obtaining
849
+ a copy of this software and associated documentation files (the
850
+ 'Software'), to deal in the Software without restriction, including
851
+ without limitation the rights to use, copy, modify, merge, publish,
852
+ distribute, sublicense, and/or sell copies of the Software, and to
853
+ permit persons to whom the Software is furnished to do so, subject to
854
+ the following conditions:
855
+
856
+ The above copyright notice and this permission notice shall be
857
+ included in all copies or substantial portions of the Software.
858
+
859
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
860
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
861
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
862
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
863
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
864
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
865
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
866
+
867
+ -----------
868
+
869
+ The following npm packages may be included in this product:
870
+
871
+ - accepts@2.0.0
872
+ - mime-types@2.1.35
873
+ - mime-types@3.0.2
874
+
875
+ These packages each contain the following license:
876
+
877
+ (The MIT License)
878
+
879
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
880
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
881
+
882
+ Permission is hereby granted, free of charge, to any person obtaining
883
+ a copy of this software and associated documentation files (the
884
+ 'Software'), to deal in the Software without restriction, including
885
+ without limitation the rights to use, copy, modify, merge, publish,
886
+ distribute, sublicense, and/or sell copies of the Software, and to
887
+ permit persons to whom the Software is furnished to do so, subject to
888
+ the following conditions:
889
+
890
+ The above copyright notice and this permission notice shall be
891
+ included in all copies or substantial portions of the Software.
892
+
893
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
894
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
895
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
896
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
897
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
898
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
899
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
900
+
901
+ -----------
902
+
903
+ The following npm packages may be included in this product:
904
+
905
+ - mime-db@1.52.0
906
+ - mime-db@1.54.0
907
+
908
+ These packages each contain the following license:
909
+
910
+ (The MIT License)
911
+
912
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
913
+ Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
914
+
915
+ Permission is hereby granted, free of charge, to any person obtaining
916
+ a copy of this software and associated documentation files (the
917
+ 'Software'), to deal in the Software without restriction, including
918
+ without limitation the rights to use, copy, modify, merge, publish,
919
+ distribute, sublicense, and/or sell copies of the Software, and to
920
+ permit persons to whom the Software is furnished to do so, subject to
921
+ the following conditions:
922
+
923
+ The above copyright notice and this permission notice shall be
924
+ included in all copies or substantial portions of the Software.
925
+
926
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
927
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
928
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
929
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
930
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
931
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
932
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
933
+
934
+ -----------
935
+
936
+ The following npm packages may be included in this product:
937
+
938
+ - etag@1.8.1
939
+ - proxy-addr@2.0.7
940
+
941
+ These packages each contain the following license:
942
+
943
+ (The MIT License)
944
+
945
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
946
+
947
+ Permission is hereby granted, free of charge, to any person obtaining
948
+ a copy of this software and associated documentation files (the
949
+ 'Software'), to deal in the Software without restriction, including
950
+ without limitation the rights to use, copy, modify, merge, publish,
951
+ distribute, sublicense, and/or sell copies of the Software, and to
952
+ permit persons to whom the Software is furnished to do so, subject to
953
+ the following conditions:
954
+
955
+ The above copyright notice and this permission notice shall be
956
+ included in all copies or substantial portions of the Software.
957
+
958
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
959
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
960
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
961
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
962
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
963
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
964
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
965
+
966
+ -----------
967
+
968
+ The following npm packages may be included in this product:
969
+
970
+ - content-disposition@1.1.0
971
+ - forwarded@0.2.0
972
+ - media-typer@1.1.0
973
+ - vary@1.1.2
974
+
975
+ These packages each contain the following license:
976
+
977
+ (The MIT License)
978
+
979
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
980
+
981
+ Permission is hereby granted, free of charge, to any person obtaining
982
+ a copy of this software and associated documentation files (the
983
+ 'Software'), to deal in the Software without restriction, including
984
+ without limitation the rights to use, copy, modify, merge, publish,
985
+ distribute, sublicense, and/or sell copies of the Software, and to
986
+ permit persons to whom the Software is furnished to do so, subject to
987
+ the following conditions:
988
+
989
+ The above copyright notice and this permission notice shall be
990
+ included in all copies or substantial portions of the Software.
991
+
992
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
993
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
994
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
995
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
996
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
997
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
998
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
999
+
1000
+ -----------
1001
+
1002
+ The following npm package may be included in this product:
1003
+
1004
+ - debug@4.4.3
1005
+
1006
+ This package contains the following license:
1007
+
1008
+ (The MIT License)
1009
+
1010
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
1011
+ Copyright (c) 2018-2021 Josh Junon
1012
+
1013
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
1014
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
1015
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
1016
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
1017
+ subject to the following conditions:
1018
+
1019
+ The above copyright notice and this permission notice shall be included in all copies or substantial
1020
+ portions of the Software.
1021
+
1022
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1023
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1024
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1025
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1026
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1027
+
1028
+ -----------
1029
+
1030
+ The following npm package may be included in this product:
1031
+
1032
+ - depd@2.0.0
1033
+
1034
+ This package contains the following license:
1035
+
1036
+ (The MIT License)
1037
+
1038
+ Copyright (c) 2014-2018 Douglas Christopher Wilson
1039
+
1040
+ Permission is hereby granted, free of charge, to any person obtaining
1041
+ a copy of this software and associated documentation files (the
1042
+ 'Software'), to deal in the Software without restriction, including
1043
+ without limitation the rights to use, copy, modify, merge, publish,
1044
+ distribute, sublicense, and/or sell copies of the Software, and to
1045
+ permit persons to whom the Software is furnished to do so, subject to
1046
+ the following conditions:
1047
+
1048
+ The above copyright notice and this permission notice shall be
1049
+ included in all copies or substantial portions of the Software.
1050
+
1051
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1052
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1053
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1054
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1055
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1056
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1057
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1058
+
1059
+ -----------
1060
+
1061
+ The following npm package may be included in this product:
1062
+
1063
+ - finalhandler@2.1.1
1064
+
1065
+ This package contains the following license:
1066
+
1067
+ (The MIT License)
1068
+
1069
+ Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1070
+
1071
+ Permission is hereby granted, free of charge, to any person obtaining
1072
+ a copy of this software and associated documentation files (the
1073
+ 'Software'), to deal in the Software without restriction, including
1074
+ without limitation the rights to use, copy, modify, merge, publish,
1075
+ distribute, sublicense, and/or sell copies of the Software, and to
1076
+ permit persons to whom the Software is furnished to do so, subject to
1077
+ the following conditions:
1078
+
1079
+ The above copyright notice and this permission notice shall be
1080
+ included in all copies or substantial portions of the Software.
1081
+
1082
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1083
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1084
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1085
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1086
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1087
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1088
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1089
+
1090
+ -----------
1091
+
1092
+ The following npm packages may be included in this product:
1093
+
1094
+ - content-type@1.0.5
1095
+ - content-type@2.0.0
1096
+
1097
+ These packages each contain the following license:
1098
+
1099
+ (The MIT License)
1100
+
1101
+ Copyright (c) 2015 Douglas Christopher Wilson
1102
+
1103
+ Permission is hereby granted, free of charge, to any person obtaining
1104
+ a copy of this software and associated documentation files (the
1105
+ 'Software'), to deal in the Software without restriction, including
1106
+ without limitation the rights to use, copy, modify, merge, publish,
1107
+ distribute, sublicense, and/or sell copies of the Software, and to
1108
+ permit persons to whom the Software is furnished to do so, subject to
1109
+ the following conditions:
1110
+
1111
+ The above copyright notice and this permission notice shall be
1112
+ included in all copies or substantial portions of the Software.
1113
+
1114
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1115
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1116
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1117
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1118
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1119
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1120
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1121
+
1122
+ -----------
1123
+
1124
+ The following npm package may be included in this product:
1125
+
1126
+ - unpipe@1.0.0
1127
+
1128
+ This package contains the following license:
1129
+
1130
+ (The MIT License)
1131
+
1132
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1133
+
1134
+ Permission is hereby granted, free of charge, to any person obtaining
1135
+ a copy of this software and associated documentation files (the
1136
+ 'Software'), to deal in the Software without restriction, including
1137
+ without limitation the rights to use, copy, modify, merge, publish,
1138
+ distribute, sublicense, and/or sell copies of the Software, and to
1139
+ permit persons to whom the Software is furnished to do so, subject to
1140
+ the following conditions:
1141
+
1142
+ The above copyright notice and this permission notice shall be
1143
+ included in all copies or substantial portions of the Software.
1144
+
1145
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1146
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1147
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1148
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1149
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1150
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1151
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1152
+
1153
+ -----------
1154
+
1155
+ The following npm package may be included in this product:
1156
+
1157
+ - encodeurl@2.0.0
1158
+
1159
+ This package contains the following license:
1160
+
1161
+ (The MIT License)
1162
+
1163
+ Copyright (c) 2016 Douglas Christopher Wilson
1164
+
1165
+ Permission is hereby granted, free of charge, to any person obtaining
1166
+ a copy of this software and associated documentation files (the
1167
+ 'Software'), to deal in the Software without restriction, including
1168
+ without limitation the rights to use, copy, modify, merge, publish,
1169
+ distribute, sublicense, and/or sell copies of the Software, and to
1170
+ permit persons to whom the Software is furnished to do so, subject to
1171
+ the following conditions:
1172
+
1173
+ The above copyright notice and this permission notice shall be
1174
+ included in all copies or substantial portions of the Software.
1175
+
1176
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1177
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1178
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1179
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1180
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1181
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1182
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1183
+
1184
+ -----------
1185
+
1186
+ The following npm package may be included in this product:
1187
+
1188
+ - universalify@2.0.1
1189
+
1190
+ This package contains the following license:
1191
+
1192
+ (The MIT License)
1193
+
1194
+ Copyright (c) 2017, Ryan Zimmerman <opensrc@ryanzim.com>
1195
+
1196
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1197
+ this software and associated documentation files (the 'Software'), to deal in
1198
+ the Software without restriction, including without limitation the rights to
1199
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1200
+ the Software, and to permit persons to whom the Software is furnished to do so,
1201
+ subject to the following conditions:
1202
+
1203
+ The above copyright notice and this permission notice shall be included in all
1204
+ copies or substantial portions of the Software.
1205
+
1206
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1207
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1208
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1209
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1210
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1211
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1212
+
1213
+ -----------
1214
+
1215
+ The following npm package may be included in this product:
1216
+
1217
+ - axios@1.17.0
1218
+
1219
+ This package contains the following license:
1220
+
1221
+ # Copyright (c) 2014-present Matt Zabriskie & Collaborators
1222
+
1223
+ 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:
1224
+
1225
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1226
+
1227
+ 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.
1228
+
1229
+ -----------
1230
+
1231
+ The following npm package may be included in this product:
1232
+
1233
+ - ripgrep@0.3.1
1234
+
1235
+ This package contains the following license:
1236
+
1237
+ # License
1238
+
1239
+ The MIT License (MIT)
1240
+
1241
+ Copyright (c) 2026 Pooya Parsa <pooya@pi0.io>
1242
+
1243
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1244
+ of this software and associated documentation files (the "Software"), to deal
1245
+ in the Software without restriction, including without limitation the rights
1246
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1247
+ copies of the Software, and to permit persons to whom the Software is
1248
+ furnished to do so, subject to the following conditions:
1249
+
1250
+ The above copyright notice and this permission notice shall be included in
1251
+ all copies or substantial portions of the Software.
1252
+
1253
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1254
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1255
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1256
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1257
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1258
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1259
+ THE SOFTWARE.
1260
+
1261
+ ---
1262
+
1263
+ ## Third-party notices
1264
+
1265
+ This project builds and redistributes binaries of [ripgrep](https://github.com/BurntSushi/ripgrep),
1266
+ Copyright (c) 2015 Andrew Gallant.
1267
+
1268
+ ripgrep is dual-licensed under **The MIT License** and **The Unlicense**; you
1269
+ may use it under the terms of either. For ripgrep's redistribution, we rely on
1270
+ the MIT license terms. The upstream license texts are preserved in this
1271
+ repository at:
1272
+
1273
+ - [vendor/ripgrep/LICENSE-MIT](vendor/ripgrep/LICENSE-MIT)
1274
+ - [vendor/ripgrep/UNLICENSE](vendor/ripgrep/UNLICENSE)
1275
+ - [vendor/ripgrep/COPYING](vendor/ripgrep/COPYING)
1276
+
1277
+ Any distribution of the `rg` binary produced by this project must include a
1278
+ copy of one of the above ripgrep license texts, per the MIT license's notice
1279
+ requirement. The Unlicense imposes no such requirement, so recipients who
1280
+ prefer it may instead rely on the Unlicense terms.
1281
+
1282
+ ripgrep transitively depends on a number of Rust crates, each under their own
1283
+ permissive license (typically MIT or Apache-2.0). When shipping a compiled
1284
+ `rg` binary, you should also reproduce those notices; they can be generated
1285
+ from the upstream source tree with tools such as `cargo about` or
1286
+ `cargo-license`.
1287
+
1288
+ -----------
1289
+
1290
+ The following npm package may be included in this product:
1291
+
1292
+ - express-rate-limit@8.5.2
1293
+
1294
+ This package contains the following license:
1295
+
1296
+ # MIT License
1297
+
1298
+ Copyright 2023 Nathan Friedly, Vedant K
1299
+
1300
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1301
+ this software and associated documentation files (the "Software"), to deal in
1302
+ the Software without restriction, including without limitation the rights to
1303
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1304
+ the Software, and to permit persons to whom the Software is furnished to do so,
1305
+ subject to the following conditions:
1306
+
1307
+ The above copyright notice and this permission notice shall be included in all
1308
+ copies or substantial portions of the Software.
1309
+
1310
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1311
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1312
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1313
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1314
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1315
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1316
+
1317
+ -----------
1318
+
1319
+ The following npm package may be included in this product:
1320
+
1321
+ - json-schema-typed@8.0.2
1322
+
1323
+ This package contains the following license:
1324
+
1325
+ BSD 2-Clause License
1326
+
1327
+ Original source code is copyright (c) 2019-2025 Remy Rylan
1328
+ <https://github.com/RemyRylan>
1329
+
1330
+ All JSON Schema documentation and descriptions are copyright (c):
1331
+
1332
+ 2009 [draft-0] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
1333
+ and SitePen (USA) <https://www.sitepen.com/>.
1334
+
1335
+ 2009 [draft-1] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
1336
+ and SitePen (USA) <https://www.sitepen.com/>.
1337
+
1338
+ 2010 [draft-2] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
1339
+ and SitePen (USA) <https://www.sitepen.com/>.
1340
+
1341
+ 2010 [draft-3] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
1342
+ Gary Court <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
1343
+
1344
+ 2013 [draft-4] IETF Trust <https://www.ietf.org/>), Francis Galiegue
1345
+ <fgaliegue@gmail.com>, Kris Zyp <kris@sitepen.com>, Gary Court
1346
+ <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
1347
+
1348
+ 2018 [draft-7] IETF Trust <https://www.ietf.org/>, Austin Wright <aaa@bzfx.net>,
1349
+ Henry Andrews <henry@cloudflare.com>, Geraint Luff <luffgd@gmail.com>, and
1350
+ Cloudflare, Inc. <https://www.cloudflare.com/>.
1351
+
1352
+ 2019 [draft-2019-09] IETF Trust <https://www.ietf.org/>, Austin Wright
1353
+ <aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
1354
+ <bh7@sanger.ac.uk>, and Greg Dennis <gregsdennis@yahoo.com>.
1355
+
1356
+ 2020 [draft-2020-12] IETF Trust <https://www.ietf.org/>, Austin Wright
1357
+ <aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
1358
+ <ben@jsonschema.dev>, and Greg Dennis <gregsdennis@yahoo.com>.
1359
+
1360
+ All rights reserved.
1361
+
1362
+ Redistribution and use in source and binary forms, with or without modification,
1363
+ are permitted provided that the following conditions are met:
1364
+
1365
+ 1. Redistributions of source code must retain the above copyright notice, this
1366
+ list of conditions and the following disclaimer.
1367
+
1368
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1369
+ this list of conditions and the following disclaimer in the documentation
1370
+ and/or other materials provided with the distribution.
1371
+
1372
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1373
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1374
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1375
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
1376
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1377
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1378
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1379
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1380
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1381
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1382
+
1383
+ -----------
1384
+
1385
+ The following npm package may be included in this product:
1386
+
1387
+ - qs@6.15.2
1388
+
1389
+ This package contains the following license:
1390
+
1391
+ BSD 3-Clause License
1392
+
1393
+ Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
1394
+ All rights reserved.
1395
+
1396
+ Redistribution and use in source and binary forms, with or without
1397
+ modification, are permitted provided that the following conditions are met:
1398
+
1399
+ 1. Redistributions of source code must retain the above copyright notice, this
1400
+ list of conditions and the following disclaimer.
1401
+
1402
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1403
+ this list of conditions and the following disclaimer in the documentation
1404
+ and/or other materials provided with the distribution.
1405
+
1406
+ 3. Neither the name of the copyright holder nor the names of its
1407
+ contributors may be used to endorse or promote products derived from
1408
+ this software without specific prior written permission.
1409
+
1410
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1411
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1412
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1413
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1414
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1415
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1416
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1417
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1418
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1419
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1420
+
1421
+ -----------
1422
+
1423
+ The following npm package may be included in this product:
1424
+
1425
+ - iconv-lite@0.7.2
1426
+
1427
+ This package contains the following license:
1428
+
1429
+ Copyright (c) 2011 Alexander Shtuchkin
1430
+
1431
+ Permission is hereby granted, free of charge, to any person obtaining
1432
+ a copy of this software and associated documentation files (the
1433
+ "Software"), to deal in the Software without restriction, including
1434
+ without limitation the rights to use, copy, modify, merge, publish,
1435
+ distribute, sublicense, and/or sell copies of the Software, and to
1436
+ permit persons to whom the Software is furnished to do so, subject to
1437
+ the following conditions:
1438
+
1439
+ The above copyright notice and this permission notice shall be
1440
+ included in all copies or substantial portions of the Software.
1441
+
1442
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1443
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1444
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1445
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1446
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1447
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1448
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1449
+
1450
+ -----------
1451
+
1452
+ The following npm package may be included in this product:
1453
+
1454
+ - ip-address@10.2.0
1455
+
1456
+ This package contains the following license:
1457
+
1458
+ Copyright (C) 2011 by Beau Gunderson
1459
+
1460
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1461
+ of this software and associated documentation files (the "Software"), to deal
1462
+ in the Software without restriction, including without limitation the rights
1463
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1464
+ copies of the Software, and to permit persons to whom the Software is
1465
+ furnished to do so, subject to the following conditions:
1466
+
1467
+ The above copyright notice and this permission notice shall be included in
1468
+ all copies or substantial portions of the Software.
1469
+
1470
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1471
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1472
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1473
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1474
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1475
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1476
+ THE SOFTWARE.
1477
+
1478
+ -----------
1479
+
1480
+ The following npm packages may be included in this product:
1481
+
1482
+ - combined-stream@1.0.8
1483
+ - delayed-stream@1.0.0
1484
+
1485
+ These packages each contain the following license:
1486
+
1487
+ Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
1488
+
1489
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1490
+ of this software and associated documentation files (the "Software"), to deal
1491
+ in the Software without restriction, including without limitation the rights
1492
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1493
+ copies of the Software, and to permit persons to whom the Software is
1494
+ furnished to do so, subject to the following conditions:
1495
+
1496
+ The above copyright notice and this permission notice shall be included in
1497
+ all copies or substantial portions of the Software.
1498
+
1499
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1500
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1501
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1502
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1503
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1504
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1505
+ THE SOFTWARE.
1506
+
1507
+ -----------
1508
+
1509
+ The following npm package may be included in this product:
1510
+
1511
+ - ipaddr.js@1.9.1
1512
+
1513
+ This package contains the following license:
1514
+
1515
+ Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
1516
+
1517
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1518
+ of this software and associated documentation files (the "Software"), to deal
1519
+ in the Software without restriction, including without limitation the rights
1520
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1521
+ copies of the Software, and to permit persons to whom the Software is
1522
+ furnished to do so, subject to the following conditions:
1523
+
1524
+ The above copyright notice and this permission notice shall be included in
1525
+ all copies or substantial portions of the Software.
1526
+
1527
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1528
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1529
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1530
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1531
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1532
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1533
+ THE SOFTWARE.
1534
+
1535
+ -----------
1536
+
1537
+ The following npm package may be included in this product:
1538
+
1539
+ - fast-uri@3.1.2
1540
+
1541
+ This package contains the following license:
1542
+
1543
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
1544
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
1545
+ All rights reserved.
1546
+
1547
+ Redistribution and use in source and binary forms, with or without
1548
+ modification, are permitted provided that the following conditions are met:
1549
+ * Redistributions of source code must retain the above copyright
1550
+ notice, this list of conditions and the following disclaimer.
1551
+ * Redistributions in binary form must reproduce the above copyright
1552
+ notice, this list of conditions and the following disclaimer in the
1553
+ documentation and/or other materials provided with the distribution.
1554
+ * The names of any contributors may not be used to endorse or promote
1555
+ products derived from this software without specific prior written
1556
+ permission.
1557
+
1558
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1559
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1560
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1561
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
1562
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1563
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1564
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1565
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1566
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1567
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1568
+
1569
+ * * *
1570
+
1571
+ The complete list of contributors can be found at:
1572
+ - https://github.com/garycourt/uri-js/graphs/contributors
1573
+
1574
+ -----------
1575
+
1576
+ The following npm package may be included in this product:
1577
+
1578
+ - retry@0.12.0
1579
+
1580
+ This package contains the following license:
1581
+
1582
+ Copyright (c) 2011:
1583
+ Tim Koschützki (tim@debuggable.com)
1584
+ Felix Geisendörfer (felix@debuggable.com)
1585
+
1586
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1587
+ of this software and associated documentation files (the "Software"), to deal
1588
+ in the Software without restriction, including without limitation the rights
1589
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1590
+ copies of the Software, and to permit persons to whom the Software is
1591
+ furnished to do so, subject to the following conditions:
1592
+
1593
+ The above copyright notice and this permission notice shall be included in
1594
+ all copies or substantial portions of the Software.
1595
+
1596
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1597
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1598
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1599
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1600
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1601
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1602
+ THE SOFTWARE.
1603
+
1604
+ -----------
1605
+
1606
+ The following npm package may be included in this product:
1607
+
1608
+ - form-data@4.0.5
1609
+
1610
+ This package contains the following license:
1611
+
1612
+ Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
1613
+
1614
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1615
+ of this software and associated documentation files (the "Software"), to deal
1616
+ in the Software without restriction, including without limitation the rights
1617
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1618
+ copies of the Software, and to permit persons to whom the Software is
1619
+ furnished to do so, subject to the following conditions:
1620
+
1621
+ The above copyright notice and this permission notice shall be included in
1622
+ all copies or substantial portions of the Software.
1623
+
1624
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1625
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1626
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1627
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1628
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1629
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1630
+ THE SOFTWARE.
1631
+
1632
+ -----------
1633
+
1634
+ The following npm package may be included in this product:
1635
+
1636
+ - function-bind@1.1.2
1637
+
1638
+ This package contains the following license:
1639
+
1640
+ Copyright (c) 2013 Raynos.
1641
+
1642
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1643
+ of this software and associated documentation files (the "Software"), to deal
1644
+ in the Software without restriction, including without limitation the rights
1645
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1646
+ copies of the Software, and to permit persons to whom the Software is
1647
+ furnished to do so, subject to the following conditions:
1648
+
1649
+ The above copyright notice and this permission notice shall be included in
1650
+ all copies or substantial portions of the Software.
1651
+
1652
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1653
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1654
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1655
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1656
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1657
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1658
+ THE SOFTWARE.
1659
+
1660
+ -----------
1661
+
1662
+ The following npm package may be included in this product:
1663
+
1664
+ - is-promise@4.0.0
1665
+
1666
+ This package contains the following license:
1667
+
1668
+ Copyright (c) 2014 Forbes Lindesay
1669
+
1670
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1671
+ of this software and associated documentation files (the "Software"), to deal
1672
+ in the Software without restriction, including without limitation the rights
1673
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1674
+ copies of the Software, and to permit persons to whom the Software is
1675
+ furnished to do so, subject to the following conditions:
1676
+
1677
+ The above copyright notice and this permission notice shall be included in
1678
+ all copies or substantial portions of the Software.
1679
+
1680
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1681
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1682
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1683
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1684
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1685
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1686
+ THE SOFTWARE.
1687
+
1688
+ -----------
1689
+
1690
+ The following npm package may be included in this product:
1691
+
1692
+ - setprototypeof@1.2.0
1693
+
1694
+ This package contains the following license:
1695
+
1696
+ Copyright (c) 2015, Wes Todd
1697
+
1698
+ Permission to use, copy, modify, and/or distribute this software for any
1699
+ purpose with or without fee is hereby granted, provided that the above
1700
+ copyright notice and this permission notice appear in all copies.
1701
+
1702
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1703
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1704
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
1705
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1706
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
1707
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1708
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1709
+
1710
+ -----------
1711
+
1712
+ The following npm package may be included in this product:
1713
+
1714
+ - global-agent@4.1.3
1715
+
1716
+ This package contains the following license:
1717
+
1718
+ Copyright (c) 2026, Gajus Kuizinas (https://gajus.com/)
1719
+ All rights reserved.
1720
+
1721
+ Redistribution and use in source and binary forms, with or without
1722
+ modification, are permitted provided that the following conditions are met:
1723
+ * Redistributions of source code must retain the above copyright
1724
+ notice, this list of conditions and the following disclaimer.
1725
+ * Redistributions in binary form must reproduce the above copyright
1726
+ notice, this list of conditions and the following disclaimer in the
1727
+ documentation and/or other materials provided with the distribution.
1728
+ * Neither the name of the Gajus Kuizinas (https://gajus.com/) nor the
1729
+ names of its contributors may be used to endorse or promote products
1730
+ derived from this software without specific prior written permission.
1731
+
1732
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1733
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1734
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1735
+ DISCLAIMED. IN NO EVENT SHALL ANUARY BE LIABLE FOR ANY
1736
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1737
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1738
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1739
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1740
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1741
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1742
+
1743
+ -----------
1744
+
1745
+ The following npm package may be included in this product:
1746
+
1747
+ - smol-toml@1.7.0
1748
+
1749
+ This package contains the following license:
1750
+
1751
+ Copyright (c) Squirrel Chat et al., All rights reserved.
1752
+
1753
+ Redistribution and use in source and binary forms, with or without
1754
+ modification, are permitted provided that the following conditions are met:
1755
+
1756
+ 1. Redistributions of source code must retain the above copyright notice, this
1757
+ list of conditions and the following disclaimer.
1758
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1759
+ this list of conditions and the following disclaimer in the
1760
+ documentation and/or other materials provided with the distribution.
1761
+ 3. Neither the name of the copyright holder nor the names of its contributors
1762
+ may be used to endorse or promote products derived from this software without
1763
+ specific prior written permission.
1764
+
1765
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1766
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1767
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1768
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1769
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1770
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1771
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1772
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1773
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1774
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1775
+
1776
+ -----------
1777
+
1778
+ The following npm package may be included in this product:
1779
+
1780
+ - colorette@2.0.20
1781
+
1782
+ This package contains the following license:
1783
+
1784
+ Copyright © Jorge Bucaran <<https://jorgebucaran.com>>
1785
+
1786
+ 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:
1787
+
1788
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1789
+
1790
+ 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.
1791
+
1792
+ -----------
1793
+
1794
+ The following npm package may be included in this product:
1795
+
1796
+ - through2@0.6.5
1797
+
1798
+ This package contains the following license:
1799
+
1800
+ Copyright 2013, Rod Vagg (the "Original Author")
1801
+ All rights reserved.
1802
+
1803
+ MIT +no-false-attribs License
1804
+
1805
+ Permission is hereby granted, free of charge, to any person
1806
+ obtaining a copy of this software and associated documentation
1807
+ files (the "Software"), to deal in the Software without
1808
+ restriction, including without limitation the rights to use,
1809
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
1810
+ copies of the Software, and to permit persons to whom the
1811
+ Software is furnished to do so, subject to the following
1812
+ conditions:
1813
+
1814
+ The above copyright notice and this permission notice shall be
1815
+ included in all copies or substantial portions of the Software.
1816
+
1817
+ Distributions of all or part of the Software intended to be used
1818
+ by the recipients as they would use the unmodified Software,
1819
+ containing modifications that substantially alter, remove, or
1820
+ disable functionality of the Software, outside of the documented
1821
+ configuration mechanisms provided by the Software, shall be
1822
+ modified such that the Original Author's bug reporting email
1823
+ addresses and urls are either replaced with the contact information
1824
+ of the parties responsible for the changes, or removed entirely.
1825
+
1826
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1827
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1828
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1829
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1830
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1831
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1832
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1833
+ OTHER DEALINGS IN THE SOFTWARE.
1834
+
1835
+
1836
+ Except where noted, this license applies to any and all software
1837
+ programs and associated documentation files created by the
1838
+ Original Author, when distributed with the Software.
1839
+
1840
+ -----------
1841
+
1842
+ The following npm package may be included in this product:
1843
+
1844
+ - follow-redirects@1.16.0
1845
+
1846
+ This package contains the following license:
1847
+
1848
+ Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
1849
+
1850
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1851
+ this software and associated documentation files (the "Software"), to deal in
1852
+ the Software without restriction, including without limitation the rights to
1853
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1854
+ of the Software, and to permit persons to whom the Software is furnished to do
1855
+ so, subject to the following conditions:
1856
+
1857
+ The above copyright notice and this permission notice shall be included in all
1858
+ copies or substantial portions of the Software.
1859
+
1860
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1861
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1862
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1863
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1864
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1865
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1866
+
1867
+ -----------
1868
+
1869
+ The following npm package may be included in this product:
1870
+
1871
+ - string_decoder@0.10.31
1872
+
1873
+ This package contains the following license:
1874
+
1875
+ Copyright Joyent, Inc. and other Node contributors.
1876
+
1877
+ Permission is hereby granted, free of charge, to any person obtaining a
1878
+ copy of this software and associated documentation files (the
1879
+ "Software"), to deal in the Software without restriction, including
1880
+ without limitation the rights to use, copy, modify, merge, publish,
1881
+ distribute, sublicense, and/or sell copies of the Software, and to permit
1882
+ persons to whom the Software is furnished to do so, subject to the
1883
+ following conditions:
1884
+
1885
+ The above copyright notice and this permission notice shall be included
1886
+ in all copies or substantial portions of the Software.
1887
+
1888
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1889
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1890
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
1891
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1892
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1893
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1894
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
1895
+
1896
+ -----------
1897
+
1898
+ The following npm package may be included in this product:
1899
+
1900
+ - readable-stream@1.0.34
1901
+
1902
+ This package contains the following license:
1903
+
1904
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
1905
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1906
+ of this software and associated documentation files (the "Software"), to
1907
+ deal in the Software without restriction, including without limitation the
1908
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1909
+ sell copies of the Software, and to permit persons to whom the Software is
1910
+ furnished to do so, subject to the following conditions:
1911
+
1912
+ The above copyright notice and this permission notice shall be included in
1913
+ all copies or substantial portions of the Software.
1914
+
1915
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1916
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1917
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1918
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1920
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1921
+ IN THE SOFTWARE.
1922
+
1923
+ -----------
1924
+
1925
+ The following npm package may be included in this product:
1926
+
1927
+ - emoji-regex@10.6.0
1928
+
1929
+ This package contains the following license:
1930
+
1931
+ Copyright Mathias Bynens <https://mathiasbynens.be/>
1932
+
1933
+ Permission is hereby granted, free of charge, to any person obtaining
1934
+ a copy of this software and associated documentation files (the
1935
+ "Software"), to deal in the Software without restriction, including
1936
+ without limitation the rights to use, copy, modify, merge, publish,
1937
+ distribute, sublicense, and/or sell copies of the Software, and to
1938
+ permit persons to whom the Software is furnished to do so, subject to
1939
+ the following conditions:
1940
+
1941
+ The above copyright notice and this permission notice shall be
1942
+ included in all copies or substantial portions of the Software.
1943
+
1944
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1945
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1946
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1947
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1948
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1949
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1950
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1951
+
1952
+ -----------
1953
+
1954
+ The following npm package may be included in this product:
1955
+
1956
+ - core-util-is@1.0.3
1957
+
1958
+ This package contains the following license:
1959
+
1960
+ Copyright Node.js contributors. All rights reserved.
1961
+
1962
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1963
+ of this software and associated documentation files (the "Software"), to
1964
+ deal in the Software without restriction, including without limitation the
1965
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1966
+ sell copies of the Software, and to permit persons to whom the Software is
1967
+ furnished to do so, subject to the following conditions:
1968
+
1969
+ The above copyright notice and this permission notice shall be included in
1970
+ all copies or substantial portions of the Software.
1971
+
1972
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1973
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1974
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1975
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1976
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1977
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1978
+ IN THE SOFTWARE.
1979
+
1980
+ -----------
1981
+
1982
+ The following npm package may be included in this product:
1983
+
1984
+ - zod-to-json-schema@3.25.2
1985
+
1986
+ This package contains the following license:
1987
+
1988
+ ISC License
1989
+
1990
+ Copyright (c) 2020, Stefan Terdell
1991
+
1992
+ Permission to use, copy, modify, and/or distribute this software for any
1993
+ purpose with or without fee is hereby granted, provided that the above
1994
+ copyright notice and this permission notice appear in all copies.
1995
+
1996
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1997
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1998
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1999
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2000
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2001
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2002
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2003
+
2004
+ -----------
2005
+
2006
+ The following npm packages may be included in this product:
2007
+
2008
+ - agent-base@6.0.2
2009
+ - https-proxy-agent@5.0.1
2010
+ - isarray@0.0.1
2011
+ - stream-slicer@0.0.6
2012
+
2013
+ These packages each contain the following license:
2014
+
2015
+ MIT
2016
+
2017
+ -----------
2018
+
2019
+ The following npm package may be included in this product:
2020
+
2021
+ - adm-zip@0.5.17
2022
+
2023
+ This package contains the following license:
2024
+
2025
+ MIT License
2026
+
2027
+ Copyright (c) 2012 Another-D-Mention Software and other contributors
2028
+
2029
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2030
+ of this software and associated documentation files (the "Software"), to deal
2031
+ in the Software without restriction, including without limitation the rights
2032
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2033
+ copies of the Software, and to permit persons to whom the Software is
2034
+ furnished to do so, subject to the following conditions:
2035
+
2036
+ The above copyright notice and this permission notice shall be included in all
2037
+ copies or substantial portions of the Software.
2038
+
2039
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2040
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2041
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2042
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2043
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2044
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2045
+ SOFTWARE.
2046
+
2047
+ -----------
2048
+
2049
+ The following npm package may be included in this product:
2050
+
2051
+ - json5@2.2.3
2052
+
2053
+ This package contains the following license:
2054
+
2055
+ MIT License
2056
+
2057
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
2058
+
2059
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2060
+ of this software and associated documentation files (the "Software"), to deal
2061
+ in the Software without restriction, including without limitation the rights
2062
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2063
+ copies of the Software, and to permit persons to whom the Software is
2064
+ furnished to do so, subject to the following conditions:
2065
+
2066
+ The above copyright notice and this permission notice shall be included in all
2067
+ copies or substantial portions of the Software.
2068
+
2069
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2070
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2071
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2072
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2073
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2074
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2075
+ SOFTWARE.
2076
+
2077
+ [others]: https://github.com/json5/json5/contributors
2078
+
2079
+ -----------
2080
+
2081
+ The following npm package may be included in this product:
2082
+
2083
+ - object-inspect@1.13.4
2084
+
2085
+ This package contains the following license:
2086
+
2087
+ MIT License
2088
+
2089
+ Copyright (c) 2013 James Halliday
2090
+
2091
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2092
+ of this software and associated documentation files (the "Software"), to deal
2093
+ in the Software without restriction, including without limitation the rights
2094
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2095
+ copies of the Software, and to permit persons to whom the Software is
2096
+ furnished to do so, subject to the following conditions:
2097
+
2098
+ The above copyright notice and this permission notice shall be included in all
2099
+ copies or substantial portions of the Software.
2100
+
2101
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2102
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2103
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2104
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2105
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2106
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2107
+ SOFTWARE.
2108
+
2109
+ -----------
2110
+
2111
+ The following npm package may be included in this product:
2112
+
2113
+ - toidentifier@1.0.1
2114
+
2115
+ This package contains the following license:
2116
+
2117
+ MIT License
2118
+
2119
+ Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
2120
+
2121
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2122
+ of this software and associated documentation files (the "Software"), to deal
2123
+ in the Software without restriction, including without limitation the rights
2124
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2125
+ copies of the Software, and to permit persons to whom the Software is
2126
+ furnished to do so, subject to the following conditions:
2127
+
2128
+ The above copyright notice and this permission notice shall be included in all
2129
+ copies or substantial portions of the Software.
2130
+
2131
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2132
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2133
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2134
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2135
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2136
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2137
+ SOFTWARE.
2138
+
2139
+ -----------
2140
+
2141
+ The following npm package may be included in this product:
2142
+
2143
+ - has-symbols@1.1.0
2144
+
2145
+ This package contains the following license:
2146
+
2147
+ MIT License
2148
+
2149
+ Copyright (c) 2016 Jordan Harband
2150
+
2151
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2152
+ of this software and associated documentation files (the "Software"), to deal
2153
+ in the Software without restriction, including without limitation the rights
2154
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2155
+ copies of the Software, and to permit persons to whom the Software is
2156
+ furnished to do so, subject to the following conditions:
2157
+
2158
+ The above copyright notice and this permission notice shall be included in all
2159
+ copies or substantial portions of the Software.
2160
+
2161
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2162
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2163
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2164
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2165
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2166
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2167
+ SOFTWARE.
2168
+
2169
+ -----------
2170
+
2171
+ The following npm packages may be included in this product:
2172
+
2173
+ - fast-deep-equal@3.1.3
2174
+ - json-schema-traverse@1.0.0
2175
+
2176
+ These packages each contain the following license:
2177
+
2178
+ MIT License
2179
+
2180
+ Copyright (c) 2017 Evgeny Poberezkin
2181
+
2182
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2183
+ of this software and associated documentation files (the "Software"), to deal
2184
+ in the Software without restriction, including without limitation the rights
2185
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2186
+ copies of the Software, and to permit persons to whom the Software is
2187
+ furnished to do so, subject to the following conditions:
2188
+
2189
+ The above copyright notice and this permission notice shall be included in all
2190
+ copies or substantial portions of the Software.
2191
+
2192
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2193
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2194
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2195
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2196
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2197
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2198
+ SOFTWARE.
2199
+
2200
+ -----------
2201
+
2202
+ The following npm package may be included in this product:
2203
+
2204
+ - safer-buffer@2.1.2
2205
+
2206
+ This package contains the following license:
2207
+
2208
+ MIT License
2209
+
2210
+ Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
2211
+
2212
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2213
+ of this software and associated documentation files (the "Software"), to deal
2214
+ in the Software without restriction, including without limitation the rights
2215
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2216
+ copies of the Software, and to permit persons to whom the Software is
2217
+ furnished to do so, subject to the following conditions:
2218
+
2219
+ The above copyright notice and this permission notice shall be included in all
2220
+ copies or substantial portions of the Software.
2221
+
2222
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2223
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2224
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2225
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2226
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2227
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2228
+ SOFTWARE.
2229
+
2230
+ -----------
2231
+
2232
+ The following npm package may be included in this product:
2233
+
2234
+ - pkce-challenge@5.0.1
2235
+
2236
+ This package contains the following license:
2237
+
2238
+ MIT License
2239
+
2240
+ Copyright (c) 2019
2241
+
2242
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2243
+ of this software and associated documentation files (the "Software"), to deal
2244
+ in the Software without restriction, including without limitation the rights
2245
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2246
+ copies of the Software, and to permit persons to whom the Software is
2247
+ furnished to do so, subject to the following conditions:
2248
+
2249
+ The above copyright notice and this permission notice shall be included in all
2250
+ copies or substantial portions of the Software.
2251
+
2252
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2253
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2254
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2255
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2256
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2257
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2258
+ SOFTWARE.
2259
+
2260
+ -----------
2261
+
2262
+ The following npm packages may be included in this product:
2263
+
2264
+ - side-channel-weakmap@1.0.2
2265
+ - side-channel@1.1.0
2266
+
2267
+ These packages each contain the following license:
2268
+
2269
+ MIT License
2270
+
2271
+ Copyright (c) 2019 Jordan Harband
2272
+
2273
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2274
+ of this software and associated documentation files (the "Software"), to deal
2275
+ in the Software without restriction, including without limitation the rights
2276
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2277
+ copies of the Software, and to permit persons to whom the Software is
2278
+ furnished to do so, subject to the following conditions:
2279
+
2280
+ The above copyright notice and this permission notice shall be included in all
2281
+ copies or substantial portions of the Software.
2282
+
2283
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2284
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2285
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2286
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2287
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2288
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2289
+ SOFTWARE.
2290
+
2291
+ -----------
2292
+
2293
+ The following npm package may be included in this product:
2294
+
2295
+ - ajv-formats@3.0.1
2296
+
2297
+ This package contains the following license:
2298
+
2299
+ MIT License
2300
+
2301
+ Copyright (c) 2020 Evgeny Poberezkin
2302
+
2303
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2304
+ of this software and associated documentation files (the "Software"), to deal
2305
+ in the Software without restriction, including without limitation the rights
2306
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2307
+ copies of the Software, and to permit persons to whom the Software is
2308
+ furnished to do so, subject to the following conditions:
2309
+
2310
+ The above copyright notice and this permission notice shall be included in all
2311
+ copies or substantial portions of the Software.
2312
+
2313
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2314
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2315
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2316
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2317
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2318
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2319
+ SOFTWARE.
2320
+
2321
+ -----------
2322
+
2323
+ The following npm package may be included in this product:
2324
+
2325
+ - get-intrinsic@1.3.0
2326
+
2327
+ This package contains the following license:
2328
+
2329
+ MIT License
2330
+
2331
+ Copyright (c) 2020 Jordan Harband
2332
+
2333
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2334
+ of this software and associated documentation files (the "Software"), to deal
2335
+ in the Software without restriction, including without limitation the rights
2336
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2337
+ copies of the Software, and to permit persons to whom the Software is
2338
+ furnished to do so, subject to the following conditions:
2339
+
2340
+ The above copyright notice and this permission notice shall be included in all
2341
+ copies or substantial portions of the Software.
2342
+
2343
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2344
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2345
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2346
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2347
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2348
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2349
+ SOFTWARE.
2350
+
2351
+ -----------
2352
+
2353
+ The following npm package may be included in this product:
2354
+
2355
+ - hono@4.12.19
2356
+
2357
+ This package contains the following license:
2358
+
2359
+ MIT License
2360
+
2361
+ Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
2362
+
2363
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2364
+ of this software and associated documentation files (the "Software"), to deal
2365
+ in the Software without restriction, including without limitation the rights
2366
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2367
+ copies of the Software, and to permit persons to whom the Software is
2368
+ furnished to do so, subject to the following conditions:
2369
+
2370
+ The above copyright notice and this permission notice shall be included in all
2371
+ copies or substantial portions of the Software.
2372
+
2373
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2374
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2375
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2376
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2377
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2378
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2379
+ SOFTWARE.
2380
+
2381
+ -----------
2382
+
2383
+ The following npm package may be included in this product:
2384
+
2385
+ - has-tostringtag@1.0.2
2386
+
2387
+ This package contains the following license:
2388
+
2389
+ MIT License
2390
+
2391
+ Copyright (c) 2021 Inspect JS
2392
+
2393
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2394
+ of this software and associated documentation files (the "Software"), to deal
2395
+ in the Software without restriction, including without limitation the rights
2396
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2397
+ copies of the Software, and to permit persons to whom the Software is
2398
+ furnished to do so, subject to the following conditions:
2399
+
2400
+ The above copyright notice and this permission notice shall be included in all
2401
+ copies or substantial portions of the Software.
2402
+
2403
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2404
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2405
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2406
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2407
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2408
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2409
+ SOFTWARE.
2410
+
2411
+ -----------
2412
+
2413
+ The following npm package may be included in this product:
2414
+
2415
+ - @hono/node-server@1.19.14
2416
+
2417
+ This package contains the following license:
2418
+
2419
+ MIT License
2420
+
2421
+ Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
2422
+
2423
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2424
+ of this software and associated documentation files (the "Software"), to deal
2425
+ in the Software without restriction, including without limitation the rights
2426
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2427
+ copies of the Software, and to permit persons to whom the Software is
2428
+ furnished to do so, subject to the following conditions:
2429
+
2430
+ The above copyright notice and this permission notice shall be included in all
2431
+ copies or substantial portions of the Software.
2432
+
2433
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2434
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2435
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2436
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2437
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2438
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2439
+ SOFTWARE.
2440
+
2441
+ -----------
2442
+
2443
+ The following npm package may be included in this product:
2444
+
2445
+ - es-set-tostringtag@2.1.0
2446
+
2447
+ This package contains the following license:
2448
+
2449
+ MIT License
2450
+
2451
+ Copyright (c) 2022 ECMAScript Shims
2452
+
2453
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2454
+ of this software and associated documentation files (the "Software"), to deal
2455
+ in the Software without restriction, including without limitation the rights
2456
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2457
+ copies of the Software, and to permit persons to whom the Software is
2458
+ furnished to do so, subject to the following conditions:
2459
+
2460
+ The above copyright notice and this permission notice shall be included in all
2461
+ copies or substantial portions of the Software.
2462
+
2463
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2464
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2465
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2466
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2467
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2468
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2469
+ SOFTWARE.
2470
+
2471
+ -----------
2472
+
2473
+ The following npm package may be included in this product:
2474
+
2475
+ - has-property-descriptors@1.0.2
2476
+
2477
+ This package contains the following license:
2478
+
2479
+ MIT License
2480
+
2481
+ Copyright (c) 2022 Inspect JS
2482
+
2483
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2484
+ of this software and associated documentation files (the "Software"), to deal
2485
+ in the Software without restriction, including without limitation the rights
2486
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2487
+ copies of the Software, and to permit persons to whom the Software is
2488
+ furnished to do so, subject to the following conditions:
2489
+
2490
+ The above copyright notice and this permission notice shall be included in all
2491
+ copies or substantial portions of the Software.
2492
+
2493
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2494
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2495
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2496
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2497
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2498
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2499
+ SOFTWARE.
2500
+
2501
+ -----------
2502
+
2503
+ The following npm package may be included in this product:
2504
+
2505
+ - gopd@1.2.0
2506
+
2507
+ This package contains the following license:
2508
+
2509
+ MIT License
2510
+
2511
+ Copyright (c) 2022 Jordan Harband
2512
+
2513
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2514
+ of this software and associated documentation files (the "Software"), to deal
2515
+ in the Software without restriction, including without limitation the rights
2516
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2517
+ copies of the Software, and to permit persons to whom the Software is
2518
+ furnished to do so, subject to the following conditions:
2519
+
2520
+ The above copyright notice and this permission notice shall be included in all
2521
+ copies or substantial portions of the Software.
2522
+
2523
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2524
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2525
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2526
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2527
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2528
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2529
+ SOFTWARE.
2530
+
2531
+ -----------
2532
+
2533
+ The following npm package may be included in this product:
2534
+
2535
+ - @sec-ant/readable-stream@0.4.1
2536
+
2537
+ This package contains the following license:
2538
+
2539
+ MIT License
2540
+
2541
+ Copyright (c) 2022 Ze-Zheng Wu
2542
+
2543
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2544
+ of this software and associated documentation files (the "Software"), to deal
2545
+ in the Software without restriction, including without limitation the rights
2546
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2547
+ copies of the Software, and to permit persons to whom the Software is
2548
+ furnished to do so, subject to the following conditions:
2549
+
2550
+ The above copyright notice and this permission notice shall be included in all
2551
+ copies or substantial portions of the Software.
2552
+
2553
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2554
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2555
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2556
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2557
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2558
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2559
+ SOFTWARE.
2560
+
2561
+ -----------
2562
+
2563
+ The following npm package may be included in this product:
2564
+
2565
+ - define-data-property@1.1.4
2566
+
2567
+ This package contains the following license:
2568
+
2569
+ MIT License
2570
+
2571
+ Copyright (c) 2023 Jordan Harband
2572
+
2573
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2574
+ of this software and associated documentation files (the "Software"), to deal
2575
+ in the Software without restriction, including without limitation the rights
2576
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2577
+ copies of the Software, and to permit persons to whom the Software is
2578
+ furnished to do so, subject to the following conditions:
2579
+
2580
+ The above copyright notice and this permission notice shall be included in all
2581
+ copies or substantial portions of the Software.
2582
+
2583
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2584
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2585
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2586
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2587
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2588
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2589
+ SOFTWARE.
2590
+
2591
+ -----------
2592
+
2593
+ The following npm package may be included in this product:
2594
+
2595
+ - @modelcontextprotocol/sdk@1.29.0
2596
+
2597
+ This package contains the following license:
2598
+
2599
+ MIT License
2600
+
2601
+ Copyright (c) 2024 Anthropic, PBC
2602
+
2603
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2604
+ of this software and associated documentation files (the "Software"), to deal
2605
+ in the Software without restriction, including without limitation the rights
2606
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2607
+ copies of the Software, and to permit persons to whom the Software is
2608
+ furnished to do so, subject to the following conditions:
2609
+
2610
+ The above copyright notice and this permission notice shall be included in all
2611
+ copies or substantial portions of the Software.
2612
+
2613
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2614
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2615
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2616
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2617
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2618
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2619
+ SOFTWARE.
2620
+
2621
+ -----------
2622
+
2623
+ The following npm packages may be included in this product:
2624
+
2625
+ - dunder-proto@1.0.1
2626
+ - math-intrinsics@1.1.0
2627
+
2628
+ These packages each contain the following license:
2629
+
2630
+ MIT License
2631
+
2632
+ Copyright (c) 2024 ECMAScript Shims
2633
+
2634
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2635
+ of this software and associated documentation files (the "Software"), to deal
2636
+ in the Software without restriction, including without limitation the rights
2637
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2638
+ copies of the Software, and to permit persons to whom the Software is
2639
+ furnished to do so, subject to the following conditions:
2640
+
2641
+ The above copyright notice and this permission notice shall be included in all
2642
+ copies or substantial portions of the Software.
2643
+
2644
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2645
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2646
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2647
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2648
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2649
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2650
+ SOFTWARE.
2651
+
2652
+ -----------
2653
+
2654
+ The following npm packages may be included in this product:
2655
+
2656
+ - call-bind-apply-helpers@1.0.2
2657
+ - call-bound@1.0.4
2658
+ - es-define-property@1.0.1
2659
+ - es-errors@1.3.0
2660
+ - es-object-atoms@1.1.1
2661
+ - side-channel-list@1.0.1
2662
+ - side-channel-map@1.0.1
2663
+
2664
+ These packages each contain the following license:
2665
+
2666
+ MIT License
2667
+
2668
+ Copyright (c) 2024 Jordan Harband
2669
+
2670
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2671
+ of this software and associated documentation files (the "Software"), to deal
2672
+ in the Software without restriction, including without limitation the rights
2673
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2674
+ copies of the Software, and to permit persons to whom the Software is
2675
+ furnished to do so, subject to the following conditions:
2676
+
2677
+ The above copyright notice and this permission notice shall be included in all
2678
+ copies or substantial portions of the Software.
2679
+
2680
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2681
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2682
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2683
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2684
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2685
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2686
+ SOFTWARE.
2687
+
2688
+ -----------
2689
+
2690
+ The following npm package may be included in this product:
2691
+
2692
+ - zod@4.4.3
2693
+
2694
+ This package contains the following license:
2695
+
2696
+ MIT License
2697
+
2698
+ Copyright (c) 2025 Colin McDonnell
2699
+
2700
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2701
+ of this software and associated documentation files (the "Software"), to deal
2702
+ in the Software without restriction, including without limitation the rights
2703
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2704
+ copies of the Software, and to permit persons to whom the Software is
2705
+ furnished to do so, subject to the following conditions:
2706
+
2707
+ The above copyright notice and this permission notice shall be included in all
2708
+ copies or substantial portions of the Software.
2709
+
2710
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2711
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2712
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2713
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2714
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2715
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2716
+ SOFTWARE.
2717
+
2718
+ -----------
2719
+
2720
+ The following npm package may be included in this product:
2721
+
2722
+ - get-proto@1.0.1
2723
+
2724
+ This package contains the following license:
2725
+
2726
+ MIT License
2727
+
2728
+ Copyright (c) 2025 Jordan Harband
2729
+
2730
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2731
+ of this software and associated documentation files (the "Software"), to deal
2732
+ in the Software without restriction, including without limitation the rights
2733
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2734
+ copies of the Software, and to permit persons to whom the Software is
2735
+ furnished to do so, subject to the following conditions:
2736
+
2737
+ The above copyright notice and this permission notice shall be included in all
2738
+ copies or substantial portions of the Software.
2739
+
2740
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2741
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2742
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2743
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2744
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2745
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2746
+ SOFTWARE.
2747
+
2748
+ -----------
2749
+
2750
+ The following npm package may be included in this product:
2751
+
2752
+ - eventsource-parser@3.0.8
2753
+
2754
+ This package contains the following license:
2755
+
2756
+ MIT License
2757
+
2758
+ Copyright (c) 2026 Espen Hovlandsdal <espen@hovlandsdal.com>
2759
+
2760
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2761
+ of this software and associated documentation files (the "Software"), to deal
2762
+ in the Software without restriction, including without limitation the rights
2763
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2764
+ copies of the Software, and to permit persons to whom the Software is
2765
+ furnished to do so, subject to the following conditions:
2766
+
2767
+ The above copyright notice and this permission notice shall be included in all
2768
+ copies or substantial portions of the Software.
2769
+
2770
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2771
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2772
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2773
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2774
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2775
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2776
+ SOFTWARE.
2777
+
2778
+ -----------
2779
+
2780
+ The following npm package may be included in this product:
2781
+
2782
+ - merge-descriptors@2.0.0
2783
+
2784
+ This package contains the following license:
2785
+
2786
+ MIT License
2787
+
2788
+ Copyright (c) Jonathan Ong <me@jongleberry.com>
2789
+ Copyright (c) Douglas Christopher Wilson <doug@somethingdoug.com>
2790
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2791
+
2792
+ 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:
2793
+
2794
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2795
+
2796
+ 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.
2797
+
2798
+ -----------
2799
+
2800
+ The following npm package may be included in this product:
2801
+
2802
+ - hasown@2.0.3
2803
+
2804
+ This package contains the following license:
2805
+
2806
+ MIT License
2807
+
2808
+ Copyright (c) Jordan Harband and contributors
2809
+
2810
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2811
+ of this software and associated documentation files (the "Software"), to deal
2812
+ in the Software without restriction, including without limitation the rights
2813
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2814
+ copies of the Software, and to permit persons to whom the Software is
2815
+ furnished to do so, subject to the following conditions:
2816
+
2817
+ The above copyright notice and this permission notice shall be included in all
2818
+ copies or substantial portions of the Software.
2819
+
2820
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2821
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2822
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2823
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2824
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2825
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2826
+ SOFTWARE.
2827
+
2828
+ -----------
2829
+
2830
+ The following npm package may be included in this product:
2831
+
2832
+ - shebang-command@2.0.0
2833
+
2834
+ This package contains the following license:
2835
+
2836
+ MIT License
2837
+
2838
+ Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
2839
+
2840
+ 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:
2841
+
2842
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2843
+
2844
+ 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.
2845
+
2846
+ -----------
2847
+
2848
+ The following npm packages may be included in this product:
2849
+
2850
+ - @sindresorhus/merge-streams@4.0.0
2851
+ - ansi-regex@6.2.2
2852
+ - chalk@5.6.2
2853
+ - cli-cursor@5.0.0
2854
+ - cli-spinners@2.9.2
2855
+ - escape-string-regexp@4.0.0
2856
+ - execa@9.6.1
2857
+ - figures@6.1.0
2858
+ - get-east-asian-width@1.6.0
2859
+ - get-stream@9.0.1
2860
+ - is-interactive@2.0.0
2861
+ - is-plain-obj@4.1.0
2862
+ - is-stream@4.0.1
2863
+ - is-unicode-supported@1.3.0
2864
+ - is-unicode-supported@2.1.0
2865
+ - log-symbols@6.0.0
2866
+ - matcher@4.0.0
2867
+ - mimic-function@5.0.1
2868
+ - npm-run-path@6.0.0
2869
+ - onetime@7.0.0
2870
+ - ora@8.2.0
2871
+ - p-limit@5.0.0
2872
+ - parse-ms@4.0.0
2873
+ - path-key@4.0.0
2874
+ - pretty-ms@9.3.0
2875
+ - restore-cursor@5.1.0
2876
+ - serialize-error@8.1.0
2877
+ - stdin-discarder@0.2.2
2878
+ - string-width@7.2.0
2879
+ - strip-ansi@7.2.0
2880
+ - strip-final-newline@4.0.0
2881
+ - unicorn-magic@0.3.0
2882
+ - xdg-basedir@5.1.0
2883
+ - yocto-queue@1.2.2
2884
+ - yoctocolors@2.1.2
2885
+
2886
+ These packages each contain the following license:
2887
+
2888
+ MIT License
2889
+
2890
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2891
+
2892
+ 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:
2893
+
2894
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2895
+
2896
+ 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.
2897
+
2898
+ -----------
2899
+
2900
+ The following npm package may be included in this product:
2901
+
2902
+ - type-fest@0.20.2
2903
+
2904
+ This package contains the following license:
2905
+
2906
+ MIT License
2907
+
2908
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
2909
+
2910
+ 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:
2911
+
2912
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2913
+
2914
+ 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.
2915
+
2916
+ -----------
2917
+
2918
+ The following npm packages may be included in this product:
2919
+
2920
+ - path-key@3.1.1
2921
+ - shebang-regex@3.0.0
2922
+
2923
+ These packages each contain the following license:
2924
+
2925
+ MIT License
2926
+
2927
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2928
+
2929
+ 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:
2930
+
2931
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2932
+
2933
+ 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.
2934
+
2935
+ -----------
2936
+
2937
+ The following npm package may be included in this product:
2938
+
2939
+ - graceful-fs@4.2.11
2940
+
2941
+ This package contains the following license:
2942
+
2943
+ The ISC License
2944
+
2945
+ Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
2946
+
2947
+ Permission to use, copy, modify, and/or distribute this software for any
2948
+ purpose with or without fee is hereby granted, provided that the above
2949
+ copyright notice and this permission notice appear in all copies.
2950
+
2951
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2952
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2953
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2954
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2955
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2956
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2957
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2958
+
2959
+ -----------
2960
+
2961
+ The following npm package may be included in this product:
2962
+
2963
+ - signal-exit@4.1.0
2964
+
2965
+ This package contains the following license:
2966
+
2967
+ The ISC License
2968
+
2969
+ Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
2970
+
2971
+ Permission to use, copy, modify, and/or distribute this software
2972
+ for any purpose with or without fee is hereby granted, provided
2973
+ that the above copyright notice and this permission notice
2974
+ appear in all copies.
2975
+
2976
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2977
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
2978
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
2979
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
2980
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
2981
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
2982
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2983
+
2984
+ -----------
2985
+
2986
+ The following npm package may be included in this product:
2987
+
2988
+ - signal-exit@3.0.7
2989
+
2990
+ This package contains the following license:
2991
+
2992
+ The ISC License
2993
+
2994
+ Copyright (c) 2015, Contributors
2995
+
2996
+ Permission to use, copy, modify, and/or distribute this software
2997
+ for any purpose with or without fee is hereby granted, provided
2998
+ that the above copyright notice and this permission notice
2999
+ appear in all copies.
3000
+
3001
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3002
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
3003
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
3004
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
3005
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
3006
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
3007
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3008
+
3009
+ -----------
3010
+
3011
+ The following npm package may be included in this product:
3012
+
3013
+ - inherits@2.0.4
3014
+
3015
+ This package contains the following license:
3016
+
3017
+ The ISC License
3018
+
3019
+ Copyright (c) Isaac Z. Schlueter
3020
+
3021
+ Permission to use, copy, modify, and/or distribute this software for any
3022
+ purpose with or without fee is hereby granted, provided that the above
3023
+ copyright notice and this permission notice appear in all copies.
3024
+
3025
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
3026
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
3027
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
3028
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
3029
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
3030
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
3031
+ PERFORMANCE OF THIS SOFTWARE.
3032
+
3033
+ -----------
3034
+
3035
+ The following npm packages may be included in this product:
3036
+
3037
+ - isexe@2.0.0
3038
+ - once@1.4.0
3039
+ - semver@7.7.4
3040
+ - which@2.0.2
3041
+ - wrappy@1.0.2
3042
+
3043
+ These packages each contain the following license:
3044
+
3045
+ The ISC License
3046
+
3047
+ Copyright (c) Isaac Z. Schlueter and Contributors
3048
+
3049
+ Permission to use, copy, modify, and/or distribute this software for any
3050
+ purpose with or without fee is hereby granted, provided that the above
3051
+ copyright notice and this permission notice appear in all copies.
3052
+
3053
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3054
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3055
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3056
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3057
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3058
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3059
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3060
+
3061
+ -----------
3062
+
3063
+ The following npm package may be included in this product:
3064
+
3065
+ - proxy-from-env@2.1.0
3066
+
3067
+ This package contains the following license:
3068
+
3069
+ The MIT License
3070
+
3071
+ Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
3072
+
3073
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3074
+ this software and associated documentation files (the "Software"), to deal in
3075
+ the Software without restriction, including without limitation the rights to
3076
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
3077
+ of the Software, and to permit persons to whom the Software is furnished to do
3078
+ so, subject to the following conditions:
3079
+
3080
+ The above copyright notice and this permission notice shall be included in all
3081
+ copies or substantial portions of the Software.
3082
+
3083
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3084
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3085
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3086
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3087
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3088
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3089
+
3090
+ -----------
3091
+
3092
+ The following npm package may be included in this product:
3093
+
3094
+ - eventsource@3.0.7
3095
+
3096
+ This package contains the following license:
3097
+
3098
+ The MIT License
3099
+
3100
+ Copyright (c) EventSource GitHub organisation
3101
+
3102
+ Permission is hereby granted, free of charge, to any person obtaining
3103
+ a copy of this software and associated documentation files (the
3104
+ "Software"), to deal in the Software without restriction, including
3105
+ without limitation the rights to use, copy, modify, merge, publish,
3106
+ distribute, sublicense, and/or sell copies of the Software, and to
3107
+ permit persons to whom the Software is furnished to do so, subject to
3108
+ the following conditions:
3109
+
3110
+ The above copyright notice and this permission notice shall be
3111
+ included in all copies or substantial portions of the Software.
3112
+
3113
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3114
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3115
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3116
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3117
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3118
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3119
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3120
+
3121
+ -----------
3122
+
3123
+ The following npm package may be included in this product:
3124
+
3125
+ - object-keys@1.1.1
3126
+
3127
+ This package contains the following license:
3128
+
3129
+ The MIT License (MIT)
3130
+
3131
+ Copyright (C) 2013 Jordan Harband
3132
+
3133
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3134
+ of this software and associated documentation files (the "Software"), to deal
3135
+ in the Software without restriction, including without limitation the rights
3136
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3137
+ copies of the Software, and to permit persons to whom the Software is
3138
+ furnished to do so, subject to the following conditions:
3139
+
3140
+ The above copyright notice and this permission notice shall be included in
3141
+ all copies or substantial portions of the Software.
3142
+
3143
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3144
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3145
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3146
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3147
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3148
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3149
+ THE SOFTWARE.
3150
+
3151
+ -----------
3152
+
3153
+ The following npm package may be included in this product:
3154
+
3155
+ - raw-body@3.0.2
3156
+
3157
+ This package contains the following license:
3158
+
3159
+ The MIT License (MIT)
3160
+
3161
+ Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
3162
+ Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
3163
+
3164
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3165
+ of this software and associated documentation files (the "Software"), to deal
3166
+ in the Software without restriction, including without limitation the rights
3167
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3168
+ copies of the Software, and to permit persons to whom the Software is
3169
+ furnished to do so, subject to the following conditions:
3170
+
3171
+ The above copyright notice and this permission notice shall be included in
3172
+ all copies or substantial portions of the Software.
3173
+
3174
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3175
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3176
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3177
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3178
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3179
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3180
+ THE SOFTWARE.
3181
+
3182
+ -----------
3183
+
3184
+ The following npm package may be included in this product:
3185
+
3186
+ - path-to-regexp@8.4.2
3187
+
3188
+ This package contains the following license:
3189
+
3190
+ The MIT License (MIT)
3191
+
3192
+ Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
3193
+
3194
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3195
+ of this software and associated documentation files (the "Software"), to deal
3196
+ in the Software without restriction, including without limitation the rights
3197
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3198
+ copies of the Software, and to permit persons to whom the Software is
3199
+ furnished to do so, subject to the following conditions:
3200
+
3201
+ The above copyright notice and this permission notice shall be included in
3202
+ all copies or substantial portions of the Software.
3203
+
3204
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3205
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3206
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3207
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3208
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3209
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3210
+ THE SOFTWARE.
3211
+
3212
+ -----------
3213
+
3214
+ The following npm package may be included in this product:
3215
+
3216
+ - regedit@5.1.4
3217
+
3218
+ This package contains the following license:
3219
+
3220
+ The MIT License (MIT)
3221
+
3222
+ Copyright (c) 2014 ironSource
3223
+
3224
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3225
+ of this software and associated documentation files (the "Software"), to deal
3226
+ in the Software without restriction, including without limitation the rights
3227
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3228
+ copies of the Software, and to permit persons to whom the Software is
3229
+ furnished to do so, subject to the following conditions:
3230
+
3231
+ The above copyright notice and this permission notice shall be included in all
3232
+ copies or substantial portions of the Software.
3233
+
3234
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3235
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3236
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3237
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3238
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3239
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3240
+ SOFTWARE.
3241
+
3242
+ -----------
3243
+
3244
+ The following npm package may be included in this product:
3245
+
3246
+ - if-async@3.7.4
3247
+
3248
+ This package contains the following license:
3249
+
3250
+ The MIT License (MIT)
3251
+
3252
+ Copyright (c) 2014 Yaniv Kessler
3253
+
3254
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3255
+ of this software and associated documentation files (the "Software"), to deal
3256
+ in the Software without restriction, including without limitation the rights
3257
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3258
+ copies of the Software, and to permit persons to whom the Software is
3259
+ furnished to do so, subject to the following conditions:
3260
+
3261
+ The above copyright notice and this permission notice shall be included in all
3262
+ copies or substantial portions of the Software.
3263
+
3264
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3265
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3266
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3267
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3268
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3269
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3270
+ SOFTWARE.
3271
+
3272
+ -----------
3273
+
3274
+ The following npm package may be included in this product:
3275
+
3276
+ - define-properties@1.2.1
3277
+
3278
+ This package contains the following license:
3279
+
3280
+ The MIT License (MIT)
3281
+
3282
+ Copyright (C) 2015 Jordan Harband
3283
+
3284
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3285
+ of this software and associated documentation files (the "Software"), to deal
3286
+ in the Software without restriction, including without limitation the rights
3287
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3288
+ copies of the Software, and to permit persons to whom the Software is
3289
+ furnished to do so, subject to the following conditions:
3290
+
3291
+ The above copyright notice and this permission notice shall be included in
3292
+ all copies or substantial portions of the Software.
3293
+
3294
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3295
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3296
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3297
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3298
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3299
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3300
+ THE SOFTWARE.
3301
+
3302
+ -----------
3303
+
3304
+ The following npm package may be included in this product:
3305
+
3306
+ - ajv@8.20.0
3307
+
3308
+ This package contains the following license:
3309
+
3310
+ The MIT License (MIT)
3311
+
3312
+ Copyright (c) 2015-2021 Evgeny Poberezkin
3313
+
3314
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3315
+ of this software and associated documentation files (the "Software"), to deal
3316
+ in the Software without restriction, including without limitation the rights
3317
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3318
+ copies of the Software, and to permit persons to whom the Software is
3319
+ furnished to do so, subject to the following conditions:
3320
+
3321
+ The above copyright notice and this permission notice shall be included in all
3322
+ copies or substantial portions of the Software.
3323
+
3324
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3325
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3326
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3327
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3328
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3329
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3330
+ SOFTWARE.
3331
+
3332
+ -----------
3333
+
3334
+ The following npm package may be included in this product:
3335
+
3336
+ - asynckit@0.4.0
3337
+
3338
+ This package contains the following license:
3339
+
3340
+ The MIT License (MIT)
3341
+
3342
+ Copyright (c) 2016 Alex Indigo
3343
+
3344
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3345
+ of this software and associated documentation files (the "Software"), to deal
3346
+ in the Software without restriction, including without limitation the rights
3347
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3348
+ copies of the Software, and to permit persons to whom the Software is
3349
+ furnished to do so, subject to the following conditions:
3350
+
3351
+ The above copyright notice and this permission notice shall be included in all
3352
+ copies or substantial portions of the Software.
3353
+
3354
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3355
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3356
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3357
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3358
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3359
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3360
+ SOFTWARE.
3361
+
3362
+ -----------
3363
+
3364
+ The following npm package may be included in this product:
3365
+
3366
+ - globalthis@1.0.4
3367
+
3368
+ This package contains the following license:
3369
+
3370
+ The MIT License (MIT)
3371
+
3372
+ Copyright (c) 2016 Jordan Harband
3373
+
3374
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3375
+ of this software and associated documentation files (the "Software"), to deal
3376
+ in the Software without restriction, including without limitation the rights
3377
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3378
+ copies of the Software, and to permit persons to whom the Software is
3379
+ furnished to do so, subject to the following conditions:
3380
+
3381
+ The above copyright notice and this permission notice shall be included in all
3382
+ copies or substantial portions of the Software.
3383
+
3384
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3385
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3386
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3387
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3388
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3389
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3390
+ SOFTWARE.
3391
+
3392
+ -----------
3393
+
3394
+ The following npm package may be included in this product:
3395
+
3396
+ - jose@6.2.3
3397
+
3398
+ This package contains the following license:
3399
+
3400
+ The MIT License (MIT)
3401
+
3402
+ Copyright (c) 2018 Filip Skokan
3403
+
3404
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3405
+ of this software and associated documentation files (the "Software"), to deal
3406
+ in the Software without restriction, including without limitation the rights
3407
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3408
+ copies of the Software, and to permit persons to whom the Software is
3409
+ furnished to do so, subject to the following conditions:
3410
+
3411
+ The above copyright notice and this permission notice shall be included in all
3412
+ copies or substantial portions of the Software.
3413
+
3414
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3415
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3416
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3417
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3418
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3419
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3420
+ SOFTWARE.
3421
+
3422
+ -----------
3423
+
3424
+ The following npm packages may be included in this product:
3425
+
3426
+ - cross-spawn@7.0.6
3427
+ - proper-lockfile@4.1.2
3428
+
3429
+ These packages each contain the following license:
3430
+
3431
+ The MIT License (MIT)
3432
+
3433
+ Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
3434
+
3435
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3436
+ of this software and associated documentation files (the "Software"), to deal
3437
+ in the Software without restriction, including without limitation the rights
3438
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3439
+ copies of the Software, and to permit persons to whom the Software is
3440
+ furnished to do so, subject to the following conditions:
3441
+
3442
+ The above copyright notice and this permission notice shall be included in
3443
+ all copies or substantial portions of the Software.
3444
+
3445
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3446
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3447
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3448
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3449
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3450
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3451
+ THE SOFTWARE.
3452
+
3453
+ -----------
3454
+
3455
+ The following npm package may be included in this product:
3456
+
3457
+ - ms@2.1.3
3458
+
3459
+ This package contains the following license:
3460
+
3461
+ The MIT License (MIT)
3462
+
3463
+ Copyright (c) 2020 Vercel, Inc.
3464
+
3465
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3466
+ of this software and associated documentation files (the "Software"), to deal
3467
+ in the Software without restriction, including without limitation the rights
3468
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3469
+ copies of the Software, and to permit persons to whom the Software is
3470
+ furnished to do so, subject to the following conditions:
3471
+
3472
+ The above copyright notice and this permission notice shall be included in all
3473
+ copies or substantial portions of the Software.
3474
+
3475
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3476
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3477
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3478
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3479
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3480
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3481
+ SOFTWARE.
3482
+
3483
+ -----------
3484
+
3485
+ The following npm package may be included in this product:
3486
+
3487
+ - object-assign@4.1.1
3488
+
3489
+ This package contains the following license:
3490
+
3491
+ The MIT License (MIT)
3492
+
3493
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3494
+
3495
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3496
+ of this software and associated documentation files (the "Software"), to deal
3497
+ in the Software without restriction, including without limitation the rights
3498
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3499
+ copies of the Software, and to permit persons to whom the Software is
3500
+ furnished to do so, subject to the following conditions:
3501
+
3502
+ The above copyright notice and this permission notice shall be included in
3503
+ all copies or substantial portions of the Software.
3504
+
3505
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3506
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3507
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3508
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3509
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3510
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3511
+ THE SOFTWARE.
3512
+
3513
+ -----------
3514
+
3515
+ The following npm package may be included in this product:
3516
+
3517
+ - require-from-string@2.0.2
3518
+
3519
+ This package contains the following license:
3520
+
3521
+ The MIT License (MIT)
3522
+
3523
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
3524
+
3525
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3526
+ of this software and associated documentation files (the "Software"), to deal
3527
+ in the Software without restriction, including without limitation the rights
3528
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3529
+ copies of the Software, and to permit persons to whom the Software is
3530
+ furnished to do so, subject to the following conditions:
3531
+
3532
+ The above copyright notice and this permission notice shall be included in
3533
+ all copies or substantial portions of the Software.
3534
+
3535
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3536
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3537
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3538
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3539
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3540
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3541
+ THE SOFTWARE.
3542
+
3543
+ -----------
3544
+
3545
+ The following npm package may be included in this product:
3546
+
3547
+ - xtend@4.0.2
3548
+
3549
+ This package contains the following license:
3550
+
3551
+ The MIT License (MIT)
3552
+ Copyright (c) 2012-2014 Raynos.
3553
+
3554
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3555
+ of this software and associated documentation files (the "Software"), to deal
3556
+ in the Software without restriction, including without limitation the rights
3557
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3558
+ copies of the Software, and to permit persons to whom the Software is
3559
+ furnished to do so, subject to the following conditions:
3560
+
3561
+ The above copyright notice and this permission notice shall be included in
3562
+ all copies or substantial portions of the Software.
3563
+
3564
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3565
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3566
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3567
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3568
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3569
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3570
+ THE SOFTWARE.
3571
+
3572
+ -----------
3573
+
3574
+ The following npm packages may be included in this product:
3575
+
3576
+ - @vscode/ripgrep-win32-x64@1.18.0
3577
+ - @vscode/ripgrep@1.18.0
3578
+
3579
+ These packages each contain the following license:
3580
+
3581
+ vscode-ripgrep
3582
+
3583
+ Copyright (c) Microsoft Corporation
3584
+
3585
+ All rights reserved.
3586
+
3587
+ MIT License
3588
+
3589
+ 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:
3590
+
3591
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3592
+
3593
+ 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.
3594
+
3595
+ -----------
3596
+
3597
+ This file was generated with the generate-license-file npm package!
3598
+ https://www.npmjs.com/package/generate-license-file