ideamans-chrome-devtools-mcp 0.11.2 → 0.11.3

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