@datadog/datadog-ci-plugin-sarif 5.12.0 → 5.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1667 @@
1
+ Bundled license information:
2
+
3
+ @kwsites/file-exists/LICENSE:
4
+ /*
5
+ * The MIT License (MIT)
6
+ *
7
+ * Copyright (c) 2015 Steve King
8
+ *
9
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
10
+ * this software and associated documentation files (the "Software"), to deal in
11
+ * the Software without restriction, including without limitation the rights to
12
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
13
+ * the Software, and to permit persons to whom the Software is furnished to do so,
14
+ * subject to the following conditions:
15
+ *
16
+ * The above copyright notice and this permission notice shall be included in all
17
+ * copies or substantial portions of the Software.
18
+ *
19
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
22
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
23
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
24
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
+ */
26
+
27
+ @kwsites/promise-deferred/LICENSE:
28
+ /*
29
+ * MIT License
30
+ *
31
+ * Copyright (c) 2018 kwsites
32
+ *
33
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
34
+ * of this software and associated documentation files (the "Software"), to deal
35
+ * in the Software without restriction, including without limitation the rights
36
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37
+ * copies of the Software, and to permit persons to whom the Software is
38
+ * furnished to do so, subject to the following conditions:
39
+ *
40
+ * The above copyright notice and this permission notice shall be included in all
41
+ * copies or substantial portions of the Software.
42
+ *
43
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49
+ * SOFTWARE.
50
+ */
51
+
52
+ @tootallnate/quickjs-emscripten/LICENSE:
53
+ /*
54
+ * MIT License
55
+ *
56
+ * quickjs-emscripten copyright (c) 2019 Jake Teton-Landis
57
+ *
58
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
59
+ * of this software and associated documentation files (the "Software"), to deal
60
+ * in the Software without restriction, including without limitation the rights
61
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
62
+ * copies of the Software, and to permit persons to whom the Software is
63
+ * furnished to do so, subject to the following conditions:
64
+ *
65
+ * The above copyright notice and this permission notice shall be included in all
66
+ * copies or substantial portions of the Software.
67
+ *
68
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
71
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
72
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
73
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
74
+ * SOFTWARE.
75
+ */
76
+
77
+ agent-base/LICENSE:
78
+ /*
79
+ * (The MIT License)
80
+ *
81
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
82
+ *
83
+ * Permission is hereby granted, free of charge, to any person obtaining
84
+ * a copy of this software and associated documentation files (the
85
+ * 'Software'), to deal in the Software without restriction, including
86
+ * without limitation the rights to use, copy, modify, merge, publish,
87
+ * distribute, sublicense, and/or sell copies of the Software, and to
88
+ * permit persons to whom the Software is furnished to do so, subject to
89
+ * the following conditions:
90
+ *
91
+ * The above copyright notice and this permission notice shall be
92
+ * included in all copies or substantial portions of the Software.
93
+ *
94
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
95
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
96
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
97
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
98
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
99
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
100
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
101
+ */
102
+
103
+ ajv/LICENSE:
104
+ /*
105
+ * The MIT License (MIT)
106
+ *
107
+ * Copyright (c) 2015-2021 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
+ ajv-formats/LICENSE:
129
+ /*
130
+ * MIT License
131
+ *
132
+ * Copyright (c) 2020 Evgeny Poberezkin
133
+ *
134
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
135
+ * of this software and associated documentation files (the "Software"), to deal
136
+ * in the Software without restriction, including without limitation the rights
137
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
138
+ * copies of the Software, and to permit persons to whom the Software is
139
+ * furnished to do so, subject to the following conditions:
140
+ *
141
+ * The above copyright notice and this permission notice shall be included in all
142
+ * copies or substantial portions of the Software.
143
+ *
144
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
145
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
146
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
147
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
148
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
149
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
150
+ * SOFTWARE.
151
+ */
152
+
153
+ ansi-escapes/license:
154
+ /*
155
+ * MIT License
156
+ *
157
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
158
+ *
159
+ * 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:
160
+ *
161
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
162
+ *
163
+ * 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.
164
+ */
165
+
166
+ ansi-styles/license:
167
+ /*
168
+ * MIT License
169
+ *
170
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
171
+ *
172
+ * 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:
173
+ *
174
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
175
+ *
176
+ * 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.
177
+ */
178
+
179
+ ast-types/LICENSE:
180
+ /*
181
+ * Copyright (c) 2013 Ben Newman <bn@cs.stanford.edu>
182
+ *
183
+ * Permission is hereby granted, free of charge, to any person obtaining
184
+ * a copy of this software and associated documentation files (the
185
+ * "Software"), to deal in the Software without restriction, including
186
+ * without limitation the rights to use, copy, modify, merge, publish,
187
+ * distribute, sublicense, and/or sell copies of the Software, and to
188
+ * permit persons to whom the Software is furnished to do so, subject to
189
+ * the following conditions:
190
+ *
191
+ * The above copyright notice and this permission notice shall be
192
+ * included in all copies or substantial portions of the Software.
193
+ *
194
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
195
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
196
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
197
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
198
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
199
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
200
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
201
+ */
202
+
203
+ async-retry/LICENSE.md:
204
+ /*
205
+ * The MIT License (MIT)
206
+ *
207
+ * Copyright (c) 2021 Vercel, Inc.
208
+ *
209
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
210
+ * of this software and associated documentation files (the "Software"), to deal
211
+ * in the Software without restriction, including without limitation the rights
212
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
213
+ * copies of the Software, and to permit persons to whom the Software is
214
+ * furnished to do so, subject to the following conditions:
215
+ *
216
+ * The above copyright notice and this permission notice shall be included in all
217
+ * copies or substantial portions of the Software.
218
+ *
219
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
220
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
221
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
222
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
223
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
224
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
225
+ * SOFTWARE.
226
+ */
227
+
228
+ asynckit/LICENSE:
229
+ /*
230
+ * The MIT License (MIT)
231
+ *
232
+ * Copyright (c) 2016 Alex Indigo
233
+ *
234
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
235
+ * of this software and associated documentation files (the "Software"), to deal
236
+ * in the Software without restriction, including without limitation the rights
237
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
238
+ * copies of the Software, and to permit persons to whom the Software is
239
+ * furnished to do so, subject to the following conditions:
240
+ *
241
+ * The above copyright notice and this permission notice shall be included in all
242
+ * copies or substantial portions of the Software.
243
+ *
244
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
245
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
246
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
247
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
248
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
249
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
250
+ * SOFTWARE.
251
+ */
252
+
253
+ basic-ftp/LICENSE.txt:
254
+ /*
255
+ * Copyright (c) 2019 Patrick Juchli
256
+ *
257
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
258
+ * of this software and associated documentation files (the "Software"), to deal
259
+ * in the Software without restriction, including without limitation the rights
260
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
261
+ * copies of the Software, and to permit persons to whom the Software is
262
+ * furnished to do so, subject to the following conditions:
263
+ *
264
+ * The above copyright notice and this permission notice shall be included in all
265
+ * copies or substantial portions of the Software.
266
+ *
267
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
268
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
269
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
270
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
271
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
272
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
273
+ * SOFTWARE.
274
+ */
275
+
276
+ call-bind-apply-helpers/LICENSE:
277
+ /*
278
+ * MIT License
279
+ *
280
+ * Copyright (c) 2024 Jordan Harband
281
+ *
282
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
283
+ * of this software and associated documentation files (the "Software"), to deal
284
+ * in the Software without restriction, including without limitation the rights
285
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
286
+ * copies of the Software, and to permit persons to whom the Software is
287
+ * furnished to do so, subject to the following conditions:
288
+ *
289
+ * The above copyright notice and this permission notice shall be included in all
290
+ * copies or substantial portions of the Software.
291
+ *
292
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
293
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
294
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
295
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
296
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
297
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
298
+ * SOFTWARE.
299
+ */
300
+
301
+ chalk/license:
302
+ /*
303
+ * MIT License
304
+ *
305
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
306
+ *
307
+ * 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:
308
+ *
309
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
310
+ *
311
+ * 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.
312
+ */
313
+
314
+ clipanion/package.json:
315
+ /*
316
+ * License: MIT
317
+ */
318
+
319
+ color-convert/LICENSE:
320
+ /*
321
+ * Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
322
+ *
323
+ * Permission is hereby granted, free of charge, to any person obtaining
324
+ * a copy of this software and associated documentation files (the
325
+ * "Software"), to deal in the Software without restriction, including
326
+ * without limitation the rights to use, copy, modify, merge, publish,
327
+ * distribute, sublicense, and/or sell copies of the Software, and to
328
+ * permit persons to whom the Software is furnished to do so, subject to
329
+ * the following conditions:
330
+ *
331
+ * The above copyright notice and this permission notice shall be
332
+ * included in all copies or substantial portions of the Software.
333
+ *
334
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
335
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
336
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
337
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
338
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
339
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
340
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
341
+ */
342
+
343
+ color-name/LICENSE:
344
+ /*
345
+ * The MIT License (MIT)
346
  *
347
+ * Copyright (c) 2015 Dmitry Ivanov
1
348
  *
349
+ *
2
350
  *
351
+ * 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:
3
352
  *
353
+ *
4
354
  *
355
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5
356
  *
357
+ *
6
358
  *
359
+ * 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.
360
+ */
361
+
362
+ combined-stream/License:
363
+ /*
364
+ * Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
365
+ *
366
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
367
+ * of this software and associated documentation files (the "Software"), to deal
368
+ * in the Software without restriction, including without limitation the rights
369
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
370
+ * copies of the Software, and to permit persons to whom the Software is
371
+ * furnished to do so, subject to the following conditions:
372
+ *
373
+ * The above copyright notice and this permission notice shall be included in
374
+ * all copies or substantial portions of the Software.
375
+ *
376
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
377
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
378
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
379
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
380
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
381
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
382
+ * THE SOFTWARE.
383
+ */
384
+
385
+ debug/LICENSE:
386
+ /*
387
+ * (The MIT License)
388
+ *
389
+ * Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
390
+ * Copyright (c) 2018-2021 Josh Junon
391
+ *
392
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
393
+ * and associated documentation files (the 'Software'), to deal in the Software without restriction,
394
+ * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
395
+ * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
396
+ * subject to the following conditions:
397
+ *
398
+ * The above copyright notice and this permission notice shall be included in all copies or substantial
399
+ * portions of the Software.
400
+ *
401
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
402
+ * LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
403
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
404
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
405
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
406
+ */
407
+
408
+ deep-extend/LICENSE:
409
+ /*
410
+ * The MIT License (MIT)
411
+ *
412
+ * Copyright (c) 2013-2018, Viacheslav Lotsmanov
413
+ *
414
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
415
+ * this software and associated documentation files (the "Software"), to deal in
416
+ * the Software without restriction, including without limitation the rights to
417
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
418
+ * the Software, and to permit persons to whom the Software is furnished to do so,
419
+ * subject to the following conditions:
420
+ *
421
+ * The above copyright notice and this permission notice shall be included in all
422
+ * copies or substantial portions of the Software.
423
+ *
424
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
425
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
426
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
427
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
428
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
429
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
430
+ */
431
+
432
+ degenerator/package.json:
433
+ /*
434
+ * License: MIT
435
+ */
436
+
437
+ delayed-stream/License:
438
+ /*
439
+ * Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
440
+ *
441
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
442
+ * of this software and associated documentation files (the "Software"), to deal
443
+ * in the Software without restriction, including without limitation the rights
444
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
445
+ * copies of the Software, and to permit persons to whom the Software is
446
+ * furnished to do so, subject to the following conditions:
447
+ *
448
+ * The above copyright notice and this permission notice shall be included in
449
+ * all copies or substantial portions of the Software.
450
+ *
451
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
452
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
453
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
454
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
455
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
456
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
457
+ * THE SOFTWARE.
458
+ */
459
+
460
+ dunder-proto/LICENSE:
461
+ /*
462
+ * MIT License
463
+ *
464
+ * Copyright (c) 2024 ECMAScript Shims
465
+ *
466
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
467
+ * of this software and associated documentation files (the "Software"), to deal
468
+ * in the Software without restriction, including without limitation the rights
469
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
470
+ * copies of the Software, and to permit persons to whom the Software is
471
+ * furnished to do so, subject to the following conditions:
472
+ *
473
+ * The above copyright notice and this permission notice shall be included in all
474
+ * copies or substantial portions of the Software.
475
+ *
476
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
477
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
478
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
479
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
480
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
481
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
482
+ * SOFTWARE.
483
+ */
484
+
485
+ es-define-property/LICENSE:
486
+ /*
487
+ * MIT License
488
+ *
489
+ * Copyright (c) 2024 Jordan Harband
490
+ *
491
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
492
+ * of this software and associated documentation files (the "Software"), to deal
493
+ * in the Software without restriction, including without limitation the rights
494
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
495
+ * copies of the Software, and to permit persons to whom the Software is
496
+ * furnished to do so, subject to the following conditions:
497
+ *
498
+ * The above copyright notice and this permission notice shall be included in all
499
+ * copies or substantial portions of the Software.
500
+ *
501
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
502
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
503
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
504
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
505
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
506
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
507
+ * SOFTWARE.
508
+ */
509
+
510
+ es-errors/LICENSE:
511
+ /*
512
+ * MIT License
513
+ *
514
+ * Copyright (c) 2024 Jordan Harband
515
+ *
516
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
517
+ * of this software and associated documentation files (the "Software"), to deal
518
+ * in the Software without restriction, including without limitation the rights
519
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
520
+ * copies of the Software, and to permit persons to whom the Software is
521
+ * furnished to do so, subject to the following conditions:
522
+ *
523
+ * The above copyright notice and this permission notice shall be included in all
524
+ * copies or substantial portions of the Software.
525
+ *
526
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
527
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
528
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
529
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
530
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
531
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
532
+ * SOFTWARE.
533
+ */
534
+
535
+ es-object-atoms/LICENSE:
536
+ /*
537
+ * MIT License
538
+ *
539
+ * Copyright (c) 2024 Jordan Harband
540
+ *
541
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
542
+ * of this software and associated documentation files (the "Software"), to deal
543
+ * in the Software without restriction, including without limitation the rights
544
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
545
+ * copies of the Software, and to permit persons to whom the Software is
546
+ * furnished to do so, subject to the following conditions:
547
+ *
548
+ * The above copyright notice and this permission notice shall be included in all
549
+ * copies or substantial portions of the Software.
550
+ *
551
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
552
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
553
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
554
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
555
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
556
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
557
+ * SOFTWARE.
558
+ */
559
+
560
+ es-set-tostringtag/LICENSE:
561
+ /*
562
+ * MIT License
563
+ *
564
+ * Copyright (c) 2022 ECMAScript Shims
565
+ *
566
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
567
+ * of this software and associated documentation files (the "Software"), to deal
568
+ * in the Software without restriction, including without limitation the rights
569
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
570
+ * copies of the Software, and to permit persons to whom the Software is
571
+ * furnished to do so, subject to the following conditions:
572
+ *
573
+ * The above copyright notice and this permission notice shall be included in all
574
+ * copies or substantial portions of the Software.
575
+ *
576
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
577
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
578
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
579
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
580
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
581
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
582
+ * SOFTWARE.
583
+ */
584
+
585
+ escodegen/package.json:
586
+ /*
587
+ * License: BSD-2-Clause
588
+ */
589
+
590
+ esprima/package.json:
591
+ /*
592
+ * License: BSD-2-Clause
593
+ */
594
+
595
+ estraverse/package.json:
596
+ /*
597
+ * License: BSD-2-Clause
598
+ */
599
+
600
+ esutils/package.json:
601
+ /*
602
+ * License: BSD-2-Clause
603
+ */
604
+
605
+ fast-deep-equal/LICENSE:
606
+ /*
607
+ * MIT License
608
+ *
609
+ * Copyright (c) 2017 Evgeny Poberezkin
610
+ *
611
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
612
+ * of this software and associated documentation files (the "Software"), to deal
613
+ * in the Software without restriction, including without limitation the rights
614
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
615
+ * copies of the Software, and to permit persons to whom the Software is
616
+ * furnished to do so, subject to the following conditions:
617
+ *
618
+ * The above copyright notice and this permission notice shall be included in all
619
+ * copies or substantial portions of the Software.
620
+ *
621
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
622
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
623
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
624
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
625
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
626
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
627
+ * SOFTWARE.
628
+ */
629
+
630
+ fast-uri/LICENSE:
631
+ /*
632
+ * Copyright (c) 2021 The Fastify Team
633
+ * Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
634
+ * All rights reserved.
635
+ *
636
+ * Redistribution and use in source and binary forms, with or without
637
+ * modification, are permitted provided that the following conditions are met:
638
+ * * Redistributions of source code must retain the above copyright
639
+ * notice, this list of conditions and the following disclaimer.
640
+ * * Redistributions in binary form must reproduce the above copyright
641
+ * notice, this list of conditions and the following disclaimer in the
642
+ * documentation and/or other materials provided with the distribution.
643
+ * * The names of any contributors may not be used to endorse or promote
644
+ * products derived from this software without specific prior written
645
+ * permission.
646
+ *
647
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
648
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
649
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
650
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
651
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
652
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
653
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
654
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
655
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
656
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
657
+ *
658
+ * * * *
659
+ *
660
+ * The complete list of contributors can be found at:
661
+ * - https://github.com/garycourt/uri-js/graphs/contributors
662
+ */
663
+
664
+ form-data/License:
665
+ /*
666
+ * Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
667
+ *
668
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
669
+ * of this software and associated documentation files (the "Software"), to deal
670
+ * in the Software without restriction, including without limitation the rights
671
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
672
+ * copies of the Software, and to permit persons to whom the Software is
673
+ * furnished to do so, subject to the following conditions:
674
+ *
675
+ * The above copyright notice and this permission notice shall be included in
676
+ * all copies or substantial portions of the Software.
677
+ *
678
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
679
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
680
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
681
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
682
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
683
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
684
+ * THE SOFTWARE.
685
+ */
686
+
687
+ function-bind/LICENSE:
688
+ /*
689
+ * Copyright (c) 2013 Raynos.
690
+ *
691
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
692
+ * of this software and associated documentation files (the "Software"), to deal
693
+ * in the Software without restriction, including without limitation the rights
694
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
695
+ * copies of the Software, and to permit persons to whom the Software is
696
+ * furnished to do so, subject to the following conditions:
697
+ *
698
+ * The above copyright notice and this permission notice shall be included in
699
+ * all copies or substantial portions of the Software.
700
+ *
701
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
702
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
703
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
704
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
705
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
706
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
707
+ * THE SOFTWARE.
708
+ */
709
+
710
+ get-intrinsic/LICENSE:
711
+ /*
712
+ * MIT License
713
+ *
714
+ * Copyright (c) 2020 Jordan Harband
715
+ *
716
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
717
+ * of this software and associated documentation files (the "Software"), to deal
718
+ * in the Software without restriction, including without limitation the rights
719
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
720
+ * copies of the Software, and to permit persons to whom the Software is
721
+ * furnished to do so, subject to the following conditions:
722
+ *
723
+ * The above copyright notice and this permission notice shall be included in all
724
+ * copies or substantial portions of the Software.
725
+ *
726
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
727
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
728
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
729
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
730
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
731
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
732
+ * SOFTWARE.
733
+ */
734
+
735
+ get-proto/LICENSE:
736
+ /*
737
+ * MIT License
738
+ *
739
+ * Copyright (c) 2025 Jordan Harband
740
+ *
741
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
742
+ * of this software and associated documentation files (the "Software"), to deal
743
+ * in the Software without restriction, including without limitation the rights
744
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
745
+ * copies of the Software, and to permit persons to whom the Software is
746
+ * furnished to do so, subject to the following conditions:
747
+ *
748
+ * The above copyright notice and this permission notice shall be included in all
749
+ * copies or substantial portions of the Software.
750
+ *
751
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
752
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
753
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
754
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
755
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
756
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
757
+ * SOFTWARE.
758
+ */
759
+
760
+ get-uri/LICENSE:
761
+ /*
762
+ * (The MIT License)
763
+ *
764
+ * Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
765
+ *
766
+ * Permission is hereby granted, free of charge, to any person obtaining
767
+ * a copy of this software and associated documentation files (the
768
+ * 'Software'), to deal in the Software without restriction, including
769
+ * without limitation the rights to use, copy, modify, merge, publish,
770
+ * distribute, sublicense, and/or sell copies of the Software, and to
771
+ * permit persons to whom the Software is furnished to do so, subject to
772
+ * the following conditions:
773
+ *
774
+ * The above copyright notice and this permission notice shall be
775
+ * included in all copies or substantial portions of the Software.
776
+ *
777
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
778
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
779
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
780
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
781
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
782
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
783
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
784
+ */
785
+
786
+ glob/LICENSE.md:
787
+ /*
788
+ * All packages under `src/` are licensed according to the terms in
789
+ * their respective `LICENSE` or `LICENSE.md` files.
790
+ *
791
+ * The remainder of this project is licensed under the Blue Oak
792
+ * Model License, as follows:
793
+ *
794
+ * -----
795
+ *
796
+ * # Blue Oak Model License
797
+ *
798
+ * Version 1.0.0
799
+ *
800
+ * ## Purpose
801
+ *
802
+ * This license gives everyone as much permission to work with
803
+ * this software as possible, while protecting contributors
804
+ * from liability.
805
+ *
806
+ * ## Acceptance
807
+ *
808
+ * In order to receive this license, you must agree to its
809
+ * rules. The rules of this license are both obligations
810
+ * under that agreement and conditions to your license.
811
+ * You must not do anything with this software that triggers
812
+ * a rule that you cannot or will not follow.
813
+ *
814
+ * ## Copyright
815
+ *
816
+ * Each contributor licenses you to do everything with this
817
+ * software that would otherwise infringe that contributor's
818
+ * copyright in it.
819
+ *
820
+ * ## Notices
821
+ *
822
+ * You must ensure that everyone who gets a copy of
823
+ * any part of this software from you, with or without
824
+ * changes, also gets the text of this license or a link to
825
+ * <https://blueoakcouncil.org/license/1.0.0>.
826
+ *
827
+ * ## Excuse
828
+ *
829
+ * If anyone notifies you in writing that you have not
830
+ * complied with [Notices](#notices), you can keep your
831
+ * license by taking all practical steps to comply within 30
832
+ * days after the notice. If you do not do so, your license
833
+ * ends immediately.
834
+ *
835
+ * ## Patent
836
+ *
837
+ * Each contributor licenses you to do everything with this
838
+ * software that would otherwise infringe any patent claims
839
+ * they can license or become able to license.
840
+ *
841
+ * ## Reliability
842
+ *
843
+ * No contributor can revoke this license.
844
+ *
845
+ * ## No Liability
846
+ *
847
+ * ***As far as the law allows, this software comes as is,
848
+ * without any warranty or condition, and no contributor
849
+ * will be liable to anyone for any damages related to this
850
+ * software or this license, under any kind of legal claim.***
851
+ */
852
+
853
+ gopd/LICENSE:
854
+ /*
855
+ * MIT License
856
+ *
857
+ * Copyright (c) 2022 Jordan Harband
858
+ *
859
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
860
+ * of this software and associated documentation files (the "Software"), to deal
861
+ * in the Software without restriction, including without limitation the rights
862
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
863
+ * copies of the Software, and to permit persons to whom the Software is
864
+ * furnished to do so, subject to the following conditions:
865
+ *
866
+ * The above copyright notice and this permission notice shall be included in all
867
+ * copies or substantial portions of the Software.
868
+ *
869
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
870
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
871
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
872
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
873
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
874
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
875
+ * SOFTWARE.
876
+ */
877
+
878
+ graceful-fs/LICENSE:
879
+ /*
880
+ * The ISC License
881
+ *
882
+ * Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
883
+ *
884
+ * Permission to use, copy, modify, and/or distribute this software for any
885
+ * purpose with or without fee is hereby granted, provided that the above
886
+ * copyright notice and this permission notice appear in all copies.
887
+ *
888
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
889
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
890
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
891
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
892
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
893
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
894
+ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
895
+ */
896
+
897
+ has-flag/license:
898
+ /*
899
+ * MIT License
900
+ *
901
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
902
+ *
903
+ * 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:
904
+ *
905
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
906
+ *
907
+ * 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.
908
+ */
909
+
910
+ has-symbols/LICENSE:
911
+ /*
912
+ * MIT License
913
+ *
914
+ * Copyright (c) 2016 Jordan Harband
915
+ *
916
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
917
+ * of this software and associated documentation files (the "Software"), to deal
918
+ * in the Software without restriction, including without limitation the rights
919
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
920
+ * copies of the Software, and to permit persons to whom the Software is
921
+ * furnished to do so, subject to the following conditions:
922
+ *
923
+ * The above copyright notice and this permission notice shall be included in all
924
+ * copies or substantial portions of the Software.
925
+ *
926
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
927
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
928
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
929
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
930
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
931
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
932
+ * SOFTWARE.
933
+ */
934
+
935
+ has-tostringtag/LICENSE:
936
+ /*
937
+ * MIT License
938
+ *
939
+ * Copyright (c) 2021 Inspect JS
940
+ *
941
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
942
+ * of this software and associated documentation files (the "Software"), to deal
943
+ * in the Software without restriction, including without limitation the rights
944
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
945
+ * copies of the Software, and to permit persons to whom the Software is
946
+ * furnished to do so, subject to the following conditions:
947
+ *
948
+ * The above copyright notice and this permission notice shall be included in all
949
+ * copies or substantial portions of the Software.
950
+ *
951
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
952
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
953
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
954
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
955
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
956
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
957
+ * SOFTWARE.
958
+ */
959
+
960
+ hasown/LICENSE:
961
+ /*
962
+ * MIT License
963
+ *
964
+ * Copyright (c) Jordan Harband and contributors
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
+ http-proxy-agent/LICENSE:
986
+ /*
987
+ * (The MIT License)
988
+ *
989
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
990
+ *
991
+ * Permission is hereby granted, free of charge, to any person obtaining
992
+ * a copy of this software and associated documentation files (the
993
+ * 'Software'), to deal in the Software without restriction, including
994
+ * without limitation the rights to use, copy, modify, merge, publish,
995
+ * distribute, sublicense, and/or sell copies of the Software, and to
996
+ * permit persons to whom the Software is furnished to do so, subject to
997
+ * the following conditions:
998
+ *
999
+ * The above copyright notice and this permission notice shall be
1000
+ * included in all copies or substantial portions of the Software.
1001
+ *
1002
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1003
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1004
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1005
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1006
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1007
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1008
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1009
+ */
1010
+
1011
+ https-proxy-agent/LICENSE:
1012
+ /*
1013
+ * (The MIT License)
1014
+ *
1015
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1016
+ *
1017
+ * Permission is hereby granted, free of charge, to any person obtaining
1018
+ * a copy of this software and associated documentation files (the
1019
+ * 'Software'), to deal in the Software without restriction, including
1020
+ * without limitation the rights to use, copy, modify, merge, publish,
1021
+ * distribute, sublicense, and/or sell copies of the Software, and to
1022
+ * permit persons to whom the Software is furnished to do so, subject to
1023
+ * the following conditions:
1024
+ *
1025
+ * The above copyright notice and this permission notice shall be
1026
+ * included in all copies or substantial portions of the Software.
1027
+ *
1028
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1029
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1030
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1031
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1032
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1033
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1034
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1035
+ */
1036
+
1037
+ ip-address/LICENSE:
1038
+ /*
1039
+ * Copyright (C) 2011 by Beau Gunderson
1040
+ *
1041
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1042
+ * of this software and associated documentation files (the "Software"), to deal
1043
+ * in the Software without restriction, including without limitation the rights
1044
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1045
+ * copies of the Software, and to permit persons to whom the Software is
1046
+ * furnished to do so, subject to the following conditions:
1047
+ *
1048
+ * The above copyright notice and this permission notice shall be included in
1049
+ * all copies or substantial portions of the Software.
1050
+ *
1051
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1052
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1053
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1054
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1055
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1056
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1057
+ * THE SOFTWARE.
1058
+ */
1059
+
1060
+ jsbn/LICENSE:
1061
+ /*
1062
+ * Licensing
1063
+ * ---------
1064
+ *
1065
+ * This software is covered under the following copyright:
1066
+ *
1067
+ * /*
1068
+ * * Copyright (c) 2003-2005 Tom Wu
1069
+ * * All Rights Reserved.
1070
+ * *
1071
+ * * Permission is hereby granted, free of charge, to any person obtaining
1072
+ * * a copy of this software and associated documentation files (the
1073
+ * * "Software"), to deal in the Software without restriction, including
1074
+ * * without limitation the rights to use, copy, modify, merge, publish,
1075
+ * * distribute, sublicense, and/or sell copies of the Software, and to
1076
+ * * permit persons to whom the Software is furnished to do so, subject to
1077
+ * * the following conditions:
1078
+ * *
1079
+ * * The above copyright notice and this permission notice shall be
1080
+ * * included in all copies or substantial portions of the Software.
1081
+ * *
1082
+ * * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
1083
+ * * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
1084
+ * * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
1085
+ * *
1086
+ * * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
1087
+ * * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
1088
+ * * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
1089
+ * * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
1090
+ * * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1091
+ * *
1092
+ * * In addition, the following condition applies:
1093
+ * *
1094
+ * * All redistributions must retain an intact copy of this copyright notice
1095
+ * * and disclaimer.
1096
+ * */
1097
+ *
1098
+ * Address all questions regarding this license to:
1099
+ *
1100
+ * Tom Wu
1101
+ * tjw@cs.Stanford.EDU
1102
+ */
1103
+
1104
+ json-schema-traverse/LICENSE:
1105
+ /*
1106
+ * MIT License
1107
+ *
1108
+ * Copyright (c) 2017 Evgeny Poberezkin
1109
+ *
1110
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1111
+ * of this software and associated documentation files (the "Software"), to deal
1112
+ * in the Software without restriction, including without limitation the rights
1113
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1114
+ * copies of the Software, and to permit persons to whom the Software is
1115
+ * furnished to do so, subject to the following conditions:
1116
+ *
1117
+ * The above copyright notice and this permission notice shall be included in all
1118
+ * copies or substantial portions of the Software.
1119
+ *
1120
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1121
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1122
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1123
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1124
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1125
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1126
+ * SOFTWARE.
1127
+ */
1128
+
1129
+ jsonfile/LICENSE:
1130
+ /*
1131
+ * (The MIT License)
1132
+ *
1133
+ * Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
1134
+ *
1135
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
1136
+ * (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
1137
+ * merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1138
+ * furnished to do so, subject to the following conditions:
1139
+ *
1140
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1141
+ *
1142
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
1143
+ * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
1144
+ * OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1145
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1146
+ */
1147
+
1148
+ math-intrinsics/LICENSE:
1149
+ /*
1150
+ * MIT License
1151
+ *
1152
+ * Copyright (c) 2024 ECMAScript Shims
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
+ mime-db/LICENSE:
1174
+ /*
1175
+ * (The MIT License)
1176
+ *
1177
+ * Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1178
+ * Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1179
+ *
1180
+ * Permission is hereby granted, free of charge, to any person obtaining
1181
+ * a copy of this software and associated documentation files (the
1182
+ * 'Software'), to deal in the Software without restriction, including
1183
+ * without limitation the rights to use, copy, modify, merge, publish,
1184
+ * distribute, sublicense, and/or sell copies of the Software, and to
1185
+ * permit persons to whom the Software is furnished to do so, subject to
1186
+ * the following conditions:
1187
+ *
1188
+ * The above copyright notice and this permission notice shall be
1189
+ * included in all copies or substantial portions of the Software.
1190
+ *
1191
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1192
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1193
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1194
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1195
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1196
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1197
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1198
+ */
1199
+
1200
+ mime-types/LICENSE:
1201
+ /*
1202
+ * (The MIT License)
1203
+ *
1204
+ * Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1205
+ * Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1206
+ *
1207
+ * Permission is hereby granted, free of charge, to any person obtaining
1208
+ * a copy of this software and associated documentation files (the
1209
+ * 'Software'), to deal in the Software without restriction, including
1210
+ * without limitation the rights to use, copy, modify, merge, publish,
1211
+ * distribute, sublicense, and/or sell copies of the Software, and to
1212
+ * permit persons to whom the Software is furnished to do so, subject to
1213
+ * the following conditions:
1214
+ *
1215
+ * The above copyright notice and this permission notice shall be
1216
+ * included in all copies or substantial portions of the Software.
1217
+ *
1218
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1219
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1220
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1221
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1222
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1223
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1224
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1225
+ */
1226
+
1227
+ ms/package.json:
1228
+ /*
1229
+ * License: MIT
1230
+ */
1231
+
1232
+ netmask/package.json:
1233
+ /*
1234
+ * License: MIT
1235
+ */
1236
+
1237
+ pac-proxy-agent/LICENSE:
1238
+ /*
1239
+ * (The MIT License)
1240
+ *
1241
+ * Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1242
+ *
1243
+ * Permission is hereby granted, free of charge, to any person obtaining
1244
+ * a copy of this software and associated documentation files (the
1245
+ * 'Software'), to deal in the Software without restriction, including
1246
+ * without limitation the rights to use, copy, modify, merge, publish,
1247
+ * distribute, sublicense, and/or sell copies of the Software, and to
1248
+ * permit persons to whom the Software is furnished to do so, subject to
1249
+ * the following conditions:
1250
+ *
1251
+ * The above copyright notice and this permission notice shall be
1252
+ * included in all copies or substantial portions of the Software.
1253
+ *
1254
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1255
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1256
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1257
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1258
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1259
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1260
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1261
+ */
1262
+
1263
+ pac-resolver/LICENSE:
1264
+ /*
1265
+ * (The MIT License)
1266
+ *
1267
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1268
+ *
1269
+ * Permission is hereby granted, free of charge, to any person obtaining
1270
+ * a copy of this software and associated documentation files (the
1271
+ * 'Software'), to deal in the Software without restriction, including
1272
+ * without limitation the rights to use, copy, modify, merge, publish,
1273
+ * distribute, sublicense, and/or sell copies of the Software, and to
1274
+ * permit persons to whom the Software is furnished to do so, subject to
1275
+ * the following conditions:
1276
+ *
1277
+ * The above copyright notice and this permission notice shall be
1278
+ * included in all copies or substantial portions of the Software.
1279
+ *
1280
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1281
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1282
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1283
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1284
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1285
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1286
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1287
+ */
1288
+
1289
+ proxy-agent/LICENSE:
1290
+ /*
1291
+ * (The MIT License)
1292
+ *
1293
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1294
+ *
1295
+ * Permission is hereby granted, free of charge, to any person obtaining
1296
+ * a copy of this software and associated documentation files (the
1297
+ * 'Software'), to deal in the Software without restriction, including
1298
+ * without limitation the rights to use, copy, modify, merge, publish,
1299
+ * distribute, sublicense, and/or sell copies of the Software, and to
1300
+ * permit persons to whom the Software is furnished to do so, subject to
1301
+ * the following conditions:
1302
+ *
1303
+ * The above copyright notice and this permission notice shall be
1304
+ * included in all copies or substantial portions of the Software.
1305
+ *
1306
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1307
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1308
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1309
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1310
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1311
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1312
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1313
+ */
1314
+
1315
+ proxy-from-env/LICENSE:
1316
+ /*
1317
+ * The MIT License
1318
+ *
1319
+ * Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
1320
+ *
1321
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1322
+ * this software and associated documentation files (the "Software"), to deal in
1323
+ * the Software without restriction, including without limitation the rights to
1324
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1325
+ * of the Software, and to permit persons to whom the Software is furnished to do
1326
+ * so, subject to the following conditions:
1327
+ *
1328
+ * The above copyright notice and this permission notice shall be included in all
1329
+ * copies or substantial portions of the Software.
1330
+ *
1331
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1332
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1333
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1334
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1335
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1336
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1337
+ */
1338
+
1339
+ retry/License:
1340
+ /*
1341
+ * Copyright (c) 2011:
1342
+ * Tim Koschützki (tim@debuggable.com)
1343
+ * Felix Geisendörfer (felix@debuggable.com)
1344
+ *
1345
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1346
+ * of this software and associated documentation files (the "Software"), to deal
1347
+ * in the Software without restriction, including without limitation the rights
1348
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1349
+ * copies of the Software, and to permit persons to whom the Software is
1350
+ * furnished to do so, subject to the following conditions:
1351
+ *
1352
+ * The above copyright notice and this permission notice shall be included in
1353
+ * all copies or substantial portions of the Software.
1354
+ *
1355
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1356
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1357
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1358
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1359
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1360
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1361
+ * THE SOFTWARE.
1362
+ */
1363
+
1364
+ smart-buffer/LICENSE:
1365
+ /*
1366
+ * The MIT License (MIT)
1367
+ *
1368
+ * Copyright (c) 2013-2017 Josh Glazebrook
1369
+ *
1370
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1371
+ * this software and associated documentation files (the "Software"), to deal in
1372
+ * the Software without restriction, including without limitation the rights to
1373
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1374
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1375
+ * subject to the following conditions:
1376
+ *
1377
+ * The above copyright notice and this permission notice shall be included in all
1378
+ * copies or substantial portions of the Software.
1379
+ *
1380
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1381
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1382
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1383
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1384
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1385
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1386
+ */
1387
+
1388
+ socks/LICENSE:
1389
+ /*
1390
+ * The MIT License (MIT)
1391
+ *
1392
+ * Copyright (c) 2013 Josh Glazebrook
1393
+ *
1394
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1395
+ * this software and associated documentation files (the "Software"), to deal in
1396
+ * the Software without restriction, including without limitation the rights to
1397
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1398
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1399
+ * subject to the following conditions:
1400
+ *
1401
+ * The above copyright notice and this permission notice shall be included in all
1402
+ * copies or substantial portions of the Software.
1403
+ *
1404
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1405
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1406
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1407
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1408
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1409
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1410
+ */
1411
+
1412
+ socks-proxy-agent/LICENSE:
1413
+ /*
1414
+ * (The MIT License)
1415
+ *
1416
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1417
+ *
1418
+ * Permission is hereby granted, free of charge, to any person obtaining
1419
+ * a copy of this software and associated documentation files (the
1420
+ * 'Software'), to deal in the Software without restriction, including
1421
+ * without limitation the rights to use, copy, modify, merge, publish,
1422
+ * distribute, sublicense, and/or sell copies of the Software, and to
1423
+ * permit persons to whom the Software is furnished to do so, subject to
1424
+ * the following conditions:
1425
+ *
1426
+ * The above copyright notice and this permission notice shall be
1427
+ * included in all copies or substantial portions of the Software.
1428
+ *
1429
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1430
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1431
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1432
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1433
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1434
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1435
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1436
+ */
1437
+
1438
+ source-map/LICENSE:
1439
+ /*
1440
+ *
1441
+ * Copyright (c) 2009-2011, Mozilla Foundation and contributors
1442
+ * All rights reserved.
1443
+ *
1444
+ * Redistribution and use in source and binary forms, with or without
1445
+ * modification, are permitted provided that the following conditions are met:
1446
+ *
1447
+ * * Redistributions of source code must retain the above copyright notice, this
1448
+ * list of conditions and the following disclaimer.
1449
+ *
1450
+ * * Redistributions in binary form must reproduce the above copyright notice,
1451
+ * this list of conditions and the following disclaimer in the documentation
1452
+ * and/or other materials provided with the distribution.
1453
+ *
1454
+ * * Neither the names of the Mozilla Foundation nor the names of project
1455
+ * contributors may be used to endorse or promote products derived from this
1456
+ * software without specific prior written permission.
1457
+ *
1458
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1459
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1460
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1461
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1462
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1463
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1464
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1465
+ * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1466
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1467
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1468
+ */
1469
+
1470
+ sprintf-js/LICENSE:
1471
+ /*
1472
+ * Copyright (c) 2007-present, Alexandru Mărășteanu <hello@alexei.ro>
1473
+ * All rights reserved.
1474
+ *
1475
+ * Redistribution and use in source and binary forms, with or without
1476
+ * modification, are permitted provided that the following conditions are met:
1477
+ * * Redistributions of source code must retain the above copyright
1478
+ * notice, this list of conditions and the following disclaimer.
1479
+ * * Redistributions in binary form must reproduce the above copyright
1480
+ * notice, this list of conditions and the following disclaimer in the
1481
+ * documentation and/or other materials provided with the distribution.
1482
+ * * Neither the name of this software nor the names of its contributors may be
1483
+ * used to endorse or promote products derived from this software without
1484
+ * specific prior written permission.
1485
+ *
1486
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1487
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1488
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1489
+ * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1490
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1491
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1492
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1493
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1494
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1495
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1496
+ */
1497
+
1498
+ supports-color/license:
1499
+ /*
1500
+ * MIT License
1501
+ *
1502
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1503
+ *
1504
+ * 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:
1505
+ *
1506
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1507
+ *
1508
+ * 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.
1509
+ */
1510
+
1511
+ supports-hyperlinks/license:
1512
+ /*
1513
+ * MIT License
1514
+ *
1515
+ * Copyright (c) James Talmage <james@talmage.io> (github.com/jamestalmage)
1516
+ *
1517
+ * 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:
1518
+ *
1519
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1520
+ *
1521
+ * 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.
1522
+ */
1523
+
1524
+ terminal-link/license:
1525
+ /*
1526
+ * MIT License
1527
+ *
1528
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1529
+ *
1530
+ * 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:
1531
+ *
1532
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1533
+ *
1534
+ * 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.
1535
+ */
1536
+
1537
+ tiny-async-pool/package.json:
1538
+ /*
1539
+ * License: MIT
1540
+ */
1541
+
1542
+ tinyexec/LICENSE:
1543
+ /*
1544
+ * MIT License
1545
+ *
1546
+ * Copyright (c) 2024 Tinylibs
1547
+ *
1548
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1549
+ * of this software and associated documentation files (the "Software"), to deal
1550
+ * in the Software without restriction, including without limitation the rights
1551
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1552
+ * copies of the Software, and to permit persons to whom the Software is
1553
+ * furnished to do so, subject to the following conditions:
1554
+ *
1555
+ * The above copyright notice and this permission notice shall be included in all
1556
+ * copies or substantial portions of the Software.
1557
+ *
1558
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1559
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1560
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1561
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1562
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1563
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1564
+ * SOFTWARE.
1565
+ */
1566
+
1567
+ tslib/LICENSE.txt:
1568
+ /*
1569
+ * Copyright (c) Microsoft Corporation.
7
1570
  *
1571
+ *
8
1572
  *
1573
+ * Permission to use, copy, modify, and/or distribute this software for any
9
1574
  *
1575
+ * purpose with or without fee is hereby granted.
10
1576
  *
1577
+ *
11
1578
  *
1579
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
1580
  *
1581
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
1582
  *
1583
+ * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
1584
  *
1585
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
1586
  *
1587
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
1588
  *
1589
+ * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
1590
  *
1591
+ * PERFORMANCE OF THIS SOFTWARE.
1592
+ */
1593
+
1594
+ typanion/package.json:
1595
+ /*
1596
+ * License: MIT
1597
+ */
1598
+
1599
+ undici/LICENSE:
1600
+ /*
1601
+ * MIT License
1602
+ *
1603
+ * Copyright (c) Matteo Collina and Undici contributors
1604
+ *
1605
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1606
+ * of this software and associated documentation files (the "Software"), to deal
1607
+ * in the Software without restriction, including without limitation the rights
1608
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1609
+ * copies of the Software, and to permit persons to whom the Software is
1610
+ * furnished to do so, subject to the following conditions:
1611
+ *
1612
+ * The above copyright notice and this permission notice shall be included in all
1613
+ * copies or substantial portions of the Software.
1614
+ *
1615
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1617
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1618
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1619
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1620
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1621
+ * SOFTWARE.
1622
+ */
1623
+
1624
+ universalify/LICENSE:
1625
+ /*
1626
+ * (The MIT License)
1627
+ *
1628
+ * Copyright (c) 2017, Ryan Zimmerman <opensrc@ryanzim.com>
1629
+ *
1630
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1631
+ * this software and associated documentation files (the 'Software'), to deal in
1632
+ * the Software without restriction, including without limitation the rights to
1633
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1634
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1635
+ * subject to the following conditions:
1636
+ *
1637
+ * The above copyright notice and this permission notice shall be included in all
1638
+ * copies or substantial portions of the Software.
1639
+ *
1640
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1641
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1642
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1643
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1644
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1645
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1646
+ */
1647
+
1648
+ upath/LICENSE:
1649
+ /*
1650
+ * Copyright(c) 2014-2020 Angelos Pikoulas (agelos.pikoulas@gmail.com)
1651
+ *
1652
+ * Permission is hereby granted, free of charge, to any person
1653
+ * obtaining a copy of this software and associated documentation
1654
+ * files (the "Software"), to deal in the Software without
1655
+ * restriction, including without limitation the rights to use,
1656
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
1657
+ * copies of the Software, and to permit persons to whom the
1658
+ * Software is furnished to do so, subject to the following
1659
+ * conditions:
1660
+ *
1661
+ * The above copyright notice and this permission notice shall be
1662
+ * included in all copies or substantial portions of the Software.
1663
+ *
1664
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1665
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1666
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1667
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1668
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1669
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1670
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1671
+ * OTHER DEALINGS IN THE SOFTWARE.
1672
+ */
1673
+
1674
+ uuid/LICENSE.md:
1675
+ /*
1676
+ * The MIT License (MIT)
1677
+ *
1678
+ * Copyright (c) 2010-2020 Robert Kieffer and other contributors
1679
+ *
1680
+ * 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:
1681
+ *
1682
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1683
+ *
1684
+ * 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.
1685
+ */