@datadog/datadog-ci-plugin-synthetics 5.12.1 → 5.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/bundle.d.ts +2392 -0
  2. package/dist/bundle.js +144530 -0
  3. package/dist/bundle.js.LEGAL.txt +2412 -0
  4. package/dist/bundle.js.map +1 -0
  5. package/dist/commands/deploy-tests.js +2 -125
  6. package/dist/commands/import-tests.js +2 -118
  7. package/dist/commands/run-tests.js +2 -319
  8. package/dist/commands/upload-application.js +2 -138
  9. package/package.json +19 -19
  10. package/dist/api.d.ts +0 -52
  11. package/dist/api.js +0 -333
  12. package/dist/api.js.map +0 -1
  13. package/dist/batch.d.ts +0 -9
  14. package/dist/batch.js +0 -325
  15. package/dist/batch.js.map +0 -1
  16. package/dist/build-and-test.d.ts +0 -25
  17. package/dist/build-and-test.js +0 -196
  18. package/dist/build-and-test.js.map +0 -1
  19. package/dist/commands/deploy-tests.d.ts +0 -19
  20. package/dist/commands/deploy-tests.js.map +0 -1
  21. package/dist/commands/import-tests.d.ts +0 -19
  22. package/dist/commands/import-tests.js.map +0 -1
  23. package/dist/commands/run-tests.d.ts +0 -19
  24. package/dist/commands/run-tests.js.map +0 -1
  25. package/dist/commands/upload-application.d.ts +0 -18
  26. package/dist/commands/upload-application.js.map +0 -1
  27. package/dist/deploy-tests-lib.d.ts +0 -2
  28. package/dist/deploy-tests-lib.js +0 -96
  29. package/dist/deploy-tests-lib.js.map +0 -1
  30. package/dist/errors.d.ts +0 -19
  31. package/dist/errors.js +0 -31
  32. package/dist/errors.js.map +0 -1
  33. package/dist/import-tests-lib.d.ts +0 -2
  34. package/dist/import-tests-lib.js +0 -71
  35. package/dist/import-tests-lib.js.map +0 -1
  36. package/dist/index.d.ts +0 -8
  37. package/dist/index.js +0 -46
  38. package/dist/index.js.map +0 -1
  39. package/dist/interfaces.d.ts +0 -759
  40. package/dist/interfaces.js +0 -27
  41. package/dist/interfaces.js.map +0 -1
  42. package/dist/local-test-definition.d.ts +0 -2
  43. package/dist/local-test-definition.js +0 -16
  44. package/dist/local-test-definition.js.map +0 -1
  45. package/dist/mobile.d.ts +0 -28
  46. package/dist/mobile.js +0 -275
  47. package/dist/mobile.js.map +0 -1
  48. package/dist/multilocator.d.ts +0 -2
  49. package/dist/multilocator.js +0 -88
  50. package/dist/multilocator.js.map +0 -1
  51. package/dist/reporters/constants.d.ts +0 -6
  52. package/dist/reporters/constants.js +0 -14
  53. package/dist/reporters/constants.js.map +0 -1
  54. package/dist/reporters/default.d.ts +0 -33
  55. package/dist/reporters/default.js +0 -461
  56. package/dist/reporters/default.js.map +0 -1
  57. package/dist/reporters/junit.d.ts +0 -100
  58. package/dist/reporters/junit.js +0 -425
  59. package/dist/reporters/junit.js.map +0 -1
  60. package/dist/reporters/mobile/app-upload.d.ts +0 -14
  61. package/dist/reporters/mobile/app-upload.js +0 -54
  62. package/dist/reporters/mobile/app-upload.js.map +0 -1
  63. package/dist/run-tests-lib.d.ts +0 -28
  64. package/dist/run-tests-lib.js +0 -281
  65. package/dist/run-tests-lib.js.map +0 -1
  66. package/dist/test.d.ts +0 -29
  67. package/dist/test.js +0 -200
  68. package/dist/test.js.map +0 -1
  69. package/dist/tunnel/crypto.d.ts +0 -6
  70. package/dist/tunnel/crypto.js +0 -48
  71. package/dist/tunnel/crypto.js.map +0 -1
  72. package/dist/tunnel/index.d.ts +0 -1
  73. package/dist/tunnel/index.js +0 -6
  74. package/dist/tunnel/index.js.map +0 -1
  75. package/dist/tunnel/tunnel.d.ts +0 -49
  76. package/dist/tunnel/tunnel.js +0 -329
  77. package/dist/tunnel/tunnel.js.map +0 -1
  78. package/dist/tunnel/websocket.d.ts +0 -39
  79. package/dist/tunnel/websocket.js +0 -154
  80. package/dist/tunnel/websocket.js.map +0 -1
  81. package/dist/utils/internal.d.ts +0 -58
  82. package/dist/utils/internal.js +0 -317
  83. package/dist/utils/internal.js.map +0 -1
  84. package/dist/utils/public.d.ts +0 -81
  85. package/dist/utils/public.js +0 -524
  86. package/dist/utils/public.js.map +0 -1
