omitly-mcp 0.0.0 → 0.1.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.
@@ -0,0 +1,2214 @@
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
+ - express@5.2.1
131
+
132
+ This package contains the following license:
133
+
134
+ (The MIT License)
135
+
136
+ Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
137
+ Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
138
+ Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
139
+
140
+ Permission is hereby granted, free of charge, to any person obtaining
141
+ a copy of this software and associated documentation files (the
142
+ 'Software'), to deal in the Software without restriction, including
143
+ without limitation the rights to use, copy, modify, merge, publish,
144
+ distribute, sublicense, and/or sell copies of the Software, and to
145
+ permit persons to whom the Software is furnished to do so, subject to
146
+ the following conditions:
147
+
148
+ The above copyright notice and this permission notice shall be
149
+ included in all copies or substantial portions of the Software.
150
+
151
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
152
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
153
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
154
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
155
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
156
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
157
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
158
+
159
+ -----------
160
+
161
+ The following npm package may be included in this product:
162
+
163
+ - serve-static@2.2.1
164
+
165
+ This package contains the following license:
166
+
167
+ (The MIT License)
168
+
169
+ Copyright (c) 2010 Sencha Inc.
170
+ Copyright (c) 2011 LearnBoost
171
+ Copyright (c) 2011 TJ Holowaychuk
172
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
173
+
174
+ Permission is hereby granted, free of charge, to any person obtaining
175
+ a copy of this software and associated documentation files (the
176
+ 'Software'), to deal in the Software without restriction, including
177
+ without limitation the rights to use, copy, modify, merge, publish,
178
+ distribute, sublicense, and/or sell copies of the Software, and to
179
+ permit persons to whom the Software is furnished to do so, subject to
180
+ the following conditions:
181
+
182
+ The above copyright notice and this permission notice shall be
183
+ included in all copies or substantial portions of the Software.
184
+
185
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
186
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
187
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
188
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
189
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
190
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
191
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
192
+
193
+ -----------
194
+
195
+ The following npm package may be included in this product:
196
+
197
+ - send@1.2.1
198
+
199
+ This package contains the following license:
200
+
201
+ (The MIT License)
202
+
203
+ Copyright (c) 2012 TJ Holowaychuk
204
+ Copyright (c) 2014-2022 Douglas Christopher Wilson
205
+
206
+ Permission is hereby granted, free of charge, to any person obtaining
207
+ a copy of this software and associated documentation files (the
208
+ 'Software'), to deal in the Software without restriction, including
209
+ without limitation the rights to use, copy, modify, merge, publish,
210
+ distribute, sublicense, and/or sell copies of the Software, and to
211
+ permit persons to whom the Software is furnished to do so, subject to
212
+ the following conditions:
213
+
214
+ The above copyright notice and this permission notice shall be
215
+ included in all copies or substantial portions of the Software.
216
+
217
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
218
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
219
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
220
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
221
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
222
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
223
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
224
+
225
+ -----------
226
+
227
+ The following npm package may be included in this product:
228
+
229
+ - fresh@2.0.0
230
+
231
+ This package contains the following license:
232
+
233
+ (The MIT License)
234
+
235
+ Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
236
+ Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
237
+
238
+ Permission is hereby granted, free of charge, to any person obtaining
239
+ a copy of this software and associated documentation files (the
240
+ 'Software'), to deal in the Software without restriction, including
241
+ without limitation the rights to use, copy, modify, merge, publish,
242
+ distribute, sublicense, and/or sell copies of the Software, and to
243
+ permit persons to whom the Software is furnished to do so, subject to
244
+ the following conditions:
245
+
246
+ The above copyright notice and this permission notice shall be
247
+ included in all copies or substantial portions of the Software.
248
+
249
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
250
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
251
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
252
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
253
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
254
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
255
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
256
+
257
+ -----------
258
+
259
+ The following npm package may be included in this product:
260
+
261
+ - escape-html@1.0.3
262
+
263
+ This package contains the following license:
264
+
265
+ (The MIT License)
266
+
267
+ Copyright (c) 2012-2013 TJ Holowaychuk
268
+ Copyright (c) 2015 Andreas Lubbe
269
+ Copyright (c) 2015 Tiancheng "Timothy" Gu
270
+
271
+ Permission is hereby granted, free of charge, to any person obtaining
272
+ a copy of this software and associated documentation files (the
273
+ 'Software'), to deal in the Software without restriction, including
274
+ without limitation the rights to use, copy, modify, merge, publish,
275
+ distribute, sublicense, and/or sell copies of the Software, and to
276
+ permit persons to whom the Software is furnished to do so, subject to
277
+ the following conditions:
278
+
279
+ The above copyright notice and this permission notice shall be
280
+ included in all copies or substantial portions of the Software.
281
+
282
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
283
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
284
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
285
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
286
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
287
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
288
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
289
+
290
+ -----------
291
+
292
+ The following npm package may be included in this product:
293
+
294
+ - negotiator@1.0.0
295
+
296
+ This package contains the following license:
297
+
298
+ (The MIT License)
299
+
300
+ Copyright (c) 2012-2014 Federico Romero
301
+ Copyright (c) 2012-2014 Isaac Z. Schlueter
302
+ Copyright (c) 2014-2015 Douglas Christopher Wilson
303
+
304
+ Permission is hereby granted, free of charge, to any person obtaining
305
+ a copy of this software and associated documentation files (the
306
+ 'Software'), to deal in the Software without restriction, including
307
+ without limitation the rights to use, copy, modify, merge, publish,
308
+ distribute, sublicense, and/or sell copies of the Software, and to
309
+ permit persons to whom the Software is furnished to do so, subject to
310
+ the following conditions:
311
+
312
+ The above copyright notice and this permission notice shall be
313
+ included in all copies or substantial portions of the Software.
314
+
315
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
316
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
317
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
318
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
319
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
320
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
321
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
322
+
323
+ -----------
324
+
325
+ The following npm package may be included in this product:
326
+
327
+ - cookie@0.7.2
328
+
329
+ This package contains the following license:
330
+
331
+ (The MIT License)
332
+
333
+ Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
334
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
335
+
336
+ Permission is hereby granted, free of charge, to any person obtaining
337
+ a copy of this software and associated documentation files (the
338
+ 'Software'), to deal in the Software without restriction, including
339
+ without limitation the rights to use, copy, modify, merge, publish,
340
+ distribute, sublicense, and/or sell copies of the Software, and to
341
+ permit persons to whom the Software is furnished to do so, subject to
342
+ the following conditions:
343
+
344
+ The above copyright notice and this permission notice shall be
345
+ included in all copies or substantial portions of the Software.
346
+
347
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
348
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
349
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
350
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
351
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
352
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
353
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
354
+
355
+ -----------
356
+
357
+ The following npm package may be included in this product:
358
+
359
+ - bytes@3.1.2
360
+
361
+ This package contains the following license:
362
+
363
+ (The MIT License)
364
+
365
+ Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
366
+ Copyright (c) 2015 Jed Watson <jed.watson@me.com>
367
+
368
+ Permission is hereby granted, free of charge, to any person obtaining
369
+ a copy of this software and associated documentation files (the
370
+ 'Software'), to deal in the Software without restriction, including
371
+ without limitation the rights to use, copy, modify, merge, publish,
372
+ distribute, sublicense, and/or sell copies of the Software, and to
373
+ permit persons to whom the Software is furnished to do so, subject to
374
+ the following conditions:
375
+
376
+ The above copyright notice and this permission notice shall be
377
+ included in all copies or substantial portions of the Software.
378
+
379
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
380
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
381
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
382
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
383
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
384
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
385
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
386
+
387
+ -----------
388
+
389
+ The following npm package may be included in this product:
390
+
391
+ - range-parser@1.3.0
392
+
393
+ This package contains the following license:
394
+
395
+ (The MIT License)
396
+
397
+ Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
398
+ Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com
399
+
400
+ Permission is hereby granted, free of charge, to any person obtaining
401
+ a copy of this software and associated documentation files (the
402
+ 'Software'), to deal in the Software without restriction, including
403
+ without limitation the rights to use, copy, modify, merge, publish,
404
+ distribute, sublicense, and/or sell copies of the Software, and to
405
+ permit persons to whom the Software is furnished to do so, subject to
406
+ the following conditions:
407
+
408
+ The above copyright notice and this permission notice shall be
409
+ included in all copies or substantial portions of the Software.
410
+
411
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
412
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
413
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
414
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
415
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
416
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
417
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
418
+
419
+ -----------
420
+
421
+ The following npm package may be included in this product:
422
+
423
+ - cookie-signature@1.2.2
424
+
425
+ This package contains the following license:
426
+
427
+ (The MIT License)
428
+
429
+ Copyright (c) 2012–2024 LearnBoost <tj@learnboost.com> and other contributors;
430
+
431
+ Permission is hereby granted, free of charge, to any person obtaining
432
+ a copy of this software and associated documentation files (the
433
+ 'Software'), to deal in the Software without restriction, including
434
+ without limitation the rights to use, copy, modify, merge, publish,
435
+ distribute, sublicense, and/or sell copies of the Software, and to
436
+ permit persons to whom the Software is furnished to do so, subject to
437
+ the following conditions:
438
+
439
+ The above copyright notice and this permission notice shall be
440
+ included in all copies or substantial portions of the Software.
441
+
442
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
443
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
444
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
445
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
446
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
447
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
448
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
449
+
450
+ -----------
451
+
452
+ The following npm package may be included in this product:
453
+
454
+ - on-finished@2.4.1
455
+
456
+ This package contains the following license:
457
+
458
+ (The MIT License)
459
+
460
+ Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
461
+ Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
462
+
463
+ Permission is hereby granted, free of charge, to any person obtaining
464
+ a copy of this software and associated documentation files (the
465
+ 'Software'), to deal in the Software without restriction, including
466
+ without limitation the rights to use, copy, modify, merge, publish,
467
+ distribute, sublicense, and/or sell copies of the Software, and to
468
+ permit persons to whom the Software is furnished to do so, subject to
469
+ the following conditions:
470
+
471
+ The above copyright notice and this permission notice shall be
472
+ included in all copies or substantial portions of the Software.
473
+
474
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
475
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
476
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
477
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
478
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
479
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
480
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
481
+
482
+ -----------
483
+
484
+ The following npm package may be included in this product:
485
+
486
+ - router@2.2.0
487
+
488
+ This package contains the following license:
489
+
490
+ (The MIT License)
491
+
492
+ Copyright (c) 2013 Roman Shtylman
493
+ Copyright (c) 2014-2022 Douglas Christopher Wilson
494
+
495
+ Permission is hereby granted, free of charge, to any person obtaining
496
+ a copy of this software and associated documentation files (the
497
+ 'Software'), to deal in the Software without restriction, including
498
+ without limitation the rights to use, copy, modify, merge, publish,
499
+ distribute, sublicense, and/or sell copies of the Software, and to
500
+ permit persons to whom the Software is furnished to do so, subject to
501
+ the following conditions:
502
+
503
+ The above copyright notice and this permission notice shall be
504
+ included in all copies or substantial portions of the Software.
505
+
506
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
507
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
508
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
509
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
510
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
511
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
512
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
513
+
514
+ -----------
515
+
516
+ The following npm package may be included in this product:
517
+
518
+ - cors@2.8.6
519
+
520
+ This package contains the following license:
521
+
522
+ (The MIT License)
523
+
524
+ Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
525
+
526
+ Permission is hereby granted, free of charge, to any person obtaining
527
+ a copy of this software and associated documentation files (the
528
+ 'Software'), to deal in the Software without restriction, including
529
+ without limitation the rights to use, copy, modify, merge, publish,
530
+ distribute, sublicense, and/or sell copies of the Software, and to
531
+ permit persons to whom the Software is furnished to do so, subject to
532
+ the following conditions:
533
+
534
+ The above copyright notice and this permission notice shall be
535
+ included in all copies or substantial portions of the Software.
536
+
537
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
538
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
539
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
540
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
541
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
542
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
543
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
544
+
545
+ -----------
546
+
547
+ The following npm packages may be included in this product:
548
+
549
+ - body-parser@2.3.0
550
+ - type-is@2.1.0
551
+
552
+ These packages each contain the following license:
553
+
554
+ (The MIT License)
555
+
556
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
557
+ Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
558
+
559
+ Permission is hereby granted, free of charge, to any person obtaining
560
+ a copy of this software and associated documentation files (the
561
+ 'Software'), to deal in the Software without restriction, including
562
+ without limitation the rights to use, copy, modify, merge, publish,
563
+ distribute, sublicense, and/or sell copies of the Software, and to
564
+ permit persons to whom the Software is furnished to do so, subject to
565
+ the following conditions:
566
+
567
+ The above copyright notice and this permission notice shall be
568
+ included in all copies or substantial portions of the Software.
569
+
570
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
571
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
572
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
573
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
574
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
575
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
576
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
577
+
578
+ -----------
579
+
580
+ The following npm packages may be included in this product:
581
+
582
+ - accepts@2.0.0
583
+ - mime-types@3.0.2
584
+
585
+ These packages each contain the following license:
586
+
587
+ (The MIT License)
588
+
589
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
590
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
591
+
592
+ Permission is hereby granted, free of charge, to any person obtaining
593
+ a copy of this software and associated documentation files (the
594
+ 'Software'), to deal in the Software without restriction, including
595
+ without limitation the rights to use, copy, modify, merge, publish,
596
+ distribute, sublicense, and/or sell copies of the Software, and to
597
+ permit persons to whom the Software is furnished to do so, subject to
598
+ the following conditions:
599
+
600
+ The above copyright notice and this permission notice shall be
601
+ included in all copies or substantial portions of the Software.
602
+
603
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
604
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
605
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
606
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
607
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
608
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
609
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
610
+
611
+ -----------
612
+
613
+ The following npm package may be included in this product:
614
+
615
+ - mime-db@1.54.0
616
+
617
+ This package contains the following license:
618
+
619
+ (The MIT License)
620
+
621
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
622
+ Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
623
+
624
+ Permission is hereby granted, free of charge, to any person obtaining
625
+ a copy of this software and associated documentation files (the
626
+ 'Software'), to deal in the Software without restriction, including
627
+ without limitation the rights to use, copy, modify, merge, publish,
628
+ distribute, sublicense, and/or sell copies of the Software, and to
629
+ permit persons to whom the Software is furnished to do so, subject to
630
+ the following conditions:
631
+
632
+ The above copyright notice and this permission notice shall be
633
+ included in all copies or substantial portions of the Software.
634
+
635
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
636
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
637
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
638
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
639
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
640
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
641
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
642
+
643
+ -----------
644
+
645
+ The following npm packages may be included in this product:
646
+
647
+ - etag@1.8.1
648
+ - proxy-addr@2.0.7
649
+
650
+ These packages each contain the following license:
651
+
652
+ (The MIT License)
653
+
654
+ Copyright (c) 2014-2016 Douglas Christopher Wilson
655
+
656
+ Permission is hereby granted, free of charge, to any person obtaining
657
+ a copy of this software and associated documentation files (the
658
+ 'Software'), to deal in the Software without restriction, including
659
+ without limitation the rights to use, copy, modify, merge, publish,
660
+ distribute, sublicense, and/or sell copies of the Software, and to
661
+ permit persons to whom the Software is furnished to do so, subject to
662
+ the following conditions:
663
+
664
+ The above copyright notice and this permission notice shall be
665
+ included in all copies or substantial portions of the Software.
666
+
667
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
668
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
669
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
670
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
671
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
672
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
673
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
674
+
675
+ -----------
676
+
677
+ The following npm packages may be included in this product:
678
+
679
+ - content-disposition@1.1.0
680
+ - forwarded@0.2.0
681
+ - media-typer@1.1.0
682
+ - vary@1.1.2
683
+
684
+ These packages each contain the following license:
685
+
686
+ (The MIT License)
687
+
688
+ Copyright (c) 2014-2017 Douglas Christopher Wilson
689
+
690
+ Permission is hereby granted, free of charge, to any person obtaining
691
+ a copy of this software and associated documentation files (the
692
+ 'Software'), to deal in the Software without restriction, including
693
+ without limitation the rights to use, copy, modify, merge, publish,
694
+ distribute, sublicense, and/or sell copies of the Software, and to
695
+ permit persons to whom the Software is furnished to do so, subject to
696
+ the following conditions:
697
+
698
+ The above copyright notice and this permission notice shall be
699
+ included in all copies or substantial portions of the Software.
700
+
701
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
702
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
703
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
704
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
705
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
706
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
707
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
708
+
709
+ -----------
710
+
711
+ The following npm package may be included in this product:
712
+
713
+ - debug@4.4.3
714
+
715
+ This package contains the following license:
716
+
717
+ (The MIT License)
718
+
719
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
720
+ Copyright (c) 2018-2021 Josh Junon
721
+
722
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
723
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
724
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
725
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
726
+ subject to the following conditions:
727
+
728
+ The above copyright notice and this permission notice shall be included in all copies or substantial
729
+ portions of the Software.
730
+
731
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
732
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
733
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
734
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
735
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
736
+
737
+ -----------
738
+
739
+ The following npm package may be included in this product:
740
+
741
+ - depd@2.0.0
742
+
743
+ This package contains the following license:
744
+
745
+ (The MIT License)
746
+
747
+ Copyright (c) 2014-2018 Douglas Christopher Wilson
748
+
749
+ Permission is hereby granted, free of charge, to any person obtaining
750
+ a copy of this software and associated documentation files (the
751
+ 'Software'), to deal in the Software without restriction, including
752
+ without limitation the rights to use, copy, modify, merge, publish,
753
+ distribute, sublicense, and/or sell copies of the Software, and to
754
+ permit persons to whom the Software is furnished to do so, subject to
755
+ the following conditions:
756
+
757
+ The above copyright notice and this permission notice shall be
758
+ included in all copies or substantial portions of the Software.
759
+
760
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
761
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
762
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
763
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
764
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
765
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
766
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
767
+
768
+ -----------
769
+
770
+ The following npm package may be included in this product:
771
+
772
+ - finalhandler@2.1.1
773
+
774
+ This package contains the following license:
775
+
776
+ (The MIT License)
777
+
778
+ Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
779
+
780
+ Permission is hereby granted, free of charge, to any person obtaining
781
+ a copy of this software and associated documentation files (the
782
+ 'Software'), to deal in the Software without restriction, including
783
+ without limitation the rights to use, copy, modify, merge, publish,
784
+ distribute, sublicense, and/or sell copies of the Software, and to
785
+ permit persons to whom the Software is furnished to do so, subject to
786
+ the following conditions:
787
+
788
+ The above copyright notice and this permission notice shall be
789
+ included in all copies or substantial portions of the Software.
790
+
791
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
792
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
793
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
794
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
795
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
796
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
797
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
798
+
799
+ -----------
800
+
801
+ The following npm packages may be included in this product:
802
+
803
+ - content-type@1.0.5
804
+ - content-type@2.0.0
805
+
806
+ These packages each contain the following license:
807
+
808
+ (The MIT License)
809
+
810
+ Copyright (c) 2015 Douglas Christopher Wilson
811
+
812
+ Permission is hereby granted, free of charge, to any person obtaining
813
+ a copy of this software and associated documentation files (the
814
+ 'Software'), to deal in the Software without restriction, including
815
+ without limitation the rights to use, copy, modify, merge, publish,
816
+ distribute, sublicense, and/or sell copies of the Software, and to
817
+ permit persons to whom the Software is furnished to do so, subject to
818
+ the following conditions:
819
+
820
+ The above copyright notice and this permission notice shall be
821
+ included in all copies or substantial portions of the Software.
822
+
823
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
824
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
825
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
826
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
827
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
828
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
829
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
830
+
831
+ -----------
832
+
833
+ The following npm package may be included in this product:
834
+
835
+ - unpipe@1.0.0
836
+
837
+ This package contains the following license:
838
+
839
+ (The MIT License)
840
+
841
+ Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
842
+
843
+ Permission is hereby granted, free of charge, to any person obtaining
844
+ a copy of this software and associated documentation files (the
845
+ 'Software'), to deal in the Software without restriction, including
846
+ without limitation the rights to use, copy, modify, merge, publish,
847
+ distribute, sublicense, and/or sell copies of the Software, and to
848
+ permit persons to whom the Software is furnished to do so, subject to
849
+ the following conditions:
850
+
851
+ The above copyright notice and this permission notice shall be
852
+ included in all copies or substantial portions of the Software.
853
+
854
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
855
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
856
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
857
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
858
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
859
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
860
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
861
+
862
+ -----------
863
+
864
+ The following npm package may be included in this product:
865
+
866
+ - encodeurl@2.0.0
867
+
868
+ This package contains the following license:
869
+
870
+ (The MIT License)
871
+
872
+ Copyright (c) 2016 Douglas Christopher Wilson
873
+
874
+ Permission is hereby granted, free of charge, to any person obtaining
875
+ a copy of this software and associated documentation files (the
876
+ 'Software'), to deal in the Software without restriction, including
877
+ without limitation the rights to use, copy, modify, merge, publish,
878
+ distribute, sublicense, and/or sell copies of the Software, and to
879
+ permit persons to whom the Software is furnished to do so, subject to
880
+ the following conditions:
881
+
882
+ The above copyright notice and this permission notice shall be
883
+ included in all copies or substantial portions of the Software.
884
+
885
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
886
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
887
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
888
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
889
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
890
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
891
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
892
+
893
+ -----------
894
+
895
+ The following npm package may be included in this product:
896
+
897
+ - express-rate-limit@8.5.2
898
+
899
+ This package contains the following license:
900
+
901
+ # MIT License
902
+
903
+ Copyright 2023 Nathan Friedly, Vedant K
904
+
905
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
906
+ this software and associated documentation files (the "Software"), to deal in
907
+ the Software without restriction, including without limitation the rights to
908
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
909
+ the Software, and to permit persons to whom the Software is furnished to do so,
910
+ subject to the following conditions:
911
+
912
+ The above copyright notice and this permission notice shall be included in all
913
+ copies or substantial portions of the Software.
914
+
915
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
916
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
917
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
918
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
919
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
920
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
921
+
922
+ -----------
923
+
924
+ The following npm package may be included in this product:
925
+
926
+ - json-schema-typed@8.0.2
927
+
928
+ This package contains the following license:
929
+
930
+ BSD 2-Clause License
931
+
932
+ Original source code is copyright (c) 2019-2025 Remy Rylan
933
+ <https://github.com/RemyRylan>
934
+
935
+ All JSON Schema documentation and descriptions are copyright (c):
936
+
937
+ 2009 [draft-0] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
938
+ and SitePen (USA) <https://www.sitepen.com/>.
939
+
940
+ 2009 [draft-1] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
941
+ and SitePen (USA) <https://www.sitepen.com/>.
942
+
943
+ 2010 [draft-2] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
944
+ and SitePen (USA) <https://www.sitepen.com/>.
945
+
946
+ 2010 [draft-3] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
947
+ Gary Court <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
948
+
949
+ 2013 [draft-4] IETF Trust <https://www.ietf.org/>), Francis Galiegue
950
+ <fgaliegue@gmail.com>, Kris Zyp <kris@sitepen.com>, Gary Court
951
+ <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
952
+
953
+ 2018 [draft-7] IETF Trust <https://www.ietf.org/>, Austin Wright <aaa@bzfx.net>,
954
+ Henry Andrews <henry@cloudflare.com>, Geraint Luff <luffgd@gmail.com>, and
955
+ Cloudflare, Inc. <https://www.cloudflare.com/>.
956
+
957
+ 2019 [draft-2019-09] IETF Trust <https://www.ietf.org/>, Austin Wright
958
+ <aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
959
+ <bh7@sanger.ac.uk>, and Greg Dennis <gregsdennis@yahoo.com>.
960
+
961
+ 2020 [draft-2020-12] IETF Trust <https://www.ietf.org/>, Austin Wright
962
+ <aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
963
+ <ben@jsonschema.dev>, and Greg Dennis <gregsdennis@yahoo.com>.
964
+
965
+ All rights reserved.
966
+
967
+ Redistribution and use in source and binary forms, with or without modification,
968
+ are permitted provided that the following conditions are met:
969
+
970
+ 1. Redistributions of source code must retain the above copyright notice, this
971
+ list of conditions and the following disclaimer.
972
+
973
+ 2. Redistributions in binary form must reproduce the above copyright notice,
974
+ this list of conditions and the following disclaimer in the documentation
975
+ and/or other materials provided with the distribution.
976
+
977
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
978
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
979
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
980
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
981
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
982
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
983
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
984
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
985
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
986
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
987
+
988
+ -----------
989
+
990
+ The following npm package may be included in this product:
991
+
992
+ - qs@6.15.3
993
+
994
+ This package contains the following license:
995
+
996
+ BSD 3-Clause License
997
+
998
+ Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
999
+ All rights reserved.
1000
+
1001
+ Redistribution and use in source and binary forms, with or without
1002
+ modification, are permitted provided that the following conditions are met:
1003
+
1004
+ 1. Redistributions of source code must retain the above copyright notice, this
1005
+ list of conditions and the following disclaimer.
1006
+
1007
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1008
+ this list of conditions and the following disclaimer in the documentation
1009
+ and/or other materials provided with the distribution.
1010
+
1011
+ 3. Neither the name of the copyright holder nor the names of its
1012
+ contributors may be used to endorse or promote products derived from
1013
+ this software without specific prior written permission.
1014
+
1015
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1016
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1017
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1018
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1019
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1020
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1021
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1022
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1023
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1024
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1025
+
1026
+ -----------
1027
+
1028
+ The following npm package may be included in this product:
1029
+
1030
+ - iconv-lite@0.7.2
1031
+
1032
+ This package contains the following license:
1033
+
1034
+ Copyright (c) 2011 Alexander Shtuchkin
1035
+
1036
+ Permission is hereby granted, free of charge, to any person obtaining
1037
+ a copy of this software and associated documentation files (the
1038
+ "Software"), to deal in the Software without restriction, including
1039
+ without limitation the rights to use, copy, modify, merge, publish,
1040
+ distribute, sublicense, and/or sell copies of the Software, and to
1041
+ permit persons to whom the Software is furnished to do so, subject to
1042
+ the following conditions:
1043
+
1044
+ The above copyright notice and this permission notice shall be
1045
+ included in all copies or substantial portions of the Software.
1046
+
1047
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1048
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1049
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1050
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1051
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1052
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1053
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1054
+
1055
+ -----------
1056
+
1057
+ The following npm package may be included in this product:
1058
+
1059
+ - ip-address@10.2.0
1060
+
1061
+ This package contains the following license:
1062
+
1063
+ Copyright (C) 2011 by Beau Gunderson
1064
+
1065
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1066
+ of this software and associated documentation files (the "Software"), to deal
1067
+ in the Software without restriction, including without limitation the rights
1068
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1069
+ copies of the Software, and to permit persons to whom the Software is
1070
+ furnished to do so, subject to the following conditions:
1071
+
1072
+ The above copyright notice and this permission notice shall be included in
1073
+ all copies or substantial portions of the Software.
1074
+
1075
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1076
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1077
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1078
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1079
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1080
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1081
+ THE SOFTWARE.
1082
+
1083
+ -----------
1084
+
1085
+ The following npm package may be included in this product:
1086
+
1087
+ - ipaddr.js@1.9.1
1088
+
1089
+ This package contains the following license:
1090
+
1091
+ Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
1092
+
1093
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1094
+ of this software and associated documentation files (the "Software"), to deal
1095
+ in the Software without restriction, including without limitation the rights
1096
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1097
+ copies of the Software, and to permit persons to whom the Software is
1098
+ furnished to do so, subject to the following conditions:
1099
+
1100
+ The above copyright notice and this permission notice shall be included in
1101
+ all copies or substantial portions of the Software.
1102
+
1103
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1104
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1105
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1106
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1107
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1108
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1109
+ THE SOFTWARE.
1110
+
1111
+ -----------
1112
+
1113
+ The following npm package may be included in this product:
1114
+
1115
+ - fast-uri@3.1.2
1116
+
1117
+ This package contains the following license:
1118
+
1119
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
1120
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
1121
+ All rights reserved.
1122
+
1123
+ Redistribution and use in source and binary forms, with or without
1124
+ modification, are permitted provided that the following conditions are met:
1125
+ * Redistributions of source code must retain the above copyright
1126
+ notice, this list of conditions and the following disclaimer.
1127
+ * Redistributions in binary form must reproduce the above copyright
1128
+ notice, this list of conditions and the following disclaimer in the
1129
+ documentation and/or other materials provided with the distribution.
1130
+ * The names of any contributors may not be used to endorse or promote
1131
+ products derived from this software without specific prior written
1132
+ permission.
1133
+
1134
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1135
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1136
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1137
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
1138
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1139
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1140
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1141
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1142
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1143
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1144
+
1145
+ * * *
1146
+
1147
+ The complete list of contributors can be found at:
1148
+ - https://github.com/garycourt/uri-js/graphs/contributors
1149
+
1150
+ -----------
1151
+
1152
+ The following npm package may be included in this product:
1153
+
1154
+ - function-bind@1.1.2
1155
+
1156
+ This package contains the following license:
1157
+
1158
+ Copyright (c) 2013 Raynos.
1159
+
1160
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1161
+ of this software and associated documentation files (the "Software"), to deal
1162
+ in the Software without restriction, including without limitation the rights
1163
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1164
+ copies of the Software, and to permit persons to whom the Software is
1165
+ furnished to do so, subject to the following conditions:
1166
+
1167
+ The above copyright notice and this permission notice shall be included in
1168
+ all copies or substantial portions of the Software.
1169
+
1170
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1171
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1172
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1173
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1174
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1175
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1176
+ THE SOFTWARE.
1177
+
1178
+ -----------
1179
+
1180
+ The following npm package may be included in this product:
1181
+
1182
+ - is-promise@4.0.0
1183
+
1184
+ This package contains the following license:
1185
+
1186
+ Copyright (c) 2014 Forbes Lindesay
1187
+
1188
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1189
+ of this software and associated documentation files (the "Software"), to deal
1190
+ in the Software without restriction, including without limitation the rights
1191
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1192
+ copies of the Software, and to permit persons to whom the Software is
1193
+ furnished to do so, subject to the following conditions:
1194
+
1195
+ The above copyright notice and this permission notice shall be included in
1196
+ all copies or substantial portions of the Software.
1197
+
1198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1199
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1200
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1201
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1202
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1203
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1204
+ THE SOFTWARE.
1205
+
1206
+ -----------
1207
+
1208
+ The following npm package may be included in this product:
1209
+
1210
+ - setprototypeof@1.2.0
1211
+
1212
+ This package contains the following license:
1213
+
1214
+ Copyright (c) 2015, Wes Todd
1215
+
1216
+ Permission to use, copy, modify, and/or distribute this software for any
1217
+ purpose with or without fee is hereby granted, provided that the above
1218
+ copyright notice and this permission notice appear in all copies.
1219
+
1220
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1221
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1222
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
1223
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1224
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
1225
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1226
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1227
+
1228
+ -----------
1229
+
1230
+ The following npm package may be included in this product:
1231
+
1232
+ - zod-to-json-schema@3.25.2
1233
+
1234
+ This package contains the following license:
1235
+
1236
+ ISC License
1237
+
1238
+ Copyright (c) 2020, Stefan Terdell
1239
+
1240
+ Permission to use, copy, modify, and/or distribute this software for any
1241
+ purpose with or without fee is hereby granted, provided that the above
1242
+ copyright notice and this permission notice appear in all copies.
1243
+
1244
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1245
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1246
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1247
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1248
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1249
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1250
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1251
+
1252
+ -----------
1253
+
1254
+ The following npm package may be included in this product:
1255
+
1256
+ - object-inspect@1.13.4
1257
+
1258
+ This package contains the following license:
1259
+
1260
+ MIT License
1261
+
1262
+ Copyright (c) 2013 James Halliday
1263
+
1264
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1265
+ of this software and associated documentation files (the "Software"), to deal
1266
+ in the Software without restriction, including without limitation the rights
1267
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1268
+ copies of the Software, and to permit persons to whom the Software is
1269
+ furnished to do so, subject to the following conditions:
1270
+
1271
+ The above copyright notice and this permission notice shall be included in all
1272
+ copies or substantial portions of the Software.
1273
+
1274
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1275
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1276
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1277
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1278
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1279
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1280
+ SOFTWARE.
1281
+
1282
+ -----------
1283
+
1284
+ The following npm package may be included in this product:
1285
+
1286
+ - toidentifier@1.0.1
1287
+
1288
+ This package contains the following license:
1289
+
1290
+ MIT License
1291
+
1292
+ Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
1293
+
1294
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1295
+ of this software and associated documentation files (the "Software"), to deal
1296
+ in the Software without restriction, including without limitation the rights
1297
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1298
+ copies of the Software, and to permit persons to whom the Software is
1299
+ furnished to do so, subject to the following conditions:
1300
+
1301
+ The above copyright notice and this permission notice shall be included in all
1302
+ copies or substantial portions of the Software.
1303
+
1304
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1305
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1306
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1307
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1308
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1309
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1310
+ SOFTWARE.
1311
+
1312
+ -----------
1313
+
1314
+ The following npm package may be included in this product:
1315
+
1316
+ - has-symbols@1.1.0
1317
+
1318
+ This package contains the following license:
1319
+
1320
+ MIT License
1321
+
1322
+ Copyright (c) 2016 Jordan Harband
1323
+
1324
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1325
+ of this software and associated documentation files (the "Software"), to deal
1326
+ in the Software without restriction, including without limitation the rights
1327
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1328
+ copies of the Software, and to permit persons to whom the Software is
1329
+ furnished to do so, subject to the following conditions:
1330
+
1331
+ The above copyright notice and this permission notice shall be included in all
1332
+ copies or substantial portions of the Software.
1333
+
1334
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1335
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1336
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1337
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1338
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1339
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1340
+ SOFTWARE.
1341
+
1342
+ -----------
1343
+
1344
+ The following npm packages may be included in this product:
1345
+
1346
+ - fast-deep-equal@3.1.3
1347
+ - json-schema-traverse@1.0.0
1348
+
1349
+ These packages each contain the following license:
1350
+
1351
+ MIT License
1352
+
1353
+ Copyright (c) 2017 Evgeny Poberezkin
1354
+
1355
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1356
+ of this software and associated documentation files (the "Software"), to deal
1357
+ in the Software without restriction, including without limitation the rights
1358
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1359
+ copies of the Software, and to permit persons to whom the Software is
1360
+ furnished to do so, subject to the following conditions:
1361
+
1362
+ The above copyright notice and this permission notice shall be included in all
1363
+ copies or substantial portions of the Software.
1364
+
1365
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1366
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1367
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1368
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1369
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1370
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1371
+ SOFTWARE.
1372
+
1373
+ -----------
1374
+
1375
+ The following npm package may be included in this product:
1376
+
1377
+ - safer-buffer@2.1.2
1378
+
1379
+ This package contains the following license:
1380
+
1381
+ MIT License
1382
+
1383
+ Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
1384
+
1385
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1386
+ of this software and associated documentation files (the "Software"), to deal
1387
+ in the Software without restriction, including without limitation the rights
1388
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1389
+ copies of the Software, and to permit persons to whom the Software is
1390
+ furnished to do so, subject to the following conditions:
1391
+
1392
+ The above copyright notice and this permission notice shall be included in all
1393
+ copies or substantial portions of the Software.
1394
+
1395
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1396
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1397
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1398
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1399
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1400
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1401
+ SOFTWARE.
1402
+
1403
+ -----------
1404
+
1405
+ The following npm package may be included in this product:
1406
+
1407
+ - pkce-challenge@5.0.1
1408
+
1409
+ This package contains the following license:
1410
+
1411
+ MIT License
1412
+
1413
+ Copyright (c) 2019
1414
+
1415
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1416
+ of this software and associated documentation files (the "Software"), to deal
1417
+ in the Software without restriction, including without limitation the rights
1418
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1419
+ copies of the Software, and to permit persons to whom the Software is
1420
+ furnished to do so, subject to the following conditions:
1421
+
1422
+ The above copyright notice and this permission notice shall be included in all
1423
+ copies or substantial portions of the Software.
1424
+
1425
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1426
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1427
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1428
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1429
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1430
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1431
+ SOFTWARE.
1432
+
1433
+ -----------
1434
+
1435
+ The following npm packages may be included in this product:
1436
+
1437
+ - side-channel-weakmap@1.0.2
1438
+ - side-channel@1.1.1
1439
+
1440
+ These packages each contain the following license:
1441
+
1442
+ MIT License
1443
+
1444
+ Copyright (c) 2019 Jordan Harband
1445
+
1446
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1447
+ of this software and associated documentation files (the "Software"), to deal
1448
+ in the Software without restriction, including without limitation the rights
1449
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1450
+ copies of the Software, and to permit persons to whom the Software is
1451
+ furnished to do so, subject to the following conditions:
1452
+
1453
+ The above copyright notice and this permission notice shall be included in all
1454
+ copies or substantial portions of the Software.
1455
+
1456
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1457
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1458
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1459
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1460
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1461
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1462
+ SOFTWARE.
1463
+
1464
+ -----------
1465
+
1466
+ The following npm package may be included in this product:
1467
+
1468
+ - ajv-formats@3.0.1
1469
+
1470
+ This package contains the following license:
1471
+
1472
+ MIT License
1473
+
1474
+ Copyright (c) 2020 Evgeny Poberezkin
1475
+
1476
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1477
+ of this software and associated documentation files (the "Software"), to deal
1478
+ in the Software without restriction, including without limitation the rights
1479
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1480
+ copies of the Software, and to permit persons to whom the Software is
1481
+ furnished to do so, subject to the following conditions:
1482
+
1483
+ The above copyright notice and this permission notice shall be included in all
1484
+ copies or substantial portions of the Software.
1485
+
1486
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1487
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1488
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1489
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1490
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1491
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1492
+ SOFTWARE.
1493
+
1494
+ -----------
1495
+
1496
+ The following npm package may be included in this product:
1497
+
1498
+ - get-intrinsic@1.3.0
1499
+
1500
+ This package contains the following license:
1501
+
1502
+ MIT License
1503
+
1504
+ Copyright (c) 2020 Jordan Harband
1505
+
1506
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1507
+ of this software and associated documentation files (the "Software"), to deal
1508
+ in the Software without restriction, including without limitation the rights
1509
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1510
+ copies of the Software, and to permit persons to whom the Software is
1511
+ furnished to do so, subject to the following conditions:
1512
+
1513
+ The above copyright notice and this permission notice shall be included in all
1514
+ copies or substantial portions of the Software.
1515
+
1516
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1517
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1518
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1519
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1520
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1521
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1522
+ SOFTWARE.
1523
+
1524
+ -----------
1525
+
1526
+ The following npm package may be included in this product:
1527
+
1528
+ - hono@4.12.27
1529
+
1530
+ This package contains the following license:
1531
+
1532
+ MIT License
1533
+
1534
+ Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
1535
+
1536
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1537
+ of this software and associated documentation files (the "Software"), to deal
1538
+ in the Software without restriction, including without limitation the rights
1539
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1540
+ copies of the Software, and to permit persons to whom the Software is
1541
+ furnished to do so, subject to the following conditions:
1542
+
1543
+ The above copyright notice and this permission notice shall be included in all
1544
+ copies or substantial portions of the Software.
1545
+
1546
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1547
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1548
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1549
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1550
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1551
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1552
+ SOFTWARE.
1553
+
1554
+ -----------
1555
+
1556
+ The following npm package may be included in this product:
1557
+
1558
+ - @hono/node-server@1.19.14
1559
+
1560
+ This package contains the following license:
1561
+
1562
+ MIT License
1563
+
1564
+ Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
1565
+
1566
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1567
+ of this software and associated documentation files (the "Software"), to deal
1568
+ in the Software without restriction, including without limitation the rights
1569
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1570
+ copies of the Software, and to permit persons to whom the Software is
1571
+ furnished to do so, subject to the following conditions:
1572
+
1573
+ The above copyright notice and this permission notice shall be included in all
1574
+ copies or substantial portions of the Software.
1575
+
1576
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1577
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1578
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1579
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1580
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1581
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1582
+ SOFTWARE.
1583
+
1584
+ -----------
1585
+
1586
+ The following npm package may be included in this product:
1587
+
1588
+ - gopd@1.2.0
1589
+
1590
+ This package contains the following license:
1591
+
1592
+ MIT License
1593
+
1594
+ Copyright (c) 2022 Jordan Harband
1595
+
1596
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1597
+ of this software and associated documentation files (the "Software"), to deal
1598
+ in the Software without restriction, including without limitation the rights
1599
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1600
+ copies of the Software, and to permit persons to whom the Software is
1601
+ furnished to do so, subject to the following conditions:
1602
+
1603
+ The above copyright notice and this permission notice shall be included in all
1604
+ copies or substantial portions of the Software.
1605
+
1606
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1607
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1608
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1609
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1610
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1611
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1612
+ SOFTWARE.
1613
+
1614
+ -----------
1615
+
1616
+ The following npm package may be included in this product:
1617
+
1618
+ - @modelcontextprotocol/sdk@1.29.0
1619
+
1620
+ This package contains the following license:
1621
+
1622
+ MIT License
1623
+
1624
+ Copyright (c) 2024 Anthropic, PBC
1625
+
1626
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1627
+ of this software and associated documentation files (the "Software"), to deal
1628
+ in the Software without restriction, including without limitation the rights
1629
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1630
+ copies of the Software, and to permit persons to whom the Software is
1631
+ furnished to do so, subject to the following conditions:
1632
+
1633
+ The above copyright notice and this permission notice shall be included in all
1634
+ copies or substantial portions of the Software.
1635
+
1636
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1637
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1638
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1639
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1640
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1641
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1642
+ SOFTWARE.
1643
+
1644
+ -----------
1645
+
1646
+ The following npm packages may be included in this product:
1647
+
1648
+ - dunder-proto@1.0.1
1649
+ - math-intrinsics@1.1.0
1650
+
1651
+ These packages each contain the following license:
1652
+
1653
+ MIT License
1654
+
1655
+ Copyright (c) 2024 ECMAScript Shims
1656
+
1657
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1658
+ of this software and associated documentation files (the "Software"), to deal
1659
+ in the Software without restriction, including without limitation the rights
1660
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1661
+ copies of the Software, and to permit persons to whom the Software is
1662
+ furnished to do so, subject to the following conditions:
1663
+
1664
+ The above copyright notice and this permission notice shall be included in all
1665
+ copies or substantial portions of the Software.
1666
+
1667
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1668
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1669
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1670
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1671
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1672
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1673
+ SOFTWARE.
1674
+
1675
+ -----------
1676
+
1677
+ The following npm packages may be included in this product:
1678
+
1679
+ - call-bind-apply-helpers@1.0.2
1680
+ - call-bound@1.0.4
1681
+ - es-define-property@1.0.1
1682
+ - es-errors@1.3.0
1683
+ - es-object-atoms@1.1.2
1684
+ - side-channel-list@1.0.1
1685
+ - side-channel-map@1.0.1
1686
+
1687
+ These packages each contain the following license:
1688
+
1689
+ MIT License
1690
+
1691
+ Copyright (c) 2024 Jordan Harband
1692
+
1693
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1694
+ of this software and associated documentation files (the "Software"), to deal
1695
+ in the Software without restriction, including without limitation the rights
1696
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1697
+ copies of the Software, and to permit persons to whom the Software is
1698
+ furnished to do so, subject to the following conditions:
1699
+
1700
+ The above copyright notice and this permission notice shall be included in all
1701
+ copies or substantial portions of the Software.
1702
+
1703
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1704
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1705
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1706
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1707
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1708
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1709
+ SOFTWARE.
1710
+
1711
+ -----------
1712
+
1713
+ The following npm package may be included in this product:
1714
+
1715
+ - zod@3.25.76
1716
+
1717
+ This package contains the following license:
1718
+
1719
+ MIT License
1720
+
1721
+ Copyright (c) 2025 Colin McDonnell
1722
+
1723
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1724
+ of this software and associated documentation files (the "Software"), to deal
1725
+ in the Software without restriction, including without limitation the rights
1726
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1727
+ copies of the Software, and to permit persons to whom the Software is
1728
+ furnished to do so, subject to the following conditions:
1729
+
1730
+ The above copyright notice and this permission notice shall be included in all
1731
+ copies or substantial portions of the Software.
1732
+
1733
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1734
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1735
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1736
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1737
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1738
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1739
+ SOFTWARE.
1740
+
1741
+ -----------
1742
+
1743
+ The following npm package may be included in this product:
1744
+
1745
+ - get-proto@1.0.1
1746
+
1747
+ This package contains the following license:
1748
+
1749
+ MIT License
1750
+
1751
+ Copyright (c) 2025 Jordan Harband
1752
+
1753
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1754
+ of this software and associated documentation files (the "Software"), to deal
1755
+ in the Software without restriction, including without limitation the rights
1756
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1757
+ copies of the Software, and to permit persons to whom the Software is
1758
+ furnished to do so, subject to the following conditions:
1759
+
1760
+ The above copyright notice and this permission notice shall be included in all
1761
+ copies or substantial portions of the Software.
1762
+
1763
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1764
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1765
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1766
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1767
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1768
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1769
+ SOFTWARE.
1770
+
1771
+ -----------
1772
+
1773
+ The following npm package may be included in this product:
1774
+
1775
+ - eventsource-parser@3.1.0
1776
+
1777
+ This package contains the following license:
1778
+
1779
+ MIT License
1780
+
1781
+ Copyright (c) 2026 Espen Hovlandsdal <espen@hovlandsdal.com>
1782
+
1783
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1784
+ of this software and associated documentation files (the "Software"), to deal
1785
+ in the Software without restriction, including without limitation the rights
1786
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1787
+ copies of the Software, and to permit persons to whom the Software is
1788
+ furnished to do so, subject to the following conditions:
1789
+
1790
+ The above copyright notice and this permission notice shall be included in all
1791
+ copies or substantial portions of the Software.
1792
+
1793
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1794
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1795
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1796
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1797
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1798
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1799
+ SOFTWARE.
1800
+
1801
+ -----------
1802
+
1803
+ The following npm package may be included in this product:
1804
+
1805
+ - merge-descriptors@2.0.0
1806
+
1807
+ This package contains the following license:
1808
+
1809
+ MIT License
1810
+
1811
+ Copyright (c) Jonathan Ong <me@jongleberry.com>
1812
+ Copyright (c) Douglas Christopher Wilson <doug@somethingdoug.com>
1813
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1814
+
1815
+ 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:
1816
+
1817
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1818
+
1819
+ 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.
1820
+
1821
+ -----------
1822
+
1823
+ The following npm package may be included in this product:
1824
+
1825
+ - hasown@2.0.4
1826
+
1827
+ This package contains the following license:
1828
+
1829
+ MIT License
1830
+
1831
+ Copyright (c) Jordan Harband and contributors
1832
+
1833
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1834
+ of this software and associated documentation files (the "Software"), to deal
1835
+ in the Software without restriction, including without limitation the rights
1836
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1837
+ copies of the Software, and to permit persons to whom the Software is
1838
+ furnished to do so, subject to the following conditions:
1839
+
1840
+ The above copyright notice and this permission notice shall be included in all
1841
+ copies or substantial portions of the Software.
1842
+
1843
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1844
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1845
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1846
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1847
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1848
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1849
+ SOFTWARE.
1850
+
1851
+ -----------
1852
+
1853
+ The following npm package may be included in this product:
1854
+
1855
+ - shebang-command@2.0.0
1856
+
1857
+ This package contains the following license:
1858
+
1859
+ MIT License
1860
+
1861
+ Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
1862
+
1863
+ 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:
1864
+
1865
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1866
+
1867
+ 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.
1868
+
1869
+ -----------
1870
+
1871
+ The following npm packages may be included in this product:
1872
+
1873
+ - path-key@3.1.1
1874
+ - shebang-regex@3.0.0
1875
+
1876
+ These packages each contain the following license:
1877
+
1878
+ MIT License
1879
+
1880
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1881
+
1882
+ 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:
1883
+
1884
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1885
+
1886
+ 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.
1887
+
1888
+ -----------
1889
+
1890
+ The following npm package may be included in this product:
1891
+
1892
+ - inherits@2.0.4
1893
+
1894
+ This package contains the following license:
1895
+
1896
+ The ISC License
1897
+
1898
+ Copyright (c) Isaac Z. Schlueter
1899
+
1900
+ Permission to use, copy, modify, and/or distribute this software for any
1901
+ purpose with or without fee is hereby granted, provided that the above
1902
+ copyright notice and this permission notice appear in all copies.
1903
+
1904
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1905
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1906
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1907
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1908
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1909
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1910
+ PERFORMANCE OF THIS SOFTWARE.
1911
+
1912
+ -----------
1913
+
1914
+ The following npm packages may be included in this product:
1915
+
1916
+ - isexe@2.0.0
1917
+ - once@1.4.0
1918
+ - which@2.0.2
1919
+ - wrappy@1.0.2
1920
+
1921
+ These packages each contain the following license:
1922
+
1923
+ The ISC License
1924
+
1925
+ Copyright (c) Isaac Z. Schlueter and Contributors
1926
+
1927
+ Permission to use, copy, modify, and/or distribute this software for any
1928
+ purpose with or without fee is hereby granted, provided that the above
1929
+ copyright notice and this permission notice appear in all copies.
1930
+
1931
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1932
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1933
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1934
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1935
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1936
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1937
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1938
+
1939
+ -----------
1940
+
1941
+ The following npm package may be included in this product:
1942
+
1943
+ - eventsource@3.0.7
1944
+
1945
+ This package contains the following license:
1946
+
1947
+ The MIT License
1948
+
1949
+ Copyright (c) EventSource GitHub organisation
1950
+
1951
+ Permission is hereby granted, free of charge, to any person obtaining
1952
+ a copy of this software and associated documentation files (the
1953
+ "Software"), to deal in the Software without restriction, including
1954
+ without limitation the rights to use, copy, modify, merge, publish,
1955
+ distribute, sublicense, and/or sell copies of the Software, and to
1956
+ permit persons to whom the Software is furnished to do so, subject to
1957
+ the following conditions:
1958
+
1959
+ The above copyright notice and this permission notice shall be
1960
+ included in all copies or substantial portions of the Software.
1961
+
1962
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1963
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1964
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1965
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1966
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1967
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1968
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1969
+
1970
+ -----------
1971
+
1972
+ The following npm package may be included in this product:
1973
+
1974
+ - raw-body@3.0.2
1975
+
1976
+ This package contains the following license:
1977
+
1978
+ The MIT License (MIT)
1979
+
1980
+ Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
1981
+ Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1982
+
1983
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1984
+ of this software and associated documentation files (the "Software"), to deal
1985
+ in the Software without restriction, including without limitation the rights
1986
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1987
+ copies of the Software, and to permit persons to whom the Software is
1988
+ furnished to do so, subject to the following conditions:
1989
+
1990
+ The above copyright notice and this permission notice shall be included in
1991
+ all copies or substantial portions of the Software.
1992
+
1993
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1994
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1995
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1996
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1997
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1998
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1999
+ THE SOFTWARE.
2000
+
2001
+ -----------
2002
+
2003
+ The following npm package may be included in this product:
2004
+
2005
+ - path-to-regexp@8.4.2
2006
+
2007
+ This package contains the following license:
2008
+
2009
+ The MIT License (MIT)
2010
+
2011
+ Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
2012
+
2013
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2014
+ of this software and associated documentation files (the "Software"), to deal
2015
+ in the Software without restriction, including without limitation the rights
2016
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2017
+ copies of the Software, and to permit persons to whom the Software is
2018
+ furnished to do so, subject to the following conditions:
2019
+
2020
+ The above copyright notice and this permission notice shall be included in
2021
+ all copies or substantial portions of the Software.
2022
+
2023
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2024
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2025
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2026
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2027
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2028
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2029
+ THE SOFTWARE.
2030
+
2031
+ -----------
2032
+
2033
+ The following npm package may be included in this product:
2034
+
2035
+ - ajv@8.20.0
2036
+
2037
+ This package contains the following license:
2038
+
2039
+ The MIT License (MIT)
2040
+
2041
+ Copyright (c) 2015-2021 Evgeny Poberezkin
2042
+
2043
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2044
+ of this software and associated documentation files (the "Software"), to deal
2045
+ in the Software without restriction, including without limitation the rights
2046
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2047
+ copies of the Software, and to permit persons to whom the Software is
2048
+ furnished to do so, subject to the following conditions:
2049
+
2050
+ The above copyright notice and this permission notice shall be included in all
2051
+ copies or substantial portions of the Software.
2052
+
2053
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2054
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2055
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2056
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2057
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2058
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2059
+ SOFTWARE.
2060
+
2061
+ -----------
2062
+
2063
+ The following npm package may be included in this product:
2064
+
2065
+ - jose@6.2.3
2066
+
2067
+ This package contains the following license:
2068
+
2069
+ The MIT License (MIT)
2070
+
2071
+ Copyright (c) 2018 Filip Skokan
2072
+
2073
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2074
+ of this software and associated documentation files (the "Software"), to deal
2075
+ in the Software without restriction, including without limitation the rights
2076
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2077
+ copies of the Software, and to permit persons to whom the Software is
2078
+ furnished to do so, subject to the following conditions:
2079
+
2080
+ The above copyright notice and this permission notice shall be included in all
2081
+ copies or substantial portions of the Software.
2082
+
2083
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2084
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2085
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2086
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2087
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2088
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2089
+ SOFTWARE.
2090
+
2091
+ -----------
2092
+
2093
+ The following npm package may be included in this product:
2094
+
2095
+ - cross-spawn@7.0.6
2096
+
2097
+ This package contains the following license:
2098
+
2099
+ The MIT License (MIT)
2100
+
2101
+ Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
2102
+
2103
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2104
+ of this software and associated documentation files (the "Software"), to deal
2105
+ in the Software without restriction, including without limitation the rights
2106
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2107
+ copies of the Software, and to permit persons to whom the Software is
2108
+ furnished to do so, subject to the following conditions:
2109
+
2110
+ The above copyright notice and this permission notice shall be included in
2111
+ all copies or substantial portions of the Software.
2112
+
2113
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2114
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2115
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2116
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2117
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2118
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2119
+ THE SOFTWARE.
2120
+
2121
+ -----------
2122
+
2123
+ The following npm package may be included in this product:
2124
+
2125
+ - ms@2.1.3
2126
+
2127
+ This package contains the following license:
2128
+
2129
+ The MIT License (MIT)
2130
+
2131
+ Copyright (c) 2020 Vercel, Inc.
2132
+
2133
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2134
+ of this software and associated documentation files (the "Software"), to deal
2135
+ in the Software without restriction, including without limitation the rights
2136
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2137
+ copies of the Software, and to permit persons to whom the Software is
2138
+ furnished to do so, subject to the following conditions:
2139
+
2140
+ The above copyright notice and this permission notice shall be included in all
2141
+ copies or substantial portions of the Software.
2142
+
2143
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2144
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2145
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2146
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2147
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2148
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2149
+ SOFTWARE.
2150
+
2151
+ -----------
2152
+
2153
+ The following npm package may be included in this product:
2154
+
2155
+ - object-assign@4.1.1
2156
+
2157
+ This package contains the following license:
2158
+
2159
+ The MIT License (MIT)
2160
+
2161
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2162
+
2163
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2164
+ of this software and associated documentation files (the "Software"), to deal
2165
+ in the Software without restriction, including without limitation the rights
2166
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2167
+ copies of the Software, and to permit persons to whom the Software is
2168
+ furnished to do so, subject to the following conditions:
2169
+
2170
+ The above copyright notice and this permission notice shall be included in
2171
+ all copies or substantial portions of the Software.
2172
+
2173
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2174
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2175
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2176
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2177
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2178
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2179
+ THE SOFTWARE.
2180
+
2181
+ -----------
2182
+
2183
+ The following npm package may be included in this product:
2184
+
2185
+ - require-from-string@2.0.2
2186
+
2187
+ This package contains the following license:
2188
+
2189
+ The MIT License (MIT)
2190
+
2191
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
2192
+
2193
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2194
+ of this software and associated documentation files (the "Software"), to deal
2195
+ in the Software without restriction, including without limitation the rights
2196
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2197
+ copies of the Software, and to permit persons to whom the Software is
2198
+ furnished to do so, subject to the following conditions:
2199
+
2200
+ The above copyright notice and this permission notice shall be included in
2201
+ all copies or substantial portions of the Software.
2202
+
2203
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2204
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2205
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2206
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2207
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2208
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2209
+ THE SOFTWARE.
2210
+
2211
+ -----------
2212
+
2213
+ This file was generated with the generate-license-file npm package!
2214
+ https://www.npmjs.com/package/generate-license-file