chrome-devtools-mcp 0.14.0 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,1421 @@
1
+ Name: core-js
2
+ URL: https://core-js.io
3
+ Version: 3.48.0
4
+ License: MIT
5
+
6
+ Copyright (c) 2013–2025 Denis Pushkarev (zloirock.ru)
7
+ Copyright (c) 2025–2026 CoreJS Company (core-js.io)
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in
17
+ all copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25
+ THE SOFTWARE.
26
+
27
+
28
+ -------------------- DEPENDENCY DIVIDER --------------------
29
+
30
+ Name: cliui
31
+ URL: yargs/cliui
32
+ Version: 9.0.1
33
+ License: ISC
34
+
35
+ Copyright (c) 2015, Contributors
36
+
37
+ Permission to use, copy, modify, and/or distribute this software
38
+ for any purpose with or without fee is hereby granted, provided
39
+ that the above copyright notice and this permission notice
40
+ appear in all copies.
41
+
42
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
43
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
44
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
45
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
46
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
47
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
48
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
49
+
50
+
51
+ -------------------- DEPENDENCY DIVIDER --------------------
52
+
53
+ Name: ansi-regex
54
+ URL: chalk/ansi-regex
55
+ Version: 6.2.2
56
+ License: MIT
57
+
58
+ MIT License
59
+
60
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
61
+
62
+ 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:
63
+
64
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
65
+
66
+ 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.
67
+
68
+
69
+ -------------------- DEPENDENCY DIVIDER --------------------
70
+
71
+ Name: strip-ansi
72
+ URL: chalk/strip-ansi
73
+ Version: 7.1.2
74
+ License: MIT
75
+
76
+ MIT License
77
+
78
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
79
+
80
+ 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:
81
+
82
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
83
+
84
+ 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.
85
+
86
+
87
+ -------------------- DEPENDENCY DIVIDER --------------------
88
+
89
+ Name: get-east-asian-width
90
+ URL: sindresorhus/get-east-asian-width
91
+ Version: 1.4.0
92
+ License: MIT
93
+
94
+ MIT License
95
+
96
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
97
+
98
+ 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:
99
+
100
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
101
+
102
+ 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.
103
+
104
+
105
+ -------------------- DEPENDENCY DIVIDER --------------------
106
+
107
+ Name: emoji-regex
108
+ URL: https://mths.be/emoji-regex
109
+ Version: 10.6.0
110
+ License: MIT
111
+
112
+ Copyright Mathias Bynens <https://mathiasbynens.be/>
113
+
114
+ Permission is hereby granted, free of charge, to any person obtaining
115
+ a copy of this software and associated documentation files (the
116
+ "Software"), to deal in the Software without restriction, including
117
+ without limitation the rights to use, copy, modify, merge, publish,
118
+ distribute, sublicense, and/or sell copies of the Software, and to
119
+ permit persons to whom the Software is furnished to do so, subject to
120
+ the following conditions:
121
+
122
+ The above copyright notice and this permission notice shall be
123
+ included in all copies or substantial portions of the Software.
124
+
125
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
126
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
127
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
128
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
129
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
130
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
131
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
132
+
133
+
134
+ -------------------- DEPENDENCY DIVIDER --------------------
135
+
136
+ Name: string-width
137
+ URL: sindresorhus/string-width
138
+ Version: 7.2.0
139
+ License: MIT
140
+
141
+ MIT License
142
+
143
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
144
+
145
+ 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:
146
+
147
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
148
+
149
+ 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.
150
+
151
+
152
+ -------------------- DEPENDENCY DIVIDER --------------------
153
+
154
+ Name: ansi-styles
155
+ URL: chalk/ansi-styles
156
+ Version: 6.2.3
157
+ License: MIT
158
+
159
+ MIT License
160
+
161
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
162
+
163
+ 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:
164
+
165
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
166
+
167
+ 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.
168
+
169
+
170
+ -------------------- DEPENDENCY DIVIDER --------------------
171
+
172
+ Name: wrap-ansi
173
+ URL: chalk/wrap-ansi
174
+ Version: 9.0.2
175
+ License: MIT
176
+
177
+ MIT License
178
+
179
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
180
+
181
+ 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:
182
+
183
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
184
+
185
+ 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.
186
+
187
+
188
+ -------------------- DEPENDENCY DIVIDER --------------------
189
+
190
+ Name: escalade
191
+ URL: lukeed/escalade
192
+ Version: 3.2.0
193
+ License: MIT
194
+
195
+ MIT License
196
+
197
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
198
+
199
+ 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:
200
+
201
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
202
+
203
+ 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.
204
+
205
+
206
+ -------------------- DEPENDENCY DIVIDER --------------------
207
+
208
+ Name: yargs-parser
209
+ URL: https://github.com/yargs/yargs-parser.git
210
+ Version: 22.0.0
211
+ License: ISC
212
+
213
+ Copyright (c) 2016, Contributors
214
+
215
+ Permission to use, copy, modify, and/or distribute this software
216
+ for any purpose with or without fee is hereby granted, provided
217
+ that the above copyright notice and this permission notice
218
+ appear in all copies.
219
+
220
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
221
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
222
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
223
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
224
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
225
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
226
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
227
+
228
+
229
+ -------------------- DEPENDENCY DIVIDER --------------------
230
+
231
+ Name: yargs
232
+ URL: https://yargs.js.org/
233
+ Version: 18.0.0
234
+ License: MIT
235
+
236
+ MIT License
237
+
238
+ Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)
239
+
240
+ Permission is hereby granted, free of charge, to any person obtaining a copy
241
+ of this software and associated documentation files (the "Software"), to deal
242
+ in the Software without restriction, including without limitation the rights
243
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
244
+ copies of the Software, and to permit persons to whom the Software is
245
+ furnished to do so, subject to the following conditions:
246
+
247
+ The above copyright notice and this permission notice shall be included in
248
+ all copies or substantial portions of the Software.
249
+
250
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
251
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
252
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
253
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
254
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
255
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
256
+ THE SOFTWARE.
257
+
258
+
259
+ -------------------- DEPENDENCY DIVIDER --------------------
260
+
261
+ Name: y18n
262
+ URL: https://github.com/yargs/y18n
263
+ Version: 5.0.8
264
+ License: ISC
265
+
266
+ Copyright (c) 2015, Contributors
267
+
268
+ Permission to use, copy, modify, and/or distribute this software for any purpose
269
+ with or without fee is hereby granted, provided that the above copyright notice
270
+ and this permission notice appear in all copies.
271
+
272
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
273
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
274
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
275
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
276
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
277
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
278
+ THIS SOFTWARE.
279
+
280
+
281
+ -------------------- DEPENDENCY DIVIDER --------------------
282
+
283
+ Name: get-caller-file
284
+ URL: https://github.com/stefanpenner/get-caller-file#readme
285
+ Version: 2.0.5
286
+ License: ISC
287
+
288
+ ISC License (ISC)
289
+ Copyright 2018 Stefan Penner
290
+
291
+ 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.
292
+
293
+ 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.
294
+
295
+
296
+ -------------------- DEPENDENCY DIVIDER --------------------
297
+
298
+ Name: debug
299
+ URL: git://github.com/debug-js/debug.git
300
+ Version: 4.4.3
301
+ License: MIT
302
+
303
+ (The MIT License)
304
+
305
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
306
+ Copyright (c) 2018-2021 Josh Junon
307
+
308
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
309
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
310
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
311
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
312
+ subject to the following conditions:
313
+
314
+ The above copyright notice and this permission notice shall be included in all copies or substantial
315
+ portions of the Software.
316
+
317
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
318
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
319
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
320
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
321
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
322
+
323
+
324
+
325
+ -------------------- DEPENDENCY DIVIDER --------------------
326
+
327
+ Name: ms
328
+ URL: vercel/ms
329
+ Version: 2.1.3
330
+ License: MIT
331
+
332
+ The MIT License (MIT)
333
+
334
+ Copyright (c) 2020 Vercel, Inc.
335
+
336
+ Permission is hereby granted, free of charge, to any person obtaining a copy
337
+ of this software and associated documentation files (the "Software"), to deal
338
+ in the Software without restriction, including without limitation the rights
339
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
340
+ copies of the Software, and to permit persons to whom the Software is
341
+ furnished to do so, subject to the following conditions:
342
+
343
+ The above copyright notice and this permission notice shall be included in all
344
+ copies or substantial portions of the Software.
345
+
346
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
347
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
348
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
349
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
350
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
351
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
352
+ SOFTWARE.
353
+
354
+
355
+ -------------------- DEPENDENCY DIVIDER --------------------
356
+
357
+ Name: has-flag
358
+ URL: sindresorhus/has-flag
359
+ Version: 4.0.0
360
+ License: MIT
361
+
362
+ MIT License
363
+
364
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
365
+
366
+ 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:
367
+
368
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
369
+
370
+ 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.
371
+
372
+
373
+ -------------------- DEPENDENCY DIVIDER --------------------
374
+
375
+ Name: supports-color
376
+ URL: chalk/supports-color
377
+ Version: 7.2.0
378
+ License: MIT
379
+
380
+ MIT License
381
+
382
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
383
+
384
+ 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:
385
+
386
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
387
+
388
+ 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.
389
+
390
+
391
+ -------------------- DEPENDENCY DIVIDER --------------------
392
+
393
+ Name: zod
394
+ URL: https://zod.dev
395
+ Version: 3.25.76
396
+ License: MIT
397
+
398
+ MIT License
399
+
400
+ Copyright (c) 2025 Colin McDonnell
401
+
402
+ Permission is hereby granted, free of charge, to any person obtaining a copy
403
+ of this software and associated documentation files (the "Software"), to deal
404
+ in the Software without restriction, including without limitation the rights
405
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
406
+ copies of the Software, and to permit persons to whom the Software is
407
+ furnished to do so, subject to the following conditions:
408
+
409
+ The above copyright notice and this permission notice shall be included in all
410
+ copies or substantial portions of the Software.
411
+
412
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
413
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
414
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
415
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
416
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
417
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
418
+ SOFTWARE.
419
+
420
+
421
+ -------------------- DEPENDENCY DIVIDER --------------------
422
+
423
+ Name: @modelcontextprotocol/sdk
424
+ URL: https://modelcontextprotocol.io
425
+ Version: 1.25.3
426
+ License: MIT
427
+
428
+ MIT License
429
+
430
+ Copyright (c) 2024 Anthropic, PBC
431
+
432
+ Permission is hereby granted, free of charge, to any person obtaining a copy
433
+ of this software and associated documentation files (the "Software"), to deal
434
+ in the Software without restriction, including without limitation the rights
435
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
436
+ copies of the Software, and to permit persons to whom the Software is
437
+ furnished to do so, subject to the following conditions:
438
+
439
+ The above copyright notice and this permission notice shall be included in all
440
+ copies or substantial portions of the Software.
441
+
442
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
443
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
444
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
445
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
446
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
447
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
448
+ SOFTWARE.
449
+
450
+
451
+ -------------------- DEPENDENCY DIVIDER --------------------
452
+
453
+ Name: zod-to-json-schema
454
+ URL: https://github.com/StefanTerdell/zod-to-json-schema
455
+ Version: 3.25.0
456
+ License: ISC
457
+
458
+ ISC License
459
+
460
+ Copyright (c) 2020, Stefan Terdell
461
+
462
+ Permission to use, copy, modify, and/or distribute this software for any
463
+ purpose with or without fee is hereby granted, provided that the above
464
+ copyright notice and this permission notice appear in all copies.
465
+
466
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
467
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
468
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
469
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
470
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
471
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
472
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
473
+
474
+ -------------------- DEPENDENCY DIVIDER --------------------
475
+
476
+ Name: ajv
477
+ URL: https://ajv.js.org
478
+ Version: 8.17.1
479
+ License: MIT
480
+
481
+ The MIT License (MIT)
482
+
483
+ Copyright (c) 2015-2021 Evgeny Poberezkin
484
+
485
+ Permission is hereby granted, free of charge, to any person obtaining a copy
486
+ of this software and associated documentation files (the "Software"), to deal
487
+ in the Software without restriction, including without limitation the rights
488
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
489
+ copies of the Software, and to permit persons to whom the Software is
490
+ furnished to do so, subject to the following conditions:
491
+
492
+ The above copyright notice and this permission notice shall be included in all
493
+ copies or substantial portions of the Software.
494
+
495
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
496
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
497
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
498
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
499
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
500
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
501
+ SOFTWARE.
502
+
503
+
504
+
505
+ -------------------- DEPENDENCY DIVIDER --------------------
506
+
507
+ Name: fast-deep-equal
508
+ URL: https://github.com/epoberezkin/fast-deep-equal#readme
509
+ Version: 3.1.3
510
+ License: MIT
511
+
512
+ MIT License
513
+
514
+ Copyright (c) 2017 Evgeny Poberezkin
515
+
516
+ Permission is hereby granted, free of charge, to any person obtaining a copy
517
+ of this software and associated documentation files (the "Software"), to deal
518
+ in the Software without restriction, including without limitation the rights
519
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
520
+ copies of the Software, and to permit persons to whom the Software is
521
+ furnished to do so, subject to the following conditions:
522
+
523
+ The above copyright notice and this permission notice shall be included in all
524
+ copies or substantial portions of the Software.
525
+
526
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
527
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
528
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
529
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
530
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
531
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
532
+ SOFTWARE.
533
+
534
+
535
+ -------------------- DEPENDENCY DIVIDER --------------------
536
+
537
+ Name: json-schema-traverse
538
+ URL: https://github.com/epoberezkin/json-schema-traverse#readme
539
+ Version: 1.0.0
540
+ License: MIT
541
+
542
+ MIT License
543
+
544
+ Copyright (c) 2017 Evgeny Poberezkin
545
+
546
+ Permission is hereby granted, free of charge, to any person obtaining a copy
547
+ of this software and associated documentation files (the "Software"), to deal
548
+ in the Software without restriction, including without limitation the rights
549
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
550
+ copies of the Software, and to permit persons to whom the Software is
551
+ furnished to do so, subject to the following conditions:
552
+
553
+ The above copyright notice and this permission notice shall be included in all
554
+ copies or substantial portions of the Software.
555
+
556
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
557
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
558
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
559
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
560
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
561
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
562
+ SOFTWARE.
563
+
564
+
565
+ -------------------- DEPENDENCY DIVIDER --------------------
566
+
567
+ Name: fast-uri
568
+ URL: https://github.com/fastify/fast-uri
569
+ Version: 3.1.0
570
+ License: BSD-3-Clause
571
+
572
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
573
+ Copyright (c) 2021-present The Fastify team
574
+ All rights reserved.
575
+
576
+ The Fastify team members are listed at https://github.com/fastify/fastify#team.
577
+
578
+ Redistribution and use in source and binary forms, with or without
579
+ modification, are permitted provided that the following conditions are met:
580
+ * Redistributions of source code must retain the above copyright
581
+ notice, this list of conditions and the following disclaimer.
582
+ * Redistributions in binary form must reproduce the above copyright
583
+ notice, this list of conditions and the following disclaimer in the
584
+ documentation and/or other materials provided with the distribution.
585
+ * The names of any contributors may not be used to endorse or promote
586
+ products derived from this software without specific prior written
587
+ permission.
588
+
589
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
590
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
591
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
592
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
593
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
594
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
595
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
596
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
597
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
598
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
599
+
600
+ * * *
601
+
602
+ The complete list of contributors can be found at:
603
+ - https://github.com/garycourt/uri-js/graphs/contributors
604
+
605
+ -------------------- DEPENDENCY DIVIDER --------------------
606
+
607
+ Name: ajv-formats
608
+ URL: https://github.com/ajv-validator/ajv-formats#readme
609
+ Version: 3.0.1
610
+ License: MIT
611
+
612
+ MIT License
613
+
614
+ Copyright (c) 2020 Evgeny Poberezkin
615
+
616
+ Permission is hereby granted, free of charge, to any person obtaining a copy
617
+ of this software and associated documentation files (the "Software"), to deal
618
+ in the Software without restriction, including without limitation the rights
619
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
620
+ copies of the Software, and to permit persons to whom the Software is
621
+ furnished to do so, subject to the following conditions:
622
+
623
+ The above copyright notice and this permission notice shall be included in all
624
+ copies or substantial portions of the Software.
625
+
626
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
627
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
628
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
629
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
630
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
631
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
632
+ SOFTWARE.
633
+
634
+
635
+ -------------------- DEPENDENCY DIVIDER --------------------
636
+
637
+ Name: puppeteer-core
638
+ URL: https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core
639
+ Version: 24.36.1
640
+ License: Apache-2.0
641
+
642
+ -------------------- DEPENDENCY DIVIDER --------------------
643
+
644
+ Name: @puppeteer/browsers
645
+ URL: https://github.com/puppeteer/puppeteer/tree/main/packages/browsers
646
+ Version: 2.11.2
647
+ License: Apache-2.0
648
+
649
+ -------------------- DEPENDENCY DIVIDER --------------------
650
+
651
+ Name: semver
652
+ URL: git+https://github.com/npm/node-semver.git
653
+ Version: 7.7.3
654
+ License: ISC
655
+
656
+ The ISC License
657
+
658
+ Copyright (c) Isaac Z. Schlueter and Contributors
659
+
660
+ Permission to use, copy, modify, and/or distribute this software for any
661
+ purpose with or without fee is hereby granted, provided that the above
662
+ copyright notice and this permission notice appear in all copies.
663
+
664
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
665
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
666
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
667
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
668
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
669
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
670
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
671
+
672
+
673
+ -------------------- DEPENDENCY DIVIDER --------------------
674
+
675
+ Name: proxy-agent
676
+ URL: https://github.com/TooTallNate/proxy-agents.git
677
+ Version: 6.5.0
678
+ License: MIT
679
+
680
+ (The MIT License)
681
+
682
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
683
+
684
+ Permission is hereby granted, free of charge, to any person obtaining
685
+ a copy of this software and associated documentation files (the
686
+ 'Software'), to deal in the Software without restriction, including
687
+ without limitation the rights to use, copy, modify, merge, publish,
688
+ distribute, sublicense, and/or sell copies of the Software, and to
689
+ permit persons to whom the Software is furnished to do so, subject to
690
+ the following conditions:
691
+
692
+ The above copyright notice and this permission notice shall be
693
+ included in all copies or substantial portions of the Software.
694
+
695
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
696
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
697
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
698
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
699
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
700
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
701
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
702
+
703
+ -------------------- DEPENDENCY DIVIDER --------------------
704
+
705
+ Name: lru-cache
706
+ URL: git://github.com/isaacs/node-lru-cache.git
707
+ Version: 7.18.3
708
+ License: ISC
709
+
710
+ The ISC License
711
+
712
+ Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
713
+
714
+ Permission to use, copy, modify, and/or distribute this software for any
715
+ purpose with or without fee is hereby granted, provided that the above
716
+ copyright notice and this permission notice appear in all copies.
717
+
718
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
719
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
720
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
721
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
722
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
723
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
724
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
725
+
726
+
727
+ -------------------- DEPENDENCY DIVIDER --------------------
728
+
729
+ Name: agent-base
730
+ URL: https://github.com/TooTallNate/proxy-agents.git
731
+ Version: 7.1.4
732
+ License: MIT
733
+
734
+ (The MIT License)
735
+
736
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
737
+
738
+ Permission is hereby granted, free of charge, to any person obtaining
739
+ a copy of this software and associated documentation files (the
740
+ 'Software'), to deal in the Software without restriction, including
741
+ without limitation the rights to use, copy, modify, merge, publish,
742
+ distribute, sublicense, and/or sell copies of the Software, and to
743
+ permit persons to whom the Software is furnished to do so, subject to
744
+ the following conditions:
745
+
746
+ The above copyright notice and this permission notice shall be
747
+ included in all copies or substantial portions of the Software.
748
+
749
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
750
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
751
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
752
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
753
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
754
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
755
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
756
+
757
+ -------------------- DEPENDENCY DIVIDER --------------------
758
+
759
+ Name: proxy-from-env
760
+ URL: https://github.com/Rob--W/proxy-from-env#readme
761
+ Version: 1.1.0
762
+ License: MIT
763
+
764
+ The MIT License
765
+
766
+ Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
767
+
768
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
769
+ this software and associated documentation files (the "Software"), to deal in
770
+ the Software without restriction, including without limitation the rights to
771
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
772
+ of the Software, and to permit persons to whom the Software is furnished to do
773
+ so, subject to the following conditions:
774
+
775
+ The above copyright notice and this permission notice shall be included in all
776
+ copies or substantial portions of the Software.
777
+
778
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
779
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
780
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
781
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
782
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
783
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
784
+
785
+
786
+ -------------------- DEPENDENCY DIVIDER --------------------
787
+
788
+ Name: http-proxy-agent
789
+ URL: https://github.com/TooTallNate/proxy-agents.git
790
+ Version: 7.0.2
791
+ License: MIT
792
+
793
+ (The MIT License)
794
+
795
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
796
+
797
+ Permission is hereby granted, free of charge, to any person obtaining
798
+ a copy of this software and associated documentation files (the
799
+ 'Software'), to deal in the Software without restriction, including
800
+ without limitation the rights to use, copy, modify, merge, publish,
801
+ distribute, sublicense, and/or sell copies of the Software, and to
802
+ permit persons to whom the Software is furnished to do so, subject to
803
+ the following conditions:
804
+
805
+ The above copyright notice and this permission notice shall be
806
+ included in all copies or substantial portions of the Software.
807
+
808
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
809
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
810
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
811
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
812
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
813
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
814
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
815
+
816
+
817
+ -------------------- DEPENDENCY DIVIDER --------------------
818
+
819
+ Name: https-proxy-agent
820
+ URL: https://github.com/TooTallNate/proxy-agents.git
821
+ Version: 7.0.6
822
+ License: MIT
823
+
824
+ (The MIT License)
825
+
826
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
827
+
828
+ Permission is hereby granted, free of charge, to any person obtaining
829
+ a copy of this software and associated documentation files (the
830
+ 'Software'), to deal in the Software without restriction, including
831
+ without limitation the rights to use, copy, modify, merge, publish,
832
+ distribute, sublicense, and/or sell copies of the Software, and to
833
+ permit persons to whom the Software is furnished to do so, subject to
834
+ the following conditions:
835
+
836
+ The above copyright notice and this permission notice shall be
837
+ included in all copies or substantial portions of the Software.
838
+
839
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
840
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
841
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
842
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
843
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
844
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
845
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
846
+
847
+ -------------------- DEPENDENCY DIVIDER --------------------
848
+
849
+ Name: socks-proxy-agent
850
+ URL: https://github.com/TooTallNate/proxy-agents.git
851
+ Version: 8.0.5
852
+ License: MIT
853
+
854
+ (The MIT License)
855
+
856
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
857
+
858
+ Permission is hereby granted, free of charge, to any person obtaining
859
+ a copy of this software and associated documentation files (the
860
+ 'Software'), to deal in the Software without restriction, including
861
+ without limitation the rights to use, copy, modify, merge, publish,
862
+ distribute, sublicense, and/or sell copies of the Software, and to
863
+ permit persons to whom the Software is furnished to do so, subject to
864
+ the following conditions:
865
+
866
+ The above copyright notice and this permission notice shall be
867
+ included in all copies or substantial portions of the Software.
868
+
869
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
870
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
871
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
872
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
873
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
874
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
875
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
876
+
877
+ -------------------- DEPENDENCY DIVIDER --------------------
878
+
879
+ Name: socks
880
+ URL: https://github.com/JoshGlazebrook/socks/
881
+ Version: 2.8.7
882
+ License: MIT
883
+
884
+ The MIT License (MIT)
885
+
886
+ Copyright (c) 2013 Josh Glazebrook
887
+
888
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
889
+ this software and associated documentation files (the "Software"), to deal in
890
+ the Software without restriction, including without limitation the rights to
891
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
892
+ the Software, and to permit persons to whom the Software is furnished to do so,
893
+ subject to the following conditions:
894
+
895
+ The above copyright notice and this permission notice shall be included in all
896
+ copies or substantial portions of the Software.
897
+
898
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
899
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
900
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
901
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
902
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
903
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
904
+
905
+
906
+ -------------------- DEPENDENCY DIVIDER --------------------
907
+
908
+ Name: smart-buffer
909
+ URL: https://github.com/JoshGlazebrook/smart-buffer/
910
+ Version: 4.2.0
911
+ License: MIT
912
+
913
+ The MIT License (MIT)
914
+
915
+ Copyright (c) 2013-2017 Josh Glazebrook
916
+
917
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
918
+ this software and associated documentation files (the "Software"), to deal in
919
+ the Software without restriction, including without limitation the rights to
920
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
921
+ the Software, and to permit persons to whom the Software is furnished to do so,
922
+ subject to the following conditions:
923
+
924
+ The above copyright notice and this permission notice shall be included in all
925
+ copies or substantial portions of the Software.
926
+
927
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
928
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
929
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
930
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
931
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
932
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
933
+
934
+
935
+ -------------------- DEPENDENCY DIVIDER --------------------
936
+
937
+ Name: ip-address
938
+ URL: git://github.com/beaugunderson/ip-address.git
939
+ Version: 10.1.0
940
+ License: MIT
941
+
942
+ Copyright (C) 2011 by Beau Gunderson
943
+
944
+ Permission is hereby granted, free of charge, to any person obtaining a copy
945
+ of this software and associated documentation files (the "Software"), to deal
946
+ in the Software without restriction, including without limitation the rights
947
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
948
+ copies of the Software, and to permit persons to whom the Software is
949
+ furnished to do so, subject to the following conditions:
950
+
951
+ The above copyright notice and this permission notice shall be included in
952
+ all copies or substantial portions of the Software.
953
+
954
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
955
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
956
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
957
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
958
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
959
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
960
+ THE SOFTWARE.
961
+
962
+
963
+ -------------------- DEPENDENCY DIVIDER --------------------
964
+
965
+ Name: pac-proxy-agent
966
+ URL: https://github.com/TooTallNate/proxy-agents.git
967
+ Version: 7.2.0
968
+ License: MIT
969
+
970
+ (The MIT License)
971
+
972
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
973
+
974
+ Permission is hereby granted, free of charge, to any person obtaining
975
+ a copy of this software and associated documentation files (the
976
+ 'Software'), to deal in the Software without restriction, including
977
+ without limitation the rights to use, copy, modify, merge, publish,
978
+ distribute, sublicense, and/or sell copies of the Software, and to
979
+ permit persons to whom the Software is furnished to do so, subject to
980
+ the following conditions:
981
+
982
+ The above copyright notice and this permission notice shall be
983
+ included in all copies or substantial portions of the Software.
984
+
985
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
986
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
987
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
988
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
989
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
990
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
991
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
992
+
993
+
994
+ -------------------- DEPENDENCY DIVIDER --------------------
995
+
996
+ Name: get-uri
997
+ URL: https://github.com/TooTallNate/proxy-agents.git
998
+ Version: 6.0.5
999
+ License: MIT
1000
+
1001
+ (The MIT License)
1002
+
1003
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1004
+
1005
+ Permission is hereby granted, free of charge, to any person obtaining
1006
+ a copy of this software and associated documentation files (the
1007
+ 'Software'), to deal in the Software without restriction, including
1008
+ without limitation the rights to use, copy, modify, merge, publish,
1009
+ distribute, sublicense, and/or sell copies of the Software, and to
1010
+ permit persons to whom the Software is furnished to do so, subject to
1011
+ the following conditions:
1012
+
1013
+ The above copyright notice and this permission notice shall be
1014
+ included in all copies or substantial portions of the Software.
1015
+
1016
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1017
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1018
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1019
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1020
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1021
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1022
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1023
+
1024
+ -------------------- DEPENDENCY DIVIDER --------------------
1025
+
1026
+ Name: data-uri-to-buffer
1027
+ URL: https://github.com/TooTallNate/proxy-agents.git
1028
+ Version: 6.0.2
1029
+ License: MIT
1030
+
1031
+ (The MIT License)
1032
+
1033
+ Copyright (c) 2014 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: basic-ftp
1057
+ URL: https://github.com/patrickjuchli/basic-ftp.git
1058
+ Version: 5.1.0
1059
+ License: MIT
1060
+
1061
+ Copyright (c) 2019 Patrick Juchli
1062
+
1063
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1064
+ of this software and associated documentation files (the "Software"), to deal
1065
+ in the Software without restriction, including without limitation the rights
1066
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1067
+ copies of the Software, and to permit persons to whom the Software is
1068
+ furnished to do so, subject to the following conditions:
1069
+
1070
+ The above copyright notice and this permission notice shall be included in all
1071
+ copies or substantial portions of the Software.
1072
+
1073
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1074
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1075
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1076
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1077
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1078
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1079
+ SOFTWARE.
1080
+
1081
+ -------------------- DEPENDENCY DIVIDER --------------------
1082
+
1083
+ Name: pac-resolver
1084
+ URL: https://github.com/TooTallNate/proxy-agents.git
1085
+ Version: 7.0.1
1086
+ License: MIT
1087
+
1088
+ (The MIT License)
1089
+
1090
+ Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1091
+
1092
+ Permission is hereby granted, free of charge, to any person obtaining
1093
+ a copy of this software and associated documentation files (the
1094
+ 'Software'), to deal in the Software without restriction, including
1095
+ without limitation the rights to use, copy, modify, merge, publish,
1096
+ distribute, sublicense, and/or sell copies of the Software, and to
1097
+ permit persons to whom the Software is furnished to do so, subject to
1098
+ the following conditions:
1099
+
1100
+ The above copyright notice and this permission notice shall be
1101
+ included in all copies or substantial portions of the Software.
1102
+
1103
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1104
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1105
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1106
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1107
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1108
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1109
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1110
+
1111
+ -------------------- DEPENDENCY DIVIDER --------------------
1112
+
1113
+ Name: degenerator
1114
+ URL: https://github.com/TooTallNate/proxy-agents.git
1115
+ Version: 5.0.1
1116
+ License: MIT
1117
+
1118
+ -------------------- DEPENDENCY DIVIDER --------------------
1119
+
1120
+ Name: escodegen
1121
+ URL: http://github.com/estools/escodegen
1122
+ Version: 2.1.0
1123
+ License: BSD-2-Clause
1124
+
1125
+ Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.
1126
+
1127
+ Redistribution and use in source and binary forms, with or without
1128
+ modification, are permitted provided that the following conditions are met:
1129
+
1130
+ * Redistributions of source code must retain the above copyright
1131
+ notice, this list of conditions and the following disclaimer.
1132
+ * Redistributions in binary form must reproduce the above copyright
1133
+ notice, this list of conditions and the following disclaimer in the
1134
+ documentation and/or other materials provided with the distribution.
1135
+
1136
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1137
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1138
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1139
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1140
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1141
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1142
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1143
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1144
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1145
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1146
+
1147
+
1148
+ -------------------- DEPENDENCY DIVIDER --------------------
1149
+
1150
+ Name: estraverse
1151
+ URL: https://github.com/estools/estraverse
1152
+ Version: 5.3.0
1153
+ License: BSD-2-Clause
1154
+
1155
+ Redistribution and use in source and binary forms, with or without
1156
+ modification, are permitted provided that the following conditions are met:
1157
+
1158
+ * Redistributions of source code must retain the above copyright
1159
+ notice, this list of conditions and the following disclaimer.
1160
+ * Redistributions in binary form must reproduce the above copyright
1161
+ notice, this list of conditions and the following disclaimer in the
1162
+ documentation and/or other materials provided with the distribution.
1163
+
1164
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1165
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1166
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1167
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1168
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1169
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1170
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1171
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1172
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1173
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1174
+
1175
+
1176
+ -------------------- DEPENDENCY DIVIDER --------------------
1177
+
1178
+ Name: esutils
1179
+ URL: https://github.com/estools/esutils
1180
+ Version: 2.0.3
1181
+ License: BSD-2-Clause
1182
+
1183
+ Redistribution and use in source and binary forms, with or without
1184
+ modification, are permitted provided that the following conditions are met:
1185
+
1186
+ * Redistributions of source code must retain the above copyright
1187
+ notice, this list of conditions and the following disclaimer.
1188
+ * Redistributions in binary form must reproduce the above copyright
1189
+ notice, this list of conditions and the following disclaimer in the
1190
+ documentation and/or other materials provided with the distribution.
1191
+
1192
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1193
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1194
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1195
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1196
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1197
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1198
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1199
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1200
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1201
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1202
+
1203
+
1204
+ -------------------- DEPENDENCY DIVIDER --------------------
1205
+
1206
+ Name: source-map
1207
+ URL: https://github.com/mozilla/source-map
1208
+ Version: 0.6.1
1209
+ License: BSD-3-Clause
1210
+
1211
+
1212
+ Copyright (c) 2009-2011, Mozilla Foundation and contributors
1213
+ All rights reserved.
1214
+
1215
+ Redistribution and use in source and binary forms, with or without
1216
+ modification, are permitted provided that the following conditions are met:
1217
+
1218
+ * Redistributions of source code must retain the above copyright notice, this
1219
+ list of conditions and the following disclaimer.
1220
+
1221
+ * Redistributions in binary form must reproduce the above copyright notice,
1222
+ this list of conditions and the following disclaimer in the documentation
1223
+ and/or other materials provided with the distribution.
1224
+
1225
+ * Neither the names of the Mozilla Foundation nor the names of project
1226
+ contributors may be used to endorse or promote products derived from this
1227
+ software without specific prior written permission.
1228
+
1229
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1230
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1231
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1232
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1233
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1234
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1235
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1236
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1237
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1238
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1239
+
1240
+
1241
+ -------------------- DEPENDENCY DIVIDER --------------------
1242
+
1243
+ Name: esprima
1244
+ URL: http://esprima.org
1245
+ Version: 4.0.1
1246
+ License: BSD-2-Clause
1247
+
1248
+ Copyright JS Foundation and other contributors, https://js.foundation/
1249
+
1250
+ Redistribution and use in source and binary forms, with or without
1251
+ modification, are permitted provided that the following conditions are met:
1252
+
1253
+ * Redistributions of source code must retain the above copyright
1254
+ notice, this list of conditions and the following disclaimer.
1255
+ * Redistributions in binary form must reproduce the above copyright
1256
+ notice, this list of conditions and the following disclaimer in the
1257
+ documentation and/or other materials provided with the distribution.
1258
+
1259
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1260
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1261
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1262
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1263
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1264
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1265
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1266
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1267
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1268
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1269
+
1270
+
1271
+ -------------------- DEPENDENCY DIVIDER --------------------
1272
+
1273
+ Name: ast-types
1274
+ URL: http://github.com/benjamn/ast-types
1275
+ Version: 0.13.4
1276
+ License: MIT
1277
+
1278
+ Copyright (c) 2013 Ben Newman <bn@cs.stanford.edu>
1279
+
1280
+ Permission is hereby granted, free of charge, to any person obtaining
1281
+ a copy of this software and associated documentation files (the
1282
+ "Software"), to deal in the Software without restriction, including
1283
+ without limitation the rights to use, copy, modify, merge, publish,
1284
+ distribute, sublicense, and/or sell copies of the Software, and to
1285
+ permit persons to whom the Software is furnished to do so, subject to
1286
+ the following conditions:
1287
+
1288
+ The above copyright notice and this permission notice shall be
1289
+ included in all copies or substantial portions of the Software.
1290
+
1291
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1292
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1293
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1294
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1295
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1296
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1297
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1298
+
1299
+
1300
+ -------------------- DEPENDENCY DIVIDER --------------------
1301
+
1302
+ Name: tslib
1303
+ URL: https://www.typescriptlang.org/
1304
+ Version: 2.8.1
1305
+ License: 0BSD
1306
+
1307
+ Copyright (c) Microsoft Corporation.
1308
+
1309
+ Permission to use, copy, modify, and/or distribute this software for any
1310
+ purpose with or without fee is hereby granted.
1311
+
1312
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1313
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1314
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1315
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1316
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1317
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1318
+ PERFORMANCE OF THIS SOFTWARE.
1319
+
1320
+ -------------------- DEPENDENCY DIVIDER --------------------
1321
+
1322
+ Name: netmask
1323
+ URL: https://github.com/rs/node-netmask
1324
+ Version: 2.0.2
1325
+ License: MIT
1326
+
1327
+ -------------------- DEPENDENCY DIVIDER --------------------
1328
+
1329
+ Name: @tootallnate/quickjs-emscripten
1330
+ URL: https://github.com/justjake/quickjs-emscripten
1331
+ Version: 0.23.0
1332
+ License: MIT
1333
+
1334
+ MIT License
1335
+
1336
+ quickjs-emscripten copyright (c) 2019 Jake Teton-Landis
1337
+
1338
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1339
+ of this software and associated documentation files (the "Software"), to deal
1340
+ in the Software without restriction, including without limitation the rights
1341
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1342
+ copies of the Software, and to permit persons to whom the Software is
1343
+ furnished to do so, subject to the following conditions:
1344
+
1345
+ The above copyright notice and this permission notice shall be included in all
1346
+ copies or substantial portions of the Software.
1347
+
1348
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1349
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1350
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1351
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1352
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1353
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1354
+ SOFTWARE.
1355
+
1356
+
1357
+ -------------------- DEPENDENCY DIVIDER --------------------
1358
+
1359
+ Name: progress
1360
+ URL: git://github.com/visionmedia/node-progress
1361
+ Version: 2.0.3
1362
+ License: MIT
1363
+
1364
+ (The MIT License)
1365
+
1366
+ Copyright (c) 2017 TJ Holowaychuk <tj@vision-media.ca>
1367
+
1368
+ Permission is hereby granted, free of charge, to any person obtaining
1369
+ a copy of this software and associated documentation files (the
1370
+ 'Software'), to deal in the Software without restriction, including
1371
+ without limitation the rights to use, copy, modify, merge, publish,
1372
+ distribute, sublicense, and/or sell copies of the Software, and to
1373
+ permit persons to whom the Software is furnished to do so, subject to
1374
+ the following conditions:
1375
+
1376
+ The above copyright notice and this permission notice shall be
1377
+ included in all copies or substantial portions of the Software.
1378
+
1379
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1380
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1381
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1382
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1383
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1384
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1385
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1386
+
1387
+
1388
+ -------------------- DEPENDENCY DIVIDER --------------------
1389
+
1390
+ Name: ws
1391
+ URL: https://github.com/websockets/ws
1392
+ Version: 8.19.0
1393
+ License: MIT
1394
+
1395
+ Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
1396
+ Copyright (c) 2013 Arnout Kazemier and contributors
1397
+ Copyright (c) 2016 Luigi Pinca and contributors
1398
+
1399
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1400
+ this software and associated documentation files (the "Software"), to deal in
1401
+ the Software without restriction, including without limitation the rights to
1402
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1403
+ the Software, and to permit persons to whom the Software is furnished to do so,
1404
+ subject to the following conditions:
1405
+
1406
+ The above copyright notice and this permission notice shall be included in all
1407
+ copies or substantial portions of the Software.
1408
+
1409
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1410
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1411
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1412
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1413
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1414
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1415
+
1416
+
1417
+ -------------------- DEPENDENCY DIVIDER --------------------
1418
+
1
1419
  Name: chrome-devtools-frontend
2
1420
  License: Apache-2.0
3
1421