ThirdPartyNotices.txt 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195
  1. NOTICES AND INFORMATION
  2. Do Not Translate or Localize
  3. This software incorporates material from third parties.
  4. Microsoft makes certain open source code available at https://3rdpartysource.microsoft.com,
  5. or you may send a check or money order for US $5.00, including the product name,
  6. the open source component name, platform, and version number, to:
  7. Source Code Compliance Team
  8. Microsoft Corporation
  9. One Microsoft Way
  10. Redmond, WA 98052
  11. USA
  12. Notwithstanding any other terms, you may reverse engineer this software to the extent
  13. required to debug changes to any libraries licensed under the GNU Lesser General Public License.
  14. ---------------------------------------------------------
  15. human-signals 1.1.1 - Apache-2.0
  16. https://git.io/JeluP
  17. Copyright 2019 ehmicky <ehmicky@gmail.com>
  18. Apache License
  19. Version 2.0, January 2004
  20. http://www.apache.org/licenses/
  21. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  22. 1. Definitions.
  23. "License" shall mean the terms and conditions for use, reproduction,
  24. and distribution as defined by Sections 1 through 9 of this document.
  25. "Licensor" shall mean the copyright owner or entity authorized by
  26. the copyright owner that is granting the License.
  27. "Legal Entity" shall mean the union of the acting entity and all
  28. other entities that control, are controlled by, or are under common
  29. control with that entity. For the purposes of this definition,
  30. "control" means (i) the power, direct or indirect, to cause the
  31. direction or management of such entity, whether by contract or
  32. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  33. outstanding shares, or (iii) beneficial ownership of such entity.
  34. "You" (or "Your") shall mean an individual or Legal Entity
  35. exercising permissions granted by this License.
  36. "Source" form shall mean the preferred form for making modifications,
  37. including but not limited to software source code, documentation
  38. source, and configuration files.
  39. "Object" form shall mean any form resulting from mechanical
  40. transformation or translation of a Source form, including but
  41. not limited to compiled object code, generated documentation,
  42. and conversions to other media types.
  43. "Work" shall mean the work of authorship, whether in Source or
  44. Object form, made available under the License, as indicated by a
  45. copyright notice that is included in or attached to the work
  46. (an example is provided in the Appendix below).
  47. "Derivative Works" shall mean any work, whether in Source or Object
  48. form, that is based on (or derived from) the Work and for which the
  49. editorial revisions, annotations, elaborations, or other modifications
  50. represent, as a whole, an original work of authorship. For the purposes
  51. of this License, Derivative Works shall not include works that remain
  52. separable from, or merely link (or bind by name) to the interfaces of,
  53. the Work and Derivative Works thereof.
  54. "Contribution" shall mean any work of authorship, including
  55. the original version of the Work and any modifications or additions
  56. to that Work or Derivative Works thereof, that is intentionally
  57. submitted to Licensor for inclusion in the Work by the copyright owner
  58. or by an individual or Legal Entity authorized to submit on behalf of
  59. the copyright owner. For the purposes of this definition, "submitted"
  60. means any form of electronic, verbal, or written communication sent
  61. to the Licensor or its representatives, including but not limited to
  62. communication on electronic mailing lists, source code control systems,
  63. and issue tracking systems that are managed by, or on behalf of, the
  64. Licensor for the purpose of discussing and improving the Work, but
  65. excluding communication that is conspicuously marked or otherwise
  66. designated in writing by the copyright owner as "Not a Contribution."
  67. "Contributor" shall mean Licensor and any individual or Legal Entity
  68. on behalf of whom a Contribution has been received by Licensor and
  69. subsequently incorporated within the Work.
  70. 2. Grant of Copyright License. Subject to the terms and conditions of
  71. this License, each Contributor hereby grants to You a perpetual,
  72. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  73. copyright license to reproduce, prepare Derivative Works of,
  74. publicly display, publicly perform, sublicense, and distribute the
  75. Work and such Derivative Works in Source or Object form.
  76. 3. Grant of Patent License. Subject to the terms and conditions of
  77. this License, each Contributor hereby grants to You a perpetual,
  78. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  79. (except as stated in this section) patent license to make, have made,
  80. use, offer to sell, sell, import, and otherwise transfer the Work,
  81. where such license applies only to those patent claims licensable
  82. by such Contributor that are necessarily infringed by their
  83. Contribution(s) alone or by combination of their Contribution(s)
  84. with the Work to which such Contribution(s) was submitted. If You
  85. institute patent litigation against any entity (including a
  86. cross-claim or counterclaim in a lawsuit) alleging that the Work
  87. or a Contribution incorporated within the Work constitutes direct
  88. or contributory patent infringement, then any patent licenses
  89. granted to You under this License for that Work shall terminate
  90. as of the date such litigation is filed.
  91. 4. Redistribution. You may reproduce and distribute copies of the
  92. Work or Derivative Works thereof in any medium, with or without
  93. modifications, and in Source or Object form, provided that You
  94. meet the following conditions:
  95. (a) You must give any other recipients of the Work or
  96. Derivative Works a copy of this License; and
  97. (b) You must cause any modified files to carry prominent notices
  98. stating that You changed the files; and
  99. (c) You must retain, in the Source form of any Derivative Works
  100. that You distribute, all copyright, patent, trademark, and
  101. attribution notices from the Source form of the Work,
  102. excluding those notices that do not pertain to any part of
  103. the Derivative Works; and
  104. (d) If the Work includes a "NOTICE" text file as part of its
  105. distribution, then any Derivative Works that You distribute must
  106. include a readable copy of the attribution notices contained
  107. within such NOTICE file, excluding those notices that do not
  108. pertain to any part of the Derivative Works, in at least one
  109. of the following places: within a NOTICE text file distributed
  110. as part of the Derivative Works; within the Source form or
  111. documentation, if provided along with the Derivative Works; or,
  112. within a display generated by the Derivative Works, if and
  113. wherever such third-party notices normally appear. The contents
  114. of the NOTICE file are for informational purposes only and
  115. do not modify the License. You may add Your own attribution
  116. notices within Derivative Works that You distribute, alongside
  117. or as an addendum to the NOTICE text from the Work, provided
  118. that such additional attribution notices cannot be construed
  119. as modifying the License.
  120. You may add Your own copyright statement to Your modifications and
  121. may provide additional or different license terms and conditions
  122. for use, reproduction, or distribution of Your modifications, or
  123. for any such Derivative Works as a whole, provided Your use,
  124. reproduction, and distribution of the Work otherwise complies with
  125. the conditions stated in this License.
  126. 5. Submission of Contributions. Unless You explicitly state otherwise,
  127. any Contribution intentionally submitted for inclusion in the Work
  128. by You to the Licensor shall be under the terms and conditions of
  129. this License, without any additional terms or conditions.
  130. Notwithstanding the above, nothing herein shall supersede or modify
  131. the terms of any separate license agreement you may have executed
  132. with Licensor regarding such Contributions.
  133. 6. Trademarks. This License does not grant permission to use the trade
  134. names, trademarks, service marks, or product names of the Licensor,
  135. except as required for reasonable and customary use in describing the
  136. origin of the Work and reproducing the content of the NOTICE file.
  137. 7. Disclaimer of Warranty. Unless required by applicable law or
  138. agreed to in writing, Licensor provides the Work (and each
  139. Contributor provides its Contributions) on an "AS IS" BASIS,
  140. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  141. implied, including, without limitation, any warranties or conditions
  142. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  143. PARTICULAR PURPOSE. You are solely responsible for determining the
  144. appropriateness of using or redistributing the Work and assume any
  145. risks associated with Your exercise of permissions under this License.
  146. 8. Limitation of Liability. In no event and under no legal theory,
  147. whether in tort (including negligence), contract, or otherwise,
  148. unless required by applicable law (such as deliberate and grossly
  149. negligent acts) or agreed to in writing, shall any Contributor be
  150. liable to You for damages, including any direct, indirect, special,
  151. incidental, or consequential damages of any character arising as a
  152. result of this License or out of the use or inability to use the
  153. Work (including but not limited to damages for loss of goodwill,
  154. work stoppage, computer failure or malfunction, or any and all
  155. other commercial damages or losses), even if such Contributor
  156. has been advised of the possibility of such damages.
  157. 9. Accepting Warranty or Additional Liability. While redistributing
  158. the Work or Derivative Works thereof, You may choose to offer,
  159. and charge a fee for, acceptance of support, warranty, indemnity,
  160. or other liability obligations and/or rights consistent with this
  161. License. However, in accepting such obligations, You may act only
  162. on Your own behalf and on Your sole responsibility, not on behalf
  163. of any other Contributor, and only if You agree to indemnify,
  164. defend, and hold each Contributor harmless for any liability
  165. incurred by, or claims asserted against, such Contributor by reason
  166. of your accepting any such warranty or additional liability.
  167. END OF TERMS AND CONDITIONS
  168. APPENDIX: How to apply the Apache License to your work.
  169. To apply the Apache License to your work, attach the following
  170. boilerplate notice, with the fields enclosed by brackets "[]"
  171. replaced with your own identifying information. (Don't include
  172. the brackets!) The text should be enclosed in the appropriate
  173. comment syntax for the file format. We also recommend that a
  174. file or class name and description of purpose be included on the
  175. same "printed page" as the copyright notice for easier
  176. identification within third-party archives.
  177. Copyright 2019 ehmicky <ehmicky@gmail.com>
  178. Licensed under the Apache License, Version 2.0 (the "License");
  179. you may not use this file except in compliance with the License.
  180. You may obtain a copy of the License at
  181. http://www.apache.org/licenses/LICENSE-2.0
  182. Unless required by applicable law or agreed to in writing, software
  183. distributed under the License is distributed on an "AS IS" BASIS,
  184. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  185. See the License for the specific language governing permissions and
  186. limitations under the License.
  187. ---------------------------------------------------------
  188. ---------------------------------------------------------
  189. human-signals 2.1.0 - Apache-2.0
  190. https://git.io/JeluP
  191. Copyright 2019 ehmicky <ehmicky@gmail.com>
  192. Apache License
  193. Version 2.0, January 2004
  194. http://www.apache.org/licenses/
  195. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  196. 1. Definitions.
  197. "License" shall mean the terms and conditions for use, reproduction,
  198. and distribution as defined by Sections 1 through 9 of this document.
  199. "Licensor" shall mean the copyright owner or entity authorized by
  200. the copyright owner that is granting the License.
  201. "Legal Entity" shall mean the union of the acting entity and all
  202. other entities that control, are controlled by, or are under common
  203. control with that entity. For the purposes of this definition,
  204. "control" means (i) the power, direct or indirect, to cause the
  205. direction or management of such entity, whether by contract or
  206. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  207. outstanding shares, or (iii) beneficial ownership of such entity.
  208. "You" (or "Your") shall mean an individual or Legal Entity
  209. exercising permissions granted by this License.
  210. "Source" form shall mean the preferred form for making modifications,
  211. including but not limited to software source code, documentation
  212. source, and configuration files.
  213. "Object" form shall mean any form resulting from mechanical
  214. transformation or translation of a Source form, including but
  215. not limited to compiled object code, generated documentation,
  216. and conversions to other media types.
  217. "Work" shall mean the work of authorship, whether in Source or
  218. Object form, made available under the License, as indicated by a
  219. copyright notice that is included in or attached to the work
  220. (an example is provided in the Appendix below).
  221. "Derivative Works" shall mean any work, whether in Source or Object
  222. form, that is based on (or derived from) the Work and for which the
  223. editorial revisions, annotations, elaborations, or other modifications
  224. represent, as a whole, an original work of authorship. For the purposes
  225. of this License, Derivative Works shall not include works that remain
  226. separable from, or merely link (or bind by name) to the interfaces of,
  227. the Work and Derivative Works thereof.
  228. "Contribution" shall mean any work of authorship, including
  229. the original version of the Work and any modifications or additions
  230. to that Work or Derivative Works thereof, that is intentionally
  231. submitted to Licensor for inclusion in the Work by the copyright owner
  232. or by an individual or Legal Entity authorized to submit on behalf of
  233. the copyright owner. For the purposes of this definition, "submitted"
  234. means any form of electronic, verbal, or written communication sent
  235. to the Licensor or its representatives, including but not limited to
  236. communication on electronic mailing lists, source code control systems,
  237. and issue tracking systems that are managed by, or on behalf of, the
  238. Licensor for the purpose of discussing and improving the Work, but
  239. excluding communication that is conspicuously marked or otherwise
  240. designated in writing by the copyright owner as "Not a Contribution."
  241. "Contributor" shall mean Licensor and any individual or Legal Entity
  242. on behalf of whom a Contribution has been received by Licensor and
  243. subsequently incorporated within the Work.
  244. 2. Grant of Copyright License. Subject to the terms and conditions of
  245. this License, each Contributor hereby grants to You a perpetual,
  246. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  247. copyright license to reproduce, prepare Derivative Works of,
  248. publicly display, publicly perform, sublicense, and distribute the
  249. Work and such Derivative Works in Source or Object form.
  250. 3. Grant of Patent License. Subject to the terms and conditions of
  251. this License, each Contributor hereby grants to You a perpetual,
  252. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  253. (except as stated in this section) patent license to make, have made,
  254. use, offer to sell, sell, import, and otherwise transfer the Work,
  255. where such license applies only to those patent claims licensable
  256. by such Contributor that are necessarily infringed by their
  257. Contribution(s) alone or by combination of their Contribution(s)
  258. with the Work to which such Contribution(s) was submitted. If You
  259. institute patent litigation against any entity (including a
  260. cross-claim or counterclaim in a lawsuit) alleging that the Work
  261. or a Contribution incorporated within the Work constitutes direct
  262. or contributory patent infringement, then any patent licenses
  263. granted to You under this License for that Work shall terminate
  264. as of the date such litigation is filed.
  265. 4. Redistribution. You may reproduce and distribute copies of the
  266. Work or Derivative Works thereof in any medium, with or without
  267. modifications, and in Source or Object form, provided that You
  268. meet the following conditions:
  269. (a) You must give any other recipients of the Work or
  270. Derivative Works a copy of this License; and
  271. (b) You must cause any modified files to carry prominent notices
  272. stating that You changed the files; and
  273. (c) You must retain, in the Source form of any Derivative Works
  274. that You distribute, all copyright, patent, trademark, and
  275. attribution notices from the Source form of the Work,
  276. excluding those notices that do not pertain to any part of
  277. the Derivative Works; and
  278. (d) If the Work includes a "NOTICE" text file as part of its
  279. distribution, then any Derivative Works that You distribute must
  280. include a readable copy of the attribution notices contained
  281. within such NOTICE file, excluding those notices that do not
  282. pertain to any part of the Derivative Works, in at least one
  283. of the following places: within a NOTICE text file distributed
  284. as part of the Derivative Works; within the Source form or
  285. documentation, if provided along with the Derivative Works; or,
  286. within a display generated by the Derivative Works, if and
  287. wherever such third-party notices normally appear. The contents
  288. of the NOTICE file are for informational purposes only and
  289. do not modify the License. You may add Your own attribution
  290. notices within Derivative Works that You distribute, alongside
  291. or as an addendum to the NOTICE text from the Work, provided
  292. that such additional attribution notices cannot be construed
  293. as modifying the License.
  294. You may add Your own copyright statement to Your modifications and
  295. may provide additional or different license terms and conditions
  296. for use, reproduction, or distribution of Your modifications, or
  297. for any such Derivative Works as a whole, provided Your use,
  298. reproduction, and distribution of the Work otherwise complies with
  299. the conditions stated in this License.
  300. 5. Submission of Contributions. Unless You explicitly state otherwise,
  301. any Contribution intentionally submitted for inclusion in the Work
  302. by You to the Licensor shall be under the terms and conditions of
  303. this License, without any additional terms or conditions.
  304. Notwithstanding the above, nothing herein shall supersede or modify
  305. the terms of any separate license agreement you may have executed
  306. with Licensor regarding such Contributions.
  307. 6. Trademarks. This License does not grant permission to use the trade
  308. names, trademarks, service marks, or product names of the Licensor,
  309. except as required for reasonable and customary use in describing the
  310. origin of the Work and reproducing the content of the NOTICE file.
  311. 7. Disclaimer of Warranty. Unless required by applicable law or
  312. agreed to in writing, Licensor provides the Work (and each
  313. Contributor provides its Contributions) on an "AS IS" BASIS,
  314. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  315. implied, including, without limitation, any warranties or conditions
  316. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  317. PARTICULAR PURPOSE. You are solely responsible for determining the
  318. appropriateness of using or redistributing the Work and assume any
  319. risks associated with Your exercise of permissions under this License.
  320. 8. Limitation of Liability. In no event and under no legal theory,
  321. whether in tort (including negligence), contract, or otherwise,
  322. unless required by applicable law (such as deliberate and grossly
  323. negligent acts) or agreed to in writing, shall any Contributor be
  324. liable to You for damages, including any direct, indirect, special,
  325. incidental, or consequential damages of any character arising as a
  326. result of this License or out of the use or inability to use the
  327. Work (including but not limited to damages for loss of goodwill,
  328. work stoppage, computer failure or malfunction, or any and all
  329. other commercial damages or losses), even if such Contributor
  330. has been advised of the possibility of such damages.
  331. 9. Accepting Warranty or Additional Liability. While redistributing
  332. the Work or Derivative Works thereof, You may choose to offer,
  333. and charge a fee for, acceptance of support, warranty, indemnity,
  334. or other liability obligations and/or rights consistent with this
  335. License. However, in accepting such obligations, You may act only
  336. on Your own behalf and on Your sole responsibility, not on behalf
  337. of any other Contributor, and only if You agree to indemnify,
  338. defend, and hold each Contributor harmless for any liability
  339. incurred by, or claims asserted against, such Contributor by reason
  340. of your accepting any such warranty or additional liability.
  341. END OF TERMS AND CONDITIONS
  342. APPENDIX: How to apply the Apache License to your work.
  343. To apply the Apache License to your work, attach the following
  344. boilerplate notice, with the fields enclosed by brackets "[]"
  345. replaced with your own identifying information. (Don't include
  346. the brackets!) The text should be enclosed in the appropriate
  347. comment syntax for the file format. We also recommend that a
  348. file or class name and description of purpose be included on the
  349. same "printed page" as the copyright notice for easier
  350. identification within third-party archives.
  351. Copyright 2019 ehmicky <ehmicky@gmail.com>
  352. Licensed under the Apache License, Version 2.0 (the "License");
  353. you may not use this file except in compliance with the License.
  354. You may obtain a copy of the License at
  355. http://www.apache.org/licenses/LICENSE-2.0
  356. Unless required by applicable law or agreed to in writing, software
  357. distributed under the License is distributed on an "AS IS" BASIS,
  358. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  359. See the License for the specific language governing permissions and
  360. limitations under the License.
  361. ---------------------------------------------------------
  362. ---------------------------------------------------------
  363. duplexer3 1.0.0 - BSD-3-Clause
  364. https://github.com/sindresorhus/duplexer3#readme
  365. Copyright (c) 2022, Sindre Sorhus
  366. Copyright (c) 2013, Deoxxa Development
  367. Copyright (c) 2020, Vsevolod Strukchinsky
  368. Copyright (c) 2022, Sindre Sorhus.
  369. Copyright (c) 2020, Vsevolod Strukchinsky.
  370. Copyright (c) 2013, Deoxxa Development.
  371. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  372. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  373. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  374. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  375. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  376. ---------------------------------------------------------
  377. ---------------------------------------------------------
  378. isexe 2.0.0 - ISC
  379. https://github.com/isaacs/isexe#readme
  380. Copyright (c) Isaac Z. Schlueter and Contributors
  381. The ISC License
  382. Copyright (c) Isaac Z. Schlueter and Contributors
  383. Permission to use, copy, modify, and/or distribute this software for any
  384. purpose with or without fee is hereby granted, provided that the above
  385. copyright notice and this permission notice appear in all copies.
  386. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  387. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  388. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  389. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  390. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  391. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  392. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  393. ---------------------------------------------------------
  394. ---------------------------------------------------------
  395. once 1.4.0 - ISC
  396. https://github.com/isaacs/once#readme
  397. Copyright (c) Isaac Z. Schlueter and Contributors
  398. The ISC License
  399. Copyright (c) Isaac Z. Schlueter and Contributors
  400. Permission to use, copy, modify, and/or distribute this software for any
  401. purpose with or without fee is hereby granted, provided that the above
  402. copyright notice and this permission notice appear in all copies.
  403. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  404. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  405. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  406. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  407. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  408. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  409. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  410. ---------------------------------------------------------
  411. ---------------------------------------------------------
  412. signal-exit 3.0.7 - ISC
  413. https://github.com/tapjs/signal-exit
  414. Copyright (c) 2015, Contributors
  415. The ISC License
  416. Copyright (c) 2015, Contributors
  417. Permission to use, copy, modify, and/or distribute this software
  418. for any purpose with or without fee is hereby granted, provided
  419. that the above copyright notice and this permission notice
  420. appear in all copies.
  421. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  422. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  423. OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
  424. LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
  425. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  426. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  427. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  428. ---------------------------------------------------------
  429. ---------------------------------------------------------
  430. split2 4.2.0 - ISC
  431. https://github.com/mcollina/split2#readme
  432. Copyright (c) 2014-2018, Matteo Collina <hello@matteocollina.com>
  433. Copyright (c) 2014-2021, Matteo Collina <hello@matteocollina.com>
  434. Copyright (c) 2014-2018, Matteo Collina <hello@matteocollina.com>
  435. Permission to use, copy, modify, and/or distribute this software for any
  436. purpose with or without fee is hereby granted, provided that the above
  437. copyright notice and this permission notice appear in all copies.
  438. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  439. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  440. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  441. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  442. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  443. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  444. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  445. ---------------------------------------------------------
  446. ---------------------------------------------------------
  447. which 2.0.2 - ISC
  448. https://github.com/isaacs/node-which#readme
  449. Copyright (c) Isaac Z. Schlueter and Contributors
  450. The ISC License
  451. Copyright (c) Isaac Z. Schlueter and Contributors
  452. Permission to use, copy, modify, and/or distribute this software for any
  453. purpose with or without fee is hereby granted, provided that the above
  454. copyright notice and this permission notice appear in all copies.
  455. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  456. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  457. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  458. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  459. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  460. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  461. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  462. ---------------------------------------------------------
  463. ---------------------------------------------------------
  464. wrappy 1.0.2 - ISC
  465. https://github.com/npm/wrappy
  466. Copyright (c) Isaac Z. Schlueter and Contributors
  467. The ISC License
  468. Copyright (c) Isaac Z. Schlueter and Contributors
  469. Permission to use, copy, modify, and/or distribute this software for any
  470. purpose with or without fee is hereby granted, provided that the above
  471. copyright notice and this permission notice appear in all copies.
  472. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  473. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  474. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  475. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  476. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  477. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  478. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  479. ---------------------------------------------------------
  480. ---------------------------------------------------------
  481. bundle-name 4.1.0 - MIT
  482. https://github.com/sindresorhus/bundle-name#readme
  483. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  484. MIT License
  485. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  486. 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:
  487. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  488. 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.
  489. ---------------------------------------------------------
  490. ---------------------------------------------------------
  491. cross-spawn 7.0.3 - MIT
  492. https://github.com/moxystudio/node-cross-spawn
  493. Copyright (c) 2018 Made With MOXY Lda
  494. The MIT License (MIT)
  495. Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
  496. Permission is hereby granted, free of charge, to any person obtaining a copy
  497. of this software and associated documentation files (the "Software"), to deal
  498. in the Software without restriction, including without limitation the rights
  499. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  500. copies of the Software, and to permit persons to whom the Software is
  501. furnished to do so, subject to the following conditions:
  502. The above copyright notice and this permission notice shall be included in
  503. all copies or substantial portions of the Software.
  504. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  505. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  506. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  507. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  508. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  509. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  510. THE SOFTWARE.
  511. ---------------------------------------------------------
  512. ---------------------------------------------------------
  513. default-browser 5.2.1 - MIT
  514. https://github.com/sindresorhus/default-browser#readme
  515. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  516. MIT License
  517. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  518. 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:
  519. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  520. 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.
  521. ---------------------------------------------------------
  522. ---------------------------------------------------------
  523. default-browser-id 5.0.0 - MIT
  524. https://github.com/sindresorhus/default-browser-id#readme
  525. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  526. MIT License
  527. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  528. 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:
  529. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  530. 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.
  531. ---------------------------------------------------------
  532. ---------------------------------------------------------
  533. emoji-regex 8.0.0 - MIT
  534. https://mths.be/emoji-regex
  535. Copyright Mathias Bynens <https://mathiasbynens.be/>
  536. Copyright Mathias Bynens <https://mathiasbynens.be/>
  537. Permission is hereby granted, free of charge, to any person obtaining
  538. a copy of this software and associated documentation files (the
  539. "Software"), to deal in the Software without restriction, including
  540. without limitation the rights to use, copy, modify, merge, publish,
  541. distribute, sublicense, and/or sell copies of the Software, and to
  542. permit persons to whom the Software is furnished to do so, subject to
  543. the following conditions:
  544. The above copyright notice and this permission notice shall be
  545. included in all copies or substantial portions of the Software.
  546. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  547. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  548. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  549. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  550. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  551. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  552. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  553. ---------------------------------------------------------
  554. ---------------------------------------------------------
  555. end-of-stream 1.4.4 - MIT
  556. https://github.com/mafintosh/end-of-stream
  557. Copyright (c) 2014 Mathias Buus
  558. The MIT License (MIT)
  559. Copyright (c) 2014 Mathias Buus
  560. Permission is hereby granted, free of charge, to any person obtaining a copy
  561. of this software and associated documentation files (the "Software"), to deal
  562. in the Software without restriction, including without limitation the rights
  563. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  564. copies of the Software, and to permit persons to whom the Software is
  565. furnished to do so, subject to the following conditions:
  566. The above copyright notice and this permission notice shall be included in
  567. all copies or substantial portions of the Software.
  568. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  569. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  570. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  571. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  572. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  573. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  574. THE SOFTWARE.
  575. ---------------------------------------------------------
  576. ---------------------------------------------------------
  577. execa 4.1.0 - MIT
  578. https://github.com/sindresorhus/execa#readme
  579. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  580. MIT License
  581. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  582. 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:
  583. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  584. 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.
  585. ---------------------------------------------------------
  586. ---------------------------------------------------------
  587. execa 5.1.1 - MIT
  588. https://github.com/sindresorhus/execa#readme
  589. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  590. MIT License
  591. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  592. 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:
  593. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  594. 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.
  595. ---------------------------------------------------------
  596. ---------------------------------------------------------
  597. get-stream 5.2.0 - MIT
  598. https://github.com/sindresorhus/get-stream#readme
  599. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  600. MIT License
  601. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  602. 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:
  603. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  604. 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.
  605. ---------------------------------------------------------
  606. ---------------------------------------------------------
  607. get-stream 6.0.1 - MIT
  608. https://github.com/sindresorhus/get-stream#readme
  609. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  610. MIT License
  611. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  612. 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:
  613. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  614. 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.
  615. ---------------------------------------------------------
  616. ---------------------------------------------------------
  617. is-fullwidth-code-point 3.0.0 - MIT
  618. https://github.com/sindresorhus/is-fullwidth-code-point#readme
  619. (c) Sindre Sorhus (https://sindresorhus.com)
  620. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  621. MIT License
  622. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  623. 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:
  624. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  625. 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.
  626. ---------------------------------------------------------
  627. ---------------------------------------------------------
  628. is-stream 2.0.0 - MIT
  629. https://github.com/sindresorhus/is-stream#readme
  630. (c) Sindre Sorhus (https://sindresorhus.com)
  631. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  632. MIT License
  633. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  634. 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:
  635. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  636. 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.
  637. ---------------------------------------------------------
  638. ---------------------------------------------------------
  639. merge-stream 2.0.0 - MIT
  640. https://github.com/grncdr/merge-stream#readme
  641. Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
  642. The MIT License (MIT)
  643. Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
  644. Permission is hereby granted, free of charge, to any person obtaining a copy
  645. of this software and associated documentation files (the "Software"), to deal
  646. in the Software without restriction, including without limitation the rights
  647. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  648. copies of the Software, and to permit persons to whom the Software is
  649. furnished to do so, subject to the following conditions:
  650. The above copyright notice and this permission notice shall be included in
  651. all copies or substantial portions of the Software.
  652. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  653. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  654. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  655. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  656. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  657. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  658. THE SOFTWARE.
  659. ---------------------------------------------------------
  660. ---------------------------------------------------------
  661. mimic-fn 2.1.0 - MIT
  662. https://github.com/sindresorhus/mimic-fn#readme
  663. (c) Sindre Sorhus (https://sindresorhus.com)
  664. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  665. MIT License
  666. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  667. 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:
  668. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  669. 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.
  670. ---------------------------------------------------------
  671. ---------------------------------------------------------
  672. npm-run-path 4.0.1 - MIT
  673. https://github.com/sindresorhus/npm-run-path#readme
  674. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  675. MIT License
  676. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  677. 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:
  678. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  679. 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.
  680. ---------------------------------------------------------
  681. ---------------------------------------------------------
  682. onetime 5.1.2 - MIT
  683. https://github.com/sindresorhus/onetime#readme
  684. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  685. MIT License
  686. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  687. 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:
  688. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  689. 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.
  690. ---------------------------------------------------------
  691. ---------------------------------------------------------
  692. path-key 3.1.1 - MIT
  693. https://github.com/sindresorhus/path-key#readme
  694. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  695. MIT License
  696. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  697. 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:
  698. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  699. 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.
  700. ---------------------------------------------------------
  701. ---------------------------------------------------------
  702. pump 3.0.0 - MIT
  703. https://github.com/mafintosh/pump#readme
  704. Copyright (c) 2014 Mathias Buus
  705. The MIT License (MIT)
  706. Copyright (c) 2014 Mathias Buus
  707. Permission is hereby granted, free of charge, to any person obtaining a copy
  708. of this software and associated documentation files (the "Software"), to deal
  709. in the Software without restriction, including without limitation the rights
  710. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  711. copies of the Software, and to permit persons to whom the Software is
  712. furnished to do so, subject to the following conditions:
  713. The above copyright notice and this permission notice shall be included in
  714. all copies or substantial portions of the Software.
  715. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  716. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  717. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  718. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  719. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  720. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  721. THE SOFTWARE.
  722. ---------------------------------------------------------
  723. ---------------------------------------------------------
  724. run-applescript 7.0.0 - MIT
  725. https://github.com/sindresorhus/run-applescript#readme
  726. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  727. MIT License
  728. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  729. 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:
  730. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  731. 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.
  732. ---------------------------------------------------------
  733. ---------------------------------------------------------
  734. shebang-command 2.0.0 - MIT
  735. https://github.com/kevva/shebang-command#readme
  736. Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>
  737. MIT License
  738. Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
  739. 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:
  740. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  741. 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.
  742. ---------------------------------------------------------
  743. ---------------------------------------------------------
  744. shebang-regex 3.0.0 - MIT
  745. https://github.com/sindresorhus/shebang-regex#readme
  746. (c) Sindre Sorhus (https://sindresorhus.com)
  747. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  748. MIT License
  749. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  750. 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:
  751. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  752. 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.
  753. ---------------------------------------------------------
  754. ---------------------------------------------------------
  755. string-width 4.2.3 - MIT
  756. https://github.com/sindresorhus/string-width#readme
  757. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  758. MIT License
  759. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  760. 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:
  761. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  762. 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.
  763. ---------------------------------------------------------
  764. ---------------------------------------------------------
  765. strip-final-newline 2.0.0 - MIT
  766. https://github.com/sindresorhus/strip-final-newline#readme
  767. (c) Sindre Sorhus (https://sindresorhus.com)
  768. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  769. MIT License
  770. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  771. 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:
  772. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  773. 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.
  774. ---------------------------------------------------------
  775. ---------------------------------------------------------
  776. wrap-ansi 7.0.0 - MIT
  777. https://github.com/chalk/wrap-ansi#readme
  778. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  779. MIT License
  780. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  781. 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:
  782. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  783. 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.
  784. ---------------------------------------------------------
  785. ---------------------------------------------------------
  786. ws 8.17.1 - MIT
  787. https://github.com/websockets/ws
  788. Copyright (c) 2016 Luigi Pinca and contributors
  789. Copyright (c) 2013 Arnout Kazemier and contributors
  790. Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
  791. Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
  792. Copyright (c) 2013 Arnout Kazemier and contributors
  793. Copyright (c) 2016 Luigi Pinca and contributors
  794. Permission is hereby granted, free of charge, to any person obtaining a copy of
  795. this software and associated documentation files (the "Software"), to deal in
  796. the Software without restriction, including without limitation the rights to
  797. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  798. the Software, and to permit persons to whom the Software is furnished to do so,
  799. subject to the following conditions:
  800. The above copyright notice and this permission notice shall be included in all
  801. copies or substantial portions of the Software.
  802. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  803. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  804. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  805. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  806. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  807. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  808. ---------------------------------------------------------