@zacktt/test 0.0.1

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 (29) hide show
  1. package/LICENSE +21 -0
  2. package/SKILL.md +116 -0
  3. package/THIRD-PARTY-LICENSES +3572 -0
  4. package/dist/cli.js +1264 -0
  5. package/docs.zip +0 -0
  6. package/package.json +76 -0
  7. package/templates/application/AppScope/app.json5 +10 -0
  8. package/templates/application/AppScope/resources/base/element/string.json +8 -0
  9. package/templates/application/AppScope/resources/base/media/layered_image.json +7 -0
  10. package/templates/application/build-profile.json5 +42 -0
  11. package/templates/application/code-linter.json5 +32 -0
  12. package/templates/application/entry/build-profile.json5 +33 -0
  13. package/templates/application/entry/hvigorfile.ts +7 -0
  14. package/templates/application/entry/obfuscation-rules.txt +20 -0
  15. package/templates/application/entry/oh-package.json5 +10 -0
  16. package/templates/application/entry/src/main/ets/entryability/EntryAbility.ets +63 -0
  17. package/templates/application/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets +31 -0
  18. package/templates/application/entry/src/main/ets/pages/Index.ets +38 -0
  19. package/templates/application/entry/src/main/module.json5 +50 -0
  20. package/templates/application/entry/src/main/resources/base/element/color.json +8 -0
  21. package/templates/application/entry/src/main/resources/base/element/float.json +8 -0
  22. package/templates/application/entry/src/main/resources/base/element/string.json +16 -0
  23. package/templates/application/entry/src/main/resources/base/media/layered_image.json +7 -0
  24. package/templates/application/entry/src/main/resources/base/profile/backup_config.json +3 -0
  25. package/templates/application/entry/src/main/resources/base/profile/main_pages.json +5 -0
  26. package/templates/application/entry/src/main/resources/dark/element/color.json +8 -0
  27. package/templates/application/hvigor/hvigor-config.json5 +23 -0
  28. package/templates/application/hvigorfile.ts +7 -0
  29. package/templates/application/oh-package.json5 +10 -0
