offerguard-mcp-server 0.3.1 → 0.4.2

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