@@ -0,0 +1,2412 @@
1
+ Bundled license information:
2
+
3
+ @inquirer/external-editor/LICENSE:
4
+ /*
5
+ * Copyright (c) 2025 Simon Boudrias
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person
8
+ * obtaining a copy of this software and associated documentation
9
+ * files (the "Software"), to deal in the Software without
10
+ * restriction, including without limitation the rights to use,
11
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ * copies of the Software, and to permit persons to whom the
13
+ * Software is furnished to do so, subject to the following
14
+ * conditions:
15
+ *
16
+ * The above copyright notice and this permission notice shall be
17
+ * included in all copies or substantial portions of the Software.
18
+ *
19
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
21
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
23
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
24
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26
+ * OTHER DEALINGS IN THE SOFTWARE.
27
+ */
28
+
29
+ @kwsites/file-exists/LICENSE:
30
+ /*
31
+ * The MIT License (MIT)
32
+ *
33
+ * Copyright (c) 2015 Steve King
34
+ *
35
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
36
+ * this software and associated documentation files (the "Software"), to deal in
37
+ * the Software without restriction, including without limitation the rights to
38
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
39
+ * the Software, and to permit persons to whom the Software is furnished to do so,
40
+ * subject to the following conditions:
41
+ *
42
+ * The above copyright notice and this permission notice shall be included in all
43
+ * copies or substantial portions of the Software.
44
+ *
45
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
47
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
48
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
49
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
50
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51
+ */
52
+
53
+ @kwsites/promise-deferred/LICENSE:
54
+ /*
55
+ * MIT License
56
+ *
57
+ * Copyright (c) 2018 kwsites
58
+ *
59
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
60
+ * of this software and associated documentation files (the "Software"), to deal
61
+ * in the Software without restriction, including without limitation the rights
62
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
63
+ * copies of the Software, and to permit persons to whom the Software is
64
+ * furnished to do so, subject to the following conditions:
65
+ *
66
+ * The above copyright notice and this permission notice shall be included in all
67
+ * copies or substantial portions of the Software.
68
+ *
69
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
70
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
71
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
72
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
73
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
74
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75
+ * SOFTWARE.
76
+ */
77
+
78
+ @tootallnate/quickjs-emscripten/LICENSE:
79
+ /*
80
+ * MIT License
81
+ *
82
+ * quickjs-emscripten copyright (c) 2019 Jake Teton-Landis
83
+ *
84
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
85
+ * of this software and associated documentation files (the "Software"), to deal
86
+ * in the Software without restriction, including without limitation the rights
87
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
88
+ * copies of the Software, and to permit persons to whom the Software is
89
+ * furnished to do so, subject to the following conditions:
90
+ *
91
+ * The above copyright notice and this permission notice shall be included in all
92
+ * copies or substantial portions of the Software.
93
+ *
94
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
95
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
96
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
97
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
98
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
99
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
100
+ * SOFTWARE.
101
+ */
102
+
103
+ agent-base/LICENSE:
104
+ /*
105
+ * (The MIT License)
106
+ *
107
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
108
+ *
109
+ * Permission is hereby granted, free of charge, to any person obtaining
110
+ * a copy of this software and associated documentation files (the
111
+ * 'Software'), to deal in the Software without restriction, including
112
+ * without limitation the rights to use, copy, modify, merge, publish,
113
+ * distribute, sublicense, and/or sell copies of the Software, and to
114
+ * permit persons to whom the Software is furnished to do so, subject to
115
+ * the following conditions:
116
+ *
117
+ * The above copyright notice and this permission notice shall be
118
+ * included in all copies or substantial portions of the Software.
119
+ *
120
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
121
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
122
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
123
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
124
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
125
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
126
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
127
+ */
128
+
129
+ ansi-escapes/license:
130
+ /*
131
+ * MIT License
132
+ *
133
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
134
+ *
135
+ * 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:
136
+ *
137
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
138
+ *
139
+ * 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.
140
+ */
141
+
142
+ ansi-regex/license:
143
+ /*
144
+ * MIT License
145
+ *
146
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
147
+ *
148
+ * 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:
149
+ *
150
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
151
+ *
152
+ * 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.
153
+ */
154
+
155
+ ansi-styles/license:
156
+ /*
157
+ * MIT License
158
+ *
159
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
160
+ *
161
+ * 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:
162
+ *
163
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
164
+ *
165
+ * 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.
166
+ */
167
+
168
+ asn1/LICENSE:
169
+ /*
170
+ * Copyright (c) 2011 Mark Cavage, All rights reserved.
171
+ *
172
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
173
+ * of this software and associated documentation files (the "Software"), to deal
174
+ * in the Software without restriction, including without limitation the rights
175
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
176
+ * copies of the Software, and to permit persons to whom the Software is
177
+ * furnished to do so, subject to the following conditions:
178
+ *
179
+ * The above copyright notice and this permission notice shall be included in
180
+ * all copies or substantial portions of the Software.
181
+ *
182
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
183
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
184
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
185
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
186
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
187
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
188
+ * THE SOFTWARE
189
+ */
190
+
191
+ assert-plus/package.json:
192
+ /*
193
+ * License: MIT
194
+ */
195
+
196
+ ast-types/LICENSE:
197
+ /*
198
+ * Copyright (c) 2013 Ben Newman <bn@cs.stanford.edu>
199
+ *
200
+ * Permission is hereby granted, free of charge, to any person obtaining
201
+ * a copy of this software and associated documentation files (the
202
+ * "Software"), to deal in the Software without restriction, including
203
+ * without limitation the rights to use, copy, modify, merge, publish,
204
+ * distribute, sublicense, and/or sell copies of the Software, and to
205
+ * permit persons to whom the Software is furnished to do so, subject to
206
+ * the following conditions:
207
+ *
208
+ * The above copyright notice and this permission notice shall be
209
+ * included in all copies or substantial portions of the Software.
210
+ *
211
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
212
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
213
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
214
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
215
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
216
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
217
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
218
+ */
219
+
220
+ basic-ftp/LICENSE.txt:
221
+ /*
222
+ * Copyright (c) 2019 Patrick Juchli
223
+ *
224
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
225
+ * of this software and associated documentation files (the "Software"), to deal
226
+ * in the Software without restriction, including without limitation the rights
227
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
228
+ * copies of the Software, and to permit persons to whom the Software is
229
+ * furnished to do so, subject to the following conditions:
230
+ *
231
+ * The above copyright notice and this permission notice shall be included in all
232
+ * copies or substantial portions of the Software.
233
+ *
234
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
235
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
236
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
237
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
238
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
239
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
240
+ * SOFTWARE.
241
+ */
242
+
243
+ bcrypt-pbkdf/LICENSE:
244
+ /*
245
+ * The Blowfish portions are under the following license:
246
+ *
247
+ * Blowfish block cipher for OpenBSD
248
+ * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
249
+ * All rights reserved.
250
+ *
251
+ * Implementation advice by David Mazieres <dm@lcs.mit.edu>.
252
+ *
253
+ * Redistribution and use in source and binary forms, with or without
254
+ * modification, are permitted provided that the following conditions
255
+ * are met:
256
+ * 1. Redistributions of source code must retain the above copyright
257
+ * notice, this list of conditions and the following disclaimer.
258
+ * 2. Redistributions in binary form must reproduce the above copyright
259
+ * notice, this list of conditions and the following disclaimer in the
260
+ * documentation and/or other materials provided with the distribution.
261
+ * 3. The name of the author may not be used to endorse or promote products
262
+ * derived from this software without specific prior written permission.
263
+ *
264
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
265
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
266
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
267
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
268
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
269
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
270
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
271
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
272
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
273
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
274
+ *
275
+ *
276
+ *
277
+ * The bcrypt_pbkdf portions are under the following license:
278
+ *
279
+ * Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
280
+ *
281
+ * Permission to use, copy, modify, and distribute this software for any
282
+ * purpose with or without fee is hereby granted, provided that the above
283
+ * copyright notice and this permission notice appear in all copies.
284
+ *
285
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
286
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
287
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
288
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
289
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
290
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
291
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
292
+ *
293
+ *
294
+ *
295
+ * Performance improvements (Javascript-specific):
296
+ *
297
+ * Copyright 2016, Joyent Inc
298
+ * Author: Alex Wilson <alex.wilson@joyent.com>
299
+ *
300
+ * Permission to use, copy, modify, and distribute this software for any
301
+ * purpose with or without fee is hereby granted, provided that the above
302
+ * copyright notice and this permission notice appear in all copies.
303
+ *
304
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
305
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
306
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
307
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
308
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
309
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
310
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
311
+ */
312
+
313
+ bl/LICENSE.md:
314
+ /*
315
+ * The MIT License (MIT)
316
+ * =====================
317
+ *
318
+ * Copyright (c) 2013-2019 bl contributors
319
+ * ----------------------------------
320
+ *
321
+ * *bl contributors listed at <https://github.com/rvagg/bl#contributors>*
322
+ *
323
+ * 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:
324
+ *
325
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
326
+ *
327
+ * 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.
328
+ */
329
+
330
+ chalk/license:
331
+ /*
332
+ * MIT License
333
+ *
334
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
335
+ *
336
+ * 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:
337
+ *
338
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
339
+ *
340
+ * 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.
341
+ */
342
+
343
+ chardet/LICENSE:
344
+ /*
345
+ * Copyright (C) 2024 Dmitry Shirokov
346
+ *
347
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
348
+ * of this software and associated documentation files (the "Software"), to deal
349
+ * in the Software without restriction, including without limitation the rights
350
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
351
+ * copies of the Software, and to permit persons to whom the Software is
352
+ * furnished to do so, subject to the following conditions:
353
+ *
354
+ * The above copyright notice and this permission notice shall be included in
355
+ * all copies or substantial portions of the Software.
356
+ *
357
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
358
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
359
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
360
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
361
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
362
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
363
+ * THE SOFTWARE.
364
+ */
365
+
366
+ cli-cursor/license:
367
+ /*
368
+ * MIT License
369
+ *
370
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
371
+ *
372
+ * 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:
373
+ *
374
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
375
+ *
376
+ * 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.
377
+ */
378
+
379
+ cli-spinners/license:
380
+ /*
381
+ * MIT License
382
+ *
383
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
384
+ *
385
+ * 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:
386
+ *
387
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
388
+ *
389
+ * 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.
390
+ */
391
+
392
+ cli-width/LICENSE:
393
+ /*
394
+ * Copyright (c) 2015, Ilya Radchenko <ilya@burstcreations.com>
395
+ *
396
+ * Permission to use, copy, modify, and/or distribute this software for any
397
+ * purpose with or without fee is hereby granted, provided that the above
398
+ * copyright notice and this permission notice appear in all copies.
399
+ *
400
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
401
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
402
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
403
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
404
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
405
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
406
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
407
+ */
408
+
409
+ clipanion/package.json:
410
+ /*
411
+ * License: MIT
412
+ */
413
+
414
+ clone/LICENSE:
415
+ /*
416
+ * Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch>
417
+ *
418
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
419
+ * this software and associated documentation files (the “Software”), to deal in
420
+ * the Software without restriction, including without limitation the rights to
421
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
422
+ * the Software, and to permit persons to whom the Software is furnished to do so,
423
+ * subject to the following conditions:
424
+ *
425
+ * The above copyright notice and this permission notice shall be included in all
426
+ * copies or substantial portions of the Software.
427
+ *
428
+ * THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
429
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
430
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
431
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
432
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE
433
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
434
+ */
435
+
436
+ color-convert/LICENSE:
437
+ /*
438
+ * Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
439
+ *
440
+ * Permission is hereby granted, free of charge, to any person obtaining
441
+ * a copy of this software and associated documentation files (the
442
+ * "Software"), to deal in the Software without restriction, including
443
+ * without limitation the rights to use, copy, modify, merge, publish,
444
+ * distribute, sublicense, and/or sell copies of the Software, and to
445
+ * permit persons to whom the Software is furnished to do so, subject to
446
+ * the following conditions:
447
+ *
448
+ * The above copyright notice and this permission notice shall be
449
+ * included in all copies or substantial portions of the Software.
450
+ *
451
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
452
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
453
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
454
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
455
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
456
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
457
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
458
+ */
459
+
460
+ color-name/LICENSE:
461
+ /*
462
+ * The MIT License (MIT)
463
  *
464
+ * Copyright (c) 2015 Dmitry Ivanov
1
465
  *
466
+ *
2
467
  *
468
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3
469
  *
470
+ *
4
471
  *
472
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5
473
  *
474
+ *
6
475
  *
476
+ * 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.
477
+ */
478
+
479
+ debug/LICENSE:
480
+ /*
481
+ * (The MIT License)
482
+ *
483
+ * Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
484
+ * Copyright (c) 2018-2021 Josh Junon
485
+ *
486
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
487
+ * and associated documentation files (the 'Software'), to deal in the Software without restriction,
488
+ * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
489
+ * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
490
+ * subject to the following conditions:
491
+ *
492
+ * The above copyright notice and this permission notice shall be included in all copies or substantial
493
+ * portions of the Software.
494
+ *
495
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
496
+ * LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
497
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
498
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
499
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
500
+ */
501
+
502
+ deep-extend/LICENSE:
503
+ /*
504
+ * The MIT License (MIT)
505
+ *
506
+ * Copyright (c) 2013-2018, Viacheslav Lotsmanov
507
+ *
508
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
509
+ * this software and associated documentation files (the "Software"), to deal in
510
+ * the Software without restriction, including without limitation the rights to
511
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
512
+ * the Software, and to permit persons to whom the Software is furnished to do so,
513
+ * subject to the following conditions:
514
+ *
515
+ * The above copyright notice and this permission notice shall be included in all
516
+ * copies or substantial portions of the Software.
517
+ *
518
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
519
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
520
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
521
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
522
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
523
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
524
+ */
525
+
526
+ defaults/LICENSE:
527
+ /*
528
+ * The MIT License (MIT)
529
+ *
530
+ * Copyright (c) 2022 Sindre Sorhus
531
+ * Copyright (c) 2015 Elijah Insua
532
+ *
533
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
534
+ * of this software and associated documentation files (the "Software"), to deal
535
+ * in the Software without restriction, including without limitation the rights
536
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
537
+ * copies of the Software, and to permit persons to whom the Software is
538
+ * furnished to do so, subject to the following conditions:
539
+ *
540
+ * The above copyright notice and this permission notice shall be included in
541
+ * all copies or substantial portions of the Software.
542
+ *
543
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
544
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
545
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
546
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
547
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
548
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
549
+ * THE SOFTWARE.
550
+ */
551
+
552
+ degenerator/package.json:
553
+ /*
554
+ * License: MIT
555
+ */
556
+
557
+ ecc-jsbn/LICENSE:
558
+ /*
559
+ * The MIT License (MIT)
560
+ *
561
+ * Copyright (c) 2014 Jeremie Miller
562
+ *
563
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
564
+ * of this software and associated documentation files (the "Software"), to deal
565
+ * in the Software without restriction, including without limitation the rights
566
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
567
+ * copies of the Software, and to permit persons to whom the Software is
568
+ * furnished to do so, subject to the following conditions:
569
+ *
570
+ * The above copyright notice and this permission notice shall be included in all
571
+ * copies or substantial portions of the Software.
572
+ *
573
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
574
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
575
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
576
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
577
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
578
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
579
+ * SOFTWARE.
580
+ */
581
+
582
+ emoji-regex/package.json:
583
+ /*
584
+ * License: MIT
585
+ */
586
+
587
+ escape-string-regexp/license:
588
+ /*
589
+ * MIT License
590
+ *
591
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
592
+ *
593
+ * 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:
594
+ *
595
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
596
+ *
597
+ * 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.
598
+ */
599
+
600
+ escodegen/package.json:
601
+ /*
602
+ * License: BSD-2-Clause
603
+ */
604
+
605
+ esprima/package.json:
606
+ /*
607
+ * License: BSD-2-Clause
608
+ */
609
+
610
+ estraverse/package.json:
611
+ /*
612
+ * License: BSD-2-Clause
613
+ */
614
+
615
+ esutils/package.json:
616
+ /*
617
+ * License: BSD-2-Clause
618
+ */
619
+
620
+ fast-levenshtein/LICENSE.md:
621
+ /*
622
+ * (MIT License)
623
+ *
624
+ * Copyright (c) 2013 [Ramesh Nair](http://www.hiddentao.com/)
625
+ *
626
+ * Permission is hereby granted, free of charge, to any person
627
+ * obtaining a copy of this software and associated documentation
628
+ * files (the "Software"), to deal in the Software without
629
+ * restriction, including without limitation the rights to use,
630
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
631
+ * copies of the Software, and to permit persons to whom the
632
+ * Software is furnished to do so, subject to the following
633
+ * conditions:
634
+ *
635
+ * The above copyright notice and this permission notice shall be
636
+ * included in all copies or substantial portions of the Software.
637
+ *
638
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
639
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
640
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
641
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
642
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
643
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
644
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
645
+ * OTHER DEALINGS IN THE SOFTWARE.
646
+ */
647
+
648
+ fastest-levenshtein/LICENSE.md:
649
+ /*
650
+ * MIT License
651
+ *
652
+ * Copyright (c) 2020 Kasper Unn Weihe
653
+ *
654
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
655
+ * of this software and associated documentation files (the "Software"), to deal
656
+ * in the Software without restriction, including without limitation the rights
657
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
658
+ * copies of the Software, and to permit persons to whom the Software is
659
+ * furnished to do so, subject to the following conditions:
660
+ *
661
+ * The above copyright notice and this permission notice shall be included in all
662
+ * copies or substantial portions of the Software.
663
+ *
664
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
665
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
666
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
667
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
668
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
669
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
670
+ * SOFTWARE.
671
+ */
672
+
673
+ figures/license:
674
+ /*
675
+ * MIT License
676
+ *
677
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
678
+ *
679
+ * 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:
680
+ *
681
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
682
+ *
683
+ * 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.
684
+ */
685
+
686
+ get-uri/LICENSE:
687
+ /*
688
+ * (The MIT License)
689
+ *
690
+ * Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
691
+ *
692
+ * Permission is hereby granted, free of charge, to any person obtaining
693
+ * a copy of this software and associated documentation files (the
694
+ * 'Software'), to deal in the Software without restriction, including
695
+ * without limitation the rights to use, copy, modify, merge, publish,
696
+ * distribute, sublicense, and/or sell copies of the Software, and to
697
+ * permit persons to whom the Software is furnished to do so, subject to
698
+ * the following conditions:
699
+ *
700
+ * The above copyright notice and this permission notice shall be
701
+ * included in all copies or substantial portions of the Software.
702
+ *
703
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
704
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
705
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
706
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
707
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
708
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
709
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
710
+ */
711
+
712
+ glob/LICENSE.md:
713
+ /*
714
+ * All packages under `src/` are licensed according to the terms in
715
+ * their respective `LICENSE` or `LICENSE.md` files.
716
+ *
717
+ * The remainder of this project is licensed under the Blue Oak
718
+ * Model License, as follows:
719
+ *
720
+ * -----
721
+ *
722
+ * # Blue Oak Model License
723
+ *
724
+ * Version 1.0.0
725
+ *
726
+ * ## Purpose
727
+ *
728
+ * This license gives everyone as much permission to work with
729
+ * this software as possible, while protecting contributors
730
+ * from liability.
731
+ *
732
+ * ## Acceptance
733
+ *
734
+ * In order to receive this license, you must agree to its
735
+ * rules. The rules of this license are both obligations
736
+ * under that agreement and conditions to your license.
737
+ * You must not do anything with this software that triggers
738
+ * a rule that you cannot or will not follow.
739
+ *
740
+ * ## Copyright
741
+ *
742
+ * Each contributor licenses you to do everything with this
743
+ * software that would otherwise infringe that contributor's
744
+ * copyright in it.
745
+ *
746
+ * ## Notices
747
+ *
748
+ * You must ensure that everyone who gets a copy of
749
+ * any part of this software from you, with or without
750
+ * changes, also gets the text of this license or a link to
751
+ * <https://blueoakcouncil.org/license/1.0.0>.
752
+ *
753
+ * ## Excuse
754
+ *
755
+ * If anyone notifies you in writing that you have not
756
+ * complied with [Notices](#notices), you can keep your
757
+ * license by taking all practical steps to comply within 30
758
+ * days after the notice. If you do not do so, your license
759
+ * ends immediately.
760
+ *
761
+ * ## Patent
762
+ *
763
+ * Each contributor licenses you to do everything with this
764
+ * software that would otherwise infringe any patent claims
765
+ * they can license or become able to license.
766
+ *
767
+ * ## Reliability
768
+ *
769
+ * No contributor can revoke this license.
770
+ *
771
+ * ## No Liability
772
+ *
773
+ * ***As far as the law allows, this software comes as is,
774
+ * without any warranty or condition, and no contributor
775
+ * will be liable to anyone for any damages related to this
776
+ * software or this license, under any kind of legal claim.***
777
+ */
778
+
779
+ graceful-fs/LICENSE:
780
+ /*
781
+ * The ISC License
782
+ *
783
+ * Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
784
+ *
785
+ * Permission to use, copy, modify, and/or distribute this software for any
786
+ * purpose with or without fee is hereby granted, provided that the above
787
+ * copyright notice and this permission notice appear in all copies.
788
+ *
789
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
790
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
791
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
792
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
793
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
794
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
795
+ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
796
+ */
797
+
798
+ has-flag/license:
799
+ /*
800
+ * MIT License
801
+ *
802
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
803
+ *
804
+ * 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:
805
+ *
806
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
807
+ *
808
+ * 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.
809
+ */
810
+
811
+ http-proxy-agent/LICENSE:
812
+ /*
813
+ * (The MIT License)
814
+ *
815
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
816
+ *
817
+ * Permission is hereby granted, free of charge, to any person obtaining
818
+ * a copy of this software and associated documentation files (the
819
+ * 'Software'), to deal in the Software without restriction, including
820
+ * without limitation the rights to use, copy, modify, merge, publish,
821
+ * distribute, sublicense, and/or sell copies of the Software, and to
822
+ * permit persons to whom the Software is furnished to do so, subject to
823
+ * the following conditions:
824
+ *
825
+ * The above copyright notice and this permission notice shall be
826
+ * included in all copies or substantial portions of the Software.
827
+ *
828
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
829
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
830
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
831
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
832
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
833
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
834
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
835
+ */
836
+
837
+ https-proxy-agent/LICENSE:
838
+ /*
839
+ * (The MIT License)
840
+ *
841
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
842
+ *
843
+ * Permission is hereby granted, free of charge, to any person obtaining
844
+ * a copy of this software and associated documentation files (the
845
+ * 'Software'), to deal in the Software without restriction, including
846
+ * without limitation the rights to use, copy, modify, merge, publish,
847
+ * distribute, sublicense, and/or sell copies of the Software, and to
848
+ * permit persons to whom the Software is furnished to do so, subject to
849
+ * the following conditions:
850
+ *
851
+ * The above copyright notice and this permission notice shall be
852
+ * included in all copies or substantial portions of the Software.
853
+ *
854
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
855
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
856
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
857
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
858
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
859
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
860
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
861
+ */
862
+
863
+ iconv-lite/LICENSE:
864
+ /*
865
+ * Copyright (c) 2011 Alexander Shtuchkin
866
+ *
867
+ * Permission is hereby granted, free of charge, to any person obtaining
868
+ * a copy of this software and associated documentation files (the
869
+ * "Software"), to deal in the Software without restriction, including
870
+ * without limitation the rights to use, copy, modify, merge, publish,
871
+ * distribute, sublicense, and/or sell copies of the Software, and to
872
+ * permit persons to whom the Software is furnished to do so, subject to
873
+ * the following conditions:
874
+ *
875
+ * The above copyright notice and this permission notice shall be
876
+ * included in all copies or substantial portions of the Software.
877
+ *
878
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
879
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
880
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
881
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
882
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
883
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
884
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
885
+ */
886
+
887
+ inherits/LICENSE:
888
+ /*
889
+ * The ISC License
890
+ *
891
+ * Copyright (c) Isaac Z. Schlueter
892
+ *
893
+ * Permission to use, copy, modify, and/or distribute this software for any
894
+ * purpose with or without fee is hereby granted, provided that the above
895
+ * copyright notice and this permission notice appear in all copies.
896
+ *
897
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
898
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
899
+ * FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
900
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
901
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
902
+ * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
903
+ * PERFORMANCE OF THIS SOFTWARE.
904
+ */
905
+
906
+ inquirer/LICENSE:
907
+ /*
908
+ * Copyright (c) 2022 Simon Boudrias
909
+ *
910
+ * Permission is hereby granted, free of charge, to any person
911
+ * obtaining a copy of this software and associated documentation
912
+ * files (the "Software"), to deal in the Software without
913
+ * restriction, including without limitation the rights to use,
914
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
915
+ * copies of the Software, and to permit persons to whom the
916
+ * Software is furnished to do so, subject to the following
917
+ * conditions:
918
+ *
919
+ * The above copyright notice and this permission notice shall be
920
+ * included in all copies or substantial portions of the Software.
921
+ *
922
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
923
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
924
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
925
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
926
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
927
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
928
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
929
+ * OTHER DEALINGS IN THE SOFTWARE.
930
+ */
931
+
932
+ ip-address/LICENSE:
933
+ /*
934
+ * Copyright (C) 2011 by Beau Gunderson
935
+ *
936
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
937
+ * of this software and associated documentation files (the "Software"), to deal
938
+ * in the Software without restriction, including without limitation the rights
939
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
940
+ * copies of the Software, and to permit persons to whom the Software is
941
+ * furnished to do so, subject to the following conditions:
942
+ *
943
+ * The above copyright notice and this permission notice shall be included in
944
+ * all copies or substantial portions of the Software.
945
+ *
946
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
947
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
948
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
949
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
950
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
951
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
952
+ * THE SOFTWARE.
953
+ */
954
+
955
+ is-fullwidth-code-point/license:
956
+ /*
957
+ * MIT License
958
+ *
959
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
960
+ *
961
+ * 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:
962
+ *
963
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
964
+ *
965
+ * 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.
966
+ */
967
+
968
+ is-interactive/license:
969
+ /*
970
+ * MIT License
971
+ *
972
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
973
+ *
974
+ * 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:
975
+ *
976
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
977
+ *
978
+ * 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.
979
+ */
980
+
981
+ is-plain-object/LICENSE:
982
+ /*
983
+ * The MIT License (MIT)
984
+ *
985
+ * Copyright (c) 2014-2017, Jon Schlinkert.
986
+ *
987
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
988
+ * of this software and associated documentation files (the "Software"), to deal
989
+ * in the Software without restriction, including without limitation the rights
990
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
991
+ * copies of the Software, and to permit persons to whom the Software is
992
+ * furnished to do so, subject to the following conditions:
993
+ *
994
+ * The above copyright notice and this permission notice shall be included in
995
+ * all copies or substantial portions of the Software.
996
+ *
997
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
998
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
999
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1000
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1001
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1002
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1003
+ * THE SOFTWARE.
1004
+ */
1005
+
1006
+ is-primitive/LICENSE:
1007
+ /*
1008
+ * The MIT License (MIT)
1009
+ *
1010
+ * Copyright (c) 2014-present, Jon Schlinkert.
1011
+ *
1012
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1013
+ * of this software and associated documentation files (the "Software"), to deal
1014
+ * in the Software without restriction, including without limitation the rights
1015
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1016
+ * copies of the Software, and to permit persons to whom the Software is
1017
+ * furnished to do so, subject to the following conditions:
1018
+ *
1019
+ * The above copyright notice and this permission notice shall be included in
1020
+ * all copies or substantial portions of the Software.
1021
+ *
1022
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1023
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1024
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1025
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1026
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1027
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1028
+ * THE SOFTWARE.
1029
+ */
1030
+
1031
+ is-unicode-supported/license:
1032
+ /*
1033
+ * MIT License
1034
+ *
1035
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1036
+ *
1037
+ * 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:
1038
+ *
1039
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1040
+ *
1041
+ * 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.
1042
+ */
1043
+
1044
+ isobject/LICENSE:
1045
+ /*
1046
+ * The MIT License (MIT)
1047
+ *
1048
+ * Copyright (c) 2014-2017, Jon Schlinkert.
1049
+ *
1050
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1051
+ * of this software and associated documentation files (the "Software"), to deal
1052
+ * in the Software without restriction, including without limitation the rights
1053
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1054
+ * copies of the Software, and to permit persons to whom the Software is
1055
+ * furnished to do so, subject to the following conditions:
1056
+ *
1057
+ * The above copyright notice and this permission notice shall be included in
1058
+ * all copies or substantial portions of the Software.
1059
+ *
1060
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1061
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1062
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1063
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1064
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1065
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1066
+ * THE SOFTWARE.
1067
+ */
1068
+
1069
+ jsbn/LICENSE:
1070
+ /*
1071
+ * Licensing
1072
+ * ---------
1073
+ *
1074
+ * This software is covered under the following copyright:
1075
+ *
1076
+ * /*
1077
+ * * Copyright (c) 2003-2005 Tom Wu
1078
+ * * All Rights Reserved.
1079
+ * *
1080
+ * * Permission is hereby granted, free of charge, to any person obtaining
1081
+ * * a copy of this software and associated documentation files (the
1082
+ * * "Software"), to deal in the Software without restriction, including
1083
+ * * without limitation the rights to use, copy, modify, merge, publish,
1084
+ * * distribute, sublicense, and/or sell copies of the Software, and to
1085
+ * * permit persons to whom the Software is furnished to do so, subject to
1086
+ * * the following conditions:
1087
+ * *
1088
+ * * The above copyright notice and this permission notice shall be
1089
+ * * included in all copies or substantial portions of the Software.
1090
+ * *
1091
+ * * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
1092
+ * * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
1093
+ * * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
1094
+ * *
1095
+ * * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
1096
+ * * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
1097
+ * * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
1098
+ * * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
1099
+ * * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1100
+ * *
1101
+ * * In addition, the following condition applies:
1102
+ * *
1103
+ * * All redistributions must retain an intact copy of this copyright notice
1104
+ * * and disclaimer.
1105
+ * */
1106
+ *
1107
+ * Address all questions regarding this license to:
1108
+ *
1109
+ * Tom Wu
1110
+ * tjw@cs.Stanford.EDU
1111
+ */
1112
+
1113
+ jsonfile/LICENSE:
1114
+ /*
1115
+ * (The MIT License)
1116
+ *
1117
+ * Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
1118
+ *
1119
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
1120
+ * (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
1121
+ * merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1122
+ * furnished to do so, subject to the following conditions:
1123
+ *
1124
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1125
+ *
1126
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
1127
+ * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
1128
+ * OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1129
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1130
+ */
1131
+
1132
+ lodash/LICENSE:
1133
+ /*
1134
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1135
+ *
1136
+ * Based on Underscore.js, copyright Jeremy Ashkenas,
1137
+ * DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1138
+ *
1139
+ * This software consists of voluntary contributions made by many
1140
+ * individuals. For exact contribution history, see the revision history
1141
+ * available at https://github.com/lodash/lodash
1142
+ *
1143
+ * The following license applies to all parts of this software except as
1144
+ * documented below:
1145
+ *
1146
+ * ====
1147
+ *
1148
+ * Permission is hereby granted, free of charge, to any person obtaining
1149
+ * a copy of this software and associated documentation files (the
1150
+ * "Software"), to deal in the Software without restriction, including
1151
+ * without limitation the rights to use, copy, modify, merge, publish,
1152
+ * distribute, sublicense, and/or sell copies of the Software, and to
1153
+ * permit persons to whom the Software is furnished to do so, subject to
1154
+ * the following conditions:
1155
+ *
1156
+ * The above copyright notice and this permission notice shall be
1157
+ * included in all copies or substantial portions of the Software.
1158
+ *
1159
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1160
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1161
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1162
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1163
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1164
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1165
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1166
+ *
1167
+ * ====
1168
+ *
1169
+ * Copyright and related rights for sample code are waived via CC0. Sample
1170
+ * code is defined as all source code displayed within the prose of the
1171
+ * documentation.
1172
+ *
1173
+ * CC0: http://creativecommons.org/publicdomain/zero/1.0/
1174
+ *
1175
+ * ====
1176
+ *
1177
+ * Files located in the node_modules and vendor directories are externally
1178
+ * maintained libraries used by this software which have their own
1179
+ * licenses; we recommend you read them, as their terms may differ from the
1180
+ * terms above.
1181
+ */
1182
+
1183
+ log-symbols/license:
1184
+ /*
1185
+ * MIT License
1186
+ *
1187
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1188
+ *
1189
+ * 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:
1190
+ *
1191
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1192
+ *
1193
+ * 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.
1194
+ */
1195
+
1196
+ mimic-fn/license:
1197
+ /*
1198
+ * MIT License
1199
+ *
1200
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1201
+ *
1202
+ * 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:
1203
+ *
1204
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1205
+ *
1206
+ * 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.
1207
+ */
1208
+
1209
+ ms/package.json:
1210
+ /*
1211
+ * License: MIT
1212
+ */
1213
+
1214
+ mute-stream/LICENSE:
1215
+ /*
1216
+ * The ISC License
1217
+ *
1218
+ * Copyright (c) Isaac Z. Schlueter and Contributors
1219
+ *
1220
+ * Permission to use, copy, modify, and/or distribute this software for any
1221
+ * purpose with or without fee is hereby granted, provided that the above
1222
+ * copyright notice and this permission notice appear in all copies.
1223
+ *
1224
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1225
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1226
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1227
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1228
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1229
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1230
+ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1231
+ */
1232
+
1233
+ netmask/package.json:
1234
+ /*
1235
+ * License: MIT
1236
+ */
1237
+
1238
+ onetime/license:
1239
+ /*
1240
+ * MIT License
1241
+ *
1242
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1243
+ *
1244
+ * 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:
1245
+ *
1246
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1247
+ *
1248
+ * 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.
1249
+ */
1250
+
1251
+ ora/license:
1252
+ /*
1253
+ * MIT License
1254
+ *
1255
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1256
+ *
1257
+ * 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:
1258
+ *
1259
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1260
+ *
1261
+ * 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.
1262
+ */
1263
+
1264
+ pac-proxy-agent/LICENSE:
1265
+ /*
1266
+ * (The MIT License)
1267
+ *
1268
+ * Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1269
+ *
1270
+ * Permission is hereby granted, free of charge, to any person obtaining
1271
+ * a copy of this software and associated documentation files (the
1272
+ * 'Software'), to deal in the Software without restriction, including
1273
+ * without limitation the rights to use, copy, modify, merge, publish,
1274
+ * distribute, sublicense, and/or sell copies of the Software, and to
1275
+ * permit persons to whom the Software is furnished to do so, subject to
1276
+ * the following conditions:
1277
+ *
1278
+ * The above copyright notice and this permission notice shall be
1279
+ * included in all copies or substantial portions of the Software.
1280
+ *
1281
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1282
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1283
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1284
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1285
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1286
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1287
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1288
+ */
1289
+
1290
+ pac-resolver/LICENSE:
1291
+ /*
1292
+ * (The MIT License)
1293
+ *
1294
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1295
+ *
1296
+ * Permission is hereby granted, free of charge, to any person obtaining
1297
+ * a copy of this software and associated documentation files (the
1298
+ * 'Software'), to deal in the Software without restriction, including
1299
+ * without limitation the rights to use, copy, modify, merge, publish,
1300
+ * distribute, sublicense, and/or sell copies of the Software, and to
1301
+ * permit persons to whom the Software is furnished to do so, subject to
1302
+ * the following conditions:
1303
+ *
1304
+ * The above copyright notice and this permission notice shall be
1305
+ * included in all copies or substantial portions of the Software.
1306
+ *
1307
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1308
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1309
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1310
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1311
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1312
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1313
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1314
+ */
1315
+
1316
+ proxy-agent/LICENSE:
1317
+ /*
1318
+ * (The MIT License)
1319
+ *
1320
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1321
+ *
1322
+ * Permission is hereby granted, free of charge, to any person obtaining
1323
+ * a copy of this software and associated documentation files (the
1324
+ * 'Software'), to deal in the Software without restriction, including
1325
+ * without limitation the rights to use, copy, modify, merge, publish,
1326
+ * distribute, sublicense, and/or sell copies of the Software, and to
1327
+ * permit persons to whom the Software is furnished to do so, subject to
1328
+ * the following conditions:
1329
+ *
1330
+ * The above copyright notice and this permission notice shall be
1331
+ * included in all copies or substantial portions of the Software.
1332
+ *
1333
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1334
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1335
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1336
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1337
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1338
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1339
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1340
+ */
1341
+
1342
+ proxy-from-env/LICENSE:
1343
+ /*
1344
+ * The MIT License
1345
+ *
1346
+ * Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
1347
+ *
1348
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1349
+ * this software and associated documentation files (the "Software"), to deal in
1350
+ * the Software without restriction, including without limitation the rights to
1351
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1352
+ * of the Software, and to permit persons to whom the Software is furnished to do
1353
+ * so, subject to the following conditions:
1354
+ *
1355
+ * The above copyright notice and this permission notice shall be included in all
1356
+ * copies or substantial portions of the Software.
1357
+ *
1358
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1359
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1360
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1361
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1362
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1363
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1364
+ */
1365
+
1366
+ readable-stream/LICENSE:
1367
+ /*
1368
+ * Node.js is licensed for use as follows:
1369
+ *
1370
+ * """
1371
+ * Copyright Node.js contributors. All rights reserved.
1372
+ *
1373
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1374
+ * of this software and associated documentation files (the "Software"), to
1375
+ * deal in the Software without restriction, including without limitation the
1376
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1377
+ * sell copies of the Software, and to permit persons to whom the Software is
1378
+ * furnished to do so, subject to the following conditions:
1379
+ *
1380
+ * The above copyright notice and this permission notice shall be included in
1381
+ * all copies or substantial portions of the Software.
1382
+ *
1383
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1384
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1385
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1386
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1387
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1388
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1389
+ * IN THE SOFTWARE.
1390
+ * """
1391
+ *
1392
+ * This license applies to parts of Node.js originating from the
1393
+ * https://github.com/joyent/node repository:
1394
+ *
1395
+ * """
1396
+ * Copyright Joyent, Inc. and other Node contributors. All rights reserved.
1397
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1398
+ * of this software and associated documentation files (the "Software"), to
1399
+ * deal in the Software without restriction, including without limitation the
1400
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1401
+ * sell copies of the Software, and to permit persons to whom the Software is
1402
+ * furnished to do so, subject to the following conditions:
1403
+ *
1404
+ * The above copyright notice and this permission notice shall be included in
1405
+ * all copies or substantial portions of the Software.
1406
+ *
1407
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1408
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1409
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1410
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1411
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1412
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1413
+ * IN THE SOFTWARE.
1414
+ * """
1415
+ */
1416
+
1417
+ restore-cursor/license:
1418
+ /*
1419
+ * MIT License
1420
+ *
1421
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1422
+ *
1423
+ * 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:
1424
+ *
1425
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1426
+ *
1427
+ * 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.
1428
+ */
1429
+
1430
+ run-async/LICENSE:
1431
+ /*
1432
+ * The MIT License (MIT)
1433
+ *
1434
+ * Copyright (c) 2014 Simon Boudrias
1435
+ *
1436
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1437
+ * of this software and associated documentation files (the "Software"), to deal
1438
+ * in the Software without restriction, including without limitation the rights
1439
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1440
+ * copies of the Software, and to permit persons to whom the Software is
1441
+ * furnished to do so, subject to the following conditions:
1442
+ *
1443
+ * The above copyright notice and this permission notice shall be included in all
1444
+ * copies or substantial portions of the Software.
1445
+ *
1446
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1447
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1448
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1449
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1450
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1451
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1452
+ * SOFTWARE.
1453
+ */
1454
+
1455
+ rxjs/LICENSE.txt:
1456
+ /*
1457
+ * Apache License
1458
+ * Version 2.0, January 2004
1459
+ * http://www.apache.org/licenses/
1460
+ *
1461
+ * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1462
+ *
1463
+ * 1. Definitions.
1464
+ *
1465
+ * "License" shall mean the terms and conditions for use, reproduction,
1466
+ * and distribution as defined by Sections 1 through 9 of this document.
1467
+ *
1468
+ * "Licensor" shall mean the copyright owner or entity authorized by
1469
+ * the copyright owner that is granting the License.
1470
+ *
1471
+ * "Legal Entity" shall mean the union of the acting entity and all
1472
+ * other entities that control, are controlled by, or are under common
1473
+ * control with that entity. For the purposes of this definition,
1474
+ * "control" means (i) the power, direct or indirect, to cause the
1475
+ * direction or management of such entity, whether by contract or
1476
+ * otherwise, or (ii) ownership of fifty percent (50%) or more of the
1477
+ * outstanding shares, or (iii) beneficial ownership of such entity.
1478
+ *
1479
+ * "You" (or "Your") shall mean an individual or Legal Entity
1480
+ * exercising permissions granted by this License.
1481
+ *
1482
+ * "Source" form shall mean the preferred form for making modifications,
1483
+ * including but not limited to software source code, documentation
1484
+ * source, and configuration files.
1485
+ *
1486
+ * "Object" form shall mean any form resulting from mechanical
1487
+ * transformation or translation of a Source form, including but
1488
+ * not limited to compiled object code, generated documentation,
1489
+ * and conversions to other media types.
1490
+ *
1491
+ * "Work" shall mean the work of authorship, whether in Source or
1492
+ * Object form, made available under the License, as indicated by a
1493
+ * copyright notice that is included in or attached to the work
1494
+ * (an example is provided in the Appendix below).
1495
+ *
1496
+ * "Derivative Works" shall mean any work, whether in Source or Object
1497
+ * form, that is based on (or derived from) the Work and for which the
1498
+ * editorial revisions, annotations, elaborations, or other modifications
1499
+ * represent, as a whole, an original work of authorship. For the purposes
1500
+ * of this License, Derivative Works shall not include works that remain
1501
+ * separable from, or merely link (or bind by name) to the interfaces of,
1502
+ * the Work and Derivative Works thereof.
1503
+ *
1504
+ * "Contribution" shall mean any work of authorship, including
1505
+ * the original version of the Work and any modifications or additions
1506
+ * to that Work or Derivative Works thereof, that is intentionally
1507
+ * submitted to Licensor for inclusion in the Work by the copyright owner
1508
+ * or by an individual or Legal Entity authorized to submit on behalf of
1509
+ * the copyright owner. For the purposes of this definition, "submitted"
1510
+ * means any form of electronic, verbal, or written communication sent
1511
+ * to the Licensor or its representatives, including but not limited to
1512
+ * communication on electronic mailing lists, source code control systems,
1513
+ * and issue tracking systems that are managed by, or on behalf of, the
1514
+ * Licensor for the purpose of discussing and improving the Work, but
1515
+ * excluding communication that is conspicuously marked or otherwise
1516
+ * designated in writing by the copyright owner as "Not a Contribution."
1517
+ *
1518
+ * "Contributor" shall mean Licensor and any individual or Legal Entity
1519
+ * on behalf of whom a Contribution has been received by Licensor and
1520
+ * subsequently incorporated within the Work.
1521
+ *
1522
+ * 2. Grant of Copyright License. Subject to the terms and conditions of
1523
+ * this License, each Contributor hereby grants to You a perpetual,
1524
+ * worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1525
+ * copyright license to reproduce, prepare Derivative Works of,
1526
+ * publicly display, publicly perform, sublicense, and distribute the
1527
+ * Work and such Derivative Works in Source or Object form.
1528
+ *
1529
+ * 3. Grant of Patent License. Subject to the terms and conditions of
1530
+ * this License, each Contributor hereby grants to You a perpetual,
1531
+ * worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1532
+ * (except as stated in this section) patent license to make, have made,
1533
+ * use, offer to sell, sell, import, and otherwise transfer the Work,
1534
+ * where such license applies only to those patent claims licensable
1535
+ * by such Contributor that are necessarily infringed by their
1536
+ * Contribution(s) alone or by combination of their Contribution(s)
1537
+ * with the Work to which such Contribution(s) was submitted. If You
1538
+ * institute patent litigation against any entity (including a
1539
+ * cross-claim or counterclaim in a lawsuit) alleging that the Work
1540
+ * or a Contribution incorporated within the Work constitutes direct
1541
+ * or contributory patent infringement, then any patent licenses
1542
+ * granted to You under this License for that Work shall terminate
1543
+ * as of the date such litigation is filed.
1544
+ *
1545
+ * 4. Redistribution. You may reproduce and distribute copies of the
1546
+ * Work or Derivative Works thereof in any medium, with or without
1547
+ * modifications, and in Source or Object form, provided that You
1548
+ * meet the following conditions:
1549
+ *
1550
+ * (a) You must give any other recipients of the Work or
1551
+ * Derivative Works a copy of this License; and
1552
+ *
1553
+ * (b) You must cause any modified files to carry prominent notices
1554
+ * stating that You changed the files; and
1555
+ *
1556
+ * (c) You must retain, in the Source form of any Derivative Works
1557
+ * that You distribute, all copyright, patent, trademark, and
1558
+ * attribution notices from the Source form of the Work,
1559
+ * excluding those notices that do not pertain to any part of
1560
+ * the Derivative Works; and
1561
+ *
1562
+ * (d) If the Work includes a "NOTICE" text file as part of its
1563
+ * distribution, then any Derivative Works that You distribute must
1564
+ * include a readable copy of the attribution notices contained
1565
+ * within such NOTICE file, excluding those notices that do not
1566
+ * pertain to any part of the Derivative Works, in at least one
1567
+ * of the following places: within a NOTICE text file distributed
1568
+ * as part of the Derivative Works; within the Source form or
1569
+ * documentation, if provided along with the Derivative Works; or,
1570
+ * within a display generated by the Derivative Works, if and
1571
+ * wherever such third-party notices normally appear. The contents
1572
+ * of the NOTICE file are for informational purposes only and
1573
+ * do not modify the License. You may add Your own attribution
1574
+ * notices within Derivative Works that You distribute, alongside
1575
+ * or as an addendum to the NOTICE text from the Work, provided
1576
+ * that such additional attribution notices cannot be construed
1577
+ * as modifying the License.
1578
+ *
1579
+ * You may add Your own copyright statement to Your modifications and
1580
+ * may provide additional or different license terms and conditions
1581
+ * for use, reproduction, or distribution of Your modifications, or
1582
+ * for any such Derivative Works as a whole, provided Your use,
1583
+ * reproduction, and distribution of the Work otherwise complies with
1584
+ * the conditions stated in this License.
1585
+ *
1586
+ * 5. Submission of Contributions. Unless You explicitly state otherwise,
1587
+ * any Contribution intentionally submitted for inclusion in the Work
1588
+ * by You to the Licensor shall be under the terms and conditions of
1589
+ * this License, without any additional terms or conditions.
1590
+ * Notwithstanding the above, nothing herein shall supersede or modify
1591
+ * the terms of any separate license agreement you may have executed
1592
+ * with Licensor regarding such Contributions.
1593
+ *
1594
+ * 6. Trademarks. This License does not grant permission to use the trade
1595
+ * names, trademarks, service marks, or product names of the Licensor,
1596
+ * except as required for reasonable and customary use in describing the
1597
+ * origin of the Work and reproducing the content of the NOTICE file.
1598
+ *
1599
+ * 7. Disclaimer of Warranty. Unless required by applicable law or
1600
+ * agreed to in writing, Licensor provides the Work (and each
1601
+ * Contributor provides its Contributions) on an "AS IS" BASIS,
1602
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1603
+ * implied, including, without limitation, any warranties or conditions
1604
+ * of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1605
+ * PARTICULAR PURPOSE. You are solely responsible for determining the
1606
+ * appropriateness of using or redistributing the Work and assume any
1607
+ * risks associated with Your exercise of permissions under this License.
1608
+ *
1609
+ * 8. Limitation of Liability. In no event and under no legal theory,
1610
+ * whether in tort (including negligence), contract, or otherwise,
1611
+ * unless required by applicable law (such as deliberate and grossly
1612
+ * negligent acts) or agreed to in writing, shall any Contributor be
1613
+ * liable to You for damages, including any direct, indirect, special,
1614
+ * incidental, or consequential damages of any character arising as a
1615
+ * result of this License or out of the use or inability to use the
1616
+ * Work (including but not limited to damages for loss of goodwill,
1617
+ * work stoppage, computer failure or malfunction, or any and all
1618
+ * other commercial damages or losses), even if such Contributor
1619
+ * has been advised of the possibility of such damages.
1620
+ *
1621
+ * 9. Accepting Warranty or Additional Liability. While redistributing
1622
+ * the Work or Derivative Works thereof, You may choose to offer,
1623
+ * and charge a fee for, acceptance of support, warranty, indemnity,
1624
+ * or other liability obligations and/or rights consistent with this
1625
+ * License. However, in accepting such obligations, You may act only
1626
+ * on Your own behalf and on Your sole responsibility, not on behalf
1627
+ * of any other Contributor, and only if You agree to indemnify,
1628
+ * defend, and hold each Contributor harmless for any liability
1629
+ * incurred by, or claims asserted against, such Contributor by reason
1630
+ * of your accepting any such warranty or additional liability.
1631
+ *
1632
+ * END OF TERMS AND CONDITIONS
1633
+ *
1634
+ * APPENDIX: How to apply the Apache License to your work.
1635
+ *
1636
+ * To apply the Apache License to your work, attach the following
1637
+ * boilerplate notice, with the fields enclosed by brackets "[]"
1638
+ * replaced with your own identifying information. (Don't include
1639
+ * the brackets!) The text should be enclosed in the appropriate
1640
+ * comment syntax for the file format. We also recommend that a
1641
+ * file or class name and description of purpose be included on the
1642
+ * same "printed page" as the copyright notice for easier
1643
+ * identification within third-party archives.
1644
+ *
1645
+ * Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
1646
+ *
1647
+ * Licensed under the Apache License, Version 2.0 (the "License");
1648
+ * you may not use this file except in compliance with the License.
1649
+ * You may obtain a copy of the License at
1650
+ *
1651
+ * http://www.apache.org/licenses/LICENSE-2.0
1652
+ *
1653
+ * Unless required by applicable law or agreed to in writing, software
1654
+ * distributed under the License is distributed on an "AS IS" BASIS,
1655
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1656
+ * See the License for the specific language governing permissions and
1657
+ * limitations under the License.
1658
+ */
1659
+
1660
+ safe-buffer/LICENSE:
1661
+ /*
1662
+ * The MIT License (MIT)
1663
+ *
1664
+ * Copyright (c) Feross Aboukhadijeh
1665
+ *
1666
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1667
+ * of this software and associated documentation files (the "Software"), to deal
1668
+ * in the Software without restriction, including without limitation the rights
1669
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1670
+ * copies of the Software, and to permit persons to whom the Software is
1671
+ * furnished to do so, subject to the following conditions:
1672
+ *
1673
+ * The above copyright notice and this permission notice shall be included in
1674
+ * all copies or substantial portions of the Software.
1675
+ *
1676
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1677
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1678
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1679
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1680
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1681
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1682
+ * THE SOFTWARE.
1683
+ */
1684
+
1685
+ safer-buffer/LICENSE:
1686
+ /*
1687
+ * MIT License
1688
+ *
1689
+ * Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
1690
+ *
1691
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1692
+ * of this software and associated documentation files (the "Software"), to deal
1693
+ * in the Software without restriction, including without limitation the rights
1694
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1695
+ * copies of the Software, and to permit persons to whom the Software is
1696
+ * furnished to do so, subject to the following conditions:
1697
+ *
1698
+ * The above copyright notice and this permission notice shall be included in all
1699
+ * copies or substantial portions of the Software.
1700
+ *
1701
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1702
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1703
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1704
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1705
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1706
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1707
+ * SOFTWARE.
1708
+ */
1709
+
1710
+ sax/LICENSE:
1711
+ /*
1712
+ * The ISC License
1713
+ *
1714
+ * Copyright (c) 2010-2024 Isaac Z. Schlueter and Contributors
1715
+ *
1716
+ * Permission to use, copy, modify, and/or distribute this software for any
1717
+ * purpose with or without fee is hereby granted, provided that the above
1718
+ * copyright notice and this permission notice appear in all copies.
1719
+ *
1720
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1721
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1722
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1723
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1724
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1725
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1726
+ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1727
+ *
1728
+ * ====
1729
+ *
1730
+ * `String.fromCodePoint` by Mathias Bynens used according to terms of MIT
1731
+ * License, as follows:
1732
+ *
1733
+ * Copyright (c) 2010-2024 Mathias Bynens <https://mathiasbynens.be/>
1734
+ *
1735
+ * Permission is hereby granted, free of charge, to any person obtaining
1736
+ * a copy of this software and associated documentation files (the
1737
+ * "Software"), to deal in the Software without restriction, including
1738
+ * without limitation the rights to use, copy, modify, merge, publish,
1739
+ * distribute, sublicense, and/or sell copies of the Software, and to
1740
+ * permit persons to whom the Software is furnished to do so, subject to
1741
+ * the following conditions:
1742
+ *
1743
+ * The above copyright notice and this permission notice shall be
1744
+ * included in all copies or substantial portions of the Software.
1745
+ *
1746
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1747
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1748
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1749
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1750
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1751
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1752
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1753
+ */
1754
+
1755
+ set-value/LICENSE:
1756
+ /*
1757
+ * The MIT License (MIT)
1758
+ *
1759
+ * Copyright (c) 2014-present, Jon Schlinkert.
1760
+ *
1761
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1762
+ * of this software and associated documentation files (the "Software"), to deal
1763
+ * in the Software without restriction, including without limitation the rights
1764
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1765
+ * copies of the Software, and to permit persons to whom the Software is
1766
+ * furnished to do so, subject to the following conditions:
1767
+ *
1768
+ * The above copyright notice and this permission notice shall be included in
1769
+ * all copies or substantial portions of the Software.
1770
+ *
1771
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1772
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1773
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1774
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1775
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1776
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1777
+ * THE SOFTWARE.
1778
+ */
1779
+
1780
+ signal-exit/LICENSE.txt:
1781
+ /*
1782
+ * The ISC License
1783
+ *
1784
+ * Copyright (c) 2015, Contributors
1785
+ *
1786
+ * Permission to use, copy, modify, and/or distribute this software
1787
+ * for any purpose with or without fee is hereby granted, provided
1788
+ * that the above copyright notice and this permission notice
1789
+ * appear in all copies.
1790
+ *
1791
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1792
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
1793
+ * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
1794
+ * LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
1795
+ * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1796
+ * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1797
+ * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1798
+ */
1799
+
1800
+ smart-buffer/LICENSE:
1801
+ /*
1802
+ * The MIT License (MIT)
1803
+ *
1804
+ * Copyright (c) 2013-2017 Josh Glazebrook
1805
+ *
1806
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1807
+ * this software and associated documentation files (the "Software"), to deal in
1808
+ * the Software without restriction, including without limitation the rights to
1809
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1810
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1811
+ * subject to the following conditions:
1812
+ *
1813
+ * The above copyright notice and this permission notice shall be included in all
1814
+ * copies or substantial portions of the Software.
1815
+ *
1816
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1817
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1818
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1819
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1820
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1821
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1822
+ */
1823
+
1824
+ socks/LICENSE:
1825
+ /*
1826
+ * The MIT License (MIT)
1827
+ *
1828
+ * Copyright (c) 2013 Josh Glazebrook
1829
+ *
1830
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
1831
+ * this software and associated documentation files (the "Software"), to deal in
1832
+ * the Software without restriction, including without limitation the rights to
1833
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1834
+ * the Software, and to permit persons to whom the Software is furnished to do so,
1835
+ * subject to the following conditions:
1836
+ *
1837
+ * The above copyright notice and this permission notice shall be included in all
1838
+ * copies or substantial portions of the Software.
1839
+ *
1840
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1841
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1842
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1843
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1844
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1845
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1846
+ */
1847
+
1848
+ socks-proxy-agent/LICENSE:
1849
+ /*
1850
+ * (The MIT License)
1851
+ *
1852
+ * Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
1853
+ *
1854
+ * Permission is hereby granted, free of charge, to any person obtaining
1855
+ * a copy of this software and associated documentation files (the
1856
+ * 'Software'), to deal in the Software without restriction, including
1857
+ * without limitation the rights to use, copy, modify, merge, publish,
1858
+ * distribute, sublicense, and/or sell copies of the Software, and to
1859
+ * permit persons to whom the Software is furnished to do so, subject to
1860
+ * the following conditions:
1861
+ *
1862
+ * The above copyright notice and this permission notice shall be
1863
+ * included in all copies or substantial portions of the Software.
1864
+ *
1865
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1866
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1867
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1868
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1869
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1870
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1871
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1872
+ */
1873
+
1874
+ source-map/LICENSE:
1875
+ /*
1876
+ *
1877
+ * Copyright (c) 2009-2011, Mozilla Foundation and contributors
1878
+ * All rights reserved.
1879
+ *
1880
+ * Redistribution and use in source and binary forms, with or without
1881
+ * modification, are permitted provided that the following conditions are met:
1882
+ *
1883
+ * * Redistributions of source code must retain the above copyright notice, this
1884
+ * list of conditions and the following disclaimer.
1885
+ *
1886
+ * * Redistributions in binary form must reproduce the above copyright notice,
1887
+ * this list of conditions and the following disclaimer in the documentation
1888
+ * and/or other materials provided with the distribution.
1889
+ *
1890
+ * * Neither the names of the Mozilla Foundation nor the names of project
1891
+ * contributors may be used to endorse or promote products derived from this
1892
+ * software without specific prior written permission.
1893
+ *
1894
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1895
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1896
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1897
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1898
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1899
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1900
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1901
+ * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1902
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1903
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1904
+ */
1905
+
1906
+ sprintf-js/LICENSE:
1907
+ /*
1908
+ * Copyright (c) 2007-present, Alexandru Mărășteanu <hello@alexei.ro>
1909
+ * All rights reserved.
1910
+ *
1911
+ * Redistribution and use in source and binary forms, with or without
1912
+ * modification, are permitted provided that the following conditions are met:
1913
+ * * Redistributions of source code must retain the above copyright
1914
+ * notice, this list of conditions and the following disclaimer.
1915
+ * * Redistributions in binary form must reproduce the above copyright
1916
+ * notice, this list of conditions and the following disclaimer in the
1917
+ * documentation and/or other materials provided with the distribution.
1918
+ * * Neither the name of this software nor the names of its contributors may be
1919
+ * used to endorse or promote products derived from this software without
1920
+ * specific prior written permission.
1921
+ *
1922
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1923
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1924
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1925
+ * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1926
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1927
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1928
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1929
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1930
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1931
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1932
+ */
1933
+
1934
+ ssh2/LICENSE:
1935
+ /*
1936
+ * Copyright Brian White. All rights reserved.
1937
+ *
1938
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1939
+ * of this software and associated documentation files (the "Software"), to
1940
+ * deal in the Software without restriction, including without limitation the
1941
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1942
+ * sell copies of the Software, and to permit persons to whom the Software is
1943
+ * furnished to do so, subject to the following conditions:
1944
+ *
1945
+ * The above copyright notice and this permission notice shall be included in
1946
+ * all copies or substantial portions of the Software.
1947
+ *
1948
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1949
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1950
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1951
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1952
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1953
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1954
+ * IN THE SOFTWARE.
1955
+ */
1956
+
1957
+ sshpk/LICENSE:
1958
+ /*
1959
+ * Copyright Joyent, Inc. All rights reserved.
1960
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1961
+ * of this software and associated documentation files (the "Software"), to
1962
+ * deal in the Software without restriction, including without limitation the
1963
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1964
+ * sell copies of the Software, and to permit persons to whom the Software is
1965
+ * furnished to do so, subject to the following conditions:
1966
+ *
1967
+ * The above copyright notice and this permission notice shall be included in
1968
+ * all copies or substantial portions of the Software.
1969
+ *
1970
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1971
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1972
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1973
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1974
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1975
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1976
+ * IN THE SOFTWARE.
1977
+ */
1978
+
1979
+ string_decoder/LICENSE:
1980
+ /*
1981
+ * Node.js is licensed for use as follows:
1982
+ *
1983
+ * """
1984
+ * Copyright Node.js contributors. All rights reserved.
1985
+ *
1986
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1987
+ * of this software and associated documentation files (the "Software"), to
1988
+ * deal in the Software without restriction, including without limitation the
1989
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1990
+ * sell copies of the Software, and to permit persons to whom the Software is
1991
+ * furnished to do so, subject to the following conditions:
1992
+ *
1993
+ * The above copyright notice and this permission notice shall be included in
1994
+ * all copies or substantial portions of the Software.
1995
+ *
1996
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1997
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1998
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1999
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2000
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2001
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2002
+ * IN THE SOFTWARE.
2003
+ * """
2004
+ *
2005
+ * This license applies to parts of Node.js originating from the
2006
+ * https://github.com/joyent/node repository:
2007
+ *
2008
+ * """
2009
+ * Copyright Joyent, Inc. and other Node contributors. All rights reserved.
2010
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
2011
+ * of this software and associated documentation files (the "Software"), to
2012
+ * deal in the Software without restriction, including without limitation the
2013
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2014
+ * sell copies of the Software, and to permit persons to whom the Software is
2015
+ * furnished to do so, subject to the following conditions:
2016
+ *
2017
+ * The above copyright notice and this permission notice shall be included in
2018
+ * all copies or substantial portions of the Software.
2019
+ *
2020
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2021
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2022
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2023
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2024
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2025
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2026
+ * IN THE SOFTWARE.
2027
+ * """
2028
+ */
2029
+
2030
+ string-width/license:
2031
+ /*
2032
+ * MIT License
2033
+ *
2034
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2035
+ *
2036
+ * 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:
2037
+ *
2038
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2039
+ *
2040
+ * 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.
2041
+ */
2042
+
2043
+ strip-ansi/license:
2044
+ /*
2045
+ * MIT License
2046
+ *
2047
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2048
+ *
2049
+ * 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:
2050
+ *
2051
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2052
+ *
2053
+ * 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.
2054
+ */
2055
+
2056
+ supports-color/license:
2057
+ /*
2058
+ * MIT License
2059
+ *
2060
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2061
+ *
2062
+ * 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:
2063
+ *
2064
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2065
+ *
2066
+ * 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.
2067
+ */
2068
+
2069
+ supports-hyperlinks/license:
2070
+ /*
2071
+ * MIT License
2072
+ *
2073
+ * Copyright (c) James Talmage <james@talmage.io> (github.com/jamestalmage)
2074
+ *
2075
+ * 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:
2076
+ *
2077
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2078
+ *
2079
+ * 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.
2080
+ */
2081
+
2082
+ terminal-link/license:
2083
+ /*
2084
+ * MIT License
2085
+ *
2086
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2087
+ *
2088
+ * 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:
2089
+ *
2090
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2091
+ *
2092
+ * 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.
2093
+ */
2094
+
2095
+ through/package.json:
2096
+ /*
2097
+ * License: MIT
2098
+ */
2099
+
2100
+ tinyexec/LICENSE:
2101
+ /*
2102
+ * MIT License
2103
+ *
2104
+ * Copyright (c) 2024 Tinylibs
2105
+ *
2106
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
2107
+ * of this software and associated documentation files (the "Software"), to deal
2108
+ * in the Software without restriction, including without limitation the rights
2109
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2110
+ * copies of the Software, and to permit persons to whom the Software is
2111
+ * furnished to do so, subject to the following conditions:
2112
+ *
2113
+ * The above copyright notice and this permission notice shall be included in all
2114
+ * copies or substantial portions of the Software.
2115
+ *
2116
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2117
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2118
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2119
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2120
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2122
+ * SOFTWARE.
2123
+ */
2124
+
2125
+ tslib/LICENSE.txt:
2126
+ /*
2127
+ * Copyright (c) Microsoft Corporation.
7
2128
  *
2129
+ *
8
2130
  *
2131
+ * Permission to use, copy, modify, and/or distribute this software for any
9
2132
  *
2133
+ * purpose with or without fee is hereby granted.
10
2134
  *
2135
+ *
11
2136
  *
2137
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
2138
  *
2139
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
2140
  *
2141
+ * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
2142
  *
2143
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
2144
  *
2145
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
2146
  *
2147
+ * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
2148
  *
2149
+ * PERFORMANCE OF THIS SOFTWARE.
2150
+ */
2151
+
2152
+ tweetnacl/LICENSE:
2153
+ /*
2154
+ * This is free and unencumbered software released into the public domain.
2155
+ *
2156
+ * Anyone is free to copy, modify, publish, use, compile, sell, or
2157
+ * distribute this software, either in source code form or as a compiled
2158
+ * binary, for any purpose, commercial or non-commercial, and by any
2159
+ * means.
2160
+ *
2161
+ * In jurisdictions that recognize copyright laws, the author or authors
2162
+ * of this software dedicate any and all copyright interest in the
2163
+ * software to the public domain. We make this dedication for the benefit
2164
+ * of the public at large and to the detriment of our heirs and
2165
+ * successors. We intend this dedication to be an overt act of
2166
+ * relinquishment in perpetuity of all present and future rights to this
2167
+ * software under copyright law.
2168
+ *
2169
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2170
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2171
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2172
+ * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
2173
+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2174
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2175
+ * OTHER DEALINGS IN THE SOFTWARE.
2176
+ *
2177
+ * For more information, please refer to <http://unlicense.org>
2178
+ */
2179
+
2180
+ typanion/package.json:
2181
+ /*
2182
+ * License: MIT
2183
+ */
2184
+
2185
+ undici/LICENSE:
2186
+ /*
2187
+ * MIT License
2188
+ *
2189
+ * Copyright (c) Matteo Collina and Undici contributors
2190
+ *
2191
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
2192
+ * of this software and associated documentation files (the "Software"), to deal
2193
+ * in the Software without restriction, including without limitation the rights
2194
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2195
+ * copies of the Software, and to permit persons to whom the Software is
2196
+ * furnished to do so, subject to the following conditions:
2197
+ *
2198
+ * The above copyright notice and this permission notice shall be included in all
2199
+ * copies or substantial portions of the Software.
2200
+ *
2201
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2202
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2203
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2204
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2205
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2206
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2207
+ * SOFTWARE.
2208
+ */
2209
+
2210
+ universalify/LICENSE:
2211
+ /*
2212
+ * (The MIT License)
2213
+ *
2214
+ * Copyright (c) 2017, Ryan Zimmerman <opensrc@ryanzim.com>
2215
+ *
2216
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
2217
+ * this software and associated documentation files (the 'Software'), to deal in
2218
+ * the Software without restriction, including without limitation the rights to
2219
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2220
+ * the Software, and to permit persons to whom the Software is furnished to do so,
2221
+ * subject to the following conditions:
2222
+ *
2223
+ * The above copyright notice and this permission notice shall be included in all
2224
+ * copies or substantial portions of the Software.
2225
+ *
2226
+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2227
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2228
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2229
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2230
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2231
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2232
+ */
2233
+
2234
+ upath/LICENSE:
2235
+ /*
2236
+ * Copyright(c) 2014-2020 Angelos Pikoulas (agelos.pikoulas@gmail.com)
2237
+ *
2238
+ * Permission is hereby granted, free of charge, to any person
2239
+ * obtaining a copy of this software and associated documentation
2240
+ * files (the "Software"), to deal in the Software without
2241
+ * restriction, including without limitation the rights to use,
2242
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
2243
+ * copies of the Software, and to permit persons to whom the
2244
+ * Software is furnished to do so, subject to the following
2245
+ * conditions:
2246
+ *
2247
+ * The above copyright notice and this permission notice shall be
2248
+ * included in all copies or substantial portions of the Software.
2249
+ *
2250
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2251
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2252
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2253
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2254
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2255
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2256
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2257
+ * OTHER DEALINGS IN THE SOFTWARE.
2258
+ */
2259
+
2260
+ util-deprecate/LICENSE:
2261
+ /*
2262
+ * (The MIT License)
2263
+ *
2264
+ * Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
2265
+ *
2266
+ * Permission is hereby granted, free of charge, to any person
2267
+ * obtaining a copy of this software and associated documentation
2268
+ * files (the "Software"), to deal in the Software without
2269
+ * restriction, including without limitation the rights to use,
2270
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
2271
+ * copies of the Software, and to permit persons to whom the
2272
+ * Software is furnished to do so, subject to the following
2273
+ * conditions:
2274
+ *
2275
+ * The above copyright notice and this permission notice shall be
2276
+ * included in all copies or substantial portions of the Software.
2277
+ *
2278
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2279
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2280
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2281
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2282
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2283
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2284
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2285
+ * OTHER DEALINGS IN THE SOFTWARE.
2286
+ */
2287
+
2288
+ wcwidth/LICENSE:
2289
+ /*
2290
+ * wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation
2291
+ * =======================================================================
2292
+ *
2293
+ * Copyright (C) 2012 by Jun Woong.
2294
+ *
2295
+ * This package is a JavaScript porting of `wcwidth()` implementation
2296
+ * [by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c).
2297
+ *
2298
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
2299
+ * this software and associated documentation files (the "Software"), to deal in
2300
+ * the Software without restriction, including without limitation the rights to
2301
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
2302
+ * of the Software, and to permit persons to whom the Software is furnished to do
2303
+ * so, subject to the following conditions:
2304
+ *
2305
+ * The above copyright notice and this permission notice shall be included in all
2306
+ * copies or substantial portions of the Software.
2307
+ *
2308
+ *
2309
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2310
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
2311
+ * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
2312
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2313
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2314
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
2315
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
2316
+ * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2317
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2318
+ * POSSIBILITY OF SUCH DAMAGE.
2319
+ */
2320
+
2321
+ wrap-ansi/license:
2322
+ /*
2323
+ * MIT License
2324
+ *
2325
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2326
+ *
2327
+ * 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:
2328
+ *
2329
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2330
+ *
2331
+ * 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.
2332
+ */
2333
+
2334
+ ws/LICENSE:
2335
+ /*
2336
+ * The MIT License (MIT)
2337
+ *
2338
+ * Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
2339
+ *
2340
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
2341
+ * of this software and associated documentation files (the "Software"), to deal
2342
+ * in the Software without restriction, including without limitation the rights
2343
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2344
+ * copies of the Software, and to permit persons to whom the Software is
2345
+ * furnished to do so, subject to the following conditions:
2346
+ *
2347
+ * The above copyright notice and this permission notice shall be included in all
2348
+ * copies or substantial portions of the Software.
2349
+ *
2350
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2351
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2352
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2353
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2354
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2355
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2356
+ * SOFTWARE.
2357
+ */
2358
+
2359
+ xml2js/LICENSE:
2360
+ /*
2361
+ * Copyright 2010, 2011, 2012, 2013. All rights reserved.
2362
+ *
2363
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
2364
+ * of this software and associated documentation files (the "Software"), to
2365
+ * deal in the Software without restriction, including without limitation the
2366
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2367
+ * sell copies of the Software, and to permit persons to whom the Software is
2368
+ * furnished to do so, subject to the following conditions:
2369
+ *
2370
+ * The above copyright notice and this permission notice shall be included in
2371
+ * all copies or substantial portions of the Software.
2372
+ *
2373
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2374
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2375
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2376
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2377
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2378
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2379
+ * IN THE SOFTWARE.
2380
+ */
2381
+
2382
+ xmlbuilder/LICENSE:
2383
+ /*
2384
+ * The MIT License (MIT)
18
2385
  *
2386
+ *
19
2387
  *
2388
+ * Copyright (c) 2013 Ozgur Ozcitak
20
2389
  *
2390
+ *
21
2391
  *
2392
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
22
2393
  *
2394
+ * of this software and associated documentation files (the "Software"), to deal
23
2395
  *
2396
+ * in the Software without restriction, including without limitation the rights
24
2397
  *
2398
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25
2399
  *
2400
+ * copies of the Software, and to permit persons to whom the Software is
26
2401
  *
2402
+ * furnished to do so, subject to the following conditions:
27
2403
  *
2404
+ *
28
2405
  *
2406
+ * The above copyright notice and this permission notice shall be included in
29
2407
  *
2408
+ * all copies or substantial portions of the Software.
30
2409
  *
2410
+ *
31
2411
  *
2412
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
2413
  *
2414
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
2415
  *
2416
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34
2417
  *
2418
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
2419
  *
2420
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36
2421
  *
2422
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37
2423
  *
2424
+ * THE SOFTWARE.
2425
+ */
2426
+
2427
+ yamux-js/LICENSE:
2428
+ /*
2429
+ * MIT License
2430
+ *
2431
+ * Copyright (c) 2020 th-ch
2432
+ *
2433
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
2434
+ * of this software and associated documentation files (the "Software"), to deal
2435
+ * in the Software without restriction, including without limitation the rights
2436
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2437
+ * copies of the Software, and to permit persons to whom the Software is
2438
+ * furnished to do so, subject to the following conditions:
2439
+ *
2440
+ * The above copyright notice and this permission notice shall be included in all
2441
+ * copies or substantial portions of the Software.
2442
+ *
2443
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2444
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2445
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2446
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2447
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2448
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2449
+ * SOFTWARE.
2450
+ */