licenses.txt 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328
  1. @actions/core
  2. MIT
  3. Copyright 2019 GitHub
  4. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
  5. associated documentation files (the "Software"), to deal in the Software without restriction,
  6. including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  7. and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  8. subject to the following conditions:
  9. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  10. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  11. LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  12. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  13. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  14. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  15. @actions/exec
  16. MIT
  17. Copyright 2019 GitHub
  18. 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:
  19. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  20. 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.
  21. @actions/github
  22. MIT
  23. Copyright 2019 GitHub
  24. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
  25. associated documentation files (the "Software"), to deal in the Software without restriction,
  26. including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  27. and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  28. subject to the following conditions:
  29. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  30. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  31. LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  32. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  33. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  34. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  35. @actions/http-client
  36. MIT
  37. Actions Http Client for Node.js
  38. Copyright (c) GitHub, Inc.
  39. All rights reserved.
  40. MIT License
  41. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
  42. associated documentation files (the "Software"), to deal in the Software without restriction,
  43. including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  44. and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  45. subject to the following conditions:
  46. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  47. THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  48. LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  49. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  50. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  51. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  52. @actions/io
  53. MIT
  54. Copyright 2019 GitHub
  55. 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:
  56. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  57. 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.
  58. @actions/tool-cache
  59. MIT
  60. Copyright 2019 GitHub
  61. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
  62. associated documentation files (the "Software"), to deal in the Software without restriction,
  63. including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  64. and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  65. subject to the following conditions:
  66. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  67. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  68. LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  69. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  70. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  71. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  72. @octokit/auth-token
  73. MIT
  74. The MIT License
  75. Copyright (c) 2019 Octokit contributors
  76. Permission is hereby granted, free of charge, to any person obtaining a copy
  77. of this software and associated documentation files (the "Software"), to deal
  78. in the Software without restriction, including without limitation the rights
  79. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  80. copies of the Software, and to permit persons to whom the Software is
  81. furnished to do so, subject to the following conditions:
  82. The above copyright notice and this permission notice shall be included in
  83. all copies or substantial portions of the Software.
  84. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  85. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  86. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  87. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  88. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  89. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  90. THE SOFTWARE.
  91. @octokit/endpoint
  92. MIT
  93. The MIT License
  94. Copyright (c) 2018 Octokit contributors
  95. Permission is hereby granted, free of charge, to any person obtaining a copy
  96. of this software and associated documentation files (the "Software"), to deal
  97. in the Software without restriction, including without limitation the rights
  98. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  99. copies of the Software, and to permit persons to whom the Software is
  100. furnished to do so, subject to the following conditions:
  101. The above copyright notice and this permission notice shall be included in
  102. all copies or substantial portions of the Software.
  103. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  104. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  105. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  106. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  107. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  108. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  109. THE SOFTWARE.
  110. @octokit/graphql
  111. MIT
  112. The MIT License
  113. Copyright (c) 2018 Octokit contributors
  114. Permission is hereby granted, free of charge, to any person obtaining a copy
  115. of this software and associated documentation files (the "Software"), to deal
  116. in the Software without restriction, including without limitation the rights
  117. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  118. copies of the Software, and to permit persons to whom the Software is
  119. furnished to do so, subject to the following conditions:
  120. The above copyright notice and this permission notice shall be included in
  121. all copies or substantial portions of the Software.
  122. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  123. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  124. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  125. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  126. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  127. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  128. THE SOFTWARE.
  129. @octokit/plugin-paginate-rest
  130. MIT
  131. MIT License Copyright (c) 2019 Octokit contributors
  132. 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:
  133. The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
  134. 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.
  135. @octokit/plugin-request-log
  136. MIT
  137. MIT License Copyright (c) 2020 Octokit contributors
  138. 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:
  139. The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
  140. 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.
  141. @octokit/plugin-rest-endpoint-methods
  142. MIT
  143. MIT License Copyright (c) 2019 Octokit contributors
  144. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  145. The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
  146. 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.
  147. @octokit/request
  148. MIT
  149. The MIT License
  150. Copyright (c) 2018 Octokit contributors
  151. Permission is hereby granted, free of charge, to any person obtaining a copy
  152. of this software and associated documentation files (the "Software"), to deal
  153. in the Software without restriction, including without limitation the rights
  154. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  155. copies of the Software, and to permit persons to whom the Software is
  156. furnished to do so, subject to the following conditions:
  157. The above copyright notice and this permission notice shall be included in
  158. all copies or substantial portions of the Software.
  159. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  160. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  161. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  162. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  163. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  164. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  165. THE SOFTWARE.
  166. @octokit/request-error
  167. MIT
  168. The MIT License
  169. Copyright (c) 2019 Octokit contributors
  170. Permission is hereby granted, free of charge, to any person obtaining a copy
  171. of this software and associated documentation files (the "Software"), to deal
  172. in the Software without restriction, including without limitation the rights
  173. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  174. copies of the Software, and to permit persons to whom the Software is
  175. furnished to do so, subject to the following conditions:
  176. The above copyright notice and this permission notice shall be included in
  177. all copies or substantial portions of the Software.
  178. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  179. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  180. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  181. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  182. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  183. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  184. THE SOFTWARE.
  185. @octokit/rest
  186. MIT
  187. The MIT License
  188. Copyright (c) 2012 Cloud9 IDE, Inc. (Mike de Boer)
  189. Copyright (c) 2017-2018 Octokit contributors
  190. Permission is hereby granted, free of charge, to any person obtaining a copy
  191. of this software and associated documentation files (the "Software"), to deal
  192. in the Software without restriction, including without limitation the rights
  193. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  194. copies of the Software, and to permit persons to whom the Software is
  195. furnished to do so, subject to the following conditions:
  196. The above copyright notice and this permission notice shall be included in
  197. all copies or substantial portions of the Software.
  198. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  199. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  200. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  201. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  202. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  203. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  204. THE SOFTWARE.
  205. @zeit/ncc
  206. MIT
  207. Copyright 2018 ZEIT, Inc.
  208. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  209. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  210. 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.
  211. atob-lite
  212. MIT
  213. This software is released under the MIT license:
  214. Permission is hereby granted, free of charge, to any person obtaining a copy of
  215. this software and associated documentation files (the "Software"), to deal in
  216. the Software without restriction, including without limitation the rights to
  217. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  218. the Software, and to permit persons to whom the Software is furnished to do so,
  219. subject to the following conditions:
  220. The above copyright notice and this permission notice shall be included in all
  221. copies or substantial portions of the Software.
  222. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  223. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  224. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  225. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  226. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  227. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  228. before-after-hook
  229. Apache-2.0
  230. Apache License
  231. Version 2.0, January 2004
  232. http://www.apache.org/licenses/
  233. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  234. 1. Definitions.
  235. "License" shall mean the terms and conditions for use, reproduction,
  236. and distribution as defined by Sections 1 through 9 of this document.
  237. "Licensor" shall mean the copyright owner or entity authorized by
  238. the copyright owner that is granting the License.
  239. "Legal Entity" shall mean the union of the acting entity and all
  240. other entities that control, are controlled by, or are under common
  241. control with that entity. For the purposes of this definition,
  242. "control" means (i) the power, direct or indirect, to cause the
  243. direction or management of such entity, whether by contract or
  244. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  245. outstanding shares, or (iii) beneficial ownership of such entity.
  246. "You" (or "Your") shall mean an individual or Legal Entity
  247. exercising permissions granted by this License.
  248. "Source" form shall mean the preferred form for making modifications,
  249. including but not limited to software source code, documentation
  250. source, and configuration files.
  251. "Object" form shall mean any form resulting from mechanical
  252. transformation or translation of a Source form, including but
  253. not limited to compiled object code, generated documentation,
  254. and conversions to other media types.
  255. "Work" shall mean the work of authorship, whether in Source or
  256. Object form, made available under the License, as indicated by a
  257. copyright notice that is included in or attached to the work
  258. (an example is provided in the Appendix below).
  259. "Derivative Works" shall mean any work, whether in Source or Object
  260. form, that is based on (or derived from) the Work and for which the
  261. editorial revisions, annotations, elaborations, or other modifications
  262. represent, as a whole, an original work of authorship. For the purposes
  263. of this License, Derivative Works shall not include works that remain
  264. separable from, or merely link (or bind by name) to the interfaces of,
  265. the Work and Derivative Works thereof.
  266. "Contribution" shall mean any work of authorship, including
  267. the original version of the Work and any modifications or additions
  268. to that Work or Derivative Works thereof, that is intentionally
  269. submitted to Licensor for inclusion in the Work by the copyright owner
  270. or by an individual or Legal Entity authorized to submit on behalf of
  271. the copyright owner. For the purposes of this definition, "submitted"
  272. means any form of electronic, verbal, or written communication sent
  273. to the Licensor or its representatives, including but not limited to
  274. communication on electronic mailing lists, source code control systems,
  275. and issue tracking systems that are managed by, or on behalf of, the
  276. Licensor for the purpose of discussing and improving the Work, but
  277. excluding communication that is conspicuously marked or otherwise
  278. designated in writing by the copyright owner as "Not a Contribution."
  279. "Contributor" shall mean Licensor and any individual or Legal Entity
  280. on behalf of whom a Contribution has been received by Licensor and
  281. subsequently incorporated within the Work.
  282. 2. Grant of Copyright License. Subject to the terms and conditions of
  283. this License, each Contributor hereby grants to You a perpetual,
  284. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  285. copyright license to reproduce, prepare Derivative Works of,
  286. publicly display, publicly perform, sublicense, and distribute the
  287. Work and such Derivative Works in Source or Object form.
  288. 3. Grant of Patent License. Subject to the terms and conditions of
  289. this License, each Contributor hereby grants to You a perpetual,
  290. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  291. (except as stated in this section) patent license to make, have made,
  292. use, offer to sell, sell, import, and otherwise transfer the Work,
  293. where such license applies only to those patent claims licensable
  294. by such Contributor that are necessarily infringed by their
  295. Contribution(s) alone or by combination of their Contribution(s)
  296. with the Work to which such Contribution(s) was submitted. If You
  297. institute patent litigation against any entity (including a
  298. cross-claim or counterclaim in a lawsuit) alleging that the Work
  299. or a Contribution incorporated within the Work constitutes direct
  300. or contributory patent infringement, then any patent licenses
  301. granted to You under this License for that Work shall terminate
  302. as of the date such litigation is filed.
  303. 4. Redistribution. You may reproduce and distribute copies of the
  304. Work or Derivative Works thereof in any medium, with or without
  305. modifications, and in Source or Object form, provided that You
  306. meet the following conditions:
  307. (a) You must give any other recipients of the Work or
  308. Derivative Works a copy of this License; and
  309. (b) You must cause any modified files to carry prominent notices
  310. stating that You changed the files; and
  311. (c) You must retain, in the Source form of any Derivative Works
  312. that You distribute, all copyright, patent, trademark, and
  313. attribution notices from the Source form of the Work,
  314. excluding those notices that do not pertain to any part of
  315. the Derivative Works; and
  316. (d) If the Work includes a "NOTICE" text file as part of its
  317. distribution, then any Derivative Works that You distribute must
  318. include a readable copy of the attribution notices contained
  319. within such NOTICE file, excluding those notices that do not
  320. pertain to any part of the Derivative Works, in at least one
  321. of the following places: within a NOTICE text file distributed
  322. as part of the Derivative Works; within the Source form or
  323. documentation, if provided along with the Derivative Works; or,
  324. within a display generated by the Derivative Works, if and
  325. wherever such third-party notices normally appear. The contents
  326. of the NOTICE file are for informational purposes only and
  327. do not modify the License. You may add Your own attribution
  328. notices within Derivative Works that You distribute, alongside
  329. or as an addendum to the NOTICE text from the Work, provided
  330. that such additional attribution notices cannot be construed
  331. as modifying the License.
  332. You may add Your own copyright statement to Your modifications and
  333. may provide additional or different license terms and conditions
  334. for use, reproduction, or distribution of Your modifications, or
  335. for any such Derivative Works as a whole, provided Your use,
  336. reproduction, and distribution of the Work otherwise complies with
  337. the conditions stated in this License.
  338. 5. Submission of Contributions. Unless You explicitly state otherwise,
  339. any Contribution intentionally submitted for inclusion in the Work
  340. by You to the Licensor shall be under the terms and conditions of
  341. this License, without any additional terms or conditions.
  342. Notwithstanding the above, nothing herein shall supersede or modify
  343. the terms of any separate license agreement you may have executed
  344. with Licensor regarding such Contributions.
  345. 6. Trademarks. This License does not grant permission to use the trade
  346. names, trademarks, service marks, or product names of the Licensor,
  347. except as required for reasonable and customary use in describing the
  348. origin of the Work and reproducing the content of the NOTICE file.
  349. 7. Disclaimer of Warranty. Unless required by applicable law or
  350. agreed to in writing, Licensor provides the Work (and each
  351. Contributor provides its Contributions) on an "AS IS" BASIS,
  352. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  353. implied, including, without limitation, any warranties or conditions
  354. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  355. PARTICULAR PURPOSE. You are solely responsible for determining the
  356. appropriateness of using or redistributing the Work and assume any
  357. risks associated with Your exercise of permissions under this License.
  358. 8. Limitation of Liability. In no event and under no legal theory,
  359. whether in tort (including negligence), contract, or otherwise,
  360. unless required by applicable law (such as deliberate and grossly
  361. negligent acts) or agreed to in writing, shall any Contributor be
  362. liable to You for damages, including any direct, indirect, special,
  363. incidental, or consequential damages of any character arising as a
  364. result of this License or out of the use or inability to use the
  365. Work (including but not limited to damages for loss of goodwill,
  366. work stoppage, computer failure or malfunction, or any and all
  367. other commercial damages or losses), even if such Contributor
  368. has been advised of the possibility of such damages.
  369. 9. Accepting Warranty or Additional Liability. While redistributing
  370. the Work or Derivative Works thereof, You may choose to offer,
  371. and charge a fee for, acceptance of support, warranty, indemnity,
  372. or other liability obligations and/or rights consistent with this
  373. License. However, in accepting such obligations, You may act only
  374. on Your own behalf and on Your sole responsibility, not on behalf
  375. of any other Contributor, and only if You agree to indemnify,
  376. defend, and hold each Contributor harmless for any liability
  377. incurred by, or claims asserted against, such Contributor by reason
  378. of your accepting any such warranty or additional liability.
  379. END OF TERMS AND CONDITIONS
  380. APPENDIX: How to apply the Apache License to your work.
  381. To apply the Apache License to your work, attach the following
  382. boilerplate notice, with the fields enclosed by brackets "{}"
  383. replaced with your own identifying information. (Don't include
  384. the brackets!) The text should be enclosed in the appropriate
  385. comment syntax for the file format. We also recommend that a
  386. file or class name and description of purpose be included on the
  387. same "printed page" as the copyright notice for easier
  388. identification within third-party archives.
  389. Copyright 2018 Gregor Martynus and other contributors.
  390. Licensed under the Apache License, Version 2.0 (the "License");
  391. you may not use this file except in compliance with the License.
  392. You may obtain a copy of the License at
  393. http://www.apache.org/licenses/LICENSE-2.0
  394. Unless required by applicable law or agreed to in writing, software
  395. distributed under the License is distributed on an "AS IS" BASIS,
  396. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  397. See the License for the specific language governing permissions and
  398. limitations under the License.
  399. btoa-lite
  400. MIT
  401. This software is released under the MIT license:
  402. Permission is hereby granted, free of charge, to any person obtaining a copy of
  403. this software and associated documentation files (the "Software"), to deal in
  404. the Software without restriction, including without limitation the rights to
  405. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  406. the Software, and to permit persons to whom the Software is furnished to do so,
  407. subject to the following conditions:
  408. The above copyright notice and this permission notice shall be included in all
  409. copies or substantial portions of the Software.
  410. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  411. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  412. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  413. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  414. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  415. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  416. cross-spawn
  417. MIT
  418. The MIT License (MIT)
  419. Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
  420. Permission is hereby granted, free of charge, to any person obtaining a copy
  421. of this software and associated documentation files (the "Software"), to deal
  422. in the Software without restriction, including without limitation the rights
  423. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  424. copies of the Software, and to permit persons to whom the Software is
  425. furnished to do so, subject to the following conditions:
  426. The above copyright notice and this permission notice shall be included in
  427. all copies or substantial portions of the Software.
  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,
  430. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  431. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  432. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  433. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  434. THE SOFTWARE.
  435. deprecation
  436. ISC
  437. The ISC License
  438. Copyright (c) Gregor Martynus and contributors
  439. Permission to use, copy, modify, and/or distribute this software for any
  440. purpose with or without fee is hereby granted, provided that the above
  441. copyright notice and this permission notice appear in all copies.
  442. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  443. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  444. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  445. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  446. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  447. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  448. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  449. end-of-stream
  450. MIT
  451. The MIT License (MIT)
  452. Copyright (c) 2014 Mathias Buus
  453. Permission is hereby granted, free of charge, to any person obtaining a copy
  454. of this software and associated documentation files (the "Software"), to deal
  455. in the Software without restriction, including without limitation the rights
  456. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  457. copies of the Software, and to permit persons to whom the Software is
  458. furnished to do so, subject to the following conditions:
  459. The above copyright notice and this permission notice shall be included in
  460. all copies or substantial portions of the Software.
  461. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  462. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  463. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  464. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  465. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  466. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  467. THE SOFTWARE.
  468. execa
  469. MIT
  470. MIT License
  471. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  472. 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:
  473. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  474. 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.
  475. get-stream
  476. MIT
  477. MIT License
  478. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  479. 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:
  480. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  481. 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.
  482. is-plain-object
  483. MIT
  484. The MIT License (MIT)
  485. Copyright (c) 2014-2017, Jon Schlinkert.
  486. Permission is hereby granted, free of charge, to any person obtaining a copy
  487. of this software and associated documentation files (the "Software"), to deal
  488. in the Software without restriction, including without limitation the rights
  489. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  490. copies of the Software, and to permit persons to whom the Software is
  491. furnished to do so, subject to the following conditions:
  492. The above copyright notice and this permission notice shall be included in
  493. all copies or substantial portions of the Software.
  494. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  495. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  496. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  497. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  498. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  499. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  500. THE SOFTWARE.
  501. is-stream
  502. MIT
  503. The MIT License (MIT)
  504. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  505. Permission is hereby granted, free of charge, to any person obtaining a copy
  506. of this software and associated documentation files (the "Software"), to deal
  507. in the Software without restriction, including without limitation the rights
  508. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  509. copies of the Software, and to permit persons to whom the Software is
  510. furnished to do so, subject to the following conditions:
  511. The above copyright notice and this permission notice shall be included in
  512. all copies or substantial portions of the Software.
  513. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  514. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  515. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  516. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  517. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  518. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  519. THE SOFTWARE.
  520. isexe
  521. ISC
  522. The ISC License
  523. Copyright (c) Isaac Z. Schlueter and Contributors
  524. Permission to use, copy, modify, and/or distribute this software for any
  525. purpose with or without fee is hereby granted, provided that the above
  526. copyright notice and this permission notice appear in all copies.
  527. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  528. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  529. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  530. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  531. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  532. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  533. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  534. lodash.get
  535. MIT
  536. Copyright jQuery Foundation and other contributors <https://jquery.org/>
  537. Based on Underscore.js, copyright Jeremy Ashkenas,
  538. DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
  539. This software consists of voluntary contributions made by many
  540. individuals. For exact contribution history, see the revision history
  541. available at https://github.com/lodash/lodash
  542. The following license applies to all parts of this software except as
  543. documented below:
  544. ====
  545. Permission is hereby granted, free of charge, to any person obtaining
  546. a copy of this software and associated documentation files (the
  547. "Software"), to deal in the Software without restriction, including
  548. without limitation the rights to use, copy, modify, merge, publish,
  549. distribute, sublicense, and/or sell copies of the Software, and to
  550. permit persons to whom the Software is furnished to do so, subject to
  551. the following conditions:
  552. The above copyright notice and this permission notice shall be
  553. included in all copies or substantial portions of the Software.
  554. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  555. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  556. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  557. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  558. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  559. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  560. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  561. ====
  562. Copyright and related rights for sample code are waived via CC0. Sample
  563. code is defined as all source code displayed within the prose of the
  564. documentation.
  565. CC0: http://creativecommons.org/publicdomain/zero/1.0/
  566. ====
  567. Files located in the node_modules and vendor directories are externally
  568. maintained libraries used by this software which have their own
  569. licenses; we recommend you read them, as their terms may differ from the
  570. terms above.
  571. lodash.set
  572. MIT
  573. Copyright jQuery Foundation and other contributors <https://jquery.org/>
  574. Based on Underscore.js, copyright Jeremy Ashkenas,
  575. DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
  576. This software consists of voluntary contributions made by many
  577. individuals. For exact contribution history, see the revision history
  578. available at https://github.com/lodash/lodash
  579. The following license applies to all parts of this software except as
  580. documented below:
  581. ====
  582. Permission is hereby granted, free of charge, to any person obtaining
  583. a copy of this software and associated documentation files (the
  584. "Software"), to deal in the Software without restriction, including
  585. without limitation the rights to use, copy, modify, merge, publish,
  586. distribute, sublicense, and/or sell copies of the Software, and to
  587. permit persons to whom the Software is furnished to do so, subject to
  588. the following conditions:
  589. The above copyright notice and this permission notice shall be
  590. included in all copies or substantial portions of the Software.
  591. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  592. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  593. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  594. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  595. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  596. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  597. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  598. ====
  599. Copyright and related rights for sample code are waived via CC0. Sample
  600. code is defined as all source code displayed within the prose of the
  601. documentation.
  602. CC0: http://creativecommons.org/publicdomain/zero/1.0/
  603. ====
  604. Files located in the node_modules and vendor directories are externally
  605. maintained libraries used by this software which have their own
  606. licenses; we recommend you read them, as their terms may differ from the
  607. terms above.
  608. lodash.uniq
  609. MIT
  610. Copyright jQuery Foundation and other contributors <https://jquery.org/>
  611. Based on Underscore.js, copyright Jeremy Ashkenas,
  612. DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
  613. This software consists of voluntary contributions made by many
  614. individuals. For exact contribution history, see the revision history
  615. available at https://github.com/lodash/lodash
  616. The following license applies to all parts of this software except as
  617. documented below:
  618. ====
  619. Permission is hereby granted, free of charge, to any person obtaining
  620. a copy of this software and associated documentation files (the
  621. "Software"), to deal in the Software without restriction, including
  622. without limitation the rights to use, copy, modify, merge, publish,
  623. distribute, sublicense, and/or sell copies of the Software, and to
  624. permit persons to whom the Software is furnished to do so, subject to
  625. the following conditions:
  626. The above copyright notice and this permission notice shall be
  627. included in all copies or substantial portions of the Software.
  628. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  629. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  630. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  631. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  632. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  633. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  634. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  635. ====
  636. Copyright and related rights for sample code are waived via CC0. Sample
  637. code is defined as all source code displayed within the prose of the
  638. documentation.
  639. CC0: http://creativecommons.org/publicdomain/zero/1.0/
  640. ====
  641. Files located in the node_modules and vendor directories are externally
  642. maintained libraries used by this software which have their own
  643. licenses; we recommend you read them, as their terms may differ from the
  644. terms above.
  645. macos-release
  646. MIT
  647. MIT License
  648. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  649. 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:
  650. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  651. 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.
  652. nice-try
  653. MIT
  654. The MIT License (MIT)
  655. Copyright (c) 2018 Tobias Reich
  656. Permission is hereby granted, free of charge, to any person obtaining a copy
  657. of this software and associated documentation files (the "Software"), to deal
  658. in the Software without restriction, including without limitation the rights
  659. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  660. copies of the Software, and to permit persons to whom the Software is
  661. furnished to do so, subject to the following conditions:
  662. The above copyright notice and this permission notice shall be included in
  663. all copies or substantial portions of the Software.
  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
  670. THE SOFTWARE.
  671. node-fetch
  672. MIT
  673. The MIT License (MIT)
  674. Copyright (c) 2016 David Frank
  675. Permission is hereby granted, free of charge, to any person obtaining a copy
  676. of this software and associated documentation files (the "Software"), to deal
  677. in the Software without restriction, including without limitation the rights
  678. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  679. copies of the Software, and to permit persons to whom the Software is
  680. furnished to do so, subject to the following conditions:
  681. The above copyright notice and this permission notice shall be included in all
  682. copies or substantial portions of the Software.
  683. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  684. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  685. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  686. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  687. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  688. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  689. SOFTWARE.
  690. npm-run-path
  691. MIT
  692. The MIT License (MIT)
  693. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  694. Permission is hereby granted, free of charge, to any person obtaining a copy
  695. of this software and associated documentation files (the "Software"), to deal
  696. in the Software without restriction, including without limitation the rights
  697. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  698. copies of the Software, and to permit persons to whom the Software is
  699. furnished to do so, subject to the following conditions:
  700. The above copyright notice and this permission notice shall be included in
  701. all copies or substantial portions of the Software.
  702. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  703. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  704. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  705. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  706. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  707. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  708. THE SOFTWARE.
  709. octokit-pagination-methods
  710. MIT
  711. The MIT License
  712. Copyright (c) 2012 Cloud9 IDE, Inc. (Mike de Boer)
  713. Copyright (c) 2017-2018 Octokit contributors
  714. Permission is hereby granted, free of charge, to any person obtaining a copy
  715. of this software and associated documentation files (the "Software"), to deal
  716. in the Software without restriction, including without limitation the rights
  717. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  718. copies of the Software, and to permit persons to whom the Software is
  719. furnished to do so, subject to the following conditions:
  720. The above copyright notice and this permission notice shall be included in
  721. all copies or substantial portions of the Software.
  722. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  723. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  724. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  725. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  726. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  727. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  728. THE SOFTWARE.
  729. once
  730. ISC
  731. The ISC License
  732. Copyright (c) Isaac Z. Schlueter and Contributors
  733. Permission to use, copy, modify, and/or distribute this software for any
  734. purpose with or without fee is hereby granted, provided that the above
  735. copyright notice and this permission notice appear in all copies.
  736. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  737. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  738. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  739. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  740. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  741. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  742. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  743. os-name
  744. MIT
  745. MIT License
  746. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  747. 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:
  748. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  749. 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.
  750. p-finally
  751. MIT
  752. The MIT License (MIT)
  753. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  754. Permission is hereby granted, free of charge, to any person obtaining a copy
  755. of this software and associated documentation files (the "Software"), to deal
  756. in the Software without restriction, including without limitation the rights
  757. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  758. copies of the Software, and to permit persons to whom the Software is
  759. furnished to do so, subject to the following conditions:
  760. The above copyright notice and this permission notice shall be included in
  761. all copies or substantial portions of the Software.
  762. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  763. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  764. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  765. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  766. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  767. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  768. THE SOFTWARE.
  769. path-key
  770. MIT
  771. The MIT License (MIT)
  772. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  773. Permission is hereby granted, free of charge, to any person obtaining a copy
  774. of this software and associated documentation files (the "Software"), to deal
  775. in the Software without restriction, including without limitation the rights
  776. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  777. copies of the Software, and to permit persons to whom the Software is
  778. furnished to do so, subject to the following conditions:
  779. The above copyright notice and this permission notice shall be included in
  780. all copies or substantial portions of the Software.
  781. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  782. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  783. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  784. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  785. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  786. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  787. THE SOFTWARE.
  788. pump
  789. MIT
  790. The MIT License (MIT)
  791. Copyright (c) 2014 Mathias Buus
  792. Permission is hereby granted, free of charge, to any person obtaining a copy
  793. of this software and associated documentation files (the "Software"), to deal
  794. in the Software without restriction, including without limitation the rights
  795. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  796. copies of the Software, and to permit persons to whom the Software is
  797. furnished to do so, subject to the following conditions:
  798. The above copyright notice and this permission notice shall be included in
  799. all copies or substantial portions of the Software.
  800. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  801. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  802. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  803. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  804. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  805. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  806. THE SOFTWARE.
  807. semver
  808. ISC
  809. The ISC License
  810. Copyright (c) Isaac Z. Schlueter and Contributors
  811. Permission to use, copy, modify, and/or distribute this software for any
  812. purpose with or without fee is hereby granted, provided that the above
  813. copyright notice and this permission notice appear in all copies.
  814. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  815. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  816. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  817. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  818. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  819. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  820. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  821. shebang-command
  822. MIT
  823. The MIT License (MIT)
  824. Copyright (c) Kevin Martensson <kevinmartensson@gmail.com> (github.com/kevva)
  825. Permission is hereby granted, free of charge, to any person obtaining a copy
  826. of this software and associated documentation files (the "Software"), to deal
  827. in the Software without restriction, including without limitation the rights
  828. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  829. copies of the Software, and to permit persons to whom the Software is
  830. furnished to do so, subject to the following conditions:
  831. The above copyright notice and this permission notice shall be included in
  832. all copies or substantial portions of the Software.
  833. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  834. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  835. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  836. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  837. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  838. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  839. THE SOFTWARE.
  840. shebang-regex
  841. MIT
  842. The MIT License (MIT)
  843. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  844. Permission is hereby granted, free of charge, to any person obtaining a copy
  845. of this software and associated documentation files (the "Software"), to deal
  846. in the Software without restriction, including without limitation the rights
  847. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  848. copies of the Software, and to permit persons to whom the Software is
  849. furnished to do so, subject to the following conditions:
  850. The above copyright notice and this permission notice shall be included in
  851. all copies or substantial portions of the Software.
  852. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  853. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  854. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  855. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  856. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  857. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  858. THE SOFTWARE.
  859. signal-exit
  860. ISC
  861. The ISC License
  862. Copyright (c) 2015, Contributors
  863. Permission to use, copy, modify, and/or distribute this software
  864. for any purpose with or without fee is hereby granted, provided
  865. that the above copyright notice and this permission notice
  866. appear in all copies.
  867. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  868. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  869. OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
  870. LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
  871. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  872. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  873. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  874. strip-eof
  875. MIT
  876. The MIT License (MIT)
  877. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  878. Permission is hereby granted, free of charge, to any person obtaining a copy
  879. of this software and associated documentation files (the "Software"), to deal
  880. in the Software without restriction, including without limitation the rights
  881. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  882. copies of the Software, and to permit persons to whom the Software is
  883. furnished to do so, subject to the following conditions:
  884. The above copyright notice and this permission notice shall be included in
  885. all copies or substantial portions of the Software.
  886. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  887. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  888. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  889. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  890. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  891. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  892. THE SOFTWARE.
  893. tunnel
  894. MIT
  895. The MIT License (MIT)
  896. Copyright (c) 2012 Koichi Kobayashi
  897. Permission is hereby granted, free of charge, to any person obtaining a copy
  898. of this software and associated documentation files (the "Software"), to deal
  899. in the Software without restriction, including without limitation the rights
  900. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  901. copies of the Software, and to permit persons to whom the Software is
  902. furnished to do so, subject to the following conditions:
  903. The above copyright notice and this permission notice shall be included in
  904. all copies or substantial portions of the Software.
  905. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  906. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  907. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  908. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  909. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  910. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  911. THE SOFTWARE.
  912. typed-rest-client
  913. MIT
  914. Typed Rest Client for Node.js
  915. Copyright (c) Microsoft Corporation
  916. All rights reserved.
  917. MIT License
  918. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
  919. associated documentation files (the "Software"), to deal in the Software without restriction,
  920. including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  921. and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  922. subject to the following conditions:
  923. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  924. THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  925. LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  926. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  927. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  928. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  929. universal-user-agent
  930. ISC
  931. # [ISC License](https://spdx.org/licenses/ISC)
  932. Copyright (c) 2018, Gregor Martynus (https://github.com/gr2m)
  933. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
  934. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  935. uuid
  936. MIT
  937. The MIT License (MIT)
  938. Copyright (c) 2010-2016 Robert Kieffer and other contributors
  939. Permission is hereby granted, free of charge, to any person obtaining a copy
  940. of this software and associated documentation files (the "Software"), to deal
  941. in the Software without restriction, including without limitation the rights
  942. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  943. copies of the Software, and to permit persons to whom the Software is
  944. furnished to do so, subject to the following conditions:
  945. The above copyright notice and this permission notice shall be included in all
  946. copies or substantial portions of the Software.
  947. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  948. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  949. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  950. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  951. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  952. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  953. SOFTWARE.
  954. which
  955. ISC
  956. The ISC License
  957. Copyright (c) Isaac Z. Schlueter and Contributors
  958. Permission to use, copy, modify, and/or distribute this software for any
  959. purpose with or without fee is hereby granted, provided that the above
  960. copyright notice and this permission notice appear in all copies.
  961. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  962. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  963. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  964. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  965. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  966. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  967. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  968. windows-release
  969. MIT
  970. MIT License
  971. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  972. 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:
  973. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  974. 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.
  975. wrappy
  976. ISC
  977. The ISC License
  978. Copyright (c) Isaac Z. Schlueter and Contributors
  979. Permission to use, copy, modify, and/or distribute this software for any
  980. purpose with or without fee is hereby granted, provided that the above
  981. copyright notice and this permission notice appear in all copies.
  982. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  983. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  984. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  985. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  986. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  987. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  988. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.