@datadog/datadog-ci 5.12.1 → 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,1869 @@
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
+ bignumber.js/package.json:
277
+ /*
278
+ * License: MIT
279
+ */
280
+
281
+ call-bind-apply-helpers/LICENSE:
282
+ /*
283
+ * MIT License
284
+ *
285
+ * Copyright (c) 2024 Jordan Harband
286
+ *
287
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
288
+ * of this software and associated documentation files (the "Software"), to deal
289
+ * in the Software without restriction, including without limitation the rights
290
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
291
+ * copies of the Software, and to permit persons to whom the Software is
292
+ * furnished to do so, subject to the following conditions:
293
+ *
294
+ * The above copyright notice and this permission notice shall be included in all
295
+ * copies or substantial portions of the Software.
296
+ *
297
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
298
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
299
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
300
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
301
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
302
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
303
+ * SOFTWARE.
304
+ */
305
+
306
+ chalk/license:
307
+ /*
308
+ * MIT License
309
+ *
310
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
311
+ *
312
+ * 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:
313
+ *
314
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
315
+ *
316
+ * 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.
317
+ */
318
+
319
+ clipanion/package.json:
320
+ /*
321
+ * License: MIT
322
+ */
323
+
324
+ color-convert/LICENSE:
325
+ /*
326
+ * Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
327
+ *
328
+ * Permission is hereby granted, free of charge, to any person obtaining
329
+ * a copy of this software and associated documentation files (the
330
+ * "Software"), to deal in the Software without restriction, including
331
+ * without limitation the rights to use, copy, modify, merge, publish,
332
+ * distribute, sublicense, and/or sell copies of the Software, and to
333
+ * permit persons to whom the Software is furnished to do so, subject to
334
+ * the following conditions:
335
+ *
336
+ * The above copyright notice and this permission notice shall be
337
+ * included in all copies or substantial portions of the Software.
338
+ *
339
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
340
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
341
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
342
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
343
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
344
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
345
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
346
+ */
347
+
348
+ color-name/LICENSE:
349
+ /*
350
+ * The MIT License (MIT)
351
  *
352
+ * Copyright (c) 2015 Dmitry Ivanov
1
353
  *
354
+ *
2
355
  *
356
+ * 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
357
  *
358
+ *
4
359
  *
360
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5
361
  *
362
+ *
6
363
  *
364
+ * 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.
365
+ */
366
+
367
+ combined-stream/License:
368
+ /*
369
+ * Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
370
+ *
371
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
372
+ * of this software and associated documentation files (the "Software"), to deal
373
+ * in the Software without restriction, including without limitation the rights
374
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
375
+ * copies of the Software, and to permit persons to whom the Software is
376
+ * furnished to do so, subject to the following conditions:
377
+ *
378
+ * The above copyright notice and this permission notice shall be included in
379
+ * all copies or substantial portions of the Software.
380
+ *
381
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
382
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
383
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
384
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
385
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
386
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
387
+ * THE SOFTWARE.
388
+ */
389
+
390
+ datadog-metrics/LICENSE:
391
+ /*
392
+ * The MIT License (MIT)
393
+ *
394
+ * Copyright (c) 2014 Daniel Bader
395
+ *
396
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
397
+ * of this software and associated documentation files (the "Software"), to deal
398
+ * in the Software without restriction, including without limitation the rights
399
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
400
+ * copies of the Software, and to permit persons to whom the Software is
401
+ * furnished to do so, subject to the following conditions:
402
+ *
403
+ * The above copyright notice and this permission notice shall be included in all
404
+ * copies or substantial portions of the Software.
405
+ *
406
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
407
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
408
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
409
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
410
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
411
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
412
+ * SOFTWARE.
413
+ */
414
+
415
+ debug/LICENSE:
416
+ /*
417
+ * (The MIT License)
418
+ *
419
+ * Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
420
+ * Copyright (c) 2018-2021 Josh Junon
421
+ *
422
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
423
+ * and associated documentation files (the 'Software'), to deal in the Software without restriction,
424
+ * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
425
+ * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
426
+ * subject to the following conditions:
427
+ *
428
+ * The above copyright notice and this permission notice shall be included in all copies or substantial
429
+ * portions of the Software.
430
+ *
431
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
432
+ * LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
433
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
434
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
435
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
436
+ */
437
+
438
+ deep-extend/LICENSE:
439
+ /*
440
+ * The MIT License (MIT)
441
+ *
442
+ * Copyright (c) 2013-2018, Viacheslav Lotsmanov
443
+ *
444
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
445
+ * this software and associated documentation files (the "Software"), to deal in
446
+ * the Software without restriction, including without limitation the rights to
447
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
448
+ * the Software, and to permit persons to whom the Software is furnished to do so,
449
+ * subject to the following conditions:
450
+ *
451
+ * The above copyright notice and this permission notice shall be included in all
452
+ * copies or substantial portions of the Software.
453
+ *
454
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
455
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
456
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
457
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
458
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
459
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
460
+ */
461
+
462
+ degenerator/package.json:
463
+ /*
464
+ * License: MIT
465
+ */
466
+
467
+ delayed-stream/License:
468
+ /*
469
+ * Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
470
+ *
471
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
472
+ * of this software and associated documentation files (the "Software"), to deal
473
+ * in the Software without restriction, including without limitation the rights
474
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
475
+ * copies of the Software, and to permit persons to whom the Software is
476
+ * furnished to do so, subject to the following conditions:
477
+ *
478
+ * The above copyright notice and this permission notice shall be included in
479
+ * all copies or substantial portions of the Software.
480
+ *
481
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
482
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
483
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
484
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
485
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
486
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
487
+ * THE SOFTWARE.
488
+ */
489
+
490
+ dogapi/package.json:
491
+ /*
492
+ * License: MIT
493
+ */
494
+
495
+ dunder-proto/LICENSE:
496
+ /*
497
+ * MIT License
498
+ *
499
+ * Copyright (c) 2024 ECMAScript Shims
500
+ *
501
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
502
+ * of this software and associated documentation files (the "Software"), to deal
503
+ * in the Software without restriction, including without limitation the rights
504
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
505
+ * copies of the Software, and to permit persons to whom the Software is
506
+ * furnished to do so, subject to the following conditions:
507
+ *
508
+ * The above copyright notice and this permission notice shall be included in all
509
+ * copies or substantial portions of the Software.
510
+ *
511
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
512
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
513
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
514
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
515
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
516
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
517
+ * SOFTWARE.
518
+ */
519
+
520
+ es-define-property/LICENSE:
521
+ /*
522
+ * MIT License
523
+ *
524
+ * Copyright (c) 2024 Jordan Harband
525
+ *
526
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
527
+ * of this software and associated documentation files (the "Software"), to deal
528
+ * in the Software without restriction, including without limitation the rights
529
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
530
+ * copies of the Software, and to permit persons to whom the Software is
531
+ * furnished to do so, subject to the following conditions:
532
+ *
533
+ * The above copyright notice and this permission notice shall be included in all
534
+ * copies or substantial portions of the Software.
535
+ *
536
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
537
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
538
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
539
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
540
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
541
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
542
+ * SOFTWARE.
543
+ */
544
+
545
+ es-errors/LICENSE:
546
+ /*
547
+ * MIT License
548
+ *
549
+ * Copyright (c) 2024 Jordan Harband
550
+ *
551
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
552
+ * of this software and associated documentation files (the "Software"), to deal
553
+ * in the Software without restriction, including without limitation the rights
554
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
555
+ * copies of the Software, and to permit persons to whom the Software is
556
+ * furnished to do so, subject to the following conditions:
557
+ *
558
+ * The above copyright notice and this permission notice shall be included in all
559
+ * copies or substantial portions of the Software.
560
+ *
561
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
562
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
563
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
564
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
565
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
566
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
567
+ * SOFTWARE.
568
+ */
569
+
570
+ es-object-atoms/LICENSE:
571
+ /*
572
+ * MIT License
573
+ *
574
+ * Copyright (c) 2024 Jordan Harband
575
+ *
576
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
577
+ * of this software and associated documentation files (the "Software"), to deal
578
+ * in the Software without restriction, including without limitation the rights
579
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
580
+ * copies of the Software, and to permit persons to whom the Software is
581
+ * furnished to do so, subject to the following conditions:
582
+ *
583
+ * The above copyright notice and this permission notice shall be included in all
584
+ * copies or substantial portions of the Software.
585
+ *
586
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
587
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
588
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
589
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
590
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
591
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
592
+ * SOFTWARE.
593
+ */
594
+
595
+ es-set-tostringtag/LICENSE:
596
+ /*
597
+ * MIT License
598
+ *
599
+ * Copyright (c) 2022 ECMAScript Shims
600
+ *
601
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
602
+ * of this software and associated documentation files (the "Software"), to deal
603
+ * in the Software without restriction, including without limitation the rights
604
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
605
+ * copies of the Software, and to permit persons to whom the Software is
606
+ * furnished to do so, subject to the following conditions:
607
+ *
608
+ * The above copyright notice and this permission notice shall be included in all
609
+ * copies or substantial portions of the Software.
610
+ *
611
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
612
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
613
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
614
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
615
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
616
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
617
+ * SOFTWARE.
618
+ */
619
+
620
+ escodegen/package.json:
621
+ /*
622
+ * License: BSD-2-Clause
623
+ */
624
+
625
+ esprima/package.json:
626
+ /*
627
+ * License: BSD-2-Clause
628
+ */
629
+
630
+ estraverse/package.json:
631
+ /*
632
+ * License: BSD-2-Clause
633
+ */
634
+
635
+ esutils/package.json:
636
+ /*
637
+ * License: BSD-2-Clause
638
+ */
639
+
640
+ extend/LICENSE:
641
+ /*
642
+ * The MIT License (MIT)
643
+ *
644
+ * Copyright (c) 2014 Stefan Thomas
645
+ *
646
+ * Permission is hereby granted, free of charge, to any person obtaining
647
+ * a copy of this software and associated documentation files (the
648
+ * "Software"), to deal in the Software without restriction, including
649
+ * without limitation the rights to use, copy, modify, merge, publish,
650
+ * distribute, sublicense, and/or sell copies of the Software, and to
651
+ * permit persons to whom the Software is furnished to do so, subject to
652
+ * the following conditions:
653
+ *
654
+ * The above copyright notice and this permission notice shall be
655
+ * included in all copies or substantial portions of the Software.
656
+ *
657
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
658
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
659
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
660
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
661
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
662
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
663
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
664
+ */
665
+
666
+ fast-deep-equal/LICENSE:
667
+ /*
668
+ * MIT License
669
+ *
670
+ * Copyright (c) 2017 Evgeny Poberezkin
671
+ *
672
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
673
+ * of this software and associated documentation files (the "Software"), to deal
674
+ * in the Software without restriction, including without limitation the rights
675
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
676
+ * copies of the Software, and to permit persons to whom the Software is
677
+ * furnished to do so, subject to the following conditions:
678
+ *
679
+ * The above copyright notice and this permission notice shall be included in all
680
+ * copies or substantial portions of the Software.
681
+ *
682
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
683
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
684
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
685
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
686
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
687
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
688
+ * SOFTWARE.
689
+ */
690
+
691
+ fast-uri/LICENSE:
692
+ /*
693
+ * Copyright (c) 2021 The Fastify Team
694
+ * Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
695
+ * All rights reserved.
696
+ *
697
+ * Redistribution and use in source and binary forms, with or without
698
+ * modification, are permitted provided that the following conditions are met:
699
+ * * Redistributions of source code must retain the above copyright
700
+ * notice, this list of conditions and the following disclaimer.
701
+ * * Redistributions in binary form must reproduce the above copyright
702
+ * notice, this list of conditions and the following disclaimer in the
703
+ * documentation and/or other materials provided with the distribution.
704
+ * * The names of any contributors may not be used to endorse or promote
705
+ * products derived from this software without specific prior written
706
+ * permission.
707
+ *
708
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
709
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
710
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
711
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
712
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
713
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
714
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
715
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
716
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
717
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
718
+ *
719
+ * * * *
720
+ *
721
+ * The complete list of contributors can be found at:
722
+ * - https://github.com/garycourt/uri-js/graphs/contributors
723
+ */
724
+
725
+ form-data/License:
726
+ /*
727
+ * Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
728
+ *
729
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
730
+ * of this software and associated documentation files (the "Software"), to deal
731
+ * in the Software without restriction, including without limitation the rights
732
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
733
+ * copies of the Software, and to permit persons to whom the Software is
734
+ * furnished to do so, subject to the following conditions:
735
+ *
736
+ * The above copyright notice and this permission notice shall be included in
737
+ * all copies or substantial portions of the Software.
738
+ *
739
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
740
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
741
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
742
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
743
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
744
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
745
+ * THE SOFTWARE.
746
+ */
747
+
748
+ function-bind/LICENSE:
749
+ /*
750
+ * Copyright (c) 2013 Raynos.
751
+ *
752
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
753
+ * of this software and associated documentation files (the "Software"), to deal
754
+ * in the Software without restriction, including without limitation the rights
755
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
756
+ * copies of the Software, and to permit persons to whom the Software is
757
+ * furnished to do so, subject to the following conditions:
758
+ *
759
+ * The above copyright notice and this permission notice shall be included in
760
+ * all copies or substantial portions of the Software.
761
+ *
762
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
763
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
764
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
765
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
766
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
767
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
768
+ * THE SOFTWARE.
769
+ */
770
+
771
+ get-intrinsic/LICENSE:
772
+ /*
773
+ * MIT License
774
+ *
775
+ * Copyright (c) 2020 Jordan Harband
776
+ *
777
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
778
+ * of this software and associated documentation files (the "Software"), to deal
779
+ * in the Software without restriction, including without limitation the rights
780
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
781
+ * copies of the Software, and to permit persons to whom the Software is
782
+ * furnished to do so, subject to the following conditions:
783
+ *
784
+ * The above copyright notice and this permission notice shall be included in all
785
+ * copies or substantial portions of the Software.
786
+ *
787
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
788
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
789
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
790
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
791
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
792
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
793
+ * SOFTWARE.
794
+ */
795
+
796
+ get-proto/LICENSE:
797
+ /*
798
+ * MIT License
799
+ *
800
+ * Copyright (c) 2025 Jordan Harband
801
+ *
802
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
803
+ * of this software and associated documentation files (the "Software"), to deal
804
+ * in the Software without restriction, including without limitation the rights
805
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
806
+ * copies of the Software, and to permit persons to whom the Software is
807
+ * furnished to do so, subject to the following conditions:
808
+ *
809
+ * The above copyright notice and this permission notice shall be included in all
810
+ * copies or substantial portions of the Software.
811
+ *
812
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
813
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
814
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
815
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
816
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
817
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
818
+ * SOFTWARE.
819
+ */
820
+
821
+ get-uri/LICENSE:
822
+ /*
823
+ * (The MIT License)
824
+ *
825
+ * Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
826
+ *
827
+ * Permission is hereby granted, free of charge, to any person obtaining
828
+ * a copy of this software and associated documentation files (the
829
+ * 'Software'), to deal in the Software without restriction, including
830
+ * without limitation the rights to use, copy, modify, merge, publish,
831
+ * distribute, sublicense, and/or sell copies of the Software, and to
832
+ * permit persons to whom the Software is furnished to do so, subject to
833
+ * the following conditions:
834
+ *
835
+ * The above copyright notice and this permission notice shall be
836
+ * included in all copies or substantial portions of the Software.
837
+ *
838
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
839
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
840
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
841
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
842
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
843
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
844
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
845
+ */
846
+
847
+ glob/LICENSE.md:
848
+ /*
849
+ * All packages under `src/` are licensed according to the terms in
850
+ * their respective `LICENSE` or `LICENSE.md` files.
851
+ *
852
+ * The remainder of this project is licensed under the Blue Oak
853
+ * Model License, as follows:
854
+ *
855
+ * -----
856
+ *
857
+ * # Blue Oak Model License
858
+ *
859
+ * Version 1.0.0
860
+ *
861
+ * ## Purpose
862
+ *
863
+ * This license gives everyone as much permission to work with
864
+ * this software as possible, while protecting contributors
865
+ * from liability.
866
+ *
867
+ * ## Acceptance
868
+ *
869
+ * In order to receive this license, you must agree to its
870
+ * rules. The rules of this license are both obligations
871
+ * under that agreement and conditions to your license.
872
+ * You must not do anything with this software that triggers
873
+ * a rule that you cannot or will not follow.
874
+ *
875
+ * ## Copyright
876
+ *
877
+ * Each contributor licenses you to do everything with this
878
+ * software that would otherwise infringe that contributor's
879
+ * copyright in it.
880
+ *
881
+ * ## Notices
882
+ *
883
+ * You must ensure that everyone who gets a copy of
884
+ * any part of this software from you, with or without
885
+ * changes, also gets the text of this license or a link to
886
+ * <https://blueoakcouncil.org/license/1.0.0>.
887
+ *
888
+ * ## Excuse
889
+ *
890
+ * If anyone notifies you in writing that you have not
891
+ * complied with [Notices](#notices), you can keep your
892
+ * license by taking all practical steps to comply within 30
893
+ * days after the notice. If you do not do so, your license
894
+ * ends immediately.
895
+ *
896
+ * ## Patent
897
+ *
898
+ * Each contributor licenses you to do everything with this
899
+ * software that would otherwise infringe any patent claims
900
+ * they can license or become able to license.
901
+ *
902
+ * ## Reliability
903
+ *
904
+ * No contributor can revoke this license.
905
+ *
906
+ * ## No Liability
907
+ *
908
+ * ***As far as the law allows, this software comes as is,
909
+ * without any warranty or condition, and no contributor
910
+ * will be liable to anyone for any damages related to this
911
+ * software or this license, under any kind of legal claim.***
912
+ */
913
+
914
+ gopd/LICENSE:
915
+ /*
916
+ * MIT License
917
+ *
918
+ * Copyright (c) 2022 Jordan Harband
919
+ *
920
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
921
+ * of this software and associated documentation files (the "Software"), to deal
922
+ * in the Software without restriction, including without limitation the rights
923
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
924
+ * copies of the Software, and to permit persons to whom the Software is
925
+ * furnished to do so, subject to the following conditions:
926
+ *
927
+ * The above copyright notice and this permission notice shall be included in all
928
+ * copies or substantial portions of the Software.
929
+ *
930
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
931
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
932
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
933
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
934
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
935
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
936
+ * SOFTWARE.
937
+ */
938
+
939
+ graceful-fs/LICENSE:
940
+ /*
941
+ * The ISC License
942
+ *
943
+ * Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
944
+ *
945
+ * Permission to use, copy, modify, and/or distribute this software for any
946
+ * purpose with or without fee is hereby granted, provided that the above
947
+ * copyright notice and this permission notice appear in all copies.
948
+ *
949
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
950
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
951
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
952
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
953
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
954
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
955
+ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
956
+ */
957
+
958
+ has-flag/license:
959
+ /*
960
+ * MIT License
961
+ *
962
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
963
+ *
964
+ * 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:
965
+ *
966
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
967
+ *
968
+ * 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.
969
+ */
970
+
971
+ has-symbols/LICENSE:
972
+ /*
973
+ * MIT License
974
+ *
975
+ * Copyright (c) 2016 Jordan Harband
976
+ *
977
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
978
+ * of this software and associated documentation files (the "Software"), to deal
979
+ * in the Software without restriction, including without limitation the rights
980
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
981
+ * copies of the Software, and to permit persons to whom the Software is
982
+ * furnished to do so, subject to the following conditions:
983
+ *
984
+ * The above copyright notice and this permission notice shall be included in all
985
+ * copies or substantial portions of the Software.
986
+ *
987
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
988
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
989
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
990
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
991
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
992
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
993
+ * SOFTWARE.
994
+ */
995
+
996
+ has-tostringtag/LICENSE:
997
+ /*
998
+ * MIT License
999
+ *
1000
+ * Copyright (c) 2021 Inspect JS
1001
+ *
1002
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1003
+ * of this software and associated documentation files (the "Software"), to deal
1004
+ * in the Software without restriction, including without limitation the rights
1005
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1006
+ * copies of the Software, and to permit persons to whom the Software is
1007
+ * furnished to do so, subject to the following conditions:
1008
+ *
1009
+ * The above copyright notice and this permission notice shall be included in all
1010
+ * copies or substantial portions of the Software.
1011
+ *
1012
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1013
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1014
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1015
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1016
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1017
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1018
+ * SOFTWARE.
1019
+ */
1020
+
1021
+ hasown/LICENSE:
1022
+ /*
1023
+ * MIT License
1024
+ *
1025
+ * Copyright (c) Jordan Harband and contributors
1026
+ *
1027
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1028
+ * of this software and associated documentation files (the "Software"), to deal
1029
+ * in the Software without restriction, including without limitation the rights
1030
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1031
+ * copies of the Software, and to permit persons to whom the Software is
1032
+ * furnished to do so, subject to the following conditions:
1033
+ *
1034
+ * The above copyright notice and this permission notice shall be included in all
1035
+ * copies or substantial portions of the Software.
1036
+ *
1037
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1038
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1039
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1040
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1041
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1042
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1043
+ * SOFTWARE.
1044
+ */
1045
+
1046
+ http-proxy-agent/LICENSE:
1047
+ /*
1048
+ * (The MIT License)
1049
+ *
1050
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1051
+ *
1052
+ * Permission is hereby granted, free of charge, to any person obtaining
1053
+ * a copy of this software and associated documentation files (the
1054
+ * 'Software'), to deal in the Software without restriction, including
1055
+ * without limitation the rights to use, copy, modify, merge, publish,
1056
+ * distribute, sublicense, and/or sell copies of the Software, and to
1057
+ * permit persons to whom the Software is furnished to do so, subject to
1058
+ * the following conditions:
1059
+ *
1060
+ * The above copyright notice and this permission notice shall be
1061
+ * included in all copies or substantial portions of the Software.
1062
+ *
1063
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1064
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1065
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1066
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1067
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1068
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1069
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1070
+ */
1071
+
1072
+ https-proxy-agent/LICENSE:
1073
+ /*
1074
+ * (The MIT License)
1075
+ *
1076
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1077
+ *
1078
+ * Permission is hereby granted, free of charge, to any person obtaining
1079
+ * a copy of this software and associated documentation files (the
1080
+ * 'Software'), to deal in the Software without restriction, including
1081
+ * without limitation the rights to use, copy, modify, merge, publish,
1082
+ * distribute, sublicense, and/or sell copies of the Software, and to
1083
+ * permit persons to whom the Software is furnished to do so, subject to
1084
+ * the following conditions:
1085
+ *
1086
+ * The above copyright notice and this permission notice shall be
1087
+ * included in all copies or substantial portions of the Software.
1088
+ *
1089
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1090
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1091
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1092
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1093
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1094
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1095
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1096
+ */
1097
+
1098
+ ip-address/LICENSE:
1099
+ /*
1100
+ * Copyright (C) 2011 by Beau Gunderson
1101
+ *
1102
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1103
+ * of this software and associated documentation files (the "Software"), to deal
1104
+ * in the Software without restriction, including without limitation the rights
1105
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1106
+ * copies of the Software, and to permit persons to whom the Software is
1107
+ * furnished to do so, subject to the following conditions:
1108
+ *
1109
+ * The above copyright notice and this permission notice shall be included in
1110
+ * all copies or substantial portions of the Software.
1111
+ *
1112
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1113
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1114
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1115
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1116
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1117
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1118
+ * THE SOFTWARE.
1119
+ */
1120
+
1121
+ js-yaml/LICENSE:
1122
+ /*
1123
+ * (The MIT License)
1124
+ *
1125
+ * Copyright (C) 2011-2015 by Vitaly Puzrin
1126
+ *
1127
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1128
+ * of this software and associated documentation files (the "Software"), to deal
1129
+ * in the Software without restriction, including without limitation the rights
1130
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1131
+ * copies of the Software, and to permit persons to whom the Software is
1132
+ * furnished to do so, subject to the following conditions:
1133
+ *
1134
+ * The above copyright notice and this permission notice shall be included in
1135
+ * all copies or substantial portions of the Software.
1136
+ *
1137
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1138
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1139
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1140
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1141
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1142
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1143
+ * THE SOFTWARE.
1144
+ */
1145
+
1146
+ jsbn/LICENSE:
1147
+ /*
1148
+ * Licensing
1149
+ * ---------
1150
+ *
1151
+ * This software is covered under the following copyright:
1152
+ *
1153
+ * /*
1154
+ * * Copyright (c) 2003-2005 Tom Wu
1155
+ * * All Rights Reserved.
1156
+ * *
1157
+ * * Permission is hereby granted, free of charge, to any person obtaining
1158
+ * * a copy of this software and associated documentation files (the
1159
+ * * "Software"), to deal in the Software without restriction, including
1160
+ * * without limitation the rights to use, copy, modify, merge, publish,
1161
+ * * distribute, sublicense, and/or sell copies of the Software, and to
1162
+ * * permit persons to whom the Software is furnished to do so, subject to
1163
+ * * the following conditions:
1164
+ * *
1165
+ * * The above copyright notice and this permission notice shall be
1166
+ * * included in all copies or substantial portions of the Software.
1167
+ * *
1168
+ * * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
1169
+ * * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
1170
+ * * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
1171
+ * *
1172
+ * * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
1173
+ * * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
1174
+ * * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
1175
+ * * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
1176
+ * * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1177
+ * *
1178
+ * * In addition, the following condition applies:
1179
+ * *
1180
+ * * All redistributions must retain an intact copy of this copyright notice
1181
+ * * and disclaimer.
1182
+ * */
1183
+ *
1184
+ * Address all questions regarding this license to:
1185
+ *
1186
+ * Tom Wu
1187
+ * tjw@cs.Stanford.EDU
1188
+ */
1189
+
1190
+ json-bigint/LICENSE:
1191
+ /*
1192
+ * The MIT License (MIT)
1193
+ *
1194
+ * Copyright (c) 2013 Andrey Sidorov
1195
+ *
1196
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1197
+ * this software and associated documentation files (the "Software"), to deal in
1198
+ * the Software without restriction, including without limitation the rights to
1199
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1200
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1201
+ * subject to the following conditions:
1202
+ *
1203
+ * The above copyright notice and this permission notice shall be included in all
1204
+ * copies or substantial portions of the Software.
1205
+ *
1206
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1207
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1208
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1209
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1210
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1211
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1212
+ */
1213
+
1214
+ json-schema-traverse/LICENSE:
1215
+ /*
1216
+ * MIT License
1217
+ *
1218
+ * Copyright (c) 2017 Evgeny Poberezkin
1219
+ *
1220
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1221
+ * of this software and associated documentation files (the "Software"), to deal
1222
+ * in the Software without restriction, including without limitation the rights
1223
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1224
+ * copies of the Software, and to permit persons to whom the Software is
1225
+ * furnished to do so, subject to the following conditions:
1226
+ *
1227
+ * The above copyright notice and this permission notice shall be included in all
1228
+ * copies or substantial portions of the Software.
1229
+ *
1230
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1231
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1232
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1233
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1234
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1235
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1236
+ * SOFTWARE.
1237
+ */
1238
+
1239
+ jsonfile/LICENSE:
1240
+ /*
1241
+ * (The MIT License)
1242
+ *
1243
+ * Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
1244
+ *
1245
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
1246
+ * (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
1247
+ * merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1248
+ * furnished to do so, subject to the following conditions:
1249
+ *
1250
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1251
+ *
1252
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
1253
+ * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
1254
+ * OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1255
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1256
+ */
1257
+
1258
+ lodash/LICENSE:
1259
+ /*
1260
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1261
+ *
1262
+ * Based on Underscore.js, copyright Jeremy Ashkenas,
1263
+ * DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1264
+ *
1265
+ * This software consists of voluntary contributions made by many
1266
+ * individuals. For exact contribution history, see the revision history
1267
+ * available at https://github.com/lodash/lodash
1268
+ *
1269
+ * The following license applies to all parts of this software except as
1270
+ * documented below:
1271
+ *
1272
+ * ====
1273
+ *
1274
+ * Permission is hereby granted, free of charge, to any person obtaining
1275
+ * a copy of this software and associated documentation files (the
1276
+ * "Software"), to deal in the Software without restriction, including
1277
+ * without limitation the rights to use, copy, modify, merge, publish,
1278
+ * distribute, sublicense, and/or sell copies of the Software, and to
1279
+ * permit persons to whom the Software is furnished to do so, subject to
1280
+ * the following conditions:
1281
+ *
1282
+ * The above copyright notice and this permission notice shall be
1283
+ * included in all copies or substantial portions of the Software.
1284
+ *
1285
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1286
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1287
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1288
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1289
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1290
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1291
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1292
+ *
1293
+ * ====
1294
+ *
1295
+ * Copyright and related rights for sample code are waived via CC0. Sample
1296
+ * code is defined as all source code displayed within the prose of the
1297
+ * documentation.
1298
+ *
1299
+ * CC0: http://creativecommons.org/publicdomain/zero/1.0/
1300
+ *
1301
+ * ====
1302
+ *
1303
+ * Files located in the node_modules and vendor directories are externally
1304
+ * maintained libraries used by this software which have their own
1305
+ * licenses; we recommend you read them, as their terms may differ from the
1306
+ * terms above.
1307
+ */
1308
+
1309
+ math-intrinsics/LICENSE:
1310
+ /*
1311
+ * MIT License
1312
+ *
1313
+ * Copyright (c) 2024 ECMAScript Shims
1314
+ *
1315
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1316
+ * of this software and associated documentation files (the "Software"), to deal
1317
+ * in the Software without restriction, including without limitation the rights
1318
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1319
+ * copies of the Software, and to permit persons to whom the Software is
1320
+ * furnished to do so, subject to the following conditions:
1321
+ *
1322
+ * The above copyright notice and this permission notice shall be included in all
1323
+ * copies or substantial portions of the Software.
1324
+ *
1325
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1326
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1327
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1328
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1329
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1330
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1331
+ * SOFTWARE.
1332
+ */
1333
+
1334
+ mime-db/LICENSE:
1335
+ /*
1336
+ * (The MIT License)
1337
+ *
1338
+ * Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1339
+ * Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1340
+ *
1341
+ * Permission is hereby granted, free of charge, to any person obtaining
1342
+ * a copy of this software and associated documentation files (the
1343
+ * 'Software'), to deal in the Software without restriction, including
1344
+ * without limitation the rights to use, copy, modify, merge, publish,
1345
+ * distribute, sublicense, and/or sell copies of the Software, and to
1346
+ * permit persons to whom the Software is furnished to do so, subject to
1347
+ * the following conditions:
1348
+ *
1349
+ * The above copyright notice and this permission notice shall be
1350
+ * included in all copies or substantial portions of the Software.
1351
+ *
1352
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1353
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1354
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1355
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1356
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1357
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1358
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1359
+ */
1360
+
1361
+ mime-types/LICENSE:
1362
+ /*
1363
+ * (The MIT License)
1364
+ *
1365
+ * Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1366
+ * Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1367
+ *
1368
+ * Permission is hereby granted, free of charge, to any person obtaining
1369
+ * a copy of this software and associated documentation files (the
1370
+ * 'Software'), to deal in the Software without restriction, including
1371
+ * without limitation the rights to use, copy, modify, merge, publish,
1372
+ * distribute, sublicense, and/or sell copies of the Software, and to
1373
+ * permit persons to whom the Software is furnished to do so, subject to
1374
+ * the following conditions:
1375
+ *
1376
+ * The above copyright notice and this permission notice shall be
1377
+ * included in all copies or substantial portions of the Software.
1378
+ *
1379
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1380
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1381
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1382
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1383
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1384
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1385
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1386
+ */
1387
+
1388
+ ms/package.json:
1389
+ /*
1390
+ * License: MIT
1391
+ */
1392
+
1393
+ netmask/package.json:
1394
+ /*
1395
+ * License: MIT
1396
+ */
1397
+
1398
+ pac-proxy-agent/LICENSE:
1399
+ /*
1400
+ * (The MIT License)
1401
+ *
1402
+ * Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1403
+ *
1404
+ * Permission is hereby granted, free of charge, to any person obtaining
1405
+ * a copy of this software and associated documentation files (the
1406
+ * 'Software'), to deal in the Software without restriction, including
1407
+ * without limitation the rights to use, copy, modify, merge, publish,
1408
+ * distribute, sublicense, and/or sell copies of the Software, and to
1409
+ * permit persons to whom the Software is furnished to do so, subject to
1410
+ * the following conditions:
1411
+ *
1412
+ * The above copyright notice and this permission notice shall be
1413
+ * included in all copies or substantial portions of the Software.
1414
+ *
1415
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1416
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1417
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1418
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1419
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1420
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1421
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1422
+ */
1423
+
1424
+ pac-resolver/LICENSE:
1425
+ /*
1426
+ * (The MIT License)
1427
+ *
1428
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1429
+ *
1430
+ * Permission is hereby granted, free of charge, to any person obtaining
1431
+ * a copy of this software and associated documentation files (the
1432
+ * 'Software'), to deal in the Software without restriction, including
1433
+ * without limitation the rights to use, copy, modify, merge, publish,
1434
+ * distribute, sublicense, and/or sell copies of the Software, and to
1435
+ * permit persons to whom the Software is furnished to do so, subject to
1436
+ * the following conditions:
1437
+ *
1438
+ * The above copyright notice and this permission notice shall be
1439
+ * included in all copies or substantial portions of the Software.
1440
+ *
1441
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1442
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1443
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1444
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1445
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1446
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1447
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1448
+ */
1449
+
1450
+ packageurl-js/LICENSE:
1451
+ /*
1452
+ * Copyright (c) the purl authors
1453
+ *
1454
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1455
+ * this software and associated documentation files (the "Software"), to deal in
1456
+ * the Software without restriction, including without limitation the rights to
1457
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1458
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1459
+ * subject to the following conditions:
1460
+ *
1461
+ * The above copyright notice and this permission notice shall be included in all
1462
+ * copies or substantial portions of the Software.
1463
+ *
1464
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1465
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1466
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1467
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1468
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1469
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1470
+ */
1471
+
1472
+ proxy-agent/LICENSE:
1473
+ /*
1474
+ * (The MIT License)
1475
+ *
1476
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1477
+ *
1478
+ * Permission is hereby granted, free of charge, to any person obtaining
1479
+ * a copy of this software and associated documentation files (the
1480
+ * 'Software'), to deal in the Software without restriction, including
1481
+ * without limitation the rights to use, copy, modify, merge, publish,
1482
+ * distribute, sublicense, and/or sell copies of the Software, and to
1483
+ * permit persons to whom the Software is furnished to do so, subject to
1484
+ * the following conditions:
1485
+ *
1486
+ * The above copyright notice and this permission notice shall be
1487
+ * included in all copies or substantial portions of the Software.
1488
+ *
1489
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1490
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1491
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1492
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1493
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1494
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1495
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1496
+ */
1497
+
1498
+ proxy-from-env/LICENSE:
1499
+ /*
1500
+ * The MIT License
1501
+ *
1502
+ * Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
1503
+ *
1504
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1505
+ * this software and associated documentation files (the "Software"), to deal in
1506
+ * the Software without restriction, including without limitation the rights to
1507
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1508
+ * of the Software, and to permit persons to whom the Software is furnished to do
1509
+ * so, subject to the following conditions:
1510
+ *
1511
+ * The above copyright notice and this permission notice shall be included in all
1512
+ * copies or substantial portions of the Software.
1513
+ *
1514
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1515
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1516
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1517
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1518
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1519
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1520
+ */
1521
+
1522
+ retry/License:
1523
+ /*
1524
+ * Copyright (c) 2011:
1525
+ * Tim Koschützki (tim@debuggable.com)
1526
+ * Felix Geisendörfer (felix@debuggable.com)
1527
+ *
1528
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1529
+ * of this software and associated documentation files (the "Software"), to deal
1530
+ * in the Software without restriction, including without limitation the rights
1531
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1532
+ * copies of the Software, and to permit persons to whom the Software is
1533
+ * furnished to do so, subject to the following conditions:
1534
+ *
1535
+ * The above copyright notice and this permission notice shall be included in
1536
+ * all copies or substantial portions of the Software.
1537
+ *
1538
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1539
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1540
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1541
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1542
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1543
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1544
+ * THE SOFTWARE.
1545
+ */
1546
+
1547
+ semver/LICENSE:
1548
+ /*
1549
+ * The ISC License
1550
+ *
1551
+ * Copyright (c) Isaac Z. Schlueter and Contributors
1552
+ *
1553
+ * Permission to use, copy, modify, and/or distribute this software for any
1554
+ * purpose with or without fee is hereby granted, provided that the above
1555
+ * copyright notice and this permission notice appear in all copies.
1556
+ *
1557
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1558
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1559
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1560
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1561
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1562
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1563
+ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1564
+ */
1565
+
1566
+ smart-buffer/LICENSE:
1567
+ /*
1568
+ * The MIT License (MIT)
1569
+ *
1570
+ * Copyright (c) 2013-2017 Josh Glazebrook
1571
+ *
1572
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1573
+ * this software and associated documentation files (the "Software"), to deal in
1574
+ * the Software without restriction, including without limitation the rights to
1575
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1576
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1577
+ * subject to the following conditions:
1578
+ *
1579
+ * The above copyright notice and this permission notice shall be included in all
1580
+ * copies or substantial portions of the Software.
1581
+ *
1582
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1583
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1584
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1585
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1586
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1587
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1588
+ */
1589
+
1590
+ socks/LICENSE:
1591
+ /*
1592
+ * The MIT License (MIT)
1593
+ *
1594
+ * Copyright (c) 2013 Josh Glazebrook
1595
+ *
1596
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1597
+ * this software and associated documentation files (the "Software"), to deal in
1598
+ * the Software without restriction, including without limitation the rights to
1599
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1600
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1601
+ * subject to the following conditions:
1602
+ *
1603
+ * The above copyright notice and this permission notice shall be included in all
1604
+ * copies or substantial portions of the Software.
1605
+ *
1606
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1607
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1608
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1609
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1610
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1611
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1612
+ */
1613
+
1614
+ socks-proxy-agent/LICENSE:
1615
+ /*
1616
+ * (The MIT License)
1617
+ *
1618
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1619
+ *
1620
+ * Permission is hereby granted, free of charge, to any person obtaining
1621
+ * a copy of this software and associated documentation files (the
1622
+ * 'Software'), to deal in the Software without restriction, including
1623
+ * without limitation the rights to use, copy, modify, merge, publish,
1624
+ * distribute, sublicense, and/or sell copies of the Software, and to
1625
+ * permit persons to whom the Software is furnished to do so, subject to
1626
+ * the following conditions:
1627
+ *
1628
+ * The above copyright notice and this permission notice shall be
1629
+ * included in all copies or substantial portions of the Software.
1630
+ *
1631
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1632
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1633
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1634
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1635
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1636
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1637
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1638
+ */
1639
+
1640
+ source-map/LICENSE:
1641
+ /*
1642
+ *
1643
+ * Copyright (c) 2009-2011, Mozilla Foundation and contributors
1644
+ * All rights reserved.
1645
+ *
1646
+ * Redistribution and use in source and binary forms, with or without
1647
+ * modification, are permitted provided that the following conditions are met:
1648
+ *
1649
+ * * Redistributions of source code must retain the above copyright notice, this
1650
+ * list of conditions and the following disclaimer.
1651
+ *
1652
+ * * Redistributions in binary form must reproduce the above copyright notice,
1653
+ * this list of conditions and the following disclaimer in the documentation
1654
+ * and/or other materials provided with the distribution.
1655
+ *
1656
+ * * Neither the names of the Mozilla Foundation nor the names of project
1657
+ * contributors may be used to endorse or promote products derived from this
1658
+ * software without specific prior written permission.
1659
+ *
1660
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1661
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1662
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1663
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1664
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1665
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1666
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1667
+ * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1668
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1669
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1670
+ */
1671
+
1672
+ sprintf-js/LICENSE:
1673
+ /*
1674
+ * Copyright (c) 2007-present, Alexandru Mărășteanu <hello@alexei.ro>
1675
+ * All rights reserved.
1676
+ *
1677
+ * Redistribution and use in source and binary forms, with or without
1678
+ * modification, are permitted provided that the following conditions are met:
1679
+ * * Redistributions of source code must retain the above copyright
1680
+ * notice, this list of conditions and the following disclaimer.
1681
+ * * Redistributions in binary form must reproduce the above copyright
1682
+ * notice, this list of conditions and the following disclaimer in the
1683
+ * documentation and/or other materials provided with the distribution.
1684
+ * * Neither the name of this software nor the names of its contributors may be
1685
+ * used to endorse or promote products derived from this software without
1686
+ * specific prior written permission.
1687
+ *
1688
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1689
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1690
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1691
+ * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1692
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1693
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1694
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1695
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1696
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1697
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1698
+ */
1699
+
1700
+ supports-color/license:
1701
+ /*
1702
+ * MIT License
1703
+ *
1704
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1705
+ *
1706
+ * 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:
1707
+ *
1708
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1709
+ *
1710
+ * 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.
1711
+ */
1712
+
1713
+ supports-hyperlinks/license:
1714
+ /*
1715
+ * MIT License
1716
+ *
1717
+ * Copyright (c) James Talmage <james@talmage.io> (github.com/jamestalmage)
1718
+ *
1719
+ * 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:
1720
+ *
1721
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1722
+ *
1723
+ * 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.
1724
+ */
1725
+
1726
+ terminal-link/license:
1727
+ /*
1728
+ * MIT License
1729
+ *
1730
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1731
+ *
1732
+ * 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:
1733
+ *
1734
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1735
+ *
1736
+ * 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.
1737
+ */
1738
+
1739
+ tiny-async-pool/package.json:
1740
+ /*
1741
+ * License: MIT
1742
+ */
1743
+
1744
+ tinyexec/LICENSE:
1745
+ /*
1746
+ * MIT License
1747
+ *
1748
+ * Copyright (c) 2024 Tinylibs
1749
+ *
1750
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1751
+ * of this software and associated documentation files (the "Software"), to deal
1752
+ * in the Software without restriction, including without limitation the rights
1753
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1754
+ * copies of the Software, and to permit persons to whom the Software is
1755
+ * furnished to do so, subject to the following conditions:
1756
+ *
1757
+ * The above copyright notice and this permission notice shall be included in all
1758
+ * copies or substantial portions of the Software.
1759
+ *
1760
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1761
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1762
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1763
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1764
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1765
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1766
+ * SOFTWARE.
1767
+ */
1768
+
1769
+ tslib/LICENSE.txt:
1770
+ /*
1771
+ * Copyright (c) Microsoft Corporation.
7
1772
  *
1773
+ *
8
1774
  *
1775
+ * Permission to use, copy, modify, and/or distribute this software for any
9
1776
  *
1777
+ * purpose with or without fee is hereby granted.
10
1778
  *
1779
+ *
11
1780
  *
1781
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
1782
  *
1783
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
1784
  *
1785
+ * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
1786
  *
1787
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
1788
  *
1789
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
1790
  *
1791
+ * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
1792
  *
1793
+ * PERFORMANCE OF THIS SOFTWARE.
1794
+ */
1795
+
1796
+ typanion/package.json:
1797
+ /*
1798
+ * License: MIT
1799
+ */
1800
+
1801
+ undici/LICENSE:
1802
+ /*
1803
+ * MIT License
1804
+ *
1805
+ * Copyright (c) Matteo Collina and Undici contributors
1806
+ *
1807
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1808
+ * of this software and associated documentation files (the "Software"), to deal
1809
+ * in the Software without restriction, including without limitation the rights
1810
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1811
+ * copies of the Software, and to permit persons to whom the Software is
1812
+ * furnished to do so, subject to the following conditions:
1813
+ *
1814
+ * The above copyright notice and this permission notice shall be included in all
1815
+ * copies or substantial portions of the Software.
1816
+ *
1817
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1818
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1819
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1820
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1821
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1822
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1823
+ * SOFTWARE.
1824
+ */
1825
+
1826
+ universalify/LICENSE:
1827
+ /*
1828
+ * (The MIT License)
1829
+ *
1830
+ * Copyright (c) 2017, Ryan Zimmerman <opensrc@ryanzim.com>
1831
+ *
1832
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1833
+ * this software and associated documentation files (the 'Software'), to deal in
1834
+ * the Software without restriction, including without limitation the rights to
1835
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1836
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1837
+ * subject to the following conditions:
1838
+ *
1839
+ * The above copyright notice and this permission notice shall be included in all
1840
+ * copies or substantial portions of the Software.
1841
+ *
1842
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1843
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1844
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1845
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1846
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1847
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1848
+ */
1849
+
1850
+ upath/LICENSE:
1851
+ /*
1852
+ * Copyright(c) 2014-2020 Angelos Pikoulas (agelos.pikoulas@gmail.com)
1853
+ *
1854
+ * Permission is hereby granted, free of charge, to any person
1855
+ * obtaining a copy of this software and associated documentation
1856
+ * files (the "Software"), to deal in the Software without
1857
+ * restriction, including without limitation the rights to use,
1858
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
1859
+ * copies of the Software, and to permit persons to whom the
1860
+ * Software is furnished to do so, subject to the following
1861
+ * conditions:
1862
+ *
1863
+ * The above copyright notice and this permission notice shall be
1864
+ * included in all copies or substantial portions of the Software.
1865
+ *
1866
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1867
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1868
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1869
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1870
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1871
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1872
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1873
+ * OTHER DEALINGS IN THE SOFTWARE.
1874
+ */
1875
+
1876
+ uuid/LICENSE.md:
1877
+ /*
1878
+ * The MIT License (MIT)
1879
+ *
1880
+ * Copyright (c) 2010-2020 Robert Kieffer and other contributors
1881
+ *
1882
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1883
+ *
1884
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1885
+ *
1886
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1887
+ */