@@ -0,0 +1,3572 @@
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.15.2
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.6.1
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
+ - isarray@0.0.1
2009
+ - stream-slicer@0.0.6
2010
+
2011
+ These packages each contain the following license:
2012
+
2013
+ MIT
2014
+
2015
+ -----------
2016
+
2017
+ The following npm package may be included in this product:
2018
+
2019
+ - adm-zip@0.5.17
2020
+
2021
+ This package contains the following license:
2022
+
2023
+ MIT License
2024
+
2025
+ Copyright (c) 2012 Another-D-Mention Software and other contributors
2026
+
2027
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2028
+ of this software and associated documentation files (the "Software"), to deal
2029
+ in the Software without restriction, including without limitation the rights
2030
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2031
+ copies of the Software, and to permit persons to whom the Software is
2032
+ furnished to do so, subject to the following conditions:
2033
+
2034
+ The above copyright notice and this permission notice shall be included in all
2035
+ copies or substantial portions of the Software.
2036
+
2037
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2038
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2039
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2040
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2041
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2042
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2043
+ SOFTWARE.
2044
+
2045
+ -----------
2046
+
2047
+ The following npm package may be included in this product:
2048
+
2049
+ - json5@2.2.3
2050
+
2051
+ This package contains the following license:
2052
+
2053
+ MIT License
2054
+
2055
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
2056
+
2057
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2058
+ of this software and associated documentation files (the "Software"), to deal
2059
+ in the Software without restriction, including without limitation the rights
2060
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2061
+ copies of the Software, and to permit persons to whom the Software is
2062
+ furnished to do so, subject to the following conditions:
2063
+
2064
+ The above copyright notice and this permission notice shall be included in all
2065
+ copies or substantial portions of the Software.
2066
+
2067
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2068
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2069
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2070
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2071
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2072
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2073
+ SOFTWARE.
2074
+
2075
+ [others]: https://github.com/json5/json5/contributors
2076
+
2077
+ -----------
2078
+
2079
+ The following npm package may be included in this product:
2080
+
2081
+ - object-inspect@1.13.4
2082
+
2083
+ This package contains the following license:
2084
+
2085
+ MIT License
2086
+
2087
+ Copyright (c) 2013 James Halliday
2088
+
2089
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2090
+ of this software and associated documentation files (the "Software"), to deal
2091
+ in the Software without restriction, including without limitation the rights
2092
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2093
+ copies of the Software, and to permit persons to whom the Software is
2094
+ furnished to do so, subject to the following conditions:
2095
+
2096
+ The above copyright notice and this permission notice shall be included in all
2097
+ copies or substantial portions of the Software.
2098
+
2099
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2100
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2101
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2102
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2103
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2104
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2105
+ SOFTWARE.
2106
+
2107
+ -----------
2108
+
2109
+ The following npm package may be included in this product:
2110
+
2111
+ - toidentifier@1.0.1
2112
+
2113
+ This package contains the following license:
2114
+
2115
+ MIT License
2116
+
2117
+ Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
2118
+
2119
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2120
+ of this software and associated documentation files (the "Software"), to deal
2121
+ in the Software without restriction, including without limitation the rights
2122
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2123
+ copies of the Software, and to permit persons to whom the Software is
2124
+ furnished to do so, subject to the following conditions:
2125
+
2126
+ The above copyright notice and this permission notice shall be included in all
2127
+ copies or substantial portions of the Software.
2128
+
2129
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2130
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2131
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2132
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2133
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2134
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2135
+ SOFTWARE.
2136
+
2137
+ -----------
2138
+
2139
+ The following npm package may be included in this product:
2140
+
2141
+ - has-symbols@1.1.0
2142
+
2143
+ This package contains the following license:
2144
+
2145
+ MIT License
2146
+
2147
+ Copyright (c) 2016 Jordan Harband
2148
+
2149
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2150
+ of this software and associated documentation files (the "Software"), to deal
2151
+ in the Software without restriction, including without limitation the rights
2152
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2153
+ copies of the Software, and to permit persons to whom the Software is
2154
+ furnished to do so, subject to the following conditions:
2155
+
2156
+ The above copyright notice and this permission notice shall be included in all
2157
+ copies or substantial portions of the Software.
2158
+
2159
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2160
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2161
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2162
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2163
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2164
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2165
+ SOFTWARE.
2166
+
2167
+ -----------
2168
+
2169
+ The following npm packages may be included in this product:
2170
+
2171
+ - fast-deep-equal@3.1.3
2172
+ - json-schema-traverse@1.0.0
2173
+
2174
+ These packages each contain the following license:
2175
+
2176
+ MIT License
2177
+
2178
+ Copyright (c) 2017 Evgeny Poberezkin
2179
+
2180
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2181
+ of this software and associated documentation files (the "Software"), to deal
2182
+ in the Software without restriction, including without limitation the rights
2183
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2184
+ copies of the Software, and to permit persons to whom the Software is
2185
+ furnished to do so, subject to the following conditions:
2186
+
2187
+ The above copyright notice and this permission notice shall be included in all
2188
+ copies or substantial portions of the Software.
2189
+
2190
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2191
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2192
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2193
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2194
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2195
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2196
+ SOFTWARE.
2197
+
2198
+ -----------
2199
+
2200
+ The following npm package may be included in this product:
2201
+
2202
+ - safer-buffer@2.1.2
2203
+
2204
+ This package contains the following license:
2205
+
2206
+ MIT License
2207
+
2208
+ Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
2209
+
2210
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2211
+ of this software and associated documentation files (the "Software"), to deal
2212
+ in the Software without restriction, including without limitation the rights
2213
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2214
+ copies of the Software, and to permit persons to whom the Software is
2215
+ furnished to do so, subject to the following conditions:
2216
+
2217
+ The above copyright notice and this permission notice shall be included in all
2218
+ copies or substantial portions of the Software.
2219
+
2220
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2221
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2222
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2223
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2224
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2225
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2226
+ SOFTWARE.
2227
+
2228
+ -----------
2229
+
2230
+ The following npm package may be included in this product:
2231
+
2232
+ - pkce-challenge@5.0.1
2233
+
2234
+ This package contains the following license:
2235
+
2236
+ MIT License
2237
+
2238
+ Copyright (c) 2019
2239
+
2240
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2241
+ of this software and associated documentation files (the "Software"), to deal
2242
+ in the Software without restriction, including without limitation the rights
2243
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2244
+ copies of the Software, and to permit persons to whom the Software is
2245
+ furnished to do so, subject to the following conditions:
2246
+
2247
+ The above copyright notice and this permission notice shall be included in all
2248
+ copies or substantial portions of the Software.
2249
+
2250
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2251
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2252
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2253
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2254
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2255
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2256
+ SOFTWARE.
2257
+
2258
+ -----------
2259
+
2260
+ The following npm packages may be included in this product:
2261
+
2262
+ - side-channel-weakmap@1.0.2
2263
+ - side-channel@1.1.0
2264
+
2265
+ These packages each contain the following license:
2266
+
2267
+ MIT License
2268
+
2269
+ Copyright (c) 2019 Jordan Harband
2270
+
2271
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2272
+ of this software and associated documentation files (the "Software"), to deal
2273
+ in the Software without restriction, including without limitation the rights
2274
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2275
+ copies of the Software, and to permit persons to whom the Software is
2276
+ furnished to do so, subject to the following conditions:
2277
+
2278
+ The above copyright notice and this permission notice shall be included in all
2279
+ copies or substantial portions of the Software.
2280
+
2281
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2282
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2283
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2284
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2285
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2286
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2287
+ SOFTWARE.
2288
+
2289
+ -----------
2290
+
2291
+ The following npm package may be included in this product:
2292
+
2293
+ - ajv-formats@3.0.1
2294
+
2295
+ This package contains the following license:
2296
+
2297
+ MIT License
2298
+
2299
+ Copyright (c) 2020 Evgeny Poberezkin
2300
+
2301
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2302
+ of this software and associated documentation files (the "Software"), to deal
2303
+ in the Software without restriction, including without limitation the rights
2304
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2305
+ copies of the Software, and to permit persons to whom the Software is
2306
+ furnished to do so, subject to the following conditions:
2307
+
2308
+ The above copyright notice and this permission notice shall be included in all
2309
+ copies or substantial portions of the Software.
2310
+
2311
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2312
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2313
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2314
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2315
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2316
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2317
+ SOFTWARE.
2318
+
2319
+ -----------
2320
+
2321
+ The following npm package may be included in this product:
2322
+
2323
+ - get-intrinsic@1.3.0
2324
+
2325
+ This package contains the following license:
2326
+
2327
+ MIT License
2328
+
2329
+ Copyright (c) 2020 Jordan Harband
2330
+
2331
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2332
+ of this software and associated documentation files (the "Software"), to deal
2333
+ in the Software without restriction, including without limitation the rights
2334
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2335
+ copies of the Software, and to permit persons to whom the Software is
2336
+ furnished to do so, subject to the following conditions:
2337
+
2338
+ The above copyright notice and this permission notice shall be included in all
2339
+ copies or substantial portions of the Software.
2340
+
2341
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2342
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2343
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2344
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2345
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2346
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2347
+ SOFTWARE.
2348
+
2349
+ -----------
2350
+
2351
+ The following npm package may be included in this product:
2352
+
2353
+ - hono@4.12.19
2354
+
2355
+ This package contains the following license:
2356
+
2357
+ MIT License
2358
+
2359
+ Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
2360
+
2361
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2362
+ of this software and associated documentation files (the "Software"), to deal
2363
+ in the Software without restriction, including without limitation the rights
2364
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2365
+ copies of the Software, and to permit persons to whom the Software is
2366
+ furnished to do so, subject to the following conditions:
2367
+
2368
+ The above copyright notice and this permission notice shall be included in all
2369
+ copies or substantial portions of the Software.
2370
+
2371
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2372
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2373
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2374
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2375
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2376
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2377
+ SOFTWARE.
2378
+
2379
+ -----------
2380
+
2381
+ The following npm package may be included in this product:
2382
+
2383
+ - has-tostringtag@1.0.2
2384
+
2385
+ This package contains the following license:
2386
+
2387
+ MIT License
2388
+
2389
+ Copyright (c) 2021 Inspect JS
2390
+
2391
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2392
+ of this software and associated documentation files (the "Software"), to deal
2393
+ in the Software without restriction, including without limitation the rights
2394
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2395
+ copies of the Software, and to permit persons to whom the Software is
2396
+ furnished to do so, subject to the following conditions:
2397
+
2398
+ The above copyright notice and this permission notice shall be included in all
2399
+ copies or substantial portions of the Software.
2400
+
2401
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2402
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2403
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2404
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2405
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2406
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2407
+ SOFTWARE.
2408
+
2409
+ -----------
2410
+
2411
+ The following npm package may be included in this product:
2412
+
2413
+ - @hono/node-server@1.19.14
2414
+
2415
+ This package contains the following license:
2416
+
2417
+ MIT License
2418
+
2419
+ Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
2420
+
2421
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2422
+ of this software and associated documentation files (the "Software"), to deal
2423
+ in the Software without restriction, including without limitation the rights
2424
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2425
+ copies of the Software, and to permit persons to whom the Software is
2426
+ furnished to do so, subject to the following conditions:
2427
+
2428
+ The above copyright notice and this permission notice shall be included in all
2429
+ copies or substantial portions of the Software.
2430
+
2431
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2432
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2433
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2434
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2435
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2436
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2437
+ SOFTWARE.
2438
+
2439
+ -----------
2440
+
2441
+ The following npm package may be included in this product:
2442
+
2443
+ - es-set-tostringtag@2.1.0
2444
+
2445
+ This package contains the following license:
2446
+
2447
+ MIT License
2448
+
2449
+ Copyright (c) 2022 ECMAScript Shims
2450
+
2451
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2452
+ of this software and associated documentation files (the "Software"), to deal
2453
+ in the Software without restriction, including without limitation the rights
2454
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2455
+ copies of the Software, and to permit persons to whom the Software is
2456
+ furnished to do so, subject to the following conditions:
2457
+
2458
+ The above copyright notice and this permission notice shall be included in all
2459
+ copies or substantial portions of the Software.
2460
+
2461
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2462
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2463
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2464
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2465
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2466
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2467
+ SOFTWARE.
2468
+
2469
+ -----------
2470
+
2471
+ The following npm package may be included in this product:
2472
+
2473
+ - has-property-descriptors@1.0.2
2474
+
2475
+ This package contains the following license:
2476
+
2477
+ MIT License
2478
+
2479
+ Copyright (c) 2022 Inspect JS
2480
+
2481
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2482
+ of this software and associated documentation files (the "Software"), to deal
2483
+ in the Software without restriction, including without limitation the rights
2484
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2485
+ copies of the Software, and to permit persons to whom the Software is
2486
+ furnished to do so, subject to the following conditions:
2487
+
2488
+ The above copyright notice and this permission notice shall be included in all
2489
+ copies or substantial portions of the Software.
2490
+
2491
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2492
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2493
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2494
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2495
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2496
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2497
+ SOFTWARE.
2498
+
2499
+ -----------
2500
+
2501
+ The following npm package may be included in this product:
2502
+
2503
+ - gopd@1.2.0
2504
+
2505
+ This package contains the following license:
2506
+
2507
+ MIT License
2508
+
2509
+ Copyright (c) 2022 Jordan Harband
2510
+
2511
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2512
+ of this software and associated documentation files (the "Software"), to deal
2513
+ in the Software without restriction, including without limitation the rights
2514
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2515
+ copies of the Software, and to permit persons to whom the Software is
2516
+ furnished to do so, subject to the following conditions:
2517
+
2518
+ The above copyright notice and this permission notice shall be included in all
2519
+ copies or substantial portions of the Software.
2520
+
2521
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2522
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2523
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2524
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2525
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2526
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2527
+ SOFTWARE.
2528
+
2529
+ -----------
2530
+
2531
+ The following npm package may be included in this product:
2532
+
2533
+ - @sec-ant/readable-stream@0.4.1
2534
+
2535
+ This package contains the following license:
2536
+
2537
+ MIT License
2538
+
2539
+ Copyright (c) 2022 Ze-Zheng Wu
2540
+
2541
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2542
+ of this software and associated documentation files (the "Software"), to deal
2543
+ in the Software without restriction, including without limitation the rights
2544
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2545
+ copies of the Software, and to permit persons to whom the Software is
2546
+ furnished to do so, subject to the following conditions:
2547
+
2548
+ The above copyright notice and this permission notice shall be included in all
2549
+ copies or substantial portions of the Software.
2550
+
2551
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2552
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2553
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2554
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2555
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2556
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2557
+ SOFTWARE.
2558
+
2559
+ -----------
2560
+
2561
+ The following npm package may be included in this product:
2562
+
2563
+ - define-data-property@1.1.4
2564
+
2565
+ This package contains the following license:
2566
+
2567
+ MIT License
2568
+
2569
+ Copyright (c) 2023 Jordan Harband
2570
+
2571
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2572
+ of this software and associated documentation files (the "Software"), to deal
2573
+ in the Software without restriction, including without limitation the rights
2574
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2575
+ copies of the Software, and to permit persons to whom the Software is
2576
+ furnished to do so, subject to the following conditions:
2577
+
2578
+ The above copyright notice and this permission notice shall be included in all
2579
+ copies or substantial portions of the Software.
2580
+
2581
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2582
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2583
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2584
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2585
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2586
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2587
+ SOFTWARE.
2588
+
2589
+ -----------
2590
+
2591
+ The following npm package may be included in this product:
2592
+
2593
+ - @modelcontextprotocol/sdk@1.29.0
2594
+
2595
+ This package contains the following license:
2596
+
2597
+ MIT License
2598
+
2599
+ Copyright (c) 2024 Anthropic, PBC
2600
+
2601
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2602
+ of this software and associated documentation files (the "Software"), to deal
2603
+ in the Software without restriction, including without limitation the rights
2604
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2605
+ copies of the Software, and to permit persons to whom the Software is
2606
+ furnished to do so, subject to the following conditions:
2607
+
2608
+ The above copyright notice and this permission notice shall be included in all
2609
+ copies or substantial portions of the Software.
2610
+
2611
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2612
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2613
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2614
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2615
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2616
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2617
+ SOFTWARE.
2618
+
2619
+ -----------
2620
+
2621
+ The following npm packages may be included in this product:
2622
+
2623
+ - dunder-proto@1.0.1
2624
+ - math-intrinsics@1.1.0
2625
+
2626
+ These packages each contain the following license:
2627
+
2628
+ MIT License
2629
+
2630
+ Copyright (c) 2024 ECMAScript Shims
2631
+
2632
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2633
+ of this software and associated documentation files (the "Software"), to deal
2634
+ in the Software without restriction, including without limitation the rights
2635
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2636
+ copies of the Software, and to permit persons to whom the Software is
2637
+ furnished to do so, subject to the following conditions:
2638
+
2639
+ The above copyright notice and this permission notice shall be included in all
2640
+ copies or substantial portions of the Software.
2641
+
2642
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2643
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2644
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2645
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2646
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2647
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2648
+ SOFTWARE.
2649
+
2650
+ -----------
2651
+
2652
+ The following npm packages may be included in this product:
2653
+
2654
+ - call-bind-apply-helpers@1.0.2
2655
+ - call-bound@1.0.4
2656
+ - es-define-property@1.0.1
2657
+ - es-errors@1.3.0
2658
+ - es-object-atoms@1.1.1
2659
+ - side-channel-list@1.0.1
2660
+ - side-channel-map@1.0.1
2661
+
2662
+ These packages each contain the following license:
2663
+
2664
+ MIT License
2665
+
2666
+ Copyright (c) 2024 Jordan Harband
2667
+
2668
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2669
+ of this software and associated documentation files (the "Software"), to deal
2670
+ in the Software without restriction, including without limitation the rights
2671
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2672
+ copies of the Software, and to permit persons to whom the Software is
2673
+ furnished to do so, subject to the following conditions:
2674
+
2675
+ The above copyright notice and this permission notice shall be included in all
2676
+ copies or substantial portions of the Software.
2677
+
2678
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2679
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2680
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2681
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2682
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2683
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2684
+ SOFTWARE.
2685
+
2686
+ -----------
2687
+
2688
+ The following npm package may be included in this product:
2689
+
2690
+ - zod@4.4.3
2691
+
2692
+ This package contains the following license:
2693
+
2694
+ MIT License
2695
+
2696
+ Copyright (c) 2025 Colin McDonnell
2697
+
2698
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2699
+ of this software and associated documentation files (the "Software"), to deal
2700
+ in the Software without restriction, including without limitation the rights
2701
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2702
+ copies of the Software, and to permit persons to whom the Software is
2703
+ furnished to do so, subject to the following conditions:
2704
+
2705
+ The above copyright notice and this permission notice shall be included in all
2706
+ copies or substantial portions of the Software.
2707
+
2708
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2709
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2710
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2711
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2712
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2713
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2714
+ SOFTWARE.
2715
+
2716
+ -----------
2717
+
2718
+ The following npm package may be included in this product:
2719
+
2720
+ - get-proto@1.0.1
2721
+
2722
+ This package contains the following license:
2723
+
2724
+ MIT License
2725
+
2726
+ Copyright (c) 2025 Jordan Harband
2727
+
2728
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2729
+ of this software and associated documentation files (the "Software"), to deal
2730
+ in the Software without restriction, including without limitation the rights
2731
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2732
+ copies of the Software, and to permit persons to whom the Software is
2733
+ furnished to do so, subject to the following conditions:
2734
+
2735
+ The above copyright notice and this permission notice shall be included in all
2736
+ copies or substantial portions of the Software.
2737
+
2738
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2739
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2740
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2741
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2742
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2743
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2744
+ SOFTWARE.
2745
+
2746
+ -----------
2747
+
2748
+ The following npm package may be included in this product:
2749
+
2750
+ - eventsource-parser@3.0.8
2751
+
2752
+ This package contains the following license:
2753
+
2754
+ MIT License
2755
+
2756
+ Copyright (c) 2026 Espen Hovlandsdal <espen@hovlandsdal.com>
2757
+
2758
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2759
+ of this software and associated documentation files (the "Software"), to deal
2760
+ in the Software without restriction, including without limitation the rights
2761
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2762
+ copies of the Software, and to permit persons to whom the Software is
2763
+ furnished to do so, subject to the following conditions:
2764
+
2765
+ The above copyright notice and this permission notice shall be included in all
2766
+ copies or substantial portions of the Software.
2767
+
2768
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2769
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2770
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2771
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2772
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2773
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2774
+ SOFTWARE.
2775
+
2776
+ -----------
2777
+
2778
+ The following npm package may be included in this product:
2779
+
2780
+ - merge-descriptors@2.0.0
2781
+
2782
+ This package contains the following license:
2783
+
2784
+ MIT License
2785
+
2786
+ Copyright (c) Jonathan Ong <me@jongleberry.com>
2787
+ Copyright (c) Douglas Christopher Wilson <doug@somethingdoug.com>
2788
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2789
+
2790
+ 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:
2791
+
2792
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2793
+
2794
+ 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.
2795
+
2796
+ -----------
2797
+
2798
+ The following npm package may be included in this product:
2799
+
2800
+ - hasown@2.0.3
2801
+
2802
+ This package contains the following license:
2803
+
2804
+ MIT License
2805
+
2806
+ Copyright (c) Jordan Harband and contributors
2807
+
2808
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2809
+ of this software and associated documentation files (the "Software"), to deal
2810
+ in the Software without restriction, including without limitation the rights
2811
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2812
+ copies of the Software, and to permit persons to whom the Software is
2813
+ furnished to do so, subject to the following conditions:
2814
+
2815
+ The above copyright notice and this permission notice shall be included in all
2816
+ copies or substantial portions of the Software.
2817
+
2818
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2819
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2820
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2821
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2822
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2823
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2824
+ SOFTWARE.
2825
+
2826
+ -----------
2827
+
2828
+ The following npm package may be included in this product:
2829
+
2830
+ - shebang-command@2.0.0
2831
+
2832
+ This package contains the following license:
2833
+
2834
+ MIT License
2835
+
2836
+ Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
2837
+
2838
+ 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:
2839
+
2840
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2841
+
2842
+ 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.
2843
+
2844
+ -----------
2845
+
2846
+ The following npm packages may be included in this product:
2847
+
2848
+ - @sindresorhus/merge-streams@4.0.0
2849
+ - ansi-regex@6.2.2
2850
+ - chalk@5.6.2
2851
+ - cli-cursor@5.0.0
2852
+ - cli-spinners@2.9.2
2853
+ - escape-string-regexp@4.0.0
2854
+ - execa@9.6.1
2855
+ - figures@6.1.0
2856
+ - get-east-asian-width@1.6.0
2857
+ - get-stream@9.0.1
2858
+ - is-interactive@2.0.0
2859
+ - is-plain-obj@4.1.0
2860
+ - is-stream@4.0.1
2861
+ - is-unicode-supported@1.3.0
2862
+ - is-unicode-supported@2.1.0
2863
+ - log-symbols@6.0.0
2864
+ - matcher@4.0.0
2865
+ - mimic-function@5.0.1
2866
+ - npm-run-path@6.0.0
2867
+ - onetime@7.0.0
2868
+ - ora@8.2.0
2869
+ - p-limit@5.0.0
2870
+ - parse-ms@4.0.0
2871
+ - path-key@4.0.0
2872
+ - pretty-ms@9.3.0
2873
+ - restore-cursor@5.1.0
2874
+ - serialize-error@8.1.0
2875
+ - stdin-discarder@0.2.2
2876
+ - string-width@7.2.0
2877
+ - strip-ansi@7.2.0
2878
+ - strip-final-newline@4.0.0
2879
+ - unicorn-magic@0.3.0
2880
+ - yocto-queue@1.2.2
2881
+ - yoctocolors@2.1.2
2882
+
2883
+ These packages each contain the following license:
2884
+
2885
+ MIT License
2886
+
2887
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2888
+
2889
+ 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:
2890
+
2891
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2892
+
2893
+ 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.
2894
+
2895
+ -----------
2896
+
2897
+ The following npm package may be included in this product:
2898
+
2899
+ - type-fest@0.20.2
2900
+
2901
+ This package contains the following license:
2902
+
2903
+ MIT License
2904
+
2905
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
2906
+
2907
+ 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:
2908
+
2909
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2910
+
2911
+ 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.
2912
+
2913
+ -----------
2914
+
2915
+ The following npm packages may be included in this product:
2916
+
2917
+ - path-key@3.1.1
2918
+ - shebang-regex@3.0.0
2919
+
2920
+ These packages each contain the following license:
2921
+
2922
+ MIT License
2923
+
2924
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2925
+
2926
+ 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:
2927
+
2928
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2929
+
2930
+ 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.
2931
+
2932
+ -----------
2933
+
2934
+ The following npm package may be included in this product:
2935
+
2936
+ - graceful-fs@4.2.11
2937
+
2938
+ This package contains the following license:
2939
+
2940
+ The ISC License
2941
+
2942
+ Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
2943
+
2944
+ Permission to use, copy, modify, and/or distribute this software for any
2945
+ purpose with or without fee is hereby granted, provided that the above
2946
+ copyright notice and this permission notice appear in all copies.
2947
+
2948
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2949
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2950
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2951
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2952
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2953
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2954
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2955
+
2956
+ -----------
2957
+
2958
+ The following npm package may be included in this product:
2959
+
2960
+ - signal-exit@4.1.0
2961
+
2962
+ This package contains the following license:
2963
+
2964
+ The ISC License
2965
+
2966
+ Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
2967
+
2968
+ Permission to use, copy, modify, and/or distribute this software
2969
+ for any purpose with or without fee is hereby granted, provided
2970
+ that the above copyright notice and this permission notice
2971
+ appear in all copies.
2972
+
2973
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2974
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
2975
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
2976
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
2977
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
2978
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
2979
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2980
+
2981
+ -----------
2982
+
2983
+ The following npm package may be included in this product:
2984
+
2985
+ - signal-exit@3.0.7
2986
+
2987
+ This package contains the following license:
2988
+
2989
+ The ISC License
2990
+
2991
+ Copyright (c) 2015, Contributors
2992
+
2993
+ Permission to use, copy, modify, and/or distribute this software
2994
+ for any purpose with or without fee is hereby granted, provided
2995
+ that the above copyright notice and this permission notice
2996
+ appear in all copies.
2997
+
2998
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2999
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
3000
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
3001
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
3002
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
3003
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
3004
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3005
+
3006
+ -----------
3007
+
3008
+ The following npm package may be included in this product:
3009
+
3010
+ - inherits@2.0.4
3011
+
3012
+ This package contains the following license:
3013
+
3014
+ The ISC License
3015
+
3016
+ Copyright (c) Isaac Z. Schlueter
3017
+
3018
+ Permission to use, copy, modify, and/or distribute this software for any
3019
+ purpose with or without fee is hereby granted, provided that the above
3020
+ copyright notice and this permission notice appear in all copies.
3021
+
3022
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
3023
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
3024
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
3025
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
3026
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
3027
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
3028
+ PERFORMANCE OF THIS SOFTWARE.
3029
+
3030
+ -----------
3031
+
3032
+ The following npm packages may be included in this product:
3033
+
3034
+ - isexe@2.0.0
3035
+ - once@1.4.0
3036
+ - semver@7.7.4
3037
+ - which@2.0.2
3038
+ - wrappy@1.0.2
3039
+
3040
+ These packages each contain the following license:
3041
+
3042
+ The ISC License
3043
+
3044
+ Copyright (c) Isaac Z. Schlueter and Contributors
3045
+
3046
+ Permission to use, copy, modify, and/or distribute this software for any
3047
+ purpose with or without fee is hereby granted, provided that the above
3048
+ copyright notice and this permission notice appear in all copies.
3049
+
3050
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3051
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3052
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3053
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3054
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3055
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3056
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3057
+
3058
+ -----------
3059
+
3060
+ The following npm package may be included in this product:
3061
+
3062
+ - proxy-from-env@2.1.0
3063
+
3064
+ This package contains the following license:
3065
+
3066
+ The MIT License
3067
+
3068
+ Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
3069
+
3070
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3071
+ this software and associated documentation files (the "Software"), to deal in
3072
+ the Software without restriction, including without limitation the rights to
3073
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
3074
+ of the Software, and to permit persons to whom the Software is furnished to do
3075
+ so, subject to the following conditions:
3076
+
3077
+ The above copyright notice and this permission notice shall be included in all
3078
+ copies or substantial portions of the Software.
3079
+
3080
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3081
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3082
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3083
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3084
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3085
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3086
+
3087
+ -----------
3088
+
3089
+ The following npm package may be included in this product:
3090
+
3091
+ - eventsource@3.0.7
3092
+
3093
+ This package contains the following license:
3094
+
3095
+ The MIT License
3096
+
3097
+ Copyright (c) EventSource GitHub organisation
3098
+
3099
+ Permission is hereby granted, free of charge, to any person obtaining
3100
+ a copy of this software and associated documentation files (the
3101
+ "Software"), to deal in the Software without restriction, including
3102
+ without limitation the rights to use, copy, modify, merge, publish,
3103
+ distribute, sublicense, and/or sell copies of the Software, and to
3104
+ permit persons to whom the Software is furnished to do so, subject to
3105
+ the following conditions:
3106
+
3107
+ The above copyright notice and this permission notice shall be
3108
+ included in all copies or substantial portions of the Software.
3109
+
3110
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3111
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3112
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3113
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3114
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3115
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3116
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3117
+
3118
+ -----------
3119
+
3120
+ The following npm package may be included in this product:
3121
+
3122
+ - object-keys@1.1.1
3123
+
3124
+ This package contains the following license:
3125
+
3126
+ The MIT License (MIT)
3127
+
3128
+ Copyright (C) 2013 Jordan Harband
3129
+
3130
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3131
+ of this software and associated documentation files (the "Software"), to deal
3132
+ in the Software without restriction, including without limitation the rights
3133
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3134
+ copies of the Software, and to permit persons to whom the Software is
3135
+ furnished to do so, subject to the following conditions:
3136
+
3137
+ The above copyright notice and this permission notice shall be included in
3138
+ all copies or substantial portions of the Software.
3139
+
3140
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3141
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3142
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3143
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3144
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3145
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3146
+ THE SOFTWARE.
3147
+
3148
+ -----------
3149
+
3150
+ The following npm package may be included in this product:
3151
+
3152
+ - raw-body@3.0.2
3153
+
3154
+ This package contains the following license:
3155
+
3156
+ The MIT License (MIT)
3157
+
3158
+ Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
3159
+ Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
3160
+
3161
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3162
+ of this software and associated documentation files (the "Software"), to deal
3163
+ in the Software without restriction, including without limitation the rights
3164
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3165
+ copies of the Software, and to permit persons to whom the Software is
3166
+ furnished to do so, subject to the following conditions:
3167
+
3168
+ The above copyright notice and this permission notice shall be included in
3169
+ all copies or substantial portions of the Software.
3170
+
3171
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3172
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3173
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3174
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3175
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3176
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3177
+ THE SOFTWARE.
3178
+
3179
+ -----------
3180
+
3181
+ The following npm package may be included in this product:
3182
+
3183
+ - path-to-regexp@8.4.2
3184
+
3185
+ This package contains the following license:
3186
+
3187
+ The MIT License (MIT)
3188
+
3189
+ Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
3190
+
3191
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3192
+ of this software and associated documentation files (the "Software"), to deal
3193
+ in the Software without restriction, including without limitation the rights
3194
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3195
+ copies of the Software, and to permit persons to whom the Software is
3196
+ furnished to do so, subject to the following conditions:
3197
+
3198
+ The above copyright notice and this permission notice shall be included in
3199
+ all copies or substantial portions of the Software.
3200
+
3201
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3202
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3203
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3204
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3205
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3206
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3207
+ THE SOFTWARE.
3208
+
3209
+ -----------
3210
+
3211
+ The following npm package may be included in this product:
3212
+
3213
+ - regedit@5.1.4
3214
+
3215
+ This package contains the following license:
3216
+
3217
+ The MIT License (MIT)
3218
+
3219
+ Copyright (c) 2014 ironSource
3220
+
3221
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3222
+ of this software and associated documentation files (the "Software"), to deal
3223
+ in the Software without restriction, including without limitation the rights
3224
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3225
+ copies of the Software, and to permit persons to whom the Software is
3226
+ furnished to do so, subject to the following conditions:
3227
+
3228
+ The above copyright notice and this permission notice shall be included in all
3229
+ copies or substantial portions of the Software.
3230
+
3231
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3232
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3233
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3234
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3235
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3236
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3237
+ SOFTWARE.
3238
+
3239
+ -----------
3240
+
3241
+ The following npm package may be included in this product:
3242
+
3243
+ - if-async@3.7.4
3244
+
3245
+ This package contains the following license:
3246
+
3247
+ The MIT License (MIT)
3248
+
3249
+ Copyright (c) 2014 Yaniv Kessler
3250
+
3251
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3252
+ of this software and associated documentation files (the "Software"), to deal
3253
+ in the Software without restriction, including without limitation the rights
3254
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3255
+ copies of the Software, and to permit persons to whom the Software is
3256
+ furnished to do so, subject to the following conditions:
3257
+
3258
+ The above copyright notice and this permission notice shall be included in all
3259
+ copies or substantial portions of the Software.
3260
+
3261
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3262
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3263
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3264
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3265
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3266
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3267
+ SOFTWARE.
3268
+
3269
+ -----------
3270
+
3271
+ The following npm package may be included in this product:
3272
+
3273
+ - define-properties@1.2.1
3274
+
3275
+ This package contains the following license:
3276
+
3277
+ The MIT License (MIT)
3278
+
3279
+ Copyright (C) 2015 Jordan Harband
3280
+
3281
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3282
+ of this software and associated documentation files (the "Software"), to deal
3283
+ in the Software without restriction, including without limitation the rights
3284
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3285
+ copies of the Software, and to permit persons to whom the Software is
3286
+ furnished to do so, subject to the following conditions:
3287
+
3288
+ The above copyright notice and this permission notice shall be included in
3289
+ all copies or substantial portions of the Software.
3290
+
3291
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3292
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3293
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3294
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3295
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3296
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3297
+ THE SOFTWARE.
3298
+
3299
+ -----------
3300
+
3301
+ The following npm package may be included in this product:
3302
+
3303
+ - ajv@8.20.0
3304
+
3305
+ This package contains the following license:
3306
+
3307
+ The MIT License (MIT)
3308
+
3309
+ Copyright (c) 2015-2021 Evgeny Poberezkin
3310
+
3311
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3312
+ of this software and associated documentation files (the "Software"), to deal
3313
+ in the Software without restriction, including without limitation the rights
3314
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3315
+ copies of the Software, and to permit persons to whom the Software is
3316
+ furnished to do so, subject to the following conditions:
3317
+
3318
+ The above copyright notice and this permission notice shall be included in all
3319
+ copies or substantial portions of the Software.
3320
+
3321
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3322
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3323
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3324
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3325
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3326
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3327
+ SOFTWARE.
3328
+
3329
+ -----------
3330
+
3331
+ The following npm package may be included in this product:
3332
+
3333
+ - asynckit@0.4.0
3334
+
3335
+ This package contains the following license:
3336
+
3337
+ The MIT License (MIT)
3338
+
3339
+ Copyright (c) 2016 Alex Indigo
3340
+
3341
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3342
+ of this software and associated documentation files (the "Software"), to deal
3343
+ in the Software without restriction, including without limitation the rights
3344
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3345
+ copies of the Software, and to permit persons to whom the Software is
3346
+ furnished to do so, subject to the following conditions:
3347
+
3348
+ The above copyright notice and this permission notice shall be included in all
3349
+ copies or substantial portions of the Software.
3350
+
3351
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3352
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3353
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3354
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3355
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3356
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3357
+ SOFTWARE.
3358
+
3359
+ -----------
3360
+
3361
+ The following npm package may be included in this product:
3362
+
3363
+ - globalthis@1.0.4
3364
+
3365
+ This package contains the following license:
3366
+
3367
+ The MIT License (MIT)
3368
+
3369
+ Copyright (c) 2016 Jordan Harband
3370
+
3371
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3372
+ of this software and associated documentation files (the "Software"), to deal
3373
+ in the Software without restriction, including without limitation the rights
3374
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3375
+ copies of the Software, and to permit persons to whom the Software is
3376
+ furnished to do so, subject to the following conditions:
3377
+
3378
+ The above copyright notice and this permission notice shall be included in all
3379
+ copies or substantial portions of the Software.
3380
+
3381
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3382
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3383
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3384
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3385
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3386
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3387
+ SOFTWARE.
3388
+
3389
+ -----------
3390
+
3391
+ The following npm package may be included in this product:
3392
+
3393
+ - jose@6.2.3
3394
+
3395
+ This package contains the following license:
3396
+
3397
+ The MIT License (MIT)
3398
+
3399
+ Copyright (c) 2018 Filip Skokan
3400
+
3401
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3402
+ of this software and associated documentation files (the "Software"), to deal
3403
+ in the Software without restriction, including without limitation the rights
3404
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3405
+ copies of the Software, and to permit persons to whom the Software is
3406
+ furnished to do so, subject to the following conditions:
3407
+
3408
+ The above copyright notice and this permission notice shall be included in all
3409
+ copies or substantial portions of the Software.
3410
+
3411
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3412
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3413
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3414
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3415
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3416
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3417
+ SOFTWARE.
3418
+
3419
+ -----------
3420
+
3421
+ The following npm packages may be included in this product:
3422
+
3423
+ - cross-spawn@7.0.6
3424
+ - proper-lockfile@4.1.2
3425
+
3426
+ These packages each contain the following license:
3427
+
3428
+ The MIT License (MIT)
3429
+
3430
+ Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
3431
+
3432
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3433
+ of this software and associated documentation files (the "Software"), to deal
3434
+ in the Software without restriction, including without limitation the rights
3435
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3436
+ copies of the Software, and to permit persons to whom the Software is
3437
+ furnished to do so, subject to the following conditions:
3438
+
3439
+ The above copyright notice and this permission notice shall be included in
3440
+ all copies or substantial portions of the Software.
3441
+
3442
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3443
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3444
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3445
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3446
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3447
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3448
+ THE SOFTWARE.
3449
+
3450
+ -----------
3451
+
3452
+ The following npm package may be included in this product:
3453
+
3454
+ - ms@2.1.3
3455
+
3456
+ This package contains the following license:
3457
+
3458
+ The MIT License (MIT)
3459
+
3460
+ Copyright (c) 2020 Vercel, Inc.
3461
+
3462
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3463
+ of this software and associated documentation files (the "Software"), to deal
3464
+ in the Software without restriction, including without limitation the rights
3465
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3466
+ copies of the Software, and to permit persons to whom the Software is
3467
+ furnished to do so, subject to the following conditions:
3468
+
3469
+ The above copyright notice and this permission notice shall be included in all
3470
+ copies or substantial portions of the Software.
3471
+
3472
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3473
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3474
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3475
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3476
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3477
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3478
+ SOFTWARE.
3479
+
3480
+ -----------
3481
+
3482
+ The following npm package may be included in this product:
3483
+
3484
+ - object-assign@4.1.1
3485
+
3486
+ This package contains the following license:
3487
+
3488
+ The MIT License (MIT)
3489
+
3490
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3491
+
3492
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3493
+ of this software and associated documentation files (the "Software"), to deal
3494
+ in the Software without restriction, including without limitation the rights
3495
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3496
+ copies of the Software, and to permit persons to whom the Software is
3497
+ furnished to do so, subject to the following conditions:
3498
+
3499
+ The above copyright notice and this permission notice shall be included in
3500
+ all copies or substantial portions of the Software.
3501
+
3502
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3503
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3504
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3505
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3506
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3507
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3508
+ THE SOFTWARE.
3509
+
3510
+ -----------
3511
+
3512
+ The following npm package may be included in this product:
3513
+
3514
+ - require-from-string@2.0.2
3515
+
3516
+ This package contains the following license:
3517
+
3518
+ The MIT License (MIT)
3519
+
3520
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
3521
+
3522
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3523
+ of this software and associated documentation files (the "Software"), to deal
3524
+ in the Software without restriction, including without limitation the rights
3525
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3526
+ copies of the Software, and to permit persons to whom the Software is
3527
+ furnished to do so, subject to the following conditions:
3528
+
3529
+ The above copyright notice and this permission notice shall be included in
3530
+ all copies or substantial portions of the Software.
3531
+
3532
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3533
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3534
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3535
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3536
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3537
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3538
+ THE SOFTWARE.
3539
+
3540
+ -----------
3541
+
3542
+ The following npm package may be included in this product:
3543
+
3544
+ - xtend@4.0.2
3545
+
3546
+ This package contains the following license:
3547
+
3548
+ The MIT License (MIT)
3549
+ Copyright (c) 2012-2014 Raynos.
3550
+
3551
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3552
+ of this software and associated documentation files (the "Software"), to deal
3553
+ in the Software without restriction, including without limitation the rights
3554
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3555
+ copies of the Software, and to permit persons to whom the Software is
3556
+ furnished to do so, subject to the following conditions:
3557
+
3558
+ The above copyright notice and this permission notice shall be included in
3559
+ all copies or substantial portions of the Software.
3560
+
3561
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3562
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3563
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3564
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3565
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3566
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3567
+ THE SOFTWARE.
3568
+
3569
+ -----------
3570
+
3571
+ This file was generated with the generate-license-file npm package!
3572
+ https://www.npmjs.com/package/generate-license-file