opera-devtools-mcp 0.2.3 → 0.2.4

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,4322 @@
1
+ Name: urlpattern-polyfill
2
+ URL: https://github.com/kenchris/urlpattern-polyfill
3
+ Version: 10.1.0
4
+ License: MIT
5
+
6
+ Copyright 2020 Intel Corporation
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy
9
+ of this software and associated documentation files (the "Software"), to deal
10
+ in the Software without restriction, including without limitation the rights
11
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ copies of the Software, and to permit persons to whom the Software is
13
+ furnished to do so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included in
16
+ all copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24
+ THE SOFTWARE.
25
+
26
+ -------------------- DEPENDENCY DIVIDER --------------------
27
+
28
+ Name: core-js
29
+ URL: https://core-js.io
30
+ Version: 3.49.0
31
+ License: MIT
32
+
33
+ Copyright (c) 2013–2025 Denis Pushkarev (zloirock.ru)
34
+ Copyright (c) 2025–2026 CoreJS Company (core-js.io)
35
+
36
+ Permission is hereby granted, free of charge, to any person obtaining a copy
37
+ of this software and associated documentation files (the "Software"), to deal
38
+ in the Software without restriction, including without limitation the rights
39
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40
+ copies of the Software, and to permit persons to whom the Software is
41
+ furnished to do so, subject to the following conditions:
42
+
43
+ The above copyright notice and this permission notice shall be included in
44
+ all copies or substantial portions of the Software.
45
+
46
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
52
+ THE SOFTWARE.
53
+
54
+
55
+ -------------------- DEPENDENCY DIVIDER --------------------
56
+
57
+ Name: cliui
58
+ URL: yargs/cliui
59
+ Version: 9.0.1
60
+ License: ISC
61
+
62
+ Copyright (c) 2015, Contributors
63
+
64
+ Permission to use, copy, modify, and/or distribute this software
65
+ for any purpose with or without fee is hereby granted, provided
66
+ that the above copyright notice and this permission notice
67
+ appear in all copies.
68
+
69
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
70
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
71
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
72
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
73
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
74
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
75
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
76
+
77
+
78
+ -------------------- DEPENDENCY DIVIDER --------------------
79
+
80
+ Name: ansi-regex
81
+ URL: chalk/ansi-regex
82
+ Version: 6.2.2
83
+ License: MIT
84
+
85
+ MIT License
86
+
87
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
88
+
89
+ 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:
90
+
91
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
92
+
93
+ 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.
94
+
95
+
96
+ -------------------- DEPENDENCY DIVIDER --------------------
97
+
98
+ Name: strip-ansi
99
+ URL: chalk/strip-ansi
100
+ Version: 7.1.2
101
+ License: MIT
102
+
103
+ MIT License
104
+
105
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
106
+
107
+ 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:
108
+
109
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
110
+
111
+ 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.
112
+
113
+
114
+ -------------------- DEPENDENCY DIVIDER --------------------
115
+
116
+ Name: get-east-asian-width
117
+ URL: sindresorhus/get-east-asian-width
118
+ Version: 1.4.0
119
+ License: MIT
120
+
121
+ MIT License
122
+
123
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
124
+
125
+ 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:
126
+
127
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
128
+
129
+ 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.
130
+
131
+
132
+ -------------------- DEPENDENCY DIVIDER --------------------
133
+
134
+ Name: emoji-regex
135
+ URL: https://mths.be/emoji-regex
136
+ Version: 10.6.0
137
+ License: MIT
138
+
139
+ Copyright Mathias Bynens <https://mathiasbynens.be/>
140
+
141
+ Permission is hereby granted, free of charge, to any person obtaining
142
+ a copy of this software and associated documentation files (the
143
+ "Software"), to deal in the Software without restriction, including
144
+ without limitation the rights to use, copy, modify, merge, publish,
145
+ distribute, sublicense, and/or sell copies of the Software, and to
146
+ permit persons to whom the Software is furnished to do so, subject to
147
+ the following conditions:
148
+
149
+ The above copyright notice and this permission notice shall be
150
+ included in all copies or substantial portions of the Software.
151
+
152
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
153
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
154
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
155
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
156
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
157
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
158
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
159
+
160
+
161
+ -------------------- DEPENDENCY DIVIDER --------------------
162
+
163
+ Name: string-width
164
+ URL: sindresorhus/string-width
165
+ Version: 7.2.0
166
+ License: MIT
167
+
168
+ MIT License
169
+
170
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://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
+ -------------------- DEPENDENCY DIVIDER --------------------
180
+
181
+ Name: ansi-styles
182
+ URL: chalk/ansi-styles
183
+ Version: 6.2.3
184
+ License: MIT
185
+
186
+ MIT License
187
+
188
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
189
+
190
+ 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:
191
+
192
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
193
+
194
+ 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.
195
+
196
+
197
+ -------------------- DEPENDENCY DIVIDER --------------------
198
+
199
+ Name: wrap-ansi
200
+ URL: chalk/wrap-ansi
201
+ Version: 9.0.2
202
+ License: MIT
203
+
204
+ MIT License
205
+
206
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
207
+
208
+ 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:
209
+
210
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
211
+
212
+ 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.
213
+
214
+
215
+ -------------------- DEPENDENCY DIVIDER --------------------
216
+
217
+ Name: escalade
218
+ URL: lukeed/escalade
219
+ Version: 3.2.0
220
+ License: MIT
221
+
222
+ MIT License
223
+
224
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
225
+
226
+ 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:
227
+
228
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
229
+
230
+ 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.
231
+
232
+
233
+ -------------------- DEPENDENCY DIVIDER --------------------
234
+
235
+ Name: yargs-parser
236
+ URL: https://github.com/yargs/yargs-parser.git
237
+ Version: 22.0.0
238
+ License: ISC
239
+
240
+ Copyright (c) 2016, Contributors
241
+
242
+ Permission to use, copy, modify, and/or distribute this software
243
+ for any purpose with or without fee is hereby granted, provided
244
+ that the above copyright notice and this permission notice
245
+ appear in all copies.
246
+
247
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
248
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
249
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
250
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
251
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
252
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
253
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
254
+
255
+
256
+ -------------------- DEPENDENCY DIVIDER --------------------
257
+
258
+ Name: yargs
259
+ URL: https://yargs.js.org/
260
+ Version: 18.0.0
261
+ License: MIT
262
+
263
+ MIT License
264
+
265
+ Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)
266
+
267
+ Permission is hereby granted, free of charge, to any person obtaining a copy
268
+ of this software and associated documentation files (the "Software"), to deal
269
+ in the Software without restriction, including without limitation the rights
270
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
271
+ copies of the Software, and to permit persons to whom the Software is
272
+ furnished to do so, subject to the following conditions:
273
+
274
+ The above copyright notice and this permission notice shall be included in
275
+ all copies or substantial portions of the Software.
276
+
277
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
278
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
279
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
280
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
281
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
282
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
283
+ THE SOFTWARE.
284
+
285
+
286
+ -------------------- DEPENDENCY DIVIDER --------------------
287
+
288
+ Name: y18n
289
+ URL: https://github.com/yargs/y18n
290
+ Version: 5.0.8
291
+ License: ISC
292
+
293
+ Copyright (c) 2015, Contributors
294
+
295
+ Permission to use, copy, modify, and/or distribute this software for any purpose
296
+ with or without fee is hereby granted, provided that the above copyright notice
297
+ and this permission notice appear in all copies.
298
+
299
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
300
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
301
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
302
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
303
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
304
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
305
+ THIS SOFTWARE.
306
+
307
+
308
+ -------------------- DEPENDENCY DIVIDER --------------------
309
+
310
+ Name: get-caller-file
311
+ URL: https://github.com/stefanpenner/get-caller-file#readme
312
+ Version: 2.0.5
313
+ License: ISC
314
+
315
+ ISC License (ISC)
316
+ Copyright 2018 Stefan Penner
317
+
318
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
319
+
320
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
321
+
322
+
323
+ -------------------- DEPENDENCY DIVIDER --------------------
324
+
325
+ Name: semver
326
+ URL: git+https://github.com/npm/node-semver.git
327
+ Version: 7.8.0
328
+ License: ISC
329
+
330
+ The ISC License
331
+
332
+ Copyright (c) Isaac Z. Schlueter and Contributors
333
+
334
+ Permission to use, copy, modify, and/or distribute this software for any
335
+ purpose with or without fee is hereby granted, provided that the above
336
+ copyright notice and this permission notice appear in all copies.
337
+
338
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
339
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
340
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
341
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
342
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
343
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
344
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
345
+
346
+
347
+ -------------------- DEPENDENCY DIVIDER --------------------
348
+
349
+ Name: debug
350
+ URL: git://github.com/debug-js/debug.git
351
+ Version: 4.4.3
352
+ License: MIT
353
+
354
+ (The MIT License)
355
+
356
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
357
+ Copyright (c) 2018-2021 Josh Junon
358
+
359
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
360
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
361
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
362
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
363
+ subject to the following conditions:
364
+
365
+ The above copyright notice and this permission notice shall be included in all copies or substantial
366
+ portions of the Software.
367
+
368
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
369
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
370
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
371
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
372
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
373
+
374
+
375
+
376
+ -------------------- DEPENDENCY DIVIDER --------------------
377
+
378
+ Name: ms
379
+ URL: vercel/ms
380
+ Version: 2.1.3
381
+ License: MIT
382
+
383
+ The MIT License (MIT)
384
+
385
+ Copyright (c) 2020 Vercel, Inc.
386
+
387
+ Permission is hereby granted, free of charge, to any person obtaining a copy
388
+ of this software and associated documentation files (the "Software"), to deal
389
+ in the Software without restriction, including without limitation the rights
390
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
391
+ copies of the Software, and to permit persons to whom the Software is
392
+ furnished to do so, subject to the following conditions:
393
+
394
+ The above copyright notice and this permission notice shall be included in all
395
+ copies or substantial portions of the Software.
396
+
397
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
398
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
399
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
400
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
401
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
402
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
403
+ SOFTWARE.
404
+
405
+
406
+ -------------------- DEPENDENCY DIVIDER --------------------
407
+
408
+ Name: has-flag
409
+ URL: sindresorhus/has-flag
410
+ Version: 4.0.0
411
+ License: MIT
412
+
413
+ MIT License
414
+
415
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
416
+
417
+ 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:
418
+
419
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
420
+
421
+ 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.
422
+
423
+
424
+ -------------------- DEPENDENCY DIVIDER --------------------
425
+
426
+ Name: supports-color
427
+ URL: chalk/supports-color
428
+ Version: 7.2.0
429
+ License: MIT
430
+
431
+ MIT License
432
+
433
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
434
+
435
+ 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:
436
+
437
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
438
+
439
+ 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.
440
+
441
+
442
+ -------------------- DEPENDENCY DIVIDER --------------------
443
+
444
+ Name: zod
445
+ URL: https://zod.dev
446
+ Version: 3.25.76
447
+ License: MIT
448
+
449
+ MIT License
450
+
451
+ Copyright (c) 2025 Colin McDonnell
452
+
453
+ Permission is hereby granted, free of charge, to any person obtaining a copy
454
+ of this software and associated documentation files (the "Software"), to deal
455
+ in the Software without restriction, including without limitation the rights
456
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
457
+ copies of the Software, and to permit persons to whom the Software is
458
+ furnished to do so, subject to the following conditions:
459
+
460
+ The above copyright notice and this permission notice shall be included in all
461
+ copies or substantial portions of the Software.
462
+
463
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
464
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
465
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
466
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
467
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
468
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
469
+ SOFTWARE.
470
+
471
+
472
+ -------------------- DEPENDENCY DIVIDER --------------------
473
+
474
+ Name: @modelcontextprotocol/sdk
475
+ URL: https://modelcontextprotocol.io
476
+ Version: 1.29.0
477
+ License: MIT
478
+
479
+ MIT License
480
+
481
+ Copyright (c) 2024 Anthropic, PBC
482
+
483
+ Permission is hereby granted, free of charge, to any person obtaining a copy
484
+ of this software and associated documentation files (the "Software"), to deal
485
+ in the Software without restriction, including without limitation the rights
486
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
487
+ copies of the Software, and to permit persons to whom the Software is
488
+ furnished to do so, subject to the following conditions:
489
+
490
+ The above copyright notice and this permission notice shall be included in all
491
+ copies or substantial portions of the Software.
492
+
493
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
494
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
495
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
496
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
497
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
498
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
499
+ SOFTWARE.
500
+
501
+
502
+ -------------------- DEPENDENCY DIVIDER --------------------
503
+
504
+ Name: zod-to-json-schema
505
+ URL: https://github.com/StefanTerdell/zod-to-json-schema
506
+ Version: 3.25.1
507
+ License: ISC
508
+
509
+ ISC License
510
+
511
+ Copyright (c) 2020, Stefan Terdell
512
+
513
+ Permission to use, copy, modify, and/or distribute this software for any
514
+ purpose with or without fee is hereby granted, provided that the above
515
+ copyright notice and this permission notice appear in all copies.
516
+
517
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
518
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
519
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
520
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
521
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
522
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
523
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
524
+
525
+ -------------------- DEPENDENCY DIVIDER --------------------
526
+
527
+ Name: ajv
528
+ URL: https://ajv.js.org
529
+ Version: 8.18.0
530
+ License: MIT
531
+
532
+ The MIT License (MIT)
533
+
534
+ Copyright (c) 2015-2021 Evgeny Poberezkin
535
+
536
+ Permission is hereby granted, free of charge, to any person obtaining a copy
537
+ of this software and associated documentation files (the "Software"), to deal
538
+ in the Software without restriction, including without limitation the rights
539
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
540
+ copies of the Software, and to permit persons to whom the Software is
541
+ furnished to do so, subject to the following conditions:
542
+
543
+ The above copyright notice and this permission notice shall be included in all
544
+ copies or substantial portions of the Software.
545
+
546
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
547
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
548
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
549
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
550
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
551
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
552
+ SOFTWARE.
553
+
554
+
555
+
556
+ -------------------- DEPENDENCY DIVIDER --------------------
557
+
558
+ Name: fast-deep-equal
559
+ URL: https://github.com/epoberezkin/fast-deep-equal#readme
560
+ Version: 3.1.3
561
+ License: MIT
562
+
563
+ MIT License
564
+
565
+ Copyright (c) 2017 Evgeny Poberezkin
566
+
567
+ Permission is hereby granted, free of charge, to any person obtaining a copy
568
+ of this software and associated documentation files (the "Software"), to deal
569
+ in the Software without restriction, including without limitation the rights
570
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
571
+ copies of the Software, and to permit persons to whom the Software is
572
+ furnished to do so, subject to the following conditions:
573
+
574
+ The above copyright notice and this permission notice shall be included in all
575
+ copies or substantial portions of the Software.
576
+
577
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
578
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
579
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
580
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
581
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
582
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
583
+ SOFTWARE.
584
+
585
+
586
+ -------------------- DEPENDENCY DIVIDER --------------------
587
+
588
+ Name: json-schema-traverse
589
+ URL: https://github.com/epoberezkin/json-schema-traverse#readme
590
+ Version: 1.0.0
591
+ License: MIT
592
+
593
+ MIT License
594
+
595
+ Copyright (c) 2017 Evgeny Poberezkin
596
+
597
+ Permission is hereby granted, free of charge, to any person obtaining a copy
598
+ of this software and associated documentation files (the "Software"), to deal
599
+ in the Software without restriction, including without limitation the rights
600
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
601
+ copies of the Software, and to permit persons to whom the Software is
602
+ furnished to do so, subject to the following conditions:
603
+
604
+ The above copyright notice and this permission notice shall be included in all
605
+ copies or substantial portions of the Software.
606
+
607
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
608
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
609
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
610
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
611
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
612
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
613
+ SOFTWARE.
614
+
615
+
616
+ -------------------- DEPENDENCY DIVIDER --------------------
617
+
618
+ Name: fast-uri
619
+ URL: https://github.com/fastify/fast-uri
620
+ Version: 3.1.2
621
+ License: BSD-3-Clause
622
+
623
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
624
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
625
+ All rights reserved.
626
+
627
+ Redistribution and use in source and binary forms, with or without
628
+ modification, are permitted provided that the following conditions are met:
629
+ * Redistributions of source code must retain the above copyright
630
+ notice, this list of conditions and the following disclaimer.
631
+ * Redistributions in binary form must reproduce the above copyright
632
+ notice, this list of conditions and the following disclaimer in the
633
+ documentation and/or other materials provided with the distribution.
634
+ * The names of any contributors may not be used to endorse or promote
635
+ products derived from this software without specific prior written
636
+ permission.
637
+
638
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
639
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
640
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
641
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
642
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
643
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
644
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
645
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
646
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
647
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
648
+
649
+ * * *
650
+
651
+ The complete list of contributors can be found at:
652
+ - https://github.com/garycourt/uri-js/graphs/contributors
653
+
654
+ -------------------- DEPENDENCY DIVIDER --------------------
655
+
656
+ Name: ajv-formats
657
+ URL: https://github.com/ajv-validator/ajv-formats#readme
658
+ Version: 3.0.1
659
+ License: MIT
660
+
661
+ MIT License
662
+
663
+ Copyright (c) 2020 Evgeny Poberezkin
664
+
665
+ Permission is hereby granted, free of charge, to any person obtaining a copy
666
+ of this software and associated documentation files (the "Software"), to deal
667
+ in the Software without restriction, including without limitation the rights
668
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
669
+ copies of the Software, and to permit persons to whom the Software is
670
+ furnished to do so, subject to the following conditions:
671
+
672
+ The above copyright notice and this permission notice shall be included in all
673
+ copies or substantial portions of the Software.
674
+
675
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
676
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
677
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
678
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
679
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
680
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
681
+ SOFTWARE.
682
+
683
+
684
+ -------------------- DEPENDENCY DIVIDER --------------------
685
+
686
+ Name: cross-spawn
687
+ URL: https://github.com/moxystudio/node-cross-spawn
688
+ Version: 7.0.6
689
+ License: MIT
690
+
691
+ The MIT License (MIT)
692
+
693
+ Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
694
+
695
+ Permission is hereby granted, free of charge, to any person obtaining a copy
696
+ of this software and associated documentation files (the "Software"), to deal
697
+ in the Software without restriction, including without limitation the rights
698
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
699
+ copies of the Software, and to permit persons to whom the Software is
700
+ furnished to do so, subject to the following conditions:
701
+
702
+ The above copyright notice and this permission notice shall be included in
703
+ all copies or substantial portions of the Software.
704
+
705
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
706
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
707
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
708
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
709
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
710
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
711
+ THE SOFTWARE.
712
+
713
+
714
+ -------------------- DEPENDENCY DIVIDER --------------------
715
+
716
+ Name: isexe
717
+ URL: https://github.com/isaacs/isexe#readme
718
+ Version: 2.0.0
719
+ License: ISC
720
+
721
+ The ISC License
722
+
723
+ Copyright (c) Isaac Z. Schlueter and Contributors
724
+
725
+ Permission to use, copy, modify, and/or distribute this software for any
726
+ purpose with or without fee is hereby granted, provided that the above
727
+ copyright notice and this permission notice appear in all copies.
728
+
729
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
730
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
731
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
732
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
733
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
734
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
735
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
736
+
737
+
738
+ -------------------- DEPENDENCY DIVIDER --------------------
739
+
740
+ Name: which
741
+ URL: git://github.com/isaacs/node-which.git
742
+ Version: 2.0.2
743
+ License: ISC
744
+
745
+ The ISC License
746
+
747
+ Copyright (c) Isaac Z. Schlueter and Contributors
748
+
749
+ Permission to use, copy, modify, and/or distribute this software for any
750
+ purpose with or without fee is hereby granted, provided that the above
751
+ copyright notice and this permission notice appear in all copies.
752
+
753
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
754
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
755
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
756
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
757
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
758
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
759
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
760
+
761
+
762
+ -------------------- DEPENDENCY DIVIDER --------------------
763
+
764
+ Name: path-key
765
+ URL: sindresorhus/path-key
766
+ Version: 3.1.1
767
+ License: MIT
768
+
769
+ MIT License
770
+
771
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
772
+
773
+ 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:
774
+
775
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
776
+
777
+ 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.
778
+
779
+
780
+ -------------------- DEPENDENCY DIVIDER --------------------
781
+
782
+ Name: shebang-regex
783
+ URL: sindresorhus/shebang-regex
784
+ Version: 3.0.0
785
+ License: MIT
786
+
787
+ MIT License
788
+
789
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
790
+
791
+ 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:
792
+
793
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
794
+
795
+ 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.
796
+
797
+
798
+ -------------------- DEPENDENCY DIVIDER --------------------
799
+
800
+ Name: shebang-command
801
+ URL: kevva/shebang-command
802
+ Version: 2.0.0
803
+ License: MIT
804
+
805
+ MIT License
806
+
807
+ Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
808
+
809
+ 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:
810
+
811
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
812
+
813
+ 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.
814
+
815
+
816
+ -------------------- DEPENDENCY DIVIDER --------------------
817
+
818
+ Name: uri-js
819
+ URL: https://github.com/garycourt/uri-js
820
+ Version: 4.4.1
821
+ License: BSD-2-Clause
822
+
823
+ Copyright 2011 Gary Court. All rights reserved.
824
+
825
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
826
+
827
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
828
+
829
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
830
+
831
+ THIS SOFTWARE IS PROVIDED BY GARY COURT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
832
+
833
+ The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Gary Court.
834
+
835
+
836
+ -------------------- DEPENDENCY DIVIDER --------------------
837
+
838
+ Name: fast-json-stable-stringify
839
+ URL: https://github.com/epoberezkin/fast-json-stable-stringify
840
+ Version: 2.1.0
841
+ License: MIT
842
+
843
+ This software is released under the MIT license:
844
+
845
+ Copyright (c) 2017 Evgeny Poberezkin
846
+ Copyright (c) 2013 James Halliday
847
+
848
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
849
+ this software and associated documentation files (the "Software"), to deal in
850
+ the Software without restriction, including without limitation the rights to
851
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
852
+ the Software, and to permit persons to whom the Software is furnished to do so,
853
+ subject to the following conditions:
854
+
855
+ The above copyright notice and this permission notice shall be included in all
856
+ copies or substantial portions of the Software.
857
+
858
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
859
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
860
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
861
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
862
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
863
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
864
+
865
+
866
+ -------------------- DEPENDENCY DIVIDER --------------------
867
+
868
+ Name: puppeteer-core
869
+ URL: https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core
870
+ Version: 24.43.0
871
+ License: Apache-2.0
872
+
873
+ -------------------- DEPENDENCY DIVIDER --------------------
874
+
875
+ Name: @puppeteer/browsers
876
+ URL: https://github.com/puppeteer/puppeteer/tree/main/packages/browsers
877
+ Version: 2.13.1
878
+ License: Apache-2.0
879
+
880
+ -------------------- DEPENDENCY DIVIDER --------------------
881
+
882
+ Name: proxy-agent
883
+ URL: https://github.com/TooTallNate/proxy-agents.git
884
+ Version: 6.5.0
885
+ License: MIT
886
+
887
+ (The MIT License)
888
+
889
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
890
+
891
+ Permission is hereby granted, free of charge, to any person obtaining
892
+ a copy of this software and associated documentation files (the
893
+ 'Software'), to deal in the Software without restriction, including
894
+ without limitation the rights to use, copy, modify, merge, publish,
895
+ distribute, sublicense, and/or sell copies of the Software, and to
896
+ permit persons to whom the Software is furnished to do so, subject to
897
+ the following conditions:
898
+
899
+ The above copyright notice and this permission notice shall be
900
+ included in all copies or substantial portions of the Software.
901
+
902
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
903
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
904
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
905
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
906
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
907
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
908
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
909
+
910
+ -------------------- DEPENDENCY DIVIDER --------------------
911
+
912
+ Name: lru-cache
913
+ URL: git://github.com/isaacs/node-lru-cache.git
914
+ Version: 7.18.3
915
+ License: ISC
916
+
917
+ The ISC License
918
+
919
+ Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
920
+
921
+ Permission to use, copy, modify, and/or distribute this software for any
922
+ purpose with or without fee is hereby granted, provided that the above
923
+ copyright notice and this permission notice appear in all copies.
924
+
925
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
926
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
927
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
928
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
929
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
930
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
931
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
932
+
933
+
934
+ -------------------- DEPENDENCY DIVIDER --------------------
935
+
936
+ Name: agent-base
937
+ URL: https://github.com/TooTallNate/proxy-agents.git
938
+ Version: 7.1.4
939
+ License: MIT
940
+
941
+ (The MIT License)
942
+
943
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
944
+
945
+ Permission is hereby granted, free of charge, to any person obtaining
946
+ a copy of this software and associated documentation files (the
947
+ 'Software'), to deal in the Software without restriction, including
948
+ without limitation the rights to use, copy, modify, merge, publish,
949
+ distribute, sublicense, and/or sell copies of the Software, and to
950
+ permit persons to whom the Software is furnished to do so, subject to
951
+ the following conditions:
952
+
953
+ The above copyright notice and this permission notice shall be
954
+ included in all copies or substantial portions of the Software.
955
+
956
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
957
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
958
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
959
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
960
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
961
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
962
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
963
+
964
+ -------------------- DEPENDENCY DIVIDER --------------------
965
+
966
+ Name: proxy-from-env
967
+ URL: https://github.com/Rob--W/proxy-from-env#readme
968
+ Version: 1.1.0
969
+ License: MIT
970
+
971
+ The MIT License
972
+
973
+ Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
974
+
975
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
976
+ this software and associated documentation files (the "Software"), to deal in
977
+ the Software without restriction, including without limitation the rights to
978
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
979
+ of the Software, and to permit persons to whom the Software is furnished to do
980
+ so, subject to the following conditions:
981
+
982
+ The above copyright notice and this permission notice shall be included in all
983
+ copies or substantial portions of the Software.
984
+
985
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
986
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
987
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
988
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
989
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
990
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
991
+
992
+
993
+ -------------------- DEPENDENCY DIVIDER --------------------
994
+
995
+ Name: http-proxy-agent
996
+ URL: https://github.com/TooTallNate/proxy-agents.git
997
+ Version: 7.0.2
998
+ License: MIT
999
+
1000
+ (The MIT License)
1001
+
1002
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1003
+
1004
+ Permission is hereby granted, free of charge, to any person obtaining
1005
+ a copy of this software and associated documentation files (the
1006
+ 'Software'), to deal in the Software without restriction, including
1007
+ without limitation the rights to use, copy, modify, merge, publish,
1008
+ distribute, sublicense, and/or sell copies of the Software, and to
1009
+ permit persons to whom the Software is furnished to do so, subject to
1010
+ the following conditions:
1011
+
1012
+ The above copyright notice and this permission notice shall be
1013
+ included in all copies or substantial portions of the Software.
1014
+
1015
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1016
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1017
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1018
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1019
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1020
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1021
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1022
+
1023
+
1024
+ -------------------- DEPENDENCY DIVIDER --------------------
1025
+
1026
+ Name: https-proxy-agent
1027
+ URL: https://github.com/TooTallNate/proxy-agents.git
1028
+ Version: 7.0.6
1029
+ License: MIT
1030
+
1031
+ (The MIT License)
1032
+
1033
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1034
+
1035
+ Permission is hereby granted, free of charge, to any person obtaining
1036
+ a copy of this software and associated documentation files (the
1037
+ 'Software'), to deal in the Software without restriction, including
1038
+ without limitation the rights to use, copy, modify, merge, publish,
1039
+ distribute, sublicense, and/or sell copies of the Software, and to
1040
+ permit persons to whom the Software is furnished to do so, subject to
1041
+ the following conditions:
1042
+
1043
+ The above copyright notice and this permission notice shall be
1044
+ included in all copies or substantial portions of the Software.
1045
+
1046
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1047
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1048
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1049
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1050
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1051
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1052
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1053
+
1054
+ -------------------- DEPENDENCY DIVIDER --------------------
1055
+
1056
+ Name: socks-proxy-agent
1057
+ URL: https://github.com/TooTallNate/proxy-agents.git
1058
+ Version: 8.0.5
1059
+ License: MIT
1060
+
1061
+ (The MIT License)
1062
+
1063
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1064
+
1065
+ Permission is hereby granted, free of charge, to any person obtaining
1066
+ a copy of this software and associated documentation files (the
1067
+ 'Software'), to deal in the Software without restriction, including
1068
+ without limitation the rights to use, copy, modify, merge, publish,
1069
+ distribute, sublicense, and/or sell copies of the Software, and to
1070
+ permit persons to whom the Software is furnished to do so, subject to
1071
+ the following conditions:
1072
+
1073
+ The above copyright notice and this permission notice shall be
1074
+ included in all copies or substantial portions of the Software.
1075
+
1076
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1077
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1078
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1079
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1080
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1081
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1082
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1083
+
1084
+ -------------------- DEPENDENCY DIVIDER --------------------
1085
+
1086
+ Name: socks
1087
+ URL: https://github.com/JoshGlazebrook/socks/
1088
+ Version: 2.8.7
1089
+ License: MIT
1090
+
1091
+ The MIT License (MIT)
1092
+
1093
+ Copyright (c) 2013 Josh Glazebrook
1094
+
1095
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1096
+ this software and associated documentation files (the "Software"), to deal in
1097
+ the Software without restriction, including without limitation the rights to
1098
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1099
+ the Software, and to permit persons to whom the Software is furnished to do so,
1100
+ subject to the following conditions:
1101
+
1102
+ The above copyright notice and this permission notice shall be included in all
1103
+ copies or substantial portions of the Software.
1104
+
1105
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1106
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1107
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1108
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1109
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1110
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1111
+
1112
+
1113
+ -------------------- DEPENDENCY DIVIDER --------------------
1114
+
1115
+ Name: smart-buffer
1116
+ URL: https://github.com/JoshGlazebrook/smart-buffer/
1117
+ Version: 4.2.0
1118
+ License: MIT
1119
+
1120
+ The MIT License (MIT)
1121
+
1122
+ Copyright (c) 2013-2017 Josh Glazebrook
1123
+
1124
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1125
+ this software and associated documentation files (the "Software"), to deal in
1126
+ the Software without restriction, including without limitation the rights to
1127
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1128
+ the Software, and to permit persons to whom the Software is furnished to do so,
1129
+ subject to the following conditions:
1130
+
1131
+ The above copyright notice and this permission notice shall be included in all
1132
+ copies or substantial portions of the Software.
1133
+
1134
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1135
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1136
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1137
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1138
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1139
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1140
+
1141
+
1142
+ -------------------- DEPENDENCY DIVIDER --------------------
1143
+
1144
+ Name: ip-address
1145
+ URL: git://github.com/beaugunderson/ip-address.git
1146
+ Version: 10.2.0
1147
+ License: MIT
1148
+
1149
+ Copyright (C) 2011 by Beau Gunderson
1150
+
1151
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1152
+ of this software and associated documentation files (the "Software"), to deal
1153
+ in the Software without restriction, including without limitation the rights
1154
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1155
+ copies of the Software, and to permit persons to whom the Software is
1156
+ furnished to do so, subject to the following conditions:
1157
+
1158
+ The above copyright notice and this permission notice shall be included in
1159
+ all copies or substantial portions of the Software.
1160
+
1161
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1162
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1163
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1164
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1165
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1166
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1167
+ THE SOFTWARE.
1168
+
1169
+
1170
+ -------------------- DEPENDENCY DIVIDER --------------------
1171
+
1172
+ Name: pac-proxy-agent
1173
+ URL: https://github.com/TooTallNate/proxy-agents.git
1174
+ Version: 7.2.0
1175
+ License: MIT
1176
+
1177
+ (The MIT License)
1178
+
1179
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1180
+
1181
+ Permission is hereby granted, free of charge, to any person obtaining
1182
+ a copy of this software and associated documentation files (the
1183
+ 'Software'), to deal in the Software without restriction, including
1184
+ without limitation the rights to use, copy, modify, merge, publish,
1185
+ distribute, sublicense, and/or sell copies of the Software, and to
1186
+ permit persons to whom the Software is furnished to do so, subject to
1187
+ the following conditions:
1188
+
1189
+ The above copyright notice and this permission notice shall be
1190
+ included in all copies or substantial portions of the Software.
1191
+
1192
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1193
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1194
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1195
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1196
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1197
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1198
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1199
+
1200
+
1201
+ -------------------- DEPENDENCY DIVIDER --------------------
1202
+
1203
+ Name: get-uri
1204
+ URL: https://github.com/TooTallNate/proxy-agents.git
1205
+ Version: 6.0.5
1206
+ License: MIT
1207
+
1208
+ (The MIT License)
1209
+
1210
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1211
+
1212
+ Permission is hereby granted, free of charge, to any person obtaining
1213
+ a copy of this software and associated documentation files (the
1214
+ 'Software'), to deal in the Software without restriction, including
1215
+ without limitation the rights to use, copy, modify, merge, publish,
1216
+ distribute, sublicense, and/or sell copies of the Software, and to
1217
+ permit persons to whom the Software is furnished to do so, subject to
1218
+ the following conditions:
1219
+
1220
+ The above copyright notice and this permission notice shall be
1221
+ included in all copies or substantial portions of the Software.
1222
+
1223
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1224
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1225
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1226
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1227
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1228
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1229
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1230
+
1231
+ -------------------- DEPENDENCY DIVIDER --------------------
1232
+
1233
+ Name: data-uri-to-buffer
1234
+ URL: https://github.com/TooTallNate/proxy-agents.git
1235
+ Version: 6.0.2
1236
+ License: MIT
1237
+
1238
+ (The MIT License)
1239
+
1240
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1241
+
1242
+ Permission is hereby granted, free of charge, to any person obtaining
1243
+ a copy of this software and associated documentation files (the
1244
+ 'Software'), to deal in the Software without restriction, including
1245
+ without limitation the rights to use, copy, modify, merge, publish,
1246
+ distribute, sublicense, and/or sell copies of the Software, and to
1247
+ permit persons to whom the Software is furnished to do so, subject to
1248
+ the following conditions:
1249
+
1250
+ The above copyright notice and this permission notice shall be
1251
+ included in all copies or substantial portions of the Software.
1252
+
1253
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1254
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1255
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1256
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1257
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1258
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1259
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1260
+
1261
+ -------------------- DEPENDENCY DIVIDER --------------------
1262
+
1263
+ Name: basic-ftp
1264
+ URL: https://github.com/patrickjuchli/basic-ftp.git
1265
+ Version: 5.3.1
1266
+ License: MIT
1267
+
1268
+ Copyright (c) 2019 Patrick Juchli
1269
+
1270
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1271
+ of this software and associated documentation files (the "Software"), to deal
1272
+ in the Software without restriction, including without limitation the rights
1273
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1274
+ copies of the Software, and to permit persons to whom the Software is
1275
+ furnished to do so, subject to the following conditions:
1276
+
1277
+ The above copyright notice and this permission notice shall be included in all
1278
+ copies or substantial portions of the Software.
1279
+
1280
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1281
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1282
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1283
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1284
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1285
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1286
+ SOFTWARE.
1287
+
1288
+ -------------------- DEPENDENCY DIVIDER --------------------
1289
+
1290
+ Name: pac-resolver
1291
+ URL: https://github.com/TooTallNate/proxy-agents.git
1292
+ Version: 7.0.1
1293
+ License: MIT
1294
+
1295
+ (The MIT License)
1296
+
1297
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1298
+
1299
+ Permission is hereby granted, free of charge, to any person obtaining
1300
+ a copy of this software and associated documentation files (the
1301
+ 'Software'), to deal in the Software without restriction, including
1302
+ without limitation the rights to use, copy, modify, merge, publish,
1303
+ distribute, sublicense, and/or sell copies of the Software, and to
1304
+ permit persons to whom the Software is furnished to do so, subject to
1305
+ the following conditions:
1306
+
1307
+ The above copyright notice and this permission notice shall be
1308
+ included in all copies or substantial portions of the Software.
1309
+
1310
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1311
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1312
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1313
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1314
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1315
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1316
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1317
+
1318
+ -------------------- DEPENDENCY DIVIDER --------------------
1319
+
1320
+ Name: degenerator
1321
+ URL: https://github.com/TooTallNate/proxy-agents.git
1322
+ Version: 5.0.1
1323
+ License: MIT
1324
+
1325
+ -------------------- DEPENDENCY DIVIDER --------------------
1326
+
1327
+ Name: escodegen
1328
+ URL: http://github.com/estools/escodegen
1329
+ Version: 2.1.0
1330
+ License: BSD-2-Clause
1331
+
1332
+ Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.
1333
+
1334
+ Redistribution and use in source and binary forms, with or without
1335
+ modification, are permitted provided that the following conditions are met:
1336
+
1337
+ * Redistributions of source code must retain the above copyright
1338
+ notice, this list of conditions and the following disclaimer.
1339
+ * Redistributions in binary form must reproduce the above copyright
1340
+ notice, this list of conditions and the following disclaimer in the
1341
+ documentation and/or other materials provided with the distribution.
1342
+
1343
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1344
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1345
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1346
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1347
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1348
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1349
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1350
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1351
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1352
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1353
+
1354
+
1355
+ -------------------- DEPENDENCY DIVIDER --------------------
1356
+
1357
+ Name: estraverse
1358
+ URL: https://github.com/estools/estraverse
1359
+ Version: 5.3.0
1360
+ License: BSD-2-Clause
1361
+
1362
+ Redistribution and use in source and binary forms, with or without
1363
+ modification, are permitted provided that the following conditions are met:
1364
+
1365
+ * Redistributions of source code must retain the above copyright
1366
+ notice, this list of conditions and the following disclaimer.
1367
+ * Redistributions in binary form must reproduce the above copyright
1368
+ notice, this list of conditions and the following disclaimer in the
1369
+ documentation and/or other materials provided with the distribution.
1370
+
1371
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1372
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1373
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1374
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1375
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1376
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1377
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1378
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1379
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1380
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1381
+
1382
+
1383
+ -------------------- DEPENDENCY DIVIDER --------------------
1384
+
1385
+ Name: esutils
1386
+ URL: https://github.com/estools/esutils
1387
+ Version: 2.0.3
1388
+ License: BSD-2-Clause
1389
+
1390
+ Redistribution and use in source and binary forms, with or without
1391
+ modification, are permitted provided that the following conditions are met:
1392
+
1393
+ * Redistributions of source code must retain the above copyright
1394
+ notice, this list of conditions and the following disclaimer.
1395
+ * Redistributions in binary form must reproduce the above copyright
1396
+ notice, this list of conditions and the following disclaimer in the
1397
+ documentation and/or other materials provided with the distribution.
1398
+
1399
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1400
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1401
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1402
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1403
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1404
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1405
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1406
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1407
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1408
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1409
+
1410
+
1411
+ -------------------- DEPENDENCY DIVIDER --------------------
1412
+
1413
+ Name: source-map
1414
+ URL: https://github.com/mozilla/source-map
1415
+ Version: 0.6.1
1416
+ License: BSD-3-Clause
1417
+
1418
+
1419
+ Copyright (c) 2009-2011, Mozilla Foundation and contributors
1420
+ All rights reserved.
1421
+
1422
+ Redistribution and use in source and binary forms, with or without
1423
+ modification, are permitted provided that the following conditions are met:
1424
+
1425
+ * Redistributions of source code must retain the above copyright notice, this
1426
+ list of conditions and the following disclaimer.
1427
+
1428
+ * Redistributions in binary form must reproduce the above copyright notice,
1429
+ this list of conditions and the following disclaimer in the documentation
1430
+ and/or other materials provided with the distribution.
1431
+
1432
+ * Neither the names of the Mozilla Foundation nor the names of project
1433
+ contributors may be used to endorse or promote products derived from this
1434
+ software without specific prior written permission.
1435
+
1436
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1437
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1438
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1439
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1440
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1441
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1442
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1443
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1444
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1445
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1446
+
1447
+
1448
+ -------------------- DEPENDENCY DIVIDER --------------------
1449
+
1450
+ Name: esprima
1451
+ URL: http://esprima.org
1452
+ Version: 4.0.1
1453
+ License: BSD-2-Clause
1454
+
1455
+ Copyright JS Foundation and other contributors, https://js.foundation/
1456
+
1457
+ Redistribution and use in source and binary forms, with or without
1458
+ modification, are permitted provided that the following conditions are met:
1459
+
1460
+ * Redistributions of source code must retain the above copyright
1461
+ notice, this list of conditions and the following disclaimer.
1462
+ * Redistributions in binary form must reproduce the above copyright
1463
+ notice, this list of conditions and the following disclaimer in the
1464
+ documentation and/or other materials provided with the distribution.
1465
+
1466
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1467
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1468
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1469
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1470
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1471
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1472
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1473
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1474
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1475
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1476
+
1477
+
1478
+ -------------------- DEPENDENCY DIVIDER --------------------
1479
+
1480
+ Name: ast-types
1481
+ URL: http://github.com/benjamn/ast-types
1482
+ Version: 0.13.4
1483
+ License: MIT
1484
+
1485
+ Copyright (c) 2013 Ben Newman <bn@cs.stanford.edu>
1486
+
1487
+ Permission is hereby granted, free of charge, to any person obtaining
1488
+ a copy of this software and associated documentation files (the
1489
+ "Software"), to deal in the Software without restriction, including
1490
+ without limitation the rights to use, copy, modify, merge, publish,
1491
+ distribute, sublicense, and/or sell copies of the Software, and to
1492
+ permit persons to whom the Software is furnished to do so, subject to
1493
+ the following conditions:
1494
+
1495
+ The above copyright notice and this permission notice shall be
1496
+ included in all copies or substantial portions of the Software.
1497
+
1498
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1499
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1500
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1501
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1502
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1503
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1504
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1505
+
1506
+
1507
+ -------------------- DEPENDENCY DIVIDER --------------------
1508
+
1509
+ Name: tslib
1510
+ URL: https://www.typescriptlang.org/
1511
+ Version: 2.8.1
1512
+ License: 0BSD
1513
+
1514
+ Copyright (c) Microsoft Corporation.
1515
+
1516
+ Permission to use, copy, modify, and/or distribute this software for any
1517
+ purpose with or without fee is hereby granted.
1518
+
1519
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1520
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1521
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1522
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1523
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1524
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1525
+ PERFORMANCE OF THIS SOFTWARE.
1526
+
1527
+ -------------------- DEPENDENCY DIVIDER --------------------
1528
+
1529
+ Name: netmask
1530
+ URL: https://github.com/rs/node-netmask
1531
+ Version: 2.0.2
1532
+ License: MIT
1533
+
1534
+ -------------------- DEPENDENCY DIVIDER --------------------
1535
+
1536
+ Name: @tootallnate/quickjs-emscripten
1537
+ URL: https://github.com/justjake/quickjs-emscripten
1538
+ Version: 0.23.0
1539
+ License: MIT
1540
+
1541
+ MIT License
1542
+
1543
+ quickjs-emscripten copyright (c) 2019 Jake Teton-Landis
1544
+
1545
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1546
+ of this software and associated documentation files (the "Software"), to deal
1547
+ in the Software without restriction, including without limitation the rights
1548
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1549
+ copies of the Software, and to permit persons to whom the Software is
1550
+ furnished to do so, subject to the following conditions:
1551
+
1552
+ The above copyright notice and this permission notice shall be included in all
1553
+ copies or substantial portions of the Software.
1554
+
1555
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1556
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1557
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1558
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1559
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1560
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1561
+ SOFTWARE.
1562
+
1563
+
1564
+ -------------------- DEPENDENCY DIVIDER --------------------
1565
+
1566
+ Name: progress
1567
+ URL: git://github.com/visionmedia/node-progress
1568
+ Version: 2.0.3
1569
+ License: MIT
1570
+
1571
+ (The MIT License)
1572
+
1573
+ Copyright (c) 2017 TJ Holowaychuk <tj@vision-media.ca>
1574
+
1575
+ Permission is hereby granted, free of charge, to any person obtaining
1576
+ a copy of this software and associated documentation files (the
1577
+ 'Software'), to deal in the Software without restriction, including
1578
+ without limitation the rights to use, copy, modify, merge, publish,
1579
+ distribute, sublicense, and/or sell copies of the Software, and to
1580
+ permit persons to whom the Software is furnished to do so, subject to
1581
+ the following conditions:
1582
+
1583
+ The above copyright notice and this permission notice shall be
1584
+ included in all copies or substantial portions of the Software.
1585
+
1586
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1587
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1588
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1589
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1590
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1591
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1592
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1593
+
1594
+
1595
+ -------------------- DEPENDENCY DIVIDER --------------------
1596
+
1597
+ Name: ws
1598
+ URL: https://github.com/websockets/ws
1599
+ Version: 8.20.0
1600
+ License: MIT
1601
+
1602
+ Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
1603
+ Copyright (c) 2013 Arnout Kazemier and contributors
1604
+ Copyright (c) 2016 Luigi Pinca and contributors
1605
+
1606
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1607
+ this software and associated documentation files (the "Software"), to deal in
1608
+ the Software without restriction, including without limitation the rights to
1609
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1610
+ the Software, and to permit persons to whom the Software is furnished to do so,
1611
+ subject to the following conditions:
1612
+
1613
+ The above copyright notice and this permission notice shall be included in all
1614
+ copies or substantial portions of the Software.
1615
+
1616
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1617
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1618
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1619
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1620
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1621
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1622
+
1623
+
1624
+ -------------------- DEPENDENCY DIVIDER --------------------
1625
+
1626
+ Name: chrome-devtools-frontend
1627
+ License: Apache-2.0
1628
+
1629
+ // Copyright 2014 The Chromium Authors
1630
+ //
1631
+ // Redistribution and use in source and binary forms, with or without
1632
+ // modification, are permitted provided that the following conditions are
1633
+ // met:
1634
+ //
1635
+ // * Redistributions of source code must retain the above copyright
1636
+ // notice, this list of conditions and the following disclaimer.
1637
+ // * Redistributions in binary form must reproduce the above
1638
+ // copyright notice, this list of conditions and the following disclaimer
1639
+ // in the documentation and/or other materials provided with the
1640
+ // distribution.
1641
+ // * Neither the name of Google Inc. nor the names of its
1642
+ // contributors may be used to endorse or promote products derived from
1643
+ // this software without specific prior written permission.
1644
+ //
1645
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1646
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1647
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1648
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1649
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1650
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1651
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1652
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1653
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1654
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1655
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1656
+
1657
+
1658
+ -------------------- DEPENDENCY DIVIDER --------------------
1659
+
1660
+ Name: lighthouse
1661
+ License: Apache-2.0
1662
+
1663
+
1664
+ Apache License
1665
+ Version 2.0, January 2004
1666
+ http://www.apache.org/licenses/
1667
+
1668
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1669
+
1670
+ 1. Definitions.
1671
+
1672
+ "License" shall mean the terms and conditions for use, reproduction,
1673
+ and distribution as defined by Sections 1 through 9 of this document.
1674
+
1675
+ "Licensor" shall mean the copyright owner or entity authorized by
1676
+ the copyright owner that is granting the License.
1677
+
1678
+ "Legal Entity" shall mean the union of the acting entity and all
1679
+ other entities that control, are controlled by, or are under common
1680
+ control with that entity. For the purposes of this definition,
1681
+ "control" means (i) the power, direct or indirect, to cause the
1682
+ direction or management of such entity, whether by contract or
1683
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1684
+ outstanding shares, or (iii) beneficial ownership of such entity.
1685
+
1686
+ "You" (or "Your") shall mean an individual or Legal Entity
1687
+ exercising permissions granted by this License.
1688
+
1689
+ "Source" form shall mean the preferred form for making modifications,
1690
+ including but not limited to software source code, documentation
1691
+ source, and configuration files.
1692
+
1693
+ "Object" form shall mean any form resulting from mechanical
1694
+ transformation or translation of a Source form, including but
1695
+ not limited to compiled object code, generated documentation,
1696
+ and conversions to other media types.
1697
+
1698
+ "Work" shall mean the work of authorship, whether in Source or
1699
+ Object form, made available under the License, as indicated by a
1700
+ copyright notice that is included in or attached to the work
1701
+ (an example is provided in the Appendix below).
1702
+
1703
+ "Derivative Works" shall mean any work, whether in Source or Object
1704
+ form, that is based on (or derived from) the Work and for which the
1705
+ editorial revisions, annotations, elaborations, or other modifications
1706
+ represent, as a whole, an original work of authorship. For the purposes
1707
+ of this License, Derivative Works shall not include works that remain
1708
+ separable from, or merely link (or bind by name) to the interfaces of,
1709
+ the Work and Derivative Works thereof.
1710
+
1711
+ "Contribution" shall mean any work of authorship, including
1712
+ the original version of the Work and any modifications or additions
1713
+ to that Work or Derivative Works thereof, that is intentionally
1714
+ submitted to Licensor for inclusion in the Work by the copyright owner
1715
+ or by an individual or Legal Entity authorized to submit on behalf of
1716
+ the copyright owner. For the purposes of this definition, "submitted"
1717
+ means any form of electronic, verbal, or written communication sent
1718
+ to the Licensor or its representatives, including but not limited to
1719
+ communication on electronic mailing lists, source code control systems,
1720
+ and issue tracking systems that are managed by, or on behalf of, the
1721
+ Licensor for the purpose of discussing and improving the Work, but
1722
+ excluding communication that is conspicuously marked or otherwise
1723
+ designated in writing by the copyright owner as "Not a Contribution."
1724
+
1725
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1726
+ on behalf of whom a Contribution has been received by Licensor and
1727
+ subsequently incorporated within the Work.
1728
+
1729
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1730
+ this License, each Contributor hereby grants to You a perpetual,
1731
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1732
+ copyright license to reproduce, prepare Derivative Works of,
1733
+ publicly display, publicly perform, sublicense, and distribute the
1734
+ Work and such Derivative Works in Source or Object form.
1735
+
1736
+ 3. Grant of Patent License. Subject to the terms and conditions of
1737
+ this License, each Contributor hereby grants to You a perpetual,
1738
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1739
+ (except as stated in this section) patent license to make, have made,
1740
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1741
+ where such license applies only to those patent claims licensable
1742
+ by such Contributor that are necessarily infringed by their
1743
+ Contribution(s) alone or by combination of their Contribution(s)
1744
+ with the Work to which such Contribution(s) was submitted. If You
1745
+ institute patent litigation against any entity (including a
1746
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1747
+ or a Contribution incorporated within the Work constitutes direct
1748
+ or contributory patent infringement, then any patent licenses
1749
+ granted to You under this License for that Work shall terminate
1750
+ as of the date such litigation is filed.
1751
+
1752
+ 4. Redistribution. You may reproduce and distribute copies of the
1753
+ Work or Derivative Works thereof in any medium, with or without
1754
+ modifications, and in Source or Object form, provided that You
1755
+ meet the following conditions:
1756
+
1757
+ (a) You must give any other recipients of the Work or
1758
+ Derivative Works a copy of this License; and
1759
+
1760
+ (b) You must cause any modified files to carry prominent notices
1761
+ stating that You changed the files; and
1762
+
1763
+ (c) You must retain, in the Source form of any Derivative Works
1764
+ that You distribute, all copyright, patent, trademark, and
1765
+ attribution notices from the Source form of the Work,
1766
+ excluding those notices that do not pertain to any part of
1767
+ the Derivative Works; and
1768
+
1769
+ (d) If the Work includes a "NOTICE" text file as part of its
1770
+ distribution, then any Derivative Works that You distribute must
1771
+ include a readable copy of the attribution notices contained
1772
+ within such NOTICE file, excluding those notices that do not
1773
+ pertain to any part of the Derivative Works, in at least one
1774
+ of the following places: within a NOTICE text file distributed
1775
+ as part of the Derivative Works; within the Source form or
1776
+ documentation, if provided along with the Derivative Works; or,
1777
+ within a display generated by the Derivative Works, if and
1778
+ wherever such third-party notices normally appear. The contents
1779
+ of the NOTICE file are for informational purposes only and
1780
+ do not modify the License. You may add Your own attribution
1781
+ notices within Derivative Works that You distribute, alongside
1782
+ or as an addendum to the NOTICE text from the Work, provided
1783
+ that such additional attribution notices cannot be construed
1784
+ as modifying the License.
1785
+
1786
+ You may add Your own copyright statement to Your modifications and
1787
+ may provide additional or different license terms and conditions
1788
+ for use, reproduction, or distribution of Your modifications, or
1789
+ for any such Derivative Works as a whole, provided Your use,
1790
+ reproduction, and distribution of the Work otherwise complies with
1791
+ the conditions stated in this License.
1792
+
1793
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1794
+ any Contribution intentionally submitted for inclusion in the Work
1795
+ by You to the Licensor shall be under the terms and conditions of
1796
+ this License, without any additional terms or conditions.
1797
+ Notwithstanding the above, nothing herein shall supersede or modify
1798
+ the terms of any separate license agreement you may have executed
1799
+ with Licensor regarding such Contributions.
1800
+
1801
+ 6. Trademarks. This License does not grant permission to use the trade
1802
+ names, trademarks, service marks, or product names of the Licensor,
1803
+ except as required for reasonable and customary use in describing the
1804
+ origin of the Work and reproducing the content of the NOTICE file.
1805
+
1806
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1807
+ agreed to in writing, Licensor provides the Work (and each
1808
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1809
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1810
+ implied, including, without limitation, any warranties or conditions
1811
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1812
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1813
+ appropriateness of using or redistributing the Work and assume any
1814
+ risks associated with Your exercise of permissions under this License.
1815
+
1816
+ 8. Limitation of Liability. In no event and under no legal theory,
1817
+ whether in tort (including negligence), contract, or otherwise,
1818
+ unless required by applicable law (such as deliberate and grossly
1819
+ negligent acts) or agreed to in writing, shall any Contributor be
1820
+ liable to You for damages, including any direct, indirect, special,
1821
+ incidental, or consequential damages of any character arising as a
1822
+ result of this License or out of the use or inability to use the
1823
+ Work (including but not limited to damages for loss of goodwill,
1824
+ work stoppage, computer failure or malfunction, or any and all
1825
+ other commercial damages or losses), even if such Contributor
1826
+ has been advised of the possibility of such damages.
1827
+
1828
+ 9. Accepting Warranty or Additional Liability. While redistributing
1829
+ the Work or Derivative Works thereof, You may choose to offer,
1830
+ and charge a fee for, acceptance of support, warranty, indemnity,
1831
+ or other liability obligations and/or rights consistent with this
1832
+ License. However, in accepting such obligations, You may act only
1833
+ on Your own behalf and on Your sole responsibility, not on behalf
1834
+ of any other Contributor, and only if You agree to indemnify,
1835
+ defend, and hold each Contributor harmless for any liability
1836
+ incurred by, or claims asserted against, such Contributor by reason
1837
+ of your accepting any such warranty or additional liability.
1838
+
1839
+ END OF TERMS AND CONDITIONS
1840
+
1841
+ APPENDIX: How to apply the Apache License to your work.
1842
+
1843
+ To apply the Apache License to your work, attach the following
1844
+ boilerplate notice, with the fields enclosed by brackets "[]"
1845
+ replaced with your own identifying information. (Don't include
1846
+ the brackets!) The text should be enclosed in the appropriate
1847
+ comment syntax for the file format. We also recommend that a
1848
+ file or class name and description of purpose be included on the
1849
+ same "printed page" as the copyright notice for easier
1850
+ identification within third-party archives.
1851
+
1852
+ Copyright [yyyy] [name of copyright owner]
1853
+
1854
+ Licensed under the Apache License, Version 2.0 (the "License");
1855
+ you may not use this file except in compliance with the License.
1856
+ You may obtain a copy of the License at
1857
+
1858
+ http://www.apache.org/licenses/LICENSE-2.0
1859
+
1860
+ Unless required by applicable law or agreed to in writing, software
1861
+ distributed under the License is distributed on an "AS IS" BASIS,
1862
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1863
+ See the License for the specific language governing permissions and
1864
+ limitations under the License.
1865
+
1866
+
1867
+ -------------------- DEPENDENCY DIVIDER --------------------
1868
+
1869
+ Name: i18n
1870
+ License:
1871
+
1872
+
1873
+ Apache License
1874
+ Version 2.0, January 2004
1875
+ http://www.apache.org/licenses/
1876
+
1877
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1878
+
1879
+ 1. Definitions.
1880
+
1881
+ "License" shall mean the terms and conditions for use, reproduction,
1882
+ and distribution as defined by Sections 1 through 9 of this document.
1883
+
1884
+ "Licensor" shall mean the copyright owner or entity authorized by
1885
+ the copyright owner that is granting the License.
1886
+
1887
+ "Legal Entity" shall mean the union of the acting entity and all
1888
+ other entities that control, are controlled by, or are under common
1889
+ control with that entity. For the purposes of this definition,
1890
+ "control" means (i) the power, direct or indirect, to cause the
1891
+ direction or management of such entity, whether by contract or
1892
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1893
+ outstanding shares, or (iii) beneficial ownership of such entity.
1894
+
1895
+ "You" (or "Your") shall mean an individual or Legal Entity
1896
+ exercising permissions granted by this License.
1897
+
1898
+ "Source" form shall mean the preferred form for making modifications,
1899
+ including but not limited to software source code, documentation
1900
+ source, and configuration files.
1901
+
1902
+ "Object" form shall mean any form resulting from mechanical
1903
+ transformation or translation of a Source form, including but
1904
+ not limited to compiled object code, generated documentation,
1905
+ and conversions to other media types.
1906
+
1907
+ "Work" shall mean the work of authorship, whether in Source or
1908
+ Object form, made available under the License, as indicated by a
1909
+ copyright notice that is included in or attached to the work
1910
+ (an example is provided in the Appendix below).
1911
+
1912
+ "Derivative Works" shall mean any work, whether in Source or Object
1913
+ form, that is based on (or derived from) the Work and for which the
1914
+ editorial revisions, annotations, elaborations, or other modifications
1915
+ represent, as a whole, an original work of authorship. For the purposes
1916
+ of this License, Derivative Works shall not include works that remain
1917
+ separable from, or merely link (or bind by name) to the interfaces of,
1918
+ the Work and Derivative Works thereof.
1919
+
1920
+ "Contribution" shall mean any work of authorship, including
1921
+ the original version of the Work and any modifications or additions
1922
+ to that Work or Derivative Works thereof, that is intentionally
1923
+ submitted to Licensor for inclusion in the Work by the copyright owner
1924
+ or by an individual or Legal Entity authorized to submit on behalf of
1925
+ the copyright owner. For the purposes of this definition, "submitted"
1926
+ means any form of electronic, verbal, or written communication sent
1927
+ to the Licensor or its representatives, including but not limited to
1928
+ communication on electronic mailing lists, source code control systems,
1929
+ and issue tracking systems that are managed by, or on behalf of, the
1930
+ Licensor for the purpose of discussing and improving the Work, but
1931
+ excluding communication that is conspicuously marked or otherwise
1932
+ designated in writing by the copyright owner as "Not a Contribution."
1933
+
1934
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1935
+ on behalf of whom a Contribution has been received by Licensor and
1936
+ subsequently incorporated within the Work.
1937
+
1938
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1939
+ this License, each Contributor hereby grants to You a perpetual,
1940
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1941
+ copyright license to reproduce, prepare Derivative Works of,
1942
+ publicly display, publicly perform, sublicense, and distribute the
1943
+ Work and such Derivative Works in Source or Object form.
1944
+
1945
+ 3. Grant of Patent License. Subject to the terms and conditions of
1946
+ this License, each Contributor hereby grants to You a perpetual,
1947
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1948
+ (except as stated in this section) patent license to make, have made,
1949
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1950
+ where such license applies only to those patent claims licensable
1951
+ by such Contributor that are necessarily infringed by their
1952
+ Contribution(s) alone or by combination of their Contribution(s)
1953
+ with the Work to which such Contribution(s) was submitted. If You
1954
+ institute patent litigation against any entity (including a
1955
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1956
+ or a Contribution incorporated within the Work constitutes direct
1957
+ or contributory patent infringement, then any patent licenses
1958
+ granted to You under this License for that Work shall terminate
1959
+ as of the date such litigation is filed.
1960
+
1961
+ 4. Redistribution. You may reproduce and distribute copies of the
1962
+ Work or Derivative Works thereof in any medium, with or without
1963
+ modifications, and in Source or Object form, provided that You
1964
+ meet the following conditions:
1965
+
1966
+ (a) You must give any other recipients of the Work or
1967
+ Derivative Works a copy of this License; and
1968
+
1969
+ (b) You must cause any modified files to carry prominent notices
1970
+ stating that You changed the files; and
1971
+
1972
+ (c) You must retain, in the Source form of any Derivative Works
1973
+ that You distribute, all copyright, patent, trademark, and
1974
+ attribution notices from the Source form of the Work,
1975
+ excluding those notices that do not pertain to any part of
1976
+ the Derivative Works; and
1977
+
1978
+ (d) If the Work includes a "NOTICE" text file as part of its
1979
+ distribution, then any Derivative Works that You distribute must
1980
+ include a readable copy of the attribution notices contained
1981
+ within such NOTICE file, excluding those notices that do not
1982
+ pertain to any part of the Derivative Works, in at least one
1983
+ of the following places: within a NOTICE text file distributed
1984
+ as part of the Derivative Works; within the Source form or
1985
+ documentation, if provided along with the Derivative Works; or,
1986
+ within a display generated by the Derivative Works, if and
1987
+ wherever such third-party notices normally appear. The contents
1988
+ of the NOTICE file are for informational purposes only and
1989
+ do not modify the License. You may add Your own attribution
1990
+ notices within Derivative Works that You distribute, alongside
1991
+ or as an addendum to the NOTICE text from the Work, provided
1992
+ that such additional attribution notices cannot be construed
1993
+ as modifying the License.
1994
+
1995
+ You may add Your own copyright statement to Your modifications and
1996
+ may provide additional or different license terms and conditions
1997
+ for use, reproduction, or distribution of Your modifications, or
1998
+ for any such Derivative Works as a whole, provided Your use,
1999
+ reproduction, and distribution of the Work otherwise complies with
2000
+ the conditions stated in this License.
2001
+
2002
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2003
+ any Contribution intentionally submitted for inclusion in the Work
2004
+ by You to the Licensor shall be under the terms and conditions of
2005
+ this License, without any additional terms or conditions.
2006
+ Notwithstanding the above, nothing herein shall supersede or modify
2007
+ the terms of any separate license agreement you may have executed
2008
+ with Licensor regarding such Contributions.
2009
+
2010
+ 6. Trademarks. This License does not grant permission to use the trade
2011
+ names, trademarks, service marks, or product names of the Licensor,
2012
+ except as required for reasonable and customary use in describing the
2013
+ origin of the Work and reproducing the content of the NOTICE file.
2014
+
2015
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2016
+ agreed to in writing, Licensor provides the Work (and each
2017
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2018
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2019
+ implied, including, without limitation, any warranties or conditions
2020
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2021
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2022
+ appropriateness of using or redistributing the Work and assume any
2023
+ risks associated with Your exercise of permissions under this License.
2024
+
2025
+ 8. Limitation of Liability. In no event and under no legal theory,
2026
+ whether in tort (including negligence), contract, or otherwise,
2027
+ unless required by applicable law (such as deliberate and grossly
2028
+ negligent acts) or agreed to in writing, shall any Contributor be
2029
+ liable to You for damages, including any direct, indirect, special,
2030
+ incidental, or consequential damages of any character arising as a
2031
+ result of this License or out of the use or inability to use the
2032
+ Work (including but not limited to damages for loss of goodwill,
2033
+ work stoppage, computer failure or malfunction, or any and all
2034
+ other commercial damages or losses), even if such Contributor
2035
+ has been advised of the possibility of such damages.
2036
+
2037
+ 9. Accepting Warranty or Additional Liability. While redistributing
2038
+ the Work or Derivative Works thereof, You may choose to offer,
2039
+ and charge a fee for, acceptance of support, warranty, indemnity,
2040
+ or other liability obligations and/or rights consistent with this
2041
+ License. However, in accepting such obligations, You may act only
2042
+ on Your own behalf and on Your sole responsibility, not on behalf
2043
+ of any other Contributor, and only if You agree to indemnify,
2044
+ defend, and hold each Contributor harmless for any liability
2045
+ incurred by, or claims asserted against, such Contributor by reason
2046
+ of your accepting any such warranty or additional liability.
2047
+
2048
+ END OF TERMS AND CONDITIONS
2049
+
2050
+ APPENDIX: How to apply the Apache License to your work.
2051
+
2052
+ To apply the Apache License to your work, attach the following
2053
+ boilerplate notice, with the fields enclosed by brackets "[]"
2054
+ replaced with your own identifying information. (Don't include
2055
+ the brackets!) The text should be enclosed in the appropriate
2056
+ comment syntax for the file format. We also recommend that a
2057
+ file or class name and description of purpose be included on the
2058
+ same "printed page" as the copyright notice for easier
2059
+ identification within third-party archives.
2060
+
2061
+ Copyright 2014 Google Inc.
2062
+
2063
+ Licensed under the Apache License, Version 2.0 (the "License");
2064
+ you may not use this file except in compliance with the License.
2065
+ You may obtain a copy of the License at
2066
+
2067
+ http://www.apache.org/licenses/LICENSE-2.0
2068
+
2069
+ Unless required by applicable law or agreed to in writing, software
2070
+ distributed under the License is distributed on an "AS IS" BASIS,
2071
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2072
+ See the License for the specific language governing permissions and
2073
+ limitations under the License.
2074
+
2075
+
2076
+ -------------------- DEPENDENCY DIVIDER --------------------
2077
+
2078
+ Name: intl-messageformat
2079
+ License:
2080
+
2081
+ Copyright (c) 2019, Oath Inc.
2082
+
2083
+ Licensed under the terms of the New BSD license. See below for terms.
2084
+
2085
+ Redistribution and use of this software in source and binary forms,
2086
+ with or without modification, are permitted provided that the following
2087
+ conditions are met:
2088
+
2089
+ - Redistributions of source code must retain the above
2090
+ copyright notice, this list of conditions and the
2091
+ following disclaimer.
2092
+
2093
+ - Redistributions in binary form must reproduce the above
2094
+ copyright notice, this list of conditions and the
2095
+ following disclaimer in the documentation and/or other
2096
+ materials provided with the distribution.
2097
+
2098
+ - Neither the name of Oath Inc. nor the names of its
2099
+ contributors may be used to endorse or promote products
2100
+ derived from this software without specific prior
2101
+ written permission of Oath Inc.
2102
+
2103
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2104
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2105
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2106
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2107
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2108
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2109
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2110
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2111
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2112
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2113
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2114
+
2115
+
2116
+ -------------------- DEPENDENCY DIVIDER --------------------
2117
+
2118
+ Name: legacy-javascript
2119
+ License:
2120
+
2121
+
2122
+ Apache License
2123
+ Version 2.0, January 2004
2124
+ http://www.apache.org/licenses/
2125
+
2126
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2127
+
2128
+ 1. Definitions.
2129
+
2130
+ "License" shall mean the terms and conditions for use, reproduction,
2131
+ and distribution as defined by Sections 1 through 9 of this document.
2132
+
2133
+ "Licensor" shall mean the copyright owner or entity authorized by
2134
+ the copyright owner that is granting the License.
2135
+
2136
+ "Legal Entity" shall mean the union of the acting entity and all
2137
+ other entities that control, are controlled by, or are under common
2138
+ control with that entity. For the purposes of this definition,
2139
+ "control" means (i) the power, direct or indirect, to cause the
2140
+ direction or management of such entity, whether by contract or
2141
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2142
+ outstanding shares, or (iii) beneficial ownership of such entity.
2143
+
2144
+ "You" (or "Your") shall mean an individual or Legal Entity
2145
+ exercising permissions granted by this License.
2146
+
2147
+ "Source" form shall mean the preferred form for making modifications,
2148
+ including but not limited to software source code, documentation
2149
+ source, and configuration files.
2150
+
2151
+ "Object" form shall mean any form resulting from mechanical
2152
+ transformation or translation of a Source form, including but
2153
+ not limited to compiled object code, generated documentation,
2154
+ and conversions to other media types.
2155
+
2156
+ "Work" shall mean the work of authorship, whether in Source or
2157
+ Object form, made available under the License, as indicated by a
2158
+ copyright notice that is included in or attached to the work
2159
+ (an example is provided in the Appendix below).
2160
+
2161
+ "Derivative Works" shall mean any work, whether in Source or Object
2162
+ form, that is based on (or derived from) the Work and for which the
2163
+ editorial revisions, annotations, elaborations, or other modifications
2164
+ represent, as a whole, an original work of authorship. For the purposes
2165
+ of this License, Derivative Works shall not include works that remain
2166
+ separable from, or merely link (or bind by name) to the interfaces of,
2167
+ the Work and Derivative Works thereof.
2168
+
2169
+ "Contribution" shall mean any work of authorship, including
2170
+ the original version of the Work and any modifications or additions
2171
+ to that Work or Derivative Works thereof, that is intentionally
2172
+ submitted to Licensor for inclusion in the Work by the copyright owner
2173
+ or by an individual or Legal Entity authorized to submit on behalf of
2174
+ the copyright owner. For the purposes of this definition, "submitted"
2175
+ means any form of electronic, verbal, or written communication sent
2176
+ to the Licensor or its representatives, including but not limited to
2177
+ communication on electronic mailing lists, source code control systems,
2178
+ and issue tracking systems that are managed by, or on behalf of, the
2179
+ Licensor for the purpose of discussing and improving the Work, but
2180
+ excluding communication that is conspicuously marked or otherwise
2181
+ designated in writing by the copyright owner as "Not a Contribution."
2182
+
2183
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2184
+ on behalf of whom a Contribution has been received by Licensor and
2185
+ subsequently incorporated within the Work.
2186
+
2187
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2188
+ this License, each Contributor hereby grants to You a perpetual,
2189
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2190
+ copyright license to reproduce, prepare Derivative Works of,
2191
+ publicly display, publicly perform, sublicense, and distribute the
2192
+ Work and such Derivative Works in Source or Object form.
2193
+
2194
+ 3. Grant of Patent License. Subject to the terms and conditions of
2195
+ this License, each Contributor hereby grants to You a perpetual,
2196
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2197
+ (except as stated in this section) patent license to make, have made,
2198
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2199
+ where such license applies only to those patent claims licensable
2200
+ by such Contributor that are necessarily infringed by their
2201
+ Contribution(s) alone or by combination of their Contribution(s)
2202
+ with the Work to which such Contribution(s) was submitted. If You
2203
+ institute patent litigation against any entity (including a
2204
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2205
+ or a Contribution incorporated within the Work constitutes direct
2206
+ or contributory patent infringement, then any patent licenses
2207
+ granted to You under this License for that Work shall terminate
2208
+ as of the date such litigation is filed.
2209
+
2210
+ 4. Redistribution. You may reproduce and distribute copies of the
2211
+ Work or Derivative Works thereof in any medium, with or without
2212
+ modifications, and in Source or Object form, provided that You
2213
+ meet the following conditions:
2214
+
2215
+ (a) You must give any other recipients of the Work or
2216
+ Derivative Works a copy of this License; and
2217
+
2218
+ (b) You must cause any modified files to carry prominent notices
2219
+ stating that You changed the files; and
2220
+
2221
+ (c) You must retain, in the Source form of any Derivative Works
2222
+ that You distribute, all copyright, patent, trademark, and
2223
+ attribution notices from the Source form of the Work,
2224
+ excluding those notices that do not pertain to any part of
2225
+ the Derivative Works; and
2226
+
2227
+ (d) If the Work includes a "NOTICE" text file as part of its
2228
+ distribution, then any Derivative Works that You distribute must
2229
+ include a readable copy of the attribution notices contained
2230
+ within such NOTICE file, excluding those notices that do not
2231
+ pertain to any part of the Derivative Works, in at least one
2232
+ of the following places: within a NOTICE text file distributed
2233
+ as part of the Derivative Works; within the Source form or
2234
+ documentation, if provided along with the Derivative Works; or,
2235
+ within a display generated by the Derivative Works, if and
2236
+ wherever such third-party notices normally appear. The contents
2237
+ of the NOTICE file are for informational purposes only and
2238
+ do not modify the License. You may add Your own attribution
2239
+ notices within Derivative Works that You distribute, alongside
2240
+ or as an addendum to the NOTICE text from the Work, provided
2241
+ that such additional attribution notices cannot be construed
2242
+ as modifying the License.
2243
+
2244
+ You may add Your own copyright statement to Your modifications and
2245
+ may provide additional or different license terms and conditions
2246
+ for use, reproduction, or distribution of Your modifications, or
2247
+ for any such Derivative Works as a whole, provided Your use,
2248
+ reproduction, and distribution of the Work otherwise complies with
2249
+ the conditions stated in this License.
2250
+
2251
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2252
+ any Contribution intentionally submitted for inclusion in the Work
2253
+ by You to the Licensor shall be under the terms and conditions of
2254
+ this License, without any additional terms or conditions.
2255
+ Notwithstanding the above, nothing herein shall supersede or modify
2256
+ the terms of any separate license agreement you may have executed
2257
+ with Licensor regarding such Contributions.
2258
+
2259
+ 6. Trademarks. This License does not grant permission to use the trade
2260
+ names, trademarks, service marks, or product names of the Licensor,
2261
+ except as required for reasonable and customary use in describing the
2262
+ origin of the Work and reproducing the content of the NOTICE file.
2263
+
2264
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2265
+ agreed to in writing, Licensor provides the Work (and each
2266
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2267
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2268
+ implied, including, without limitation, any warranties or conditions
2269
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2270
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2271
+ appropriateness of using or redistributing the Work and assume any
2272
+ risks associated with Your exercise of permissions under this License.
2273
+
2274
+ 8. Limitation of Liability. In no event and under no legal theory,
2275
+ whether in tort (including negligence), contract, or otherwise,
2276
+ unless required by applicable law (such as deliberate and grossly
2277
+ negligent acts) or agreed to in writing, shall any Contributor be
2278
+ liable to You for damages, including any direct, indirect, special,
2279
+ incidental, or consequential damages of any character arising as a
2280
+ result of this License or out of the use or inability to use the
2281
+ Work (including but not limited to damages for loss of goodwill,
2282
+ work stoppage, computer failure or malfunction, or any and all
2283
+ other commercial damages or losses), even if such Contributor
2284
+ has been advised of the possibility of such damages.
2285
+
2286
+ 9. Accepting Warranty or Additional Liability. While redistributing
2287
+ the Work or Derivative Works thereof, You may choose to offer,
2288
+ and charge a fee for, acceptance of support, warranty, indemnity,
2289
+ or other liability obligations and/or rights consistent with this
2290
+ License. However, in accepting such obligations, You may act only
2291
+ on Your own behalf and on Your sole responsibility, not on behalf
2292
+ of any other Contributor, and only if You agree to indemnify,
2293
+ defend, and hold each Contributor harmless for any liability
2294
+ incurred by, or claims asserted against, such Contributor by reason
2295
+ of your accepting any such warranty or additional liability.
2296
+
2297
+ END OF TERMS AND CONDITIONS
2298
+
2299
+ APPENDIX: How to apply the Apache License to your work.
2300
+
2301
+ To apply the Apache License to your work, attach the following
2302
+ boilerplate notice, with the fields enclosed by brackets "[]"
2303
+ replaced with your own identifying information. (Don't include
2304
+ the brackets!) The text should be enclosed in the appropriate
2305
+ comment syntax for the file format. We also recommend that a
2306
+ file or class name and description of purpose be included on the
2307
+ same "printed page" as the copyright notice for easier
2308
+ identification within third-party archives.
2309
+
2310
+ Copyright [yyyy] [name of copyright owner]
2311
+
2312
+ Licensed under the Apache License, Version 2.0 (the "License");
2313
+ you may not use this file except in compliance with the License.
2314
+ You may obtain a copy of the License at
2315
+
2316
+ http://www.apache.org/licenses/LICENSE-2.0
2317
+
2318
+ Unless required by applicable law or agreed to in writing, software
2319
+ distributed under the License is distributed on an "AS IS" BASIS,
2320
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2321
+ See the License for the specific language governing permissions and
2322
+ limitations under the License.
2323
+
2324
+
2325
+ -------------------- DEPENDENCY DIVIDER --------------------
2326
+
2327
+ Name: marked
2328
+ License:
2329
+
2330
+ ## Marked
2331
+
2332
+ Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
2333
+
2334
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2335
+ of this software and associated documentation files (the "Software"), to deal
2336
+ in the Software without restriction, including without limitation the rights
2337
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2338
+ copies of the Software, and to permit persons to whom the Software is
2339
+ furnished to do so, subject to the following conditions:
2340
+
2341
+ The above copyright notice and this permission notice shall be included in
2342
+ all copies or substantial portions of the Software.
2343
+
2344
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2345
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2346
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2347
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2348
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2349
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2350
+ THE SOFTWARE.
2351
+
2352
+ ## Markdown
2353
+
2354
+ Copyright © 2004, John Gruber
2355
+ http://daringfireball.net/
2356
+ All rights reserved.
2357
+
2358
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2359
+
2360
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2361
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
2362
+ * Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
2363
+
2364
+ This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to,
2365
+ the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct,
2366
+ indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits;
2367
+ or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way
2368
+ out of the use of this software, even if advised of the possibility of such damage.
2369
+
2370
+
2371
+ -------------------- DEPENDENCY DIVIDER --------------------
2372
+
2373
+ Name: source-map-scopes-codec
2374
+ License:
2375
+
2376
+ Copyright 2025 The Chromium Authors
2377
+
2378
+ Redistribution and use in source and binary forms, with or without modification,
2379
+ are permitted provided that the following conditions are met:
2380
+
2381
+ 1. Redistributions of source code must retain the above copyright notice, this
2382
+ list of conditions and the following disclaimer.
2383
+
2384
+ 2. Redistributions in binary form must reproduce the above copyright notice,
2385
+ this list of conditions and the following disclaimer in the documentation
2386
+ and/or other materials provided with the distribution.
2387
+
2388
+ 3. Neither the name of the copyright holder nor the names of its contributors
2389
+ may be used to endorse or promote products derived from this software without
2390
+ specific prior written permission.
2391
+
2392
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2393
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2394
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2395
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
2396
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2397
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2398
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2399
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2400
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2401
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2402
+
2403
+ -------------------- DEPENDENCY DIVIDER --------------------
2404
+
2405
+ Name: third-party-web
2406
+ License:
2407
+
2408
+ The MIT License (MIT)
2409
+ Copyright (c) 2019 Patrick Hulce
2410
+
2411
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2412
+ of this software and associated documentation files (the "Software"), to deal
2413
+ in the Software without restriction, including without limitation the rights
2414
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2415
+ copies of the Software, and to permit persons to whom the Software is
2416
+ furnished to do so, subject to the following conditions:
2417
+
2418
+ The above copyright notice and this permission notice shall be included in all
2419
+ copies or substantial portions of the Software.
2420
+
2421
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2422
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2423
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2424
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2425
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2426
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2427
+ SOFTWARE.
2428
+
2429
+ -------------------- DEPENDENCY DIVIDER --------------------
2430
+
2431
+ Name: @formatjs/fast-memoize
2432
+ URL: https://github.com/formatjs/formatjs#readme
2433
+ Version: 2.2.0
2434
+ License: MIT
2435
+
2436
+ MIT License
2437
+
2438
+ Copyright (c) 2021 FormatJS
2439
+
2440
+ 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:
2441
+
2442
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2443
+
2444
+ 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.
2445
+
2446
+
2447
+ -------------------- DEPENDENCY DIVIDER --------------------
2448
+
2449
+ Name: @formatjs/icu-messageformat-parser
2450
+ URL: https://github.com/formatjs/formatjs.git
2451
+ Version: 2.6.2
2452
+ License: MIT
2453
+
2454
+ MIT License
2455
+
2456
+ Copyright (c) 2021 FormatJS
2457
+
2458
+ 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:
2459
+
2460
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2461
+
2462
+ 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.
2463
+
2464
+
2465
+ -------------------- DEPENDENCY DIVIDER --------------------
2466
+
2467
+ Name: @formatjs/icu-skeleton-parser
2468
+ URL: https://github.com/formatjs/formatjs.git
2469
+ Version: 1.6.2
2470
+ License: MIT
2471
+
2472
+ MIT License
2473
+
2474
+ Copyright (c) 2021 FormatJS
2475
+
2476
+ 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:
2477
+
2478
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2479
+
2480
+ 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.
2481
+
2482
+
2483
+ -------------------- DEPENDENCY DIVIDER --------------------
2484
+
2485
+ Name: @paulirish/trace_engine
2486
+ URL: N/A
2487
+ Version: 0.0.64
2488
+ License: BSD-3-Clause
2489
+
2490
+ // Copyright 2014 The Chromium Authors
2491
+ //
2492
+ // Redistribution and use in source and binary forms, with or without
2493
+ // modification, are permitted provided that the following conditions are
2494
+ // met:
2495
+ //
2496
+ // * Redistributions of source code must retain the above copyright
2497
+ // notice, this list of conditions and the following disclaimer.
2498
+ // * Redistributions in binary form must reproduce the above
2499
+ // copyright notice, this list of conditions and the following disclaimer
2500
+ // in the documentation and/or other materials provided with the
2501
+ // distribution.
2502
+ // * Neither the name of Google Inc. nor the names of its
2503
+ // contributors may be used to endorse or promote products derived from
2504
+ // this software without specific prior written permission.
2505
+ //
2506
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2507
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2508
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2509
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2510
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2511
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2512
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2513
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2514
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2515
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2516
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2517
+
2518
+
2519
+ -------------------- DEPENDENCY DIVIDER --------------------
2520
+
2521
+ Name: @sentry/node
2522
+ URL: https://github.com/getsentry/sentry-javascript/tree/master/packages/node
2523
+ Version: 9.28.1
2524
+ License: MIT
2525
+
2526
+ MIT License
2527
+
2528
+ Copyright (c) 2023 Functional Software, Inc. dba Sentry
2529
+
2530
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2531
+ this software and associated documentation files (the "Software"), to deal in
2532
+ the Software without restriction, including without limitation the rights to
2533
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
2534
+ of the Software, and to permit persons to whom the Software is furnished to do
2535
+ so, subject to the following conditions:
2536
+
2537
+ The above copyright notice and this permission notice shall be included in all
2538
+ copies or substantial portions of the Software.
2539
+
2540
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2541
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2542
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2543
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2544
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2545
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2546
+ SOFTWARE.
2547
+
2548
+
2549
+ -------------------- DEPENDENCY DIVIDER --------------------
2550
+
2551
+ Name: axe-core
2552
+ URL: https://www.deque.com/axe/
2553
+ Version: 4.11.4
2554
+ License: MPL-2.0
2555
+
2556
+ Mozilla Public License, version 2.0
2557
+
2558
+ 1. Definitions
2559
+
2560
+ 1.1. "Contributor"
2561
+
2562
+ means each individual or legal entity that creates, contributes to the
2563
+ creation of, or owns Covered Software.
2564
+
2565
+ 1.2. "Contributor Version"
2566
+
2567
+ means the combination of the Contributions of others (if any) used by a
2568
+ Contributor and that particular Contributor's Contribution.
2569
+
2570
+ 1.3. "Contribution"
2571
+
2572
+ means Covered Software of a particular Contributor.
2573
+
2574
+ 1.4. "Covered Software"
2575
+
2576
+ means Source Code Form to which the initial Contributor has attached the
2577
+ notice in Exhibit A, the Executable Form of such Source Code Form, and
2578
+ Modifications of such Source Code Form, in each case including portions
2579
+ thereof.
2580
+
2581
+ 1.5. "Incompatible With Secondary Licenses"
2582
+ means
2583
+
2584
+ a. that the initial Contributor has attached the notice described in
2585
+ Exhibit B to the Covered Software; or
2586
+
2587
+ b. that the Covered Software was made available under the terms of
2588
+ version 1.1 or earlier of the License, but not also under the terms of
2589
+ a Secondary License.
2590
+
2591
+ 1.6. "Executable Form"
2592
+
2593
+ means any form of the work other than Source Code Form.
2594
+
2595
+ 1.7. "Larger Work"
2596
+
2597
+ means a work that combines Covered Software with other material, in a
2598
+ separate file or files, that is not Covered Software.
2599
+
2600
+ 1.8. "License"
2601
+
2602
+ means this document.
2603
+
2604
+ 1.9. "Licensable"
2605
+
2606
+ means having the right to grant, to the maximum extent possible, whether
2607
+ at the time of the initial grant or subsequently, any and all of the
2608
+ rights conveyed by this License.
2609
+
2610
+ 1.10. "Modifications"
2611
+
2612
+ means any of the following:
2613
+
2614
+ a. any file in Source Code Form that results from an addition to,
2615
+ deletion from, or modification of the contents of Covered Software; or
2616
+
2617
+ b. any new file in Source Code Form that contains any Covered Software.
2618
+
2619
+ 1.11. "Patent Claims" of a Contributor
2620
+
2621
+ means any patent claim(s), including without limitation, method,
2622
+ process, and apparatus claims, in any patent Licensable by such
2623
+ Contributor that would be infringed, but for the grant of the License,
2624
+ by the making, using, selling, offering for sale, having made, import,
2625
+ or transfer of either its Contributions or its Contributor Version.
2626
+
2627
+ 1.12. "Secondary License"
2628
+
2629
+ means either the GNU General Public License, Version 2.0, the GNU Lesser
2630
+ General Public License, Version 2.1, the GNU Affero General Public
2631
+ License, Version 3.0, or any later versions of those licenses.
2632
+
2633
+ 1.13. "Source Code Form"
2634
+
2635
+ means the form of the work preferred for making modifications.
2636
+
2637
+ 1.14. "You" (or "Your")
2638
+
2639
+ means an individual or a legal entity exercising rights under this
2640
+ License. For legal entities, "You" includes any entity that controls, is
2641
+ controlled by, or is under common control with You. For purposes of this
2642
+ definition, "control" means (a) the power, direct or indirect, to cause
2643
+ the direction or management of such entity, whether by contract or
2644
+ otherwise, or (b) ownership of more than fifty percent (50%) of the
2645
+ outstanding shares or beneficial ownership of such entity.
2646
+
2647
+
2648
+ 2. License Grants and Conditions
2649
+
2650
+ 2.1. Grants
2651
+
2652
+ Each Contributor hereby grants You a world-wide, royalty-free,
2653
+ non-exclusive license:
2654
+
2655
+ a. under intellectual property rights (other than patent or trademark)
2656
+ Licensable by such Contributor to use, reproduce, make available,
2657
+ modify, display, perform, distribute, and otherwise exploit its
2658
+ Contributions, either on an unmodified basis, with Modifications, or
2659
+ as part of a Larger Work; and
2660
+
2661
+ b. under Patent Claims of such Contributor to make, use, sell, offer for
2662
+ sale, have made, import, and otherwise transfer either its
2663
+ Contributions or its Contributor Version.
2664
+
2665
+ 2.2. Effective Date
2666
+
2667
+ The licenses granted in Section 2.1 with respect to any Contribution
2668
+ become effective for each Contribution on the date the Contributor first
2669
+ distributes such Contribution.
2670
+
2671
+ 2.3. Limitations on Grant Scope
2672
+
2673
+ The licenses granted in this Section 2 are the only rights granted under
2674
+ this License. No additional rights or licenses will be implied from the
2675
+ distribution or licensing of Covered Software under this License.
2676
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
2677
+ Contributor:
2678
+
2679
+ a. for any code that a Contributor has removed from Covered Software; or
2680
+
2681
+ b. for infringements caused by: (i) Your and any other third party's
2682
+ modifications of Covered Software, or (ii) the combination of its
2683
+ Contributions with other software (except as part of its Contributor
2684
+ Version); or
2685
+
2686
+ c. under Patent Claims infringed by Covered Software in the absence of
2687
+ its Contributions.
2688
+
2689
+ This License does not grant any rights in the trademarks, service marks,
2690
+ or logos of any Contributor (except as may be necessary to comply with
2691
+ the notice requirements in Section 3.4).
2692
+
2693
+ 2.4. Subsequent Licenses
2694
+
2695
+ No Contributor makes additional grants as a result of Your choice to
2696
+ distribute the Covered Software under a subsequent version of this
2697
+ License (see Section 10.2) or under the terms of a Secondary License (if
2698
+ permitted under the terms of Section 3.3).
2699
+
2700
+ 2.5. Representation
2701
+
2702
+ Each Contributor represents that the Contributor believes its
2703
+ Contributions are its original creation(s) or it has sufficient rights to
2704
+ grant the rights to its Contributions conveyed by this License.
2705
+
2706
+ 2.6. Fair Use
2707
+
2708
+ This License is not intended to limit any rights You have under
2709
+ applicable copyright doctrines of fair use, fair dealing, or other
2710
+ equivalents.
2711
+
2712
+ 2.7. Conditions
2713
+
2714
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
2715
+ Section 2.1.
2716
+
2717
+
2718
+ 3. Responsibilities
2719
+
2720
+ 3.1. Distribution of Source Form
2721
+
2722
+ All distribution of Covered Software in Source Code Form, including any
2723
+ Modifications that You create or to which You contribute, must be under
2724
+ the terms of this License. You must inform recipients that the Source
2725
+ Code Form of the Covered Software is governed by the terms of this
2726
+ License, and how they can obtain a copy of this License. You may not
2727
+ attempt to alter or restrict the recipients' rights in the Source Code
2728
+ Form.
2729
+
2730
+ 3.2. Distribution of Executable Form
2731
+
2732
+ If You distribute Covered Software in Executable Form then:
2733
+
2734
+ a. such Covered Software must also be made available in Source Code Form,
2735
+ as described in Section 3.1, and You must inform recipients of the
2736
+ Executable Form how they can obtain a copy of such Source Code Form by
2737
+ reasonable means in a timely manner, at a charge no more than the cost
2738
+ of distribution to the recipient; and
2739
+
2740
+ b. You may distribute such Executable Form under the terms of this
2741
+ License, or sublicense it under different terms, provided that the
2742
+ license for the Executable Form does not attempt to limit or alter the
2743
+ recipients' rights in the Source Code Form under this License.
2744
+
2745
+ 3.3. Distribution of a Larger Work
2746
+
2747
+ You may create and distribute a Larger Work under terms of Your choice,
2748
+ provided that You also comply with the requirements of this License for
2749
+ the Covered Software. If the Larger Work is a combination of Covered
2750
+ Software with a work governed by one or more Secondary Licenses, and the
2751
+ Covered Software is not Incompatible With Secondary Licenses, this
2752
+ License permits You to additionally distribute such Covered Software
2753
+ under the terms of such Secondary License(s), so that the recipient of
2754
+ the Larger Work may, at their option, further distribute the Covered
2755
+ Software under the terms of either this License or such Secondary
2756
+ License(s).
2757
+
2758
+ 3.4. Notices
2759
+
2760
+ You may not remove or alter the substance of any license notices
2761
+ (including copyright notices, patent notices, disclaimers of warranty, or
2762
+ limitations of liability) contained within the Source Code Form of the
2763
+ Covered Software, except that You may alter any license notices to the
2764
+ extent required to remedy known factual inaccuracies.
2765
+
2766
+ 3.5. Application of Additional Terms
2767
+
2768
+ You may choose to offer, and to charge a fee for, warranty, support,
2769
+ indemnity or liability obligations to one or more recipients of Covered
2770
+ Software. However, You may do so only on Your own behalf, and not on
2771
+ behalf of any Contributor. You must make it absolutely clear that any
2772
+ such warranty, support, indemnity, or liability obligation is offered by
2773
+ You alone, and You hereby agree to indemnify every Contributor for any
2774
+ liability incurred by such Contributor as a result of warranty, support,
2775
+ indemnity or liability terms You offer. You may include additional
2776
+ disclaimers of warranty and limitations of liability specific to any
2777
+ jurisdiction.
2778
+
2779
+ 4. Inability to Comply Due to Statute or Regulation
2780
+
2781
+ If it is impossible for You to comply with any of the terms of this License
2782
+ with respect to some or all of the Covered Software due to statute,
2783
+ judicial order, or regulation then You must: (a) comply with the terms of
2784
+ this License to the maximum extent possible; and (b) describe the
2785
+ limitations and the code they affect. Such description must be placed in a
2786
+ text file included with all distributions of the Covered Software under
2787
+ this License. Except to the extent prohibited by statute or regulation,
2788
+ such description must be sufficiently detailed for a recipient of ordinary
2789
+ skill to be able to understand it.
2790
+
2791
+ 5. Termination
2792
+
2793
+ 5.1. The rights granted under this License will terminate automatically if You
2794
+ fail to comply with any of its terms. However, if You become compliant,
2795
+ then the rights granted under this License from a particular Contributor
2796
+ are reinstated (a) provisionally, unless and until such Contributor
2797
+ explicitly and finally terminates Your grants, and (b) on an ongoing
2798
+ basis, if such Contributor fails to notify You of the non-compliance by
2799
+ some reasonable means prior to 60 days after You have come back into
2800
+ compliance. Moreover, Your grants from a particular Contributor are
2801
+ reinstated on an ongoing basis if such Contributor notifies You of the
2802
+ non-compliance by some reasonable means, this is the first time You have
2803
+ received notice of non-compliance with this License from such
2804
+ Contributor, and You become compliant prior to 30 days after Your receipt
2805
+ of the notice.
2806
+
2807
+ 5.2. If You initiate litigation against any entity by asserting a patent
2808
+ infringement claim (excluding declaratory judgment actions,
2809
+ counter-claims, and cross-claims) alleging that a Contributor Version
2810
+ directly or indirectly infringes any patent, then the rights granted to
2811
+ You by any and all Contributors for the Covered Software under Section
2812
+ 2.1 of this License shall terminate.
2813
+
2814
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
2815
+ license agreements (excluding distributors and resellers) which have been
2816
+ validly granted by You or Your distributors under this License prior to
2817
+ termination shall survive termination.
2818
+
2819
+ 6. Disclaimer of Warranty
2820
+
2821
+ Covered Software is provided under this License on an "as is" basis,
2822
+ without warranty of any kind, either expressed, implied, or statutory,
2823
+ including, without limitation, warranties that the Covered Software is free
2824
+ of defects, merchantable, fit for a particular purpose or non-infringing.
2825
+ The entire risk as to the quality and performance of the Covered Software
2826
+ is with You. Should any Covered Software prove defective in any respect,
2827
+ You (not any Contributor) assume the cost of any necessary servicing,
2828
+ repair, or correction. This disclaimer of warranty constitutes an essential
2829
+ part of this License. No use of any Covered Software is authorized under
2830
+ this License except under this disclaimer.
2831
+
2832
+ 7. Limitation of Liability
2833
+
2834
+ Under no circumstances and under no legal theory, whether tort (including
2835
+ negligence), contract, or otherwise, shall any Contributor, or anyone who
2836
+ distributes Covered Software as permitted above, be liable to You for any
2837
+ direct, indirect, special, incidental, or consequential damages of any
2838
+ character including, without limitation, damages for lost profits, loss of
2839
+ goodwill, work stoppage, computer failure or malfunction, or any and all
2840
+ other commercial damages or losses, even if such party shall have been
2841
+ informed of the possibility of such damages. This limitation of liability
2842
+ shall not apply to liability for death or personal injury resulting from
2843
+ such party's negligence to the extent applicable law prohibits such
2844
+ limitation. Some jurisdictions do not allow the exclusion or limitation of
2845
+ incidental or consequential damages, so this exclusion and limitation may
2846
+ not apply to You.
2847
+
2848
+ 8. Litigation
2849
+
2850
+ Any litigation relating to this License may be brought only in the courts
2851
+ of a jurisdiction where the defendant maintains its principal place of
2852
+ business and such litigation shall be governed by laws of that
2853
+ jurisdiction, without reference to its conflict-of-law provisions. Nothing
2854
+ in this Section shall prevent a party's ability to bring cross-claims or
2855
+ counter-claims.
2856
+
2857
+ 9. Miscellaneous
2858
+
2859
+ This License represents the complete agreement concerning the subject
2860
+ matter hereof. If any provision of this License is held to be
2861
+ unenforceable, such provision shall be reformed only to the extent
2862
+ necessary to make it enforceable. Any law or regulation which provides that
2863
+ the language of a contract shall be construed against the drafter shall not
2864
+ be used to construe this License against a Contributor.
2865
+
2866
+
2867
+ 10. Versions of the License
2868
+
2869
+ 10.1. New Versions
2870
+
2871
+ Mozilla Foundation is the license steward. Except as provided in Section
2872
+ 10.3, no one other than the license steward has the right to modify or
2873
+ publish new versions of this License. Each version will be given a
2874
+ distinguishing version number.
2875
+
2876
+ 10.2. Effect of New Versions
2877
+
2878
+ You may distribute the Covered Software under the terms of the version
2879
+ of the License under which You originally received the Covered Software,
2880
+ or under the terms of any subsequent version published by the license
2881
+ steward.
2882
+
2883
+ 10.3. Modified Versions
2884
+
2885
+ If you create software not governed by this License, and you want to
2886
+ create a new license for such software, you may create and use a
2887
+ modified version of this License if you rename the license and remove
2888
+ any references to the name of the license steward (except to note that
2889
+ such modified license differs from this License).
2890
+
2891
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
2892
+ Licenses If You choose to distribute Source Code Form that is
2893
+ Incompatible With Secondary Licenses under the terms of this version of
2894
+ the License, the notice described in Exhibit B of this License must be
2895
+ attached.
2896
+
2897
+ Exhibit A - Source Code Form License Notice
2898
+
2899
+ This Source Code Form is subject to the
2900
+ terms of the Mozilla Public License, v.
2901
+ 2.0. If a copy of the MPL was not
2902
+ distributed with this file, You can
2903
+ obtain one at
2904
+ http://mozilla.org/MPL/2.0/.
2905
+
2906
+ If it is not possible or desirable to put the notice in a particular file,
2907
+ then You may include the notice in a location (such as a LICENSE file in a
2908
+ relevant directory) where a recipient would be likely to look for such a
2909
+ notice.
2910
+
2911
+ You may add additional accurate notices of copyright ownership.
2912
+
2913
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
2914
+
2915
+ This Source Code Form is "Incompatible
2916
+ With Secondary Licenses", as defined by
2917
+ the Mozilla Public License, v. 2.0.
2918
+
2919
+
2920
+ -------------------- DEPENDENCY DIVIDER --------------------
2921
+
2922
+ Name: csp_evaluator
2923
+ URL: https://csp-evaluator.withgoogle.com/
2924
+ Version: 1.1.5
2925
+ License: Apache-2.0
2926
+
2927
+
2928
+ Apache License
2929
+ Version 2.0, January 2004
2930
+ http://www.apache.org/licenses/
2931
+
2932
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2933
+
2934
+ 1. Definitions.
2935
+
2936
+ "License" shall mean the terms and conditions for use, reproduction,
2937
+ and distribution as defined by Sections 1 through 9 of this document.
2938
+
2939
+ "Licensor" shall mean the copyright owner or entity authorized by
2940
+ the copyright owner that is granting the License.
2941
+
2942
+ "Legal Entity" shall mean the union of the acting entity and all
2943
+ other entities that control, are controlled by, or are under common
2944
+ control with that entity. For the purposes of this definition,
2945
+ "control" means (i) the power, direct or indirect, to cause the
2946
+ direction or management of such entity, whether by contract or
2947
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2948
+ outstanding shares, or (iii) beneficial ownership of such entity.
2949
+
2950
+ "You" (or "Your") shall mean an individual or Legal Entity
2951
+ exercising permissions granted by this License.
2952
+
2953
+ "Source" form shall mean the preferred form for making modifications,
2954
+ including but not limited to software source code, documentation
2955
+ source, and configuration files.
2956
+
2957
+ "Object" form shall mean any form resulting from mechanical
2958
+ transformation or translation of a Source form, including but
2959
+ not limited to compiled object code, generated documentation,
2960
+ and conversions to other media types.
2961
+
2962
+ "Work" shall mean the work of authorship, whether in Source or
2963
+ Object form, made available under the License, as indicated by a
2964
+ copyright notice that is included in or attached to the work
2965
+ (an example is provided in the Appendix below).
2966
+
2967
+ "Derivative Works" shall mean any work, whether in Source or Object
2968
+ form, that is based on (or derived from) the Work and for which the
2969
+ editorial revisions, annotations, elaborations, or other modifications
2970
+ represent, as a whole, an original work of authorship. For the purposes
2971
+ of this License, Derivative Works shall not include works that remain
2972
+ separable from, or merely link (or bind by name) to the interfaces of,
2973
+ the Work and Derivative Works thereof.
2974
+
2975
+ "Contribution" shall mean any work of authorship, including
2976
+ the original version of the Work and any modifications or additions
2977
+ to that Work or Derivative Works thereof, that is intentionally
2978
+ submitted to Licensor for inclusion in the Work by the copyright owner
2979
+ or by an individual or Legal Entity authorized to submit on behalf of
2980
+ the copyright owner. For the purposes of this definition, "submitted"
2981
+ means any form of electronic, verbal, or written communication sent
2982
+ to the Licensor or its representatives, including but not limited to
2983
+ communication on electronic mailing lists, source code control systems,
2984
+ and issue tracking systems that are managed by, or on behalf of, the
2985
+ Licensor for the purpose of discussing and improving the Work, but
2986
+ excluding communication that is conspicuously marked or otherwise
2987
+ designated in writing by the copyright owner as "Not a Contribution."
2988
+
2989
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2990
+ on behalf of whom a Contribution has been received by Licensor and
2991
+ subsequently incorporated within the Work.
2992
+
2993
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2994
+ this License, each Contributor hereby grants to You a perpetual,
2995
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2996
+ copyright license to reproduce, prepare Derivative Works of,
2997
+ publicly display, publicly perform, sublicense, and distribute the
2998
+ Work and such Derivative Works in Source or Object form.
2999
+
3000
+ 3. Grant of Patent License. Subject to the terms and conditions of
3001
+ this License, each Contributor hereby grants to You a perpetual,
3002
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3003
+ (except as stated in this section) patent license to make, have made,
3004
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3005
+ where such license applies only to those patent claims licensable
3006
+ by such Contributor that are necessarily infringed by their
3007
+ Contribution(s) alone or by combination of their Contribution(s)
3008
+ with the Work to which such Contribution(s) was submitted. If You
3009
+ institute patent litigation against any entity (including a
3010
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3011
+ or a Contribution incorporated within the Work constitutes direct
3012
+ or contributory patent infringement, then any patent licenses
3013
+ granted to You under this License for that Work shall terminate
3014
+ as of the date such litigation is filed.
3015
+
3016
+ 4. Redistribution. You may reproduce and distribute copies of the
3017
+ Work or Derivative Works thereof in any medium, with or without
3018
+ modifications, and in Source or Object form, provided that You
3019
+ meet the following conditions:
3020
+
3021
+ (a) You must give any other recipients of the Work or
3022
+ Derivative Works a copy of this License; and
3023
+
3024
+ (b) You must cause any modified files to carry prominent notices
3025
+ stating that You changed the files; and
3026
+
3027
+ (c) You must retain, in the Source form of any Derivative Works
3028
+ that You distribute, all copyright, patent, trademark, and
3029
+ attribution notices from the Source form of the Work,
3030
+ excluding those notices that do not pertain to any part of
3031
+ the Derivative Works; and
3032
+
3033
+ (d) If the Work includes a "NOTICE" text file as part of its
3034
+ distribution, then any Derivative Works that You distribute must
3035
+ include a readable copy of the attribution notices contained
3036
+ within such NOTICE file, excluding those notices that do not
3037
+ pertain to any part of the Derivative Works, in at least one
3038
+ of the following places: within a NOTICE text file distributed
3039
+ as part of the Derivative Works; within the Source form or
3040
+ documentation, if provided along with the Derivative Works; or,
3041
+ within a display generated by the Derivative Works, if and
3042
+ wherever such third-party notices normally appear. The contents
3043
+ of the NOTICE file are for informational purposes only and
3044
+ do not modify the License. You may add Your own attribution
3045
+ notices within Derivative Works that You distribute, alongside
3046
+ or as an addendum to the NOTICE text from the Work, provided
3047
+ that such additional attribution notices cannot be construed
3048
+ as modifying the License.
3049
+
3050
+ You may add Your own copyright statement to Your modifications and
3051
+ may provide additional or different license terms and conditions
3052
+ for use, reproduction, or distribution of Your modifications, or
3053
+ for any such Derivative Works as a whole, provided Your use,
3054
+ reproduction, and distribution of the Work otherwise complies with
3055
+ the conditions stated in this License.
3056
+
3057
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3058
+ any Contribution intentionally submitted for inclusion in the Work
3059
+ by You to the Licensor shall be under the terms and conditions of
3060
+ this License, without any additional terms or conditions.
3061
+ Notwithstanding the above, nothing herein shall supersede or modify
3062
+ the terms of any separate license agreement you may have executed
3063
+ with Licensor regarding such Contributions.
3064
+
3065
+ 6. Trademarks. This License does not grant permission to use the trade
3066
+ names, trademarks, service marks, or product names of the Licensor,
3067
+ except as required for reasonable and customary use in describing the
3068
+ origin of the Work and reproducing the content of the NOTICE file.
3069
+
3070
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3071
+ agreed to in writing, Licensor provides the Work (and each
3072
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3073
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3074
+ implied, including, without limitation, any warranties or conditions
3075
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3076
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3077
+ appropriateness of using or redistributing the Work and assume any
3078
+ risks associated with Your exercise of permissions under this License.
3079
+
3080
+ 8. Limitation of Liability. In no event and under no legal theory,
3081
+ whether in tort (including negligence), contract, or otherwise,
3082
+ unless required by applicable law (such as deliberate and grossly
3083
+ negligent acts) or agreed to in writing, shall any Contributor be
3084
+ liable to You for damages, including any direct, indirect, special,
3085
+ incidental, or consequential damages of any character arising as a
3086
+ result of this License or out of the use or inability to use the
3087
+ Work (including but not limited to damages for loss of goodwill,
3088
+ work stoppage, computer failure or malfunction, or any and all
3089
+ other commercial damages or losses), even if such Contributor
3090
+ has been advised of the possibility of such damages.
3091
+
3092
+ 9. Accepting Warranty or Additional Liability. While redistributing
3093
+ the Work or Derivative Works thereof, You may choose to offer,
3094
+ and charge a fee for, acceptance of support, warranty, indemnity,
3095
+ or other liability obligations and/or rights consistent with this
3096
+ License. However, in accepting such obligations, You may act only
3097
+ on Your own behalf and on Your sole responsibility, not on behalf
3098
+ of any other Contributor, and only if You agree to indemnify,
3099
+ defend, and hold each Contributor harmless for any liability
3100
+ incurred by, or claims asserted against, such Contributor by reason
3101
+ of your accepting any such warranty or additional liability.
3102
+
3103
+ END OF TERMS AND CONDITIONS
3104
+
3105
+ APPENDIX: How to apply the Apache License to your work.
3106
+
3107
+ To apply the Apache License to your work, attach the following
3108
+ boilerplate notice, with the fields enclosed by brackets "[]"
3109
+ replaced with your own identifying information. (Don't include
3110
+ the brackets!) The text should be enclosed in the appropriate
3111
+ comment syntax for the file format. We also recommend that a
3112
+ file or class name and description of purpose be included on the
3113
+ same "printed page" as the copyright notice for easier
3114
+ identification within third-party archives.
3115
+
3116
+ Copyright [yyyy] [name of copyright owner]
3117
+
3118
+ Licensed under the Apache License, Version 2.0 (the "License");
3119
+ you may not use this file except in compliance with the License.
3120
+ You may obtain a copy of the License at
3121
+
3122
+ http://www.apache.org/licenses/LICENSE-2.0
3123
+
3124
+ Unless required by applicable law or agreed to in writing, software
3125
+ distributed under the License is distributed on an "AS IS" BASIS,
3126
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3127
+ See the License for the specific language governing permissions and
3128
+ limitations under the License.
3129
+
3130
+ -------------------- DEPENDENCY DIVIDER --------------------
3131
+
3132
+ Name: debug
3133
+ URL: git://github.com/debug-js/debug.git
3134
+ Version: 4.3.4
3135
+ License: MIT
3136
+
3137
+ (The MIT License)
3138
+
3139
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
3140
+ Copyright (c) 2018-2021 Josh Junon
3141
+
3142
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
3143
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
3144
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
3145
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
3146
+ subject to the following conditions:
3147
+
3148
+ The above copyright notice and this permission notice shall be included in all copies or substantial
3149
+ portions of the Software.
3150
+
3151
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3152
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3153
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3154
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3155
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3156
+
3157
+
3158
+
3159
+ -------------------- DEPENDENCY DIVIDER --------------------
3160
+
3161
+ Name: http-link-header
3162
+ URL: https://github.com/jhermsmeier/node-http-link-header
3163
+ Version: 1.1.1
3164
+ License: MIT
3165
+
3166
+ # The MIT License (MIT)
3167
+ Copyright (c) 2016 Jonas Hermsmeier
3168
+
3169
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3170
+ of this software and associated documentation files (the "Software"), to deal
3171
+ in the Software without restriction, including without limitation the rights
3172
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3173
+ copies of the Software, and to permit persons to whom the Software is
3174
+ furnished to do so, subject to the following conditions:
3175
+
3176
+ The above copyright notice and this permission notice shall be included in all
3177
+ copies or substantial portions of the Software.
3178
+
3179
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3180
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3181
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3182
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
3183
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
3184
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
3185
+ OR OTHER DEALINGS IN THE SOFTWARE.
3186
+
3187
+
3188
+ -------------------- DEPENDENCY DIVIDER --------------------
3189
+
3190
+ Name: intl-messageformat
3191
+ URL: https://github.com/formatjs/formatjs
3192
+ Version: 10.5.3
3193
+ License: BSD-3-Clause
3194
+
3195
+ Copyright (c) 2021, Oath Inc.
3196
+
3197
+ Licensed under the terms of the New BSD license. See below for terms.
3198
+
3199
+ Redistribution and use of this software in source and binary forms,
3200
+ with or without modification, are permitted provided that the following
3201
+ conditions are met:
3202
+
3203
+ - Redistributions of source code must retain the above
3204
+ copyright notice, this list of conditions and the
3205
+ following disclaimer.
3206
+
3207
+ - Redistributions in binary form must reproduce the above
3208
+ copyright notice, this list of conditions and the
3209
+ following disclaimer in the documentation and/or other
3210
+ materials provided with the distribution.
3211
+
3212
+ - Neither the name of Oath Inc. nor the names of its
3213
+ contributors may be used to endorse or promote products
3214
+ derived from this software without specific prior
3215
+ written permission of Oath Inc.
3216
+
3217
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
3218
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3219
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
3220
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3221
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3222
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3223
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3224
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3225
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3226
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3227
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3228
+
3229
+
3230
+ -------------------- DEPENDENCY DIVIDER --------------------
3231
+
3232
+ Name: js-library-detector
3233
+ URL: https://github.com/johnmichel/Library-Detector-for-Chrome#readme
3234
+ Version: 6.7.0
3235
+ License: MIT
3236
+
3237
+ The MIT License (MIT)
3238
+ Copyright (c) 2010-2016 Andrew Bredow, John Michel, and other contributors
3239
+
3240
+ 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:
3241
+
3242
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3243
+
3244
+ 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.
3245
+
3246
+ -------------------- DEPENDENCY DIVIDER --------------------
3247
+
3248
+ Name: legacy-javascript
3249
+ URL: https://github.com/GoogleChrome/lighthouse#readme
3250
+ Version: 0.0.1
3251
+ License: Apache-2.0
3252
+
3253
+ -------------------- DEPENDENCY DIVIDER --------------------
3254
+
3255
+ Name: lighthouse-logger
3256
+ URL: https://github.com/GoogleChrome/lighthouse.git
3257
+ Version: 2.0.2
3258
+ License: Apache-2.0
3259
+
3260
+
3261
+ Apache License
3262
+ Version 2.0, January 2004
3263
+ http://www.apache.org/licenses/
3264
+
3265
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3266
+
3267
+ 1. Definitions.
3268
+
3269
+ "License" shall mean the terms and conditions for use, reproduction,
3270
+ and distribution as defined by Sections 1 through 9 of this document.
3271
+
3272
+ "Licensor" shall mean the copyright owner or entity authorized by
3273
+ the copyright owner that is granting the License.
3274
+
3275
+ "Legal Entity" shall mean the union of the acting entity and all
3276
+ other entities that control, are controlled by, or are under common
3277
+ control with that entity. For the purposes of this definition,
3278
+ "control" means (i) the power, direct or indirect, to cause the
3279
+ direction or management of such entity, whether by contract or
3280
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3281
+ outstanding shares, or (iii) beneficial ownership of such entity.
3282
+
3283
+ "You" (or "Your") shall mean an individual or Legal Entity
3284
+ exercising permissions granted by this License.
3285
+
3286
+ "Source" form shall mean the preferred form for making modifications,
3287
+ including but not limited to software source code, documentation
3288
+ source, and configuration files.
3289
+
3290
+ "Object" form shall mean any form resulting from mechanical
3291
+ transformation or translation of a Source form, including but
3292
+ not limited to compiled object code, generated documentation,
3293
+ and conversions to other media types.
3294
+
3295
+ "Work" shall mean the work of authorship, whether in Source or
3296
+ Object form, made available under the License, as indicated by a
3297
+ copyright notice that is included in or attached to the work
3298
+ (an example is provided in the Appendix below).
3299
+
3300
+ "Derivative Works" shall mean any work, whether in Source or Object
3301
+ form, that is based on (or derived from) the Work and for which the
3302
+ editorial revisions, annotations, elaborations, or other modifications
3303
+ represent, as a whole, an original work of authorship. For the purposes
3304
+ of this License, Derivative Works shall not include works that remain
3305
+ separable from, or merely link (or bind by name) to the interfaces of,
3306
+ the Work and Derivative Works thereof.
3307
+
3308
+ "Contribution" shall mean any work of authorship, including
3309
+ the original version of the Work and any modifications or additions
3310
+ to that Work or Derivative Works thereof, that is intentionally
3311
+ submitted to Licensor for inclusion in the Work by the copyright owner
3312
+ or by an individual or Legal Entity authorized to submit on behalf of
3313
+ the copyright owner. For the purposes of this definition, "submitted"
3314
+ means any form of electronic, verbal, or written communication sent
3315
+ to the Licensor or its representatives, including but not limited to
3316
+ communication on electronic mailing lists, source code control systems,
3317
+ and issue tracking systems that are managed by, or on behalf of, the
3318
+ Licensor for the purpose of discussing and improving the Work, but
3319
+ excluding communication that is conspicuously marked or otherwise
3320
+ designated in writing by the copyright owner as "Not a Contribution."
3321
+
3322
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3323
+ on behalf of whom a Contribution has been received by Licensor and
3324
+ subsequently incorporated within the Work.
3325
+
3326
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3327
+ this License, each Contributor hereby grants to You a perpetual,
3328
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3329
+ copyright license to reproduce, prepare Derivative Works of,
3330
+ publicly display, publicly perform, sublicense, and distribute the
3331
+ Work and such Derivative Works in Source or Object form.
3332
+
3333
+ 3. Grant of Patent License. Subject to the terms and conditions of
3334
+ this License, each Contributor hereby grants to You a perpetual,
3335
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3336
+ (except as stated in this section) patent license to make, have made,
3337
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3338
+ where such license applies only to those patent claims licensable
3339
+ by such Contributor that are necessarily infringed by their
3340
+ Contribution(s) alone or by combination of their Contribution(s)
3341
+ with the Work to which such Contribution(s) was submitted. If You
3342
+ institute patent litigation against any entity (including a
3343
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3344
+ or a Contribution incorporated within the Work constitutes direct
3345
+ or contributory patent infringement, then any patent licenses
3346
+ granted to You under this License for that Work shall terminate
3347
+ as of the date such litigation is filed.
3348
+
3349
+ 4. Redistribution. You may reproduce and distribute copies of the
3350
+ Work or Derivative Works thereof in any medium, with or without
3351
+ modifications, and in Source or Object form, provided that You
3352
+ meet the following conditions:
3353
+
3354
+ (a) You must give any other recipients of the Work or
3355
+ Derivative Works a copy of this License; and
3356
+
3357
+ (b) You must cause any modified files to carry prominent notices
3358
+ stating that You changed the files; and
3359
+
3360
+ (c) You must retain, in the Source form of any Derivative Works
3361
+ that You distribute, all copyright, patent, trademark, and
3362
+ attribution notices from the Source form of the Work,
3363
+ excluding those notices that do not pertain to any part of
3364
+ the Derivative Works; and
3365
+
3366
+ (d) If the Work includes a "NOTICE" text file as part of its
3367
+ distribution, then any Derivative Works that You distribute must
3368
+ include a readable copy of the attribution notices contained
3369
+ within such NOTICE file, excluding those notices that do not
3370
+ pertain to any part of the Derivative Works, in at least one
3371
+ of the following places: within a NOTICE text file distributed
3372
+ as part of the Derivative Works; within the Source form or
3373
+ documentation, if provided along with the Derivative Works; or,
3374
+ within a display generated by the Derivative Works, if and
3375
+ wherever such third-party notices normally appear. The contents
3376
+ of the NOTICE file are for informational purposes only and
3377
+ do not modify the License. You may add Your own attribution
3378
+ notices within Derivative Works that You distribute, alongside
3379
+ or as an addendum to the NOTICE text from the Work, provided
3380
+ that such additional attribution notices cannot be construed
3381
+ as modifying the License.
3382
+
3383
+ You may add Your own copyright statement to Your modifications and
3384
+ may provide additional or different license terms and conditions
3385
+ for use, reproduction, or distribution of Your modifications, or
3386
+ for any such Derivative Works as a whole, provided Your use,
3387
+ reproduction, and distribution of the Work otherwise complies with
3388
+ the conditions stated in this License.
3389
+
3390
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3391
+ any Contribution intentionally submitted for inclusion in the Work
3392
+ by You to the Licensor shall be under the terms and conditions of
3393
+ this License, without any additional terms or conditions.
3394
+ Notwithstanding the above, nothing herein shall supersede or modify
3395
+ the terms of any separate license agreement you may have executed
3396
+ with Licensor regarding such Contributions.
3397
+
3398
+ 6. Trademarks. This License does not grant permission to use the trade
3399
+ names, trademarks, service marks, or product names of the Licensor,
3400
+ except as required for reasonable and customary use in describing the
3401
+ origin of the Work and reproducing the content of the NOTICE file.
3402
+
3403
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3404
+ agreed to in writing, Licensor provides the Work (and each
3405
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3406
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3407
+ implied, including, without limitation, any warranties or conditions
3408
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3409
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3410
+ appropriateness of using or redistributing the Work and assume any
3411
+ risks associated with Your exercise of permissions under this License.
3412
+
3413
+ 8. Limitation of Liability. In no event and under no legal theory,
3414
+ whether in tort (including negligence), contract, or otherwise,
3415
+ unless required by applicable law (such as deliberate and grossly
3416
+ negligent acts) or agreed to in writing, shall any Contributor be
3417
+ liable to You for damages, including any direct, indirect, special,
3418
+ incidental, or consequential damages of any character arising as a
3419
+ result of this License or out of the use or inability to use the
3420
+ Work (including but not limited to damages for loss of goodwill,
3421
+ work stoppage, computer failure or malfunction, or any and all
3422
+ other commercial damages or losses), even if such Contributor
3423
+ has been advised of the possibility of such damages.
3424
+
3425
+ 9. Accepting Warranty or Additional Liability. While redistributing
3426
+ the Work or Derivative Works thereof, You may choose to offer,
3427
+ and charge a fee for, acceptance of support, warranty, indemnity,
3428
+ or other liability obligations and/or rights consistent with this
3429
+ License. However, in accepting such obligations, You may act only
3430
+ on Your own behalf and on Your sole responsibility, not on behalf
3431
+ of any other Contributor, and only if You agree to indemnify,
3432
+ defend, and hold each Contributor harmless for any liability
3433
+ incurred by, or claims asserted against, such Contributor by reason
3434
+ of your accepting any such warranty or additional liability.
3435
+
3436
+ END OF TERMS AND CONDITIONS
3437
+
3438
+ APPENDIX: How to apply the Apache License to your work.
3439
+
3440
+ To apply the Apache License to your work, attach the following
3441
+ boilerplate notice, with the fields enclosed by brackets "[]"
3442
+ replaced with your own identifying information. (Don't include
3443
+ the brackets!) The text should be enclosed in the appropriate
3444
+ comment syntax for the file format. We also recommend that a
3445
+ file or class name and description of purpose be included on the
3446
+ same "printed page" as the copyright notice for easier
3447
+ identification within third-party archives.
3448
+
3449
+ Copyright 2014 Google Inc.
3450
+
3451
+ Licensed under the Apache License, Version 2.0 (the "License");
3452
+ you may not use this file except in compliance with the License.
3453
+ You may obtain a copy of the License at
3454
+
3455
+ http://www.apache.org/licenses/LICENSE-2.0
3456
+
3457
+ Unless required by applicable law or agreed to in writing, software
3458
+ distributed under the License is distributed on an "AS IS" BASIS,
3459
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3460
+ See the License for the specific language governing permissions and
3461
+ limitations under the License.
3462
+
3463
+
3464
+ -------------------- DEPENDENCY DIVIDER --------------------
3465
+
3466
+ Name: lighthouse-stack-packs
3467
+ URL: https://github.com/GoogleChrome/lighthouse-stack-packs#readme
3468
+ Version: 1.12.3
3469
+ License: Apache-2.0
3470
+
3471
+
3472
+ Apache License
3473
+ Version 2.0, January 2004
3474
+ http://www.apache.org/licenses/
3475
+
3476
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3477
+
3478
+ 1. Definitions.
3479
+
3480
+ "License" shall mean the terms and conditions for use, reproduction,
3481
+ and distribution as defined by Sections 1 through 9 of this document.
3482
+
3483
+ "Licensor" shall mean the copyright owner or entity authorized by
3484
+ the copyright owner that is granting the License.
3485
+
3486
+ "Legal Entity" shall mean the union of the acting entity and all
3487
+ other entities that control, are controlled by, or are under common
3488
+ control with that entity. For the purposes of this definition,
3489
+ "control" means (i) the power, direct or indirect, to cause the
3490
+ direction or management of such entity, whether by contract or
3491
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3492
+ outstanding shares, or (iii) beneficial ownership of such entity.
3493
+
3494
+ "You" (or "Your") shall mean an individual or Legal Entity
3495
+ exercising permissions granted by this License.
3496
+
3497
+ "Source" form shall mean the preferred form for making modifications,
3498
+ including but not limited to software source code, documentation
3499
+ source, and configuration files.
3500
+
3501
+ "Object" form shall mean any form resulting from mechanical
3502
+ transformation or translation of a Source form, including but
3503
+ not limited to compiled object code, generated documentation,
3504
+ and conversions to other media types.
3505
+
3506
+ "Work" shall mean the work of authorship, whether in Source or
3507
+ Object form, made available under the License, as indicated by a
3508
+ copyright notice that is included in or attached to the work
3509
+ (an example is provided in the Appendix below).
3510
+
3511
+ "Derivative Works" shall mean any work, whether in Source or Object
3512
+ form, that is based on (or derived from) the Work and for which the
3513
+ editorial revisions, annotations, elaborations, or other modifications
3514
+ represent, as a whole, an original work of authorship. For the purposes
3515
+ of this License, Derivative Works shall not include works that remain
3516
+ separable from, or merely link (or bind by name) to the interfaces of,
3517
+ the Work and Derivative Works thereof.
3518
+
3519
+ "Contribution" shall mean any work of authorship, including
3520
+ the original version of the Work and any modifications or additions
3521
+ to that Work or Derivative Works thereof, that is intentionally
3522
+ submitted to Licensor for inclusion in the Work by the copyright owner
3523
+ or by an individual or Legal Entity authorized to submit on behalf of
3524
+ the copyright owner. For the purposes of this definition, "submitted"
3525
+ means any form of electronic, verbal, or written communication sent
3526
+ to the Licensor or its representatives, including but not limited to
3527
+ communication on electronic mailing lists, source code control systems,
3528
+ and issue tracking systems that are managed by, or on behalf of, the
3529
+ Licensor for the purpose of discussing and improving the Work, but
3530
+ excluding communication that is conspicuously marked or otherwise
3531
+ designated in writing by the copyright owner as "Not a Contribution."
3532
+
3533
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3534
+ on behalf of whom a Contribution has been received by Licensor and
3535
+ subsequently incorporated within the Work.
3536
+
3537
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3538
+ this License, each Contributor hereby grants to You a perpetual,
3539
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3540
+ copyright license to reproduce, prepare Derivative Works of,
3541
+ publicly display, publicly perform, sublicense, and distribute the
3542
+ Work and such Derivative Works in Source or Object form.
3543
+
3544
+ 3. Grant of Patent License. Subject to the terms and conditions of
3545
+ this License, each Contributor hereby grants to You a perpetual,
3546
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3547
+ (except as stated in this section) patent license to make, have made,
3548
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3549
+ where such license applies only to those patent claims licensable
3550
+ by such Contributor that are necessarily infringed by their
3551
+ Contribution(s) alone or by combination of their Contribution(s)
3552
+ with the Work to which such Contribution(s) was submitted. If You
3553
+ institute patent litigation against any entity (including a
3554
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3555
+ or a Contribution incorporated within the Work constitutes direct
3556
+ or contributory patent infringement, then any patent licenses
3557
+ granted to You under this License for that Work shall terminate
3558
+ as of the date such litigation is filed.
3559
+
3560
+ 4. Redistribution. You may reproduce and distribute copies of the
3561
+ Work or Derivative Works thereof in any medium, with or without
3562
+ modifications, and in Source or Object form, provided that You
3563
+ meet the following conditions:
3564
+
3565
+ (a) You must give any other recipients of the Work or
3566
+ Derivative Works a copy of this License; and
3567
+
3568
+ (b) You must cause any modified files to carry prominent notices
3569
+ stating that You changed the files; and
3570
+
3571
+ (c) You must retain, in the Source form of any Derivative Works
3572
+ that You distribute, all copyright, patent, trademark, and
3573
+ attribution notices from the Source form of the Work,
3574
+ excluding those notices that do not pertain to any part of
3575
+ the Derivative Works; and
3576
+
3577
+ (d) If the Work includes a "NOTICE" text file as part of its
3578
+ distribution, then any Derivative Works that You distribute must
3579
+ include a readable copy of the attribution notices contained
3580
+ within such NOTICE file, excluding those notices that do not
3581
+ pertain to any part of the Derivative Works, in at least one
3582
+ of the following places: within a NOTICE text file distributed
3583
+ as part of the Derivative Works; within the Source form or
3584
+ documentation, if provided along with the Derivative Works; or,
3585
+ within a display generated by the Derivative Works, if and
3586
+ wherever such third-party notices normally appear. The contents
3587
+ of the NOTICE file are for informational purposes only and
3588
+ do not modify the License. You may add Your own attribution
3589
+ notices within Derivative Works that You distribute, alongside
3590
+ or as an addendum to the NOTICE text from the Work, provided
3591
+ that such additional attribution notices cannot be construed
3592
+ as modifying the License.
3593
+
3594
+ You may add Your own copyright statement to Your modifications and
3595
+ may provide additional or different license terms and conditions
3596
+ for use, reproduction, or distribution of Your modifications, or
3597
+ for any such Derivative Works as a whole, provided Your use,
3598
+ reproduction, and distribution of the Work otherwise complies with
3599
+ the conditions stated in this License.
3600
+
3601
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3602
+ any Contribution intentionally submitted for inclusion in the Work
3603
+ by You to the Licensor shall be under the terms and conditions of
3604
+ this License, without any additional terms or conditions.
3605
+ Notwithstanding the above, nothing herein shall supersede or modify
3606
+ the terms of any separate license agreement you may have executed
3607
+ with Licensor regarding such Contributions.
3608
+
3609
+ 6. Trademarks. This License does not grant permission to use the trade
3610
+ names, trademarks, service marks, or product names of the Licensor,
3611
+ except as required for reasonable and customary use in describing the
3612
+ origin of the Work and reproducing the content of the NOTICE file.
3613
+
3614
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3615
+ agreed to in writing, Licensor provides the Work (and each
3616
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3617
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3618
+ implied, including, without limitation, any warranties or conditions
3619
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3620
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3621
+ appropriateness of using or redistributing the Work and assume any
3622
+ risks associated with Your exercise of permissions under this License.
3623
+
3624
+ 8. Limitation of Liability. In no event and under no legal theory,
3625
+ whether in tort (including negligence), contract, or otherwise,
3626
+ unless required by applicable law (such as deliberate and grossly
3627
+ negligent acts) or agreed to in writing, shall any Contributor be
3628
+ liable to You for damages, including any direct, indirect, special,
3629
+ incidental, or consequential damages of any character arising as a
3630
+ result of this License or out of the use or inability to use the
3631
+ Work (including but not limited to damages for loss of goodwill,
3632
+ work stoppage, computer failure or malfunction, or any and all
3633
+ other commercial damages or losses), even if such Contributor
3634
+ has been advised of the possibility of such damages.
3635
+
3636
+ 9. Accepting Warranty or Additional Liability. While redistributing
3637
+ the Work or Derivative Works thereof, You may choose to offer,
3638
+ and charge a fee for, acceptance of support, warranty, indemnity,
3639
+ or other liability obligations and/or rights consistent with this
3640
+ License. However, in accepting such obligations, You may act only
3641
+ on Your own behalf and on Your sole responsibility, not on behalf
3642
+ of any other Contributor, and only if You agree to indemnify,
3643
+ defend, and hold each Contributor harmless for any liability
3644
+ incurred by, or claims asserted against, such Contributor by reason
3645
+ of your accepting any such warranty or additional liability.
3646
+
3647
+ END OF TERMS AND CONDITIONS
3648
+
3649
+ APPENDIX: How to apply the Apache License to your work.
3650
+
3651
+ To apply the Apache License to your work, attach the following
3652
+ boilerplate notice, with the fields enclosed by brackets "[]"
3653
+ replaced with your own identifying information. (Don't include
3654
+ the brackets!) The text should be enclosed in the appropriate
3655
+ comment syntax for the file format. We also recommend that a
3656
+ file or class name and description of purpose be included on the
3657
+ same "printed page" as the copyright notice for easier
3658
+ identification within third-party archives.
3659
+
3660
+ Copyright [yyyy] [name of copyright owner]
3661
+
3662
+ Licensed under the Apache License, Version 2.0 (the "License");
3663
+ you may not use this file except in compliance with the License.
3664
+ You may obtain a copy of the License at
3665
+
3666
+ http://www.apache.org/licenses/LICENSE-2.0
3667
+
3668
+ Unless required by applicable law or agreed to in writing, software
3669
+ distributed under the License is distributed on an "AS IS" BASIS,
3670
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3671
+ See the License for the specific language governing permissions and
3672
+ limitations under the License.
3673
+
3674
+ -------------------- DEPENDENCY DIVIDER --------------------
3675
+
3676
+ Name: lodash-es
3677
+ URL: https://lodash.com/custom-builds
3678
+ Version: 4.17.21
3679
+ License: MIT
3680
+
3681
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
3682
+
3683
+ Based on Underscore.js, copyright Jeremy Ashkenas,
3684
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
3685
+
3686
+ This software consists of voluntary contributions made by many
3687
+ individuals. For exact contribution history, see the revision history
3688
+ available at https://github.com/lodash/lodash
3689
+
3690
+ The following license applies to all parts of this software except as
3691
+ documented below:
3692
+
3693
+ ====
3694
+
3695
+ Permission is hereby granted, free of charge, to any person obtaining
3696
+ a copy of this software and associated documentation files (the
3697
+ "Software"), to deal in the Software without restriction, including
3698
+ without limitation the rights to use, copy, modify, merge, publish,
3699
+ distribute, sublicense, and/or sell copies of the Software, and to
3700
+ permit persons to whom the Software is furnished to do so, subject to
3701
+ the following conditions:
3702
+
3703
+ The above copyright notice and this permission notice shall be
3704
+ included in all copies or substantial portions of the Software.
3705
+
3706
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3707
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3708
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3709
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3710
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3711
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3712
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3713
+
3714
+ ====
3715
+
3716
+ Copyright and related rights for sample code are waived via CC0. Sample
3717
+ code is defined as all source code displayed within the prose of the
3718
+ documentation.
3719
+
3720
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
3721
+
3722
+ ====
3723
+
3724
+ Files located in the node_modules and vendor directories are externally
3725
+ maintained libraries used by this software which have their own
3726
+ licenses; we recommend you read them, as their terms may differ from the
3727
+ terms above.
3728
+
3729
+
3730
+ -------------------- DEPENDENCY DIVIDER --------------------
3731
+
3732
+ Name: lookup-closest-locale
3733
+ URL: https://github.com/format-message/format-message/tree/master/packages/lookup-closest-locale
3734
+ Version: 6.2.0
3735
+ License: MIT
3736
+
3737
+ -------------------- DEPENDENCY DIVIDER --------------------
3738
+
3739
+ Name: marky
3740
+ URL: https://github.com/nolanlawson/marky#readme
3741
+ Version: 1.2.2
3742
+ License: Apache-2.0
3743
+
3744
+ Apache License
3745
+ Version 2.0, January 2004
3746
+ http://www.apache.org/licenses/
3747
+
3748
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3749
+
3750
+ 1. Definitions.
3751
+
3752
+ "License" shall mean the terms and conditions for use, reproduction, and
3753
+ distribution as defined by Sections 1 through 9 of this document.
3754
+
3755
+ "Licensor" shall mean the copyright owner or entity authorized by the
3756
+ copyright owner that is granting the License.
3757
+
3758
+ "Legal Entity" shall mean the union of the acting entity and all other
3759
+ entities that control, are controlled by, or are under common control with
3760
+ that entity. For the purposes of this definition, "control" means (i) the
3761
+ power, direct or indirect, to cause the direction or management of such
3762
+ entity, whether by contract or otherwise, or (ii) ownership of
3763
+ fifty percent (50%) or more of the outstanding shares, or (iii) beneficial
3764
+ ownership of such entity.
3765
+
3766
+ "You" (or "Your") shall mean an individual or Legal Entity exercising
3767
+ permissions granted by this License.
3768
+
3769
+ "Source" form shall mean the preferred form for making modifications,
3770
+ including but not limited to software source code, documentation source,
3771
+ and configuration files.
3772
+
3773
+ "Object" form shall mean any form resulting from mechanical transformation
3774
+ or translation of a Source form, including but not limited to compiled
3775
+ object code, generated documentation, and conversions to
3776
+ other media types.
3777
+
3778
+ "Work" shall mean the work of authorship, whether in Source or Object
3779
+ form, made available under the License, as indicated by a copyright notice
3780
+ that is included in or attached to the work (an example is provided in the
3781
+ Appendix below).
3782
+
3783
+ "Derivative Works" shall mean any work, whether in Source or Object form,
3784
+ that is based on (or derived from) the Work and for which the editorial
3785
+ revisions, annotations, elaborations, or other modifications represent,
3786
+ as a whole, an original work of authorship. For the purposes of this
3787
+ License, Derivative Works shall not include works that remain separable
3788
+ from, or merely link (or bind by name) to the interfaces of, the Work and
3789
+ Derivative Works thereof.
3790
+
3791
+ "Contribution" shall mean any work of authorship, including the original
3792
+ version of the Work and any modifications or additions to that Work or
3793
+ Derivative Works thereof, that is intentionally submitted to Licensor for
3794
+ inclusion in the Work by the copyright owner or by an individual or
3795
+ Legal Entity authorized to submit on behalf of the copyright owner.
3796
+ For the purposes of this definition, "submitted" means any form of
3797
+ electronic, verbal, or written communication sent to the Licensor or its
3798
+ representatives, including but not limited to communication on electronic
3799
+ mailing lists, source code control systems, and issue tracking systems
3800
+ that are managed by, or on behalf of, the Licensor for the purpose of
3801
+ discussing and improving the Work, but excluding communication that is
3802
+ conspicuously marked or otherwise designated in writing by the copyright
3803
+ owner as "Not a Contribution."
3804
+
3805
+ "Contributor" shall mean Licensor and any individual or Legal Entity on
3806
+ behalf of whom a Contribution has been received by Licensor and
3807
+ subsequently incorporated within the Work.
3808
+
3809
+ 2. Grant of Copyright License.
3810
+
3811
+ Subject to the terms and conditions of this License, each Contributor
3812
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
3813
+ royalty-free, irrevocable copyright license to reproduce, prepare
3814
+ Derivative Works of, publicly display, publicly perform, sublicense,
3815
+ and distribute the Work and such Derivative Works in
3816
+ Source or Object form.
3817
+
3818
+ 3. Grant of Patent License.
3819
+
3820
+ Subject to the terms and conditions of this License, each Contributor
3821
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
3822
+ royalty-free, irrevocable (except as stated in this section) patent
3823
+ license to make, have made, use, offer to sell, sell, import, and
3824
+ otherwise transfer the Work, where such license applies only to those
3825
+ patent claims licensable by such Contributor that are necessarily
3826
+ infringed by their Contribution(s) alone or by combination of their
3827
+ Contribution(s) with the Work to which such Contribution(s) was submitted.
3828
+ If You institute patent litigation against any entity (including a
3829
+ cross-claim or counterclaim in a lawsuit) alleging that the Work or a
3830
+ Contribution incorporated within the Work constitutes direct or
3831
+ contributory patent infringement, then any patent licenses granted to
3832
+ You under this License for that Work shall terminate as of the date such
3833
+ litigation is filed.
3834
+
3835
+ 4. Redistribution.
3836
+
3837
+ You may reproduce and distribute copies of the Work or Derivative Works
3838
+ thereof in any medium, with or without modifications, and in Source or
3839
+ Object form, provided that You meet the following conditions:
3840
+
3841
+ 1. You must give any other recipients of the Work or Derivative Works a
3842
+ copy of this License; and
3843
+
3844
+ 2. You must cause any modified files to carry prominent notices stating
3845
+ that You changed the files; and
3846
+
3847
+ 3. You must retain, in the Source form of any Derivative Works that You
3848
+ distribute, all copyright, patent, trademark, and attribution notices from
3849
+ the Source form of the Work, excluding those notices that do not pertain
3850
+ to any part of the Derivative Works; and
3851
+
3852
+ 4. If the Work includes a "NOTICE" text file as part of its distribution,
3853
+ then any Derivative Works that You distribute must include a readable copy
3854
+ of the attribution notices contained within such NOTICE file, excluding
3855
+ those notices that do not pertain to any part of the Derivative Works,
3856
+ in at least one of the following places: within a NOTICE text file
3857
+ distributed as part of the Derivative Works; within the Source form or
3858
+ documentation, if provided along with the Derivative Works; or, within a
3859
+ display generated by the Derivative Works, if and wherever such
3860
+ third-party notices normally appear. The contents of the NOTICE file are
3861
+ for informational purposes only and do not modify the License.
3862
+ You may add Your own attribution notices within Derivative Works that You
3863
+ distribute, alongside or as an addendum to the NOTICE text from the Work,
3864
+ provided that such additional attribution notices cannot be construed
3865
+ as modifying the License.
3866
+
3867
+ You may add Your own copyright statement to Your modifications and may
3868
+ provide additional or different license terms and conditions for use,
3869
+ reproduction, or distribution of Your modifications, or for any such
3870
+ Derivative Works as a whole, provided Your use, reproduction, and
3871
+ distribution of the Work otherwise complies with the conditions
3872
+ stated in this License.
3873
+
3874
+ 5. Submission of Contributions.
3875
+
3876
+ Unless You explicitly state otherwise, any Contribution intentionally
3877
+ submitted for inclusion in the Work by You to the Licensor shall be under
3878
+ the terms and conditions of this License, without any additional
3879
+ terms or conditions. Notwithstanding the above, nothing herein shall
3880
+ supersede or modify the terms of any separate license agreement you may
3881
+ have executed with Licensor regarding such Contributions.
3882
+
3883
+ 6. Trademarks.
3884
+
3885
+ This License does not grant permission to use the trade names, trademarks,
3886
+ service marks, or product names of the Licensor, except as required for
3887
+ reasonable and customary use in describing the origin of the Work and
3888
+ reproducing the content of the NOTICE file.
3889
+
3890
+ 7. Disclaimer of Warranty.
3891
+
3892
+ Unless required by applicable law or agreed to in writing, Licensor
3893
+ provides the Work (and each Contributor provides its Contributions)
3894
+ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
3895
+ either express or implied, including, without limitation, any warranties
3896
+ or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS
3897
+ FOR A PARTICULAR PURPOSE. You are solely responsible for determining the
3898
+ appropriateness of using or redistributing the Work and assume any risks
3899
+ associated with Your exercise of permissions under this License.
3900
+
3901
+ 8. Limitation of Liability.
3902
+
3903
+ In no event and under no legal theory, whether in tort
3904
+ (including negligence), contract, or otherwise, unless required by
3905
+ applicable law (such as deliberate and grossly negligent acts) or agreed
3906
+ to in writing, shall any Contributor be liable to You for damages,
3907
+ including any direct, indirect, special, incidental, or consequential
3908
+ damages of any character arising as a result of this License or out of
3909
+ the use or inability to use the Work (including but not limited to damages
3910
+ for loss of goodwill, work stoppage, computer failure or malfunction,
3911
+ or any and all other commercial damages or losses), even if such
3912
+ Contributor has been advised of the possibility of such damages.
3913
+
3914
+ 9. Accepting Warranty or Additional Liability.
3915
+
3916
+ While redistributing the Work or Derivative Works thereof, You may choose
3917
+ to offer, and charge a fee for, acceptance of support, warranty,
3918
+ indemnity, or other liability obligations and/or rights consistent with
3919
+ this License. However, in accepting such obligations, You may act only
3920
+ on Your own behalf and on Your sole responsibility, not on behalf of any
3921
+ other Contributor, and only if You agree to indemnify, defend, and hold
3922
+ each Contributor harmless for any liability incurred by, or claims
3923
+ asserted against, such Contributor by reason of your accepting any such
3924
+ warranty or additional liability.
3925
+
3926
+ END OF TERMS AND CONDITIONS
3927
+
3928
+ APPENDIX: How to apply the Apache License to your work
3929
+
3930
+ To apply the Apache License to your work, attach the following boilerplate
3931
+ notice, with the fields enclosed by brackets "[]" replaced with your own
3932
+ identifying information. (Don't include the brackets!) The text should be
3933
+ enclosed in the appropriate comment syntax for the file format. We also
3934
+ recommend that a file or class name and description of purpose be included
3935
+ on the same "printed page" as the copyright notice for easier
3936
+ identification within third-party archives.
3937
+
3938
+ Copyright 2016 Nolan Lawson
3939
+
3940
+
3941
+ Licensed under the Apache License, Version 2.0 (the "License");
3942
+ you may not use this file except in compliance with the License.
3943
+ You may obtain a copy of the License at
3944
+
3945
+ http://www.apache.org/licenses/LICENSE-2.0
3946
+
3947
+ Unless required by applicable law or agreed to in writing, software
3948
+ distributed under the License is distributed on an "AS IS" BASIS,
3949
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
3950
+ or implied. See the License for the specific language governing
3951
+ permissions and limitations under the License.
3952
+
3953
+
3954
+
3955
+ -------------------- DEPENDENCY DIVIDER --------------------
3956
+
3957
+ Name: ms
3958
+ URL: zeit/ms
3959
+ Version: 2.1.2
3960
+ License: MIT
3961
+
3962
+ The MIT License (MIT)
3963
+
3964
+ Copyright (c) 2016 Zeit, Inc.
3965
+
3966
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3967
+ of this software and associated documentation files (the "Software"), to deal
3968
+ in the Software without restriction, including without limitation the rights
3969
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3970
+ copies of the Software, and to permit persons to whom the Software is
3971
+ furnished to do so, subject to the following conditions:
3972
+
3973
+ The above copyright notice and this permission notice shall be included in all
3974
+ copies or substantial portions of the Software.
3975
+
3976
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3977
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3978
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3979
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3980
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3981
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3982
+ SOFTWARE.
3983
+
3984
+
3985
+ -------------------- DEPENDENCY DIVIDER --------------------
3986
+
3987
+ Name: puppeteer-core
3988
+ URL: https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core
3989
+ Version: 24.43.0
3990
+ License: Apache-2.0
3991
+
3992
+ -------------------- DEPENDENCY DIVIDER --------------------
3993
+
3994
+ Name: robots-parser
3995
+ URL: https://github.com/samclarke/robots-parser
3996
+ Version: 3.0.1
3997
+ License: MIT
3998
+
3999
+ The MIT License (MIT)
4000
+
4001
+ Copyright (c) 2014 Sam Clarke
4002
+
4003
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4004
+ of this software and associated documentation files (the "Software"), to deal
4005
+ in the Software without restriction, including without limitation the rights
4006
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4007
+ copies of the Software, and to permit persons to whom the Software is
4008
+ furnished to do so, subject to the following conditions:
4009
+
4010
+ The above copyright notice and this permission notice shall be included in
4011
+ all copies or substantial portions of the Software.
4012
+
4013
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4014
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4015
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4016
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4017
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4018
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4019
+ THE SOFTWARE.
4020
+
4021
+
4022
+ -------------------- DEPENDENCY DIVIDER --------------------
4023
+
4024
+ Name: third-party-web
4025
+ URL: https://github.com/patrickhulce/third-party-web.git
4026
+ Version: 0.26.2
4027
+ License: MIT
4028
+
4029
+ The MIT License (MIT)
4030
+ Copyright (c) 2019 Patrick Hulce
4031
+
4032
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4033
+ of this software and associated documentation files (the "Software"), to deal
4034
+ in the Software without restriction, including without limitation the rights
4035
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4036
+ copies of the Software, and to permit persons to whom the Software is
4037
+ furnished to do so, subject to the following conditions:
4038
+
4039
+ The above copyright notice and this permission notice shall be included in all
4040
+ copies or substantial portions of the Software.
4041
+
4042
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4043
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4044
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4045
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4046
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4047
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4048
+ SOFTWARE.
4049
+
4050
+
4051
+ -------------------- DEPENDENCY DIVIDER --------------------
4052
+
4053
+ Name: tldts-core
4054
+ URL: https://github.com/remusao/tldts#readme
4055
+ Version: 7.0.30
4056
+ License: MIT
4057
+
4058
+ Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
4059
+
4060
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
4061
+ associated documentation files (the "Software"), to deal in the Software without restriction,
4062
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
4063
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
4064
+ subject to the following conditions:
4065
+
4066
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4067
+
4068
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4069
+ 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,
4070
+ 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.
4071
+
4072
+
4073
+ -------------------- DEPENDENCY DIVIDER --------------------
4074
+
4075
+ Name: tldts-icann
4076
+ URL: https://github.com/remusao/tldts#readme
4077
+ Version: 7.0.30
4078
+ License: MIT
4079
+
4080
+ Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
4081
+
4082
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
4083
+ associated documentation files (the "Software"), to deal in the Software without restriction,
4084
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
4085
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
4086
+ subject to the following conditions:
4087
+
4088
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4089
+
4090
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4091
+ 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,
4092
+ 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.
4093
+
4094
+
4095
+ -------------------- DEPENDENCY DIVIDER --------------------
4096
+
4097
+ Name: tslib
4098
+ URL: https://www.typescriptlang.org/
4099
+ Version: 2.6.2
4100
+ License: 0BSD
4101
+
4102
+ Copyright (c) Microsoft Corporation.
4103
+
4104
+ Permission to use, copy, modify, and/or distribute this software for any
4105
+ purpose with or without fee is hereby granted.
4106
+
4107
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
4108
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4109
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
4110
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4111
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
4112
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4113
+ PERFORMANCE OF THIS SOFTWARE.
4114
+
4115
+ -------------------- DEPENDENCY DIVIDER --------------------
4116
+
4117
+ Name: web-features
4118
+ URL: git+https://github.com/web-platform-dx/web-features.git
4119
+ Version: 3.26.0
4120
+ License: Apache-2.0
4121
+
4122
+ Apache License
4123
+ Version 2.0, January 2004
4124
+ http://www.apache.org/licenses/
4125
+
4126
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4127
+
4128
+ 1. Definitions.
4129
+
4130
+ "License" shall mean the terms and conditions for use, reproduction,
4131
+ and distribution as defined by Sections 1 through 9 of this document.
4132
+
4133
+ "Licensor" shall mean the copyright owner or entity authorized by
4134
+ the copyright owner that is granting the License.
4135
+
4136
+ "Legal Entity" shall mean the union of the acting entity and all
4137
+ other entities that control, are controlled by, or are under common
4138
+ control with that entity. For the purposes of this definition,
4139
+ "control" means (i) the power, direct or indirect, to cause the
4140
+ direction or management of such entity, whether by contract or
4141
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
4142
+ outstanding shares, or (iii) beneficial ownership of such entity.
4143
+
4144
+ "You" (or "Your") shall mean an individual or Legal Entity
4145
+ exercising permissions granted by this License.
4146
+
4147
+ "Source" form shall mean the preferred form for making modifications,
4148
+ including but not limited to software source code, documentation
4149
+ source, and configuration files.
4150
+
4151
+ "Object" form shall mean any form resulting from mechanical
4152
+ transformation or translation of a Source form, including but
4153
+ not limited to compiled object code, generated documentation,
4154
+ and conversions to other media types.
4155
+
4156
+ "Work" shall mean the work of authorship, whether in Source or
4157
+ Object form, made available under the License, as indicated by a
4158
+ copyright notice that is included in or attached to the work
4159
+ (an example is provided in the Appendix below).
4160
+
4161
+ "Derivative Works" shall mean any work, whether in Source or Object
4162
+ form, that is based on (or derived from) the Work and for which the
4163
+ editorial revisions, annotations, elaborations, or other modifications
4164
+ represent, as a whole, an original work of authorship. For the purposes
4165
+ of this License, Derivative Works shall not include works that remain
4166
+ separable from, or merely link (or bind by name) to the interfaces of,
4167
+ the Work and Derivative Works thereof.
4168
+
4169
+ "Contribution" shall mean any work of authorship, including
4170
+ the original version of the Work and any modifications or additions
4171
+ to that Work or Derivative Works thereof, that is intentionally
4172
+ submitted to Licensor for inclusion in the Work by the copyright owner
4173
+ or by an individual or Legal Entity authorized to submit on behalf of
4174
+ the copyright owner. For the purposes of this definition, "submitted"
4175
+ means any form of electronic, verbal, or written communication sent
4176
+ to the Licensor or its representatives, including but not limited to
4177
+ communication on electronic mailing lists, source code control systems,
4178
+ and issue tracking systems that are managed by, or on behalf of, the
4179
+ Licensor for the purpose of discussing and improving the Work, but
4180
+ excluding communication that is conspicuously marked or otherwise
4181
+ designated in writing by the copyright owner as "Not a Contribution."
4182
+
4183
+ "Contributor" shall mean Licensor and any individual or Legal Entity
4184
+ on behalf of whom a Contribution has been received by Licensor and
4185
+ subsequently incorporated within the Work.
4186
+
4187
+ 2. Grant of Copyright License. Subject to the terms and conditions of
4188
+ this License, each Contributor hereby grants to You a perpetual,
4189
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4190
+ copyright license to reproduce, prepare Derivative Works of,
4191
+ publicly display, publicly perform, sublicense, and distribute the
4192
+ Work and such Derivative Works in Source or Object form.
4193
+
4194
+ 3. Grant of Patent License. Subject to the terms and conditions of
4195
+ this License, each Contributor hereby grants to You a perpetual,
4196
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4197
+ (except as stated in this section) patent license to make, have made,
4198
+ use, offer to sell, sell, import, and otherwise transfer the Work,
4199
+ where such license applies only to those patent claims licensable
4200
+ by such Contributor that are necessarily infringed by their
4201
+ Contribution(s) alone or by combination of their Contribution(s)
4202
+ with the Work to which such Contribution(s) was submitted. If You
4203
+ institute patent litigation against any entity (including a
4204
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
4205
+ or a Contribution incorporated within the Work constitutes direct
4206
+ or contributory patent infringement, then any patent licenses
4207
+ granted to You under this License for that Work shall terminate
4208
+ as of the date such litigation is filed.
4209
+
4210
+ 4. Redistribution. You may reproduce and distribute copies of the
4211
+ Work or Derivative Works thereof in any medium, with or without
4212
+ modifications, and in Source or Object form, provided that You
4213
+ meet the following conditions:
4214
+
4215
+ (a) You must give any other recipients of the Work or
4216
+ Derivative Works a copy of this License; and
4217
+
4218
+ (b) You must cause any modified files to carry prominent notices
4219
+ stating that You changed the files; and
4220
+
4221
+ (c) You must retain, in the Source form of any Derivative Works
4222
+ that You distribute, all copyright, patent, trademark, and
4223
+ attribution notices from the Source form of the Work,
4224
+ excluding those notices that do not pertain to any part of
4225
+ the Derivative Works; and
4226
+
4227
+ (d) If the Work includes a "NOTICE" text file as part of its
4228
+ distribution, then any Derivative Works that You distribute must
4229
+ include a readable copy of the attribution notices contained
4230
+ within such NOTICE file, excluding those notices that do not
4231
+ pertain to any part of the Derivative Works, in at least one
4232
+ of the following places: within a NOTICE text file distributed
4233
+ as part of the Derivative Works; within the Source form or
4234
+ documentation, if provided along with the Derivative Works; or,
4235
+ within a display generated by the Derivative Works, if and
4236
+ wherever such third-party notices normally appear. The contents
4237
+ of the NOTICE file are for informational purposes only and
4238
+ do not modify the License. You may add Your own attribution
4239
+ notices within Derivative Works that You distribute, alongside
4240
+ or as an addendum to the NOTICE text from the Work, provided
4241
+ that such additional attribution notices cannot be construed
4242
+ as modifying the License.
4243
+
4244
+ You may add Your own copyright statement to Your modifications and
4245
+ may provide additional or different license terms and conditions
4246
+ for use, reproduction, or distribution of Your modifications, or
4247
+ for any such Derivative Works as a whole, provided Your use,
4248
+ reproduction, and distribution of the Work otherwise complies with
4249
+ the conditions stated in this License.
4250
+
4251
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
4252
+ any Contribution intentionally submitted for inclusion in the Work
4253
+ by You to the Licensor shall be under the terms and conditions of
4254
+ this License, without any additional terms or conditions.
4255
+ Notwithstanding the above, nothing herein shall supersede or modify
4256
+ the terms of any separate license agreement you may have executed
4257
+ with Licensor regarding such Contributions.
4258
+
4259
+ 6. Trademarks. This License does not grant permission to use the trade
4260
+ names, trademarks, service marks, or product names of the Licensor,
4261
+ except as required for reasonable and customary use in describing the
4262
+ origin of the Work and reproducing the content of the NOTICE file.
4263
+
4264
+ 7. Disclaimer of Warranty. Unless required by applicable law or
4265
+ agreed to in writing, Licensor provides the Work (and each
4266
+ Contributor provides its Contributions) on an "AS IS" BASIS,
4267
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4268
+ implied, including, without limitation, any warranties or conditions
4269
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4270
+ PARTICULAR PURPOSE. You are solely responsible for determining the
4271
+ appropriateness of using or redistributing the Work and assume any
4272
+ risks associated with Your exercise of permissions under this License.
4273
+
4274
+ 8. Limitation of Liability. In no event and under no legal theory,
4275
+ whether in tort (including negligence), contract, or otherwise,
4276
+ unless required by applicable law (such as deliberate and grossly
4277
+ negligent acts) or agreed to in writing, shall any Contributor be
4278
+ liable to You for damages, including any direct, indirect, special,
4279
+ incidental, or consequential damages of any character arising as a
4280
+ result of this License or out of the use or inability to use the
4281
+ Work (including but not limited to damages for loss of goodwill,
4282
+ work stoppage, computer failure or malfunction, or any and all
4283
+ other commercial damages or losses), even if such Contributor
4284
+ has been advised of the possibility of such damages.
4285
+
4286
+ 9. Accepting Warranty or Additional Liability. While redistributing
4287
+ the Work or Derivative Works thereof, You may choose to offer,
4288
+ and charge a fee for, acceptance of support, warranty, indemnity,
4289
+ or other liability obligations and/or rights consistent with this
4290
+ License. However, in accepting such obligations, You may act only
4291
+ on Your own behalf and on Your sole responsibility, not on behalf
4292
+ of any other Contributor, and only if You agree to indemnify,
4293
+ defend, and hold each Contributor harmless for any liability
4294
+ incurred by, or claims asserted against, such Contributor by reason
4295
+ of your accepting any such warranty or additional liability.
4296
+
4297
+ END OF TERMS AND CONDITIONS
4298
+
4299
+ APPENDIX: How to apply the Apache License to your work.
4300
+
4301
+ To apply the Apache License to your work, attach the following
4302
+ boilerplate notice, with the fields enclosed by brackets "[]"
4303
+ replaced with your own identifying information. (Don't include
4304
+ the brackets!) The text should be enclosed in the appropriate
4305
+ comment syntax for the file format. We also recommend that a
4306
+ file or class name and description of purpose be included on the
4307
+ same "printed page" as the copyright notice for easier
4308
+ identification within third-party archives.
4309
+
4310
+ Copyright [yyyy] [name of copyright owner]
4311
+
4312
+ Licensed under the Apache License, Version 2.0 (the "License");
4313
+ you may not use this file except in compliance with the License.
4314
+ You may obtain a copy of the License at
4315
+
4316
+ http://www.apache.org/licenses/LICENSE-2.0
4317
+
4318
+ Unless required by applicable law or agreed to in writing, software
4319
+ distributed under the License is distributed on an "AS IS" BASIS,
4320
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4321
+ See the License for the specific language governing permissions and
4322
+ limitations under the License.