Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

1142 rader
56 KiB

  1. GitLens
  2. THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
  3. This project incorporates components from the projects listed below.
  4. 1. @octokit/endpoint version 6.0.12 (https://github.com/octokit/endpoint.js)
  5. 2. @octokit/graphql version 4.6.4 (https://github.com/octokit/graphql.js)
  6. 3. @octokit/openapi-types version 8.2.1 (https://github.com/octokit/openapi-types.ts)
  7. 4. @octokit/request-error version 2.1.0 (https://github.com/octokit/request-error.js)
  8. 5. @octokit/request version 5.6.0 (https://github.com/octokit/request.js)
  9. 6. @octokit/types version 6.18.1 (https://github.com/octokit/types.ts)
  10. 7. chroma-js version 2.1.2 (https://github.com/gka/chroma.js)
  11. 8. cross-env version 6.0.3 (https://github.com/kentcdodds/cross-env)
  12. 9. cross-spawn version 7.0.3 (https://github.com/moxystudio/node-cross-spawn)
  13. 10. dayjs version 1.10.6 (https://github.com/iamkun/dayjs)
  14. 11. deprecation version 2.3.1 (https://github.com/gr2m/deprecation)
  15. 12. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
  16. 13. is-plain-object version 5.0.0 (https://github.com/jonschlinkert/is-plain-object)
  17. 14. isexe version 2.0.0 (https://github.com/isaacs/isexe)
  18. 15. lodash-es version 4.17.21 (https://github.com/lodash/lodash)
  19. 16. node-fetch version 2.6.1 (https://github.com/bitinn/node-fetch)
  20. 17. once version 1.4.0 (https://github.com/isaacs/once)
  21. 18. path-key version 3.1.1 (https://github.com/sindresorhus/path-key)
  22. 19. safer-buffer version 2.1.2 (https://github.com/ChALkeR/safer-buffer)
  23. 20. shebang-command version 2.0.0 (https://github.com/kevva/shebang-command)
  24. 21. shebang-regex version 3.0.0 (https://github.com/sindresorhus/shebang-regex)
  25. 22. sortablejs version 1.13.0 (https://github.com/SortableJS/Sortable)
  26. 23. universal-user-agent version 6.0.0 (https://github.com/gr2m/universal-user-agent)
  27. 24. vscode-codicons version 0.0.17 (https://github.com/microsoft/vscode-codicons)
  28. 25. which version 2.0.2 (https://github.com/isaacs/node-which)
  29. 26. wrappy version 1.0.2 (https://github.com/npm/wrappy)
  30. 27. microsoft/vscode (https://github.com/microsoft/vscode)
  31. 28. chalk/ansi-regex (https://github.com/chalk/ansi-regex)
  32. 29. sindresorhus/string-width (https://github.com/sindresorhus/string-width)
  33. 30. sindresorhus/is-fullwidth-code-point (https://github.com/sindresorhus/is-fullwidth-code-point)
  34. %% @octokit/endpoint NOTICES AND INFORMATION BEGIN HERE
  35. =========================================
  36. The MIT License
  37. Copyright (c) 2018 Octokit contributors
  38. Permission is hereby granted, free of charge, to any person obtaining a copy
  39. of this software and associated documentation files (the "Software"), to deal
  40. in the Software without restriction, including without limitation the rights
  41. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  42. copies of the Software, and to permit persons to whom the Software is
  43. furnished to do so, subject to the following conditions:
  44. The above copyright notice and this permission notice shall be included in
  45. all copies or substantial portions of the Software.
  46. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  47. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  48. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  49. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  50. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  51. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  52. THE SOFTWARE.
  53. =========================================
  54. END OF @octokit/endpoint NOTICES AND INFORMATION
  55. %% @octokit/graphql NOTICES AND INFORMATION BEGIN HERE
  56. =========================================
  57. The MIT License
  58. Copyright (c) 2018 Octokit contributors
  59. Permission is hereby granted, free of charge, to any person obtaining a copy
  60. of this software and associated documentation files (the "Software"), to deal
  61. in the Software without restriction, including without limitation the rights
  62. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  63. copies of the Software, and to permit persons to whom the Software is
  64. furnished to do so, subject to the following conditions:
  65. The above copyright notice and this permission notice shall be included in
  66. all copies or substantial portions of the Software.
  67. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  68. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  69. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  70. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  71. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  72. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  73. THE SOFTWARE.
  74. =========================================
  75. END OF @octokit/graphql NOTICES AND INFORMATION
  76. %% @octokit/openapi-types NOTICES AND INFORMATION BEGIN HERE
  77. =========================================
  78. # @octokit/openapi-types
  79. > Generated TypeScript definitions based on GitHub's OpenAPI spec
  80. This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
  81. ## Usage
  82. ```ts
  83. import { components } from "@octokit/openapi-types";
  84. type Repository = components["schemas"]["full-repository"];
  85. ```
  86. ## License
  87. [MIT](LICENSE)
  88. =========================================
  89. END OF @octokit/openapi-types NOTICES AND INFORMATION
  90. %% @octokit/request-error NOTICES AND INFORMATION BEGIN HERE
  91. =========================================
  92. The MIT License
  93. Copyright (c) 2019 Octokit contributors
  94. Permission is hereby granted, free of charge, to any person obtaining a copy
  95. of this software and associated documentation files (the "Software"), to deal
  96. in the Software without restriction, including without limitation the rights
  97. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  98. copies of the Software, and to permit persons to whom the Software is
  99. furnished to do so, subject to the following conditions:
  100. The above copyright notice and this permission notice shall be included in
  101. all copies or substantial portions of the Software.
  102. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  103. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  104. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  105. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  106. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  107. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  108. THE SOFTWARE.
  109. =========================================
  110. END OF @octokit/request-error NOTICES AND INFORMATION
  111. %% @octokit/request NOTICES AND INFORMATION BEGIN HERE
  112. =========================================
  113. The MIT License
  114. Copyright (c) 2018 Octokit contributors
  115. Permission is hereby granted, free of charge, to any person obtaining a copy
  116. of this software and associated documentation files (the "Software"), to deal
  117. in the Software without restriction, including without limitation the rights
  118. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  119. copies of the Software, and to permit persons to whom the Software is
  120. furnished to do so, subject to the following conditions:
  121. The above copyright notice and this permission notice shall be included in
  122. all copies or substantial portions of the Software.
  123. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  124. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  125. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  126. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  127. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  128. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  129. THE SOFTWARE.
  130. =========================================
  131. END OF @octokit/request NOTICES AND INFORMATION
  132. %% @octokit/types NOTICES AND INFORMATION BEGIN HERE
  133. =========================================
  134. MIT License Copyright (c) 2019 Octokit contributors
  135. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  136. The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
  137. 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.
  138. =========================================
  139. END OF @octokit/types NOTICES AND INFORMATION
  140. %% chroma-js NOTICES AND INFORMATION BEGIN HERE
  141. =========================================
  142. chroma.js - JavaScript library for color conversions
  143. Copyright (c) 2011-2019, Gregor Aisch
  144. All rights reserved.
  145. Redistribution and use in source and binary forms, with or without
  146. modification, are permitted provided that the following conditions are met:
  147. 1. Redistributions of source code must retain the above copyright notice, this
  148. list of conditions and the following disclaimer.
  149. 2. Redistributions in binary form must reproduce the above copyright notice,
  150. this list of conditions and the following disclaimer in the documentation
  151. and/or other materials provided with the distribution.
  152. 3. The name Gregor Aisch may not be used to endorse or promote products
  153. derived from this software without specific prior written permission.
  154. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  155. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  156. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  157. DISCLAIMED. IN NO EVENT SHALL GREGOR AISCH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  158. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  159. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  160. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  161. OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  162. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  163. EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  164. -------------------------------------------------------
  165. chroma.js includes colors from colorbrewer2.org, which are released under
  166. the following license:
  167. Copyright (c) 2002 Cynthia Brewer, Mark Harrower,
  168. and The Pennsylvania State University.
  169. Licensed under the Apache License, Version 2.0 (the "License");
  170. you may not use this file except in compliance with the License.
  171. You may obtain a copy of the License at
  172. http://www.apache.org/licenses/LICENSE-2.0
  173. Unless required by applicable law or agreed to in writing,
  174. software distributed under the License is distributed on an
  175. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
  176. either express or implied. See the License for the specific
  177. language governing permissions and limitations under the License.
  178. ------------------------------------------------------
  179. Named colors are taken from X11 Color Names.
  180. http://www.w3.org/TR/css3-color/#svg-color
  181. @preserve
  182. =========================================
  183. END OF chroma-js NOTICES AND INFORMATION
  184. %% cross-env NOTICES AND INFORMATION BEGIN HERE
  185. =========================================
  186. The MIT License (MIT)
  187. Copyright (c) 2017 Kent C. Dodds
  188. Permission is hereby granted, free of charge, to any person obtaining a copy
  189. of this software and associated documentation files (the "Software"), to deal
  190. in the Software without restriction, including without limitation the rights
  191. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  192. copies of the Software, and to permit persons to whom the Software is
  193. furnished to do so, subject to the following conditions:
  194. The above copyright notice and this permission notice shall be included in all
  195. copies or substantial portions of the Software.
  196. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  197. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  198. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  199. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  200. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  201. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  202. SOFTWARE.
  203. =========================================
  204. END OF cross-env NOTICES AND INFORMATION
  205. %% cross-spawn NOTICES AND INFORMATION BEGIN HERE
  206. =========================================
  207. The MIT License (MIT)
  208. Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
  209. Permission is hereby granted, free of charge, to any person obtaining a copy
  210. of this software and associated documentation files (the "Software"), to deal
  211. in the Software without restriction, including without limitation the rights
  212. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  213. copies of the Software, and to permit persons to whom the Software is
  214. furnished to do so, subject to the following conditions:
  215. The above copyright notice and this permission notice shall be included in
  216. all copies or substantial portions of the Software.
  217. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  218. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  219. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  220. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  221. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  222. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  223. THE SOFTWARE.
  224. =========================================
  225. END OF cross-spawn NOTICES AND INFORMATION
  226. %% dayjs NOTICES AND INFORMATION BEGIN HERE
  227. =========================================
  228. MIT License
  229. Copyright (c) 2018-present, iamkun
  230. Permission is hereby granted, free of charge, to any person obtaining a copy
  231. of this software and associated documentation files (the "Software"), to deal
  232. in the Software without restriction, including without limitation the rights
  233. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  234. copies of the Software, and to permit persons to whom the Software is
  235. furnished to do so, subject to the following conditions:
  236. The above copyright notice and this permission notice shall be included in all
  237. copies or substantial portions of the Software.
  238. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  239. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  240. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  241. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  242. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  243. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  244. SOFTWARE.
  245. =========================================
  246. END OF dayjs NOTICES AND INFORMATION
  247. %% deprecation NOTICES AND INFORMATION BEGIN HERE
  248. =========================================
  249. The ISC License
  250. Copyright (c) Gregor Martynus and contributors
  251. Permission to use, copy, modify, and/or distribute this software for any
  252. purpose with or without fee is hereby granted, provided that the above
  253. copyright notice and this permission notice appear in all copies.
  254. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  255. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  256. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  257. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  258. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  259. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  260. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  261. =========================================
  262. END OF deprecation NOTICES AND INFORMATION
  263. %% iconv-lite NOTICES AND INFORMATION BEGIN HERE
  264. =========================================
  265. Copyright (c) 2011 Alexander Shtuchkin
  266. Permission is hereby granted, free of charge, to any person obtaining
  267. a copy of this software and associated documentation files (the
  268. "Software"), to deal in the Software without restriction, including
  269. without limitation the rights to use, copy, modify, merge, publish,
  270. distribute, sublicense, and/or sell copies of the Software, and to
  271. permit persons to whom the Software is furnished to do so, subject to
  272. the following conditions:
  273. The above copyright notice and this permission notice shall be
  274. included in all copies or substantial portions of the Software.
  275. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  276. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  277. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  278. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  279. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  280. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  281. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  282. =========================================
  283. END OF iconv-lite NOTICES AND INFORMATION
  284. %% is-plain-object NOTICES AND INFORMATION BEGIN HERE
  285. =========================================
  286. The MIT License (MIT)
  287. Copyright (c) 2014-2017, Jon Schlinkert.
  288. Permission is hereby granted, free of charge, to any person obtaining a copy
  289. of this software and associated documentation files (the "Software"), to deal
  290. in the Software without restriction, including without limitation the rights
  291. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  292. copies of the Software, and to permit persons to whom the Software is
  293. furnished to do so, subject to the following conditions:
  294. The above copyright notice and this permission notice shall be included in
  295. all copies or substantial portions of the Software.
  296. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  297. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  298. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  299. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  300. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  301. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  302. THE SOFTWARE.
  303. =========================================
  304. END OF is-plain-object NOTICES AND INFORMATION
  305. %% isexe NOTICES AND INFORMATION BEGIN HERE
  306. =========================================
  307. The ISC License
  308. Copyright (c) Isaac Z. Schlueter and Contributors
  309. Permission to use, copy, modify, and/or distribute this software for any
  310. purpose with or without fee is hereby granted, provided that the above
  311. copyright notice and this permission notice appear in all copies.
  312. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  313. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  314. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  315. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  316. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  317. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  318. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  319. =========================================
  320. END OF isexe NOTICES AND INFORMATION
  321. %% lodash-es NOTICES AND INFORMATION BEGIN HERE
  322. =========================================
  323. Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  324. Based on Underscore.js, copyright Jeremy Ashkenas,
  325. DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
  326. This software consists of voluntary contributions made by many
  327. individuals. For exact contribution history, see the revision history
  328. available at https://github.com/lodash/lodash
  329. The following license applies to all parts of this software except as
  330. documented below:
  331. ====
  332. Permission is hereby granted, free of charge, to any person obtaining
  333. a copy of this software and associated documentation files (the
  334. "Software"), to deal in the Software without restriction, including
  335. without limitation the rights to use, copy, modify, merge, publish,
  336. distribute, sublicense, and/or sell copies of the Software, and to
  337. permit persons to whom the Software is furnished to do so, subject to
  338. the following conditions:
  339. The above copyright notice and this permission notice shall be
  340. included in all copies or substantial portions of the Software.
  341. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  342. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  343. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  344. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  345. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  346. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  347. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  348. ====
  349. Copyright and related rights for sample code are waived via CC0. Sample
  350. code is defined as all source code displayed within the prose of the
  351. documentation.
  352. CC0: http://creativecommons.org/publicdomain/zero/1.0/
  353. ====
  354. Files located in the node_modules and vendor directories are externally
  355. maintained libraries used by this software which have their own
  356. licenses; we recommend you read them, as their terms may differ from the
  357. terms above.
  358. =========================================
  359. END OF lodash-es NOTICES AND INFORMATION
  360. %% node-fetch NOTICES AND INFORMATION BEGIN HERE
  361. =========================================
  362. The MIT License (MIT)
  363. Copyright (c) 2016 David Frank
  364. Permission is hereby granted, free of charge, to any person obtaining a copy
  365. of this software and associated documentation files (the "Software"), to deal
  366. in the Software without restriction, including without limitation the rights
  367. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  368. copies of the Software, and to permit persons to whom the Software is
  369. furnished to do so, subject to the following conditions:
  370. The above copyright notice and this permission notice shall be included in all
  371. copies or substantial portions of the Software.
  372. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  373. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  374. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  375. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  376. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  377. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  378. SOFTWARE.
  379. =========================================
  380. END OF node-fetch NOTICES AND INFORMATION
  381. %% once NOTICES AND INFORMATION BEGIN HERE
  382. =========================================
  383. The ISC License
  384. Copyright (c) Isaac Z. Schlueter and Contributors
  385. Permission to use, copy, modify, and/or distribute this software for any
  386. purpose with or without fee is hereby granted, provided that the above
  387. copyright notice and this permission notice appear in all copies.
  388. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  389. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  390. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  391. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  392. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  393. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  394. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  395. =========================================
  396. END OF once NOTICES AND INFORMATION
  397. %% path-key NOTICES AND INFORMATION BEGIN HERE
  398. =========================================
  399. MIT License
  400. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  401. 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:
  402. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  403. 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.
  404. =========================================
  405. END OF path-key NOTICES AND INFORMATION
  406. %% safer-buffer NOTICES AND INFORMATION BEGIN HERE
  407. =========================================
  408. MIT License
  409. Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
  410. Permission is hereby granted, free of charge, to any person obtaining a copy
  411. of this software and associated documentation files (the "Software"), to deal
  412. in the Software without restriction, including without limitation the rights
  413. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  414. copies of the Software, and to permit persons to whom the Software is
  415. furnished to do so, subject to the following conditions:
  416. The above copyright notice and this permission notice shall be included in all
  417. copies or substantial portions of the Software.
  418. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  419. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  420. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  421. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  422. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  423. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  424. SOFTWARE.
  425. =========================================
  426. END OF safer-buffer NOTICES AND INFORMATION
  427. %% shebang-command NOTICES AND INFORMATION BEGIN HERE
  428. =========================================
  429. MIT License
  430. Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
  431. 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:
  432. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  433. 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.
  434. =========================================
  435. END OF shebang-command NOTICES AND INFORMATION
  436. %% shebang-regex NOTICES AND INFORMATION BEGIN HERE
  437. =========================================
  438. MIT License
  439. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  440. 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:
  441. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  442. 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.
  443. =========================================
  444. END OF shebang-regex NOTICES AND INFORMATION
  445. %% sortablejs NOTICES AND INFORMATION BEGIN HERE
  446. =========================================
  447. MIT License
  448. Copyright (c) 2019 All contributors to Sortable
  449. Permission is hereby granted, free of charge, to any person obtaining a copy
  450. of this software and associated documentation files (the "Software"), to deal
  451. in the Software without restriction, including without limitation the rights
  452. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  453. copies of the Software, and to permit persons to whom the Software is
  454. furnished to do so, subject to the following conditions:
  455. The above copyright notice and this permission notice shall be included in all
  456. copies or substantial portions of the Software.
  457. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  458. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  459. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  460. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  461. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  462. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  463. SOFTWARE.
  464. =========================================
  465. END OF sortablejs NOTICES AND INFORMATION
  466. %% universal-user-agent NOTICES AND INFORMATION BEGIN HERE
  467. =========================================
  468. # [ISC License](https://spdx.org/licenses/ISC)
  469. Copyright (c) 2018, Gregor Martynus (https://github.com/gr2m)
  470. 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.
  471. 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.
  472. =========================================
  473. END OF universal-user-agent NOTICES AND INFORMATION
  474. %% vscode-codicons NOTICES AND INFORMATION BEGIN HERE
  475. =========================================
  476. Attribution 4.0 International
  477. =======================================================================
  478. Creative Commons Corporation ("Creative Commons") is not a law firm and
  479. does not provide legal services or legal advice. Distribution of
  480. Creative Commons public licenses does not create a lawyer-client or
  481. other relationship. Creative Commons makes its licenses and related
  482. information available on an "as-is" basis. Creative Commons gives no
  483. warranties regarding its licenses, any material licensed under their
  484. terms and conditions, or any related information. Creative Commons
  485. disclaims all liability for damages resulting from their use to the
  486. fullest extent possible.
  487. Using Creative Commons Public Licenses
  488. Creative Commons public licenses provide a standard set of terms and
  489. conditions that creators and other rights holders may use to share
  490. original works of authorship and other material subject to copyright
  491. and certain other rights specified in the public license below. The
  492. following considerations are for informational purposes only, are not
  493. exhaustive, and do not form part of our licenses.
  494. Considerations for licensors: Our public licenses are
  495. intended for use by those authorized to give the public
  496. permission to use material in ways otherwise restricted by
  497. copyright and certain other rights. Our licenses are
  498. irrevocable. Licensors should read and understand the terms
  499. and conditions of the license they choose before applying it.
  500. Licensors should also secure all rights necessary before
  501. applying our licenses so that the public can reuse the
  502. material as expected. Licensors should clearly mark any
  503. material not subject to the license. This includes other CC-
  504. licensed material, or material used under an exception or
  505. limitation to copyright. More considerations for licensors:
  506. wiki.creativecommons.org/Considerations_for_licensors
  507. Considerations for the public: By using one of our public
  508. licenses, a licensor grants the public permission to use the
  509. licensed material under specified terms and conditions. If
  510. the licensor's permission is not necessary for any reason--for
  511. example, because of any applicable exception or limitation to
  512. copyright--then that use is not regulated by the license. Our
  513. licenses grant only permissions under copyright and certain
  514. other rights that a licensor has authority to grant. Use of
  515. the licensed material may still be restricted for other
  516. reasons, including because others have copyright or other
  517. rights in the material. A licensor may make special requests,
  518. such as asking that all changes be marked or described.
  519. Although not required by our licenses, you are encouraged to
  520. respect those requests where reasonable. More_considerations
  521. for the public:
  522. wiki.creativecommons.org/Considerations_for_licensees
  523. =======================================================================
  524. Creative Commons Attribution 4.0 International Public License
  525. By exercising the Licensed Rights (defined below), You accept and agree
  526. to be bound by the terms and conditions of this Creative Commons
  527. Attribution 4.0 International Public License ("Public License"). To the
  528. extent this Public License may be interpreted as a contract, You are
  529. granted the Licensed Rights in consideration of Your acceptance of
  530. these terms and conditions, and the Licensor grants You such rights in
  531. consideration of benefits the Licensor receives from making the
  532. Licensed Material available under these terms and conditions.
  533. Section 1 -- Definitions.
  534. a. Adapted Material means material subject to Copyright and Similar
  535. Rights that is derived from or based upon the Licensed Material
  536. and in which the Licensed Material is translated, altered,
  537. arranged, transformed, or otherwise modified in a manner requiring
  538. permission under the Copyright and Similar Rights held by the
  539. Licensor. For purposes of this Public License, where the Licensed
  540. Material is a musical work, performance, or sound recording,
  541. Adapted Material is always produced where the Licensed Material is
  542. synched in timed relation with a moving image.
  543. b. Adapter's License means the license You apply to Your Copyright
  544. and Similar Rights in Your contributions to Adapted Material in
  545. accordance with the terms and conditions of this Public License.
  546. c. Copyright and Similar Rights means copyright and/or similar rights
  547. closely related to copyright including, without limitation,
  548. performance, broadcast, sound recording, and Sui Generis Database
  549. Rights, without regard to how the rights are labeled or
  550. categorized. For purposes of this Public License, the rights
  551. specified in Section 2(b)(1)-(2) are not Copyright and Similar
  552. Rights.
  553. d. Effective Technological Measures means those measures that, in the
  554. absence of proper authority, may not be circumvented under laws
  555. fulfilling obligations under Article 11 of the WIPO Copyright
  556. Treaty adopted on December 20, 1996, and/or similar international
  557. agreements.
  558. e. Exceptions and Limitations means fair use, fair dealing, and/or
  559. any other exception or limitation to Copyright and Similar Rights
  560. that applies to Your use of the Licensed Material.
  561. f. Licensed Material means the artistic or literary work, database,
  562. or other material to which the Licensor applied this Public
  563. License.
  564. g. Licensed Rights means the rights granted to You subject to the
  565. terms and conditions of this Public License, which are limited to
  566. all Copyright and Similar Rights that apply to Your use of the
  567. Licensed Material and that the Licensor has authority to license.
  568. h. Licensor means the individual(s) or entity(ies) granting rights
  569. under this Public License.
  570. i. Share means to provide material to the public by any means or
  571. process that requires permission under the Licensed Rights, such
  572. as reproduction, public display, public performance, distribution,
  573. dissemination, communication, or importation, and to make material
  574. available to the public including in ways that members of the
  575. public may access the material from a place and at a time
  576. individually chosen by them.
  577. j. Sui Generis Database Rights means rights other than copyright
  578. resulting from Directive 96/9/EC of the European Parliament and of
  579. the Council of 11 March 1996 on the legal protection of databases,
  580. as amended and/or succeeded, as well as other essentially
  581. equivalent rights anywhere in the world.
  582. k. You means the individual or entity exercising the Licensed Rights
  583. under this Public License. Your has a corresponding meaning.
  584. Section 2 -- Scope.
  585. a. License grant.
  586. 1. Subject to the terms and conditions of this Public License,
  587. the Licensor hereby grants You a worldwide, royalty-free,
  588. non-sublicensable, non-exclusive, irrevocable license to
  589. exercise the Licensed Rights in the Licensed Material to:
  590. a. reproduce and Share the Licensed Material, in whole or
  591. in part; and
  592. b. produce, reproduce, and Share Adapted Material.
  593. 2. Exceptions and Limitations. For the avoidance of doubt, where
  594. Exceptions and Limitations apply to Your use, this Public
  595. License does not apply, and You do not need to comply with
  596. its terms and conditions.
  597. 3. Term. The term of this Public License is specified in Section
  598. 6(a).
  599. 4. Media and formats; technical modifications allowed. The
  600. Licensor authorizes You to exercise the Licensed Rights in
  601. all media and formats whether now known or hereafter created,
  602. and to make technical modifications necessary to do so. The
  603. Licensor waives and/or agrees not to assert any right or
  604. authority to forbid You from making technical modifications
  605. necessary to exercise the Licensed Rights, including
  606. technical modifications necessary to circumvent Effective
  607. Technological Measures. For purposes of this Public License,
  608. simply making modifications authorized by this Section 2(a)
  609. (4) never produces Adapted Material.
  610. 5. Downstream recipients.
  611. a. Offer from the Licensor -- Licensed Material. Every
  612. recipient of the Licensed Material automatically
  613. receives an offer from the Licensor to exercise the
  614. Licensed Rights under the terms and conditions of this
  615. Public License.
  616. b. No downstream restrictions. You may not offer or impose
  617. any additional or different terms or conditions on, or
  618. apply any Effective Technological Measures to, the
  619. Licensed Material if doing so restricts exercise of the
  620. Licensed Rights by any recipient of the Licensed
  621. Material.
  622. 6. No endorsement. Nothing in this Public License constitutes or
  623. may be construed as permission to assert or imply that You
  624. are, or that Your use of the Licensed Material is, connected
  625. with, or sponsored, endorsed, or granted official status by,
  626. the Licensor or others designated to receive attribution as
  627. provided in Section 3(a)(1)(A)(i).
  628. b. Other rights.
  629. 1. Moral rights, such as the right of integrity, are not
  630. licensed under this Public License, nor are publicity,
  631. privacy, and/or other similar personality rights; however, to
  632. the extent possible, the Licensor waives and/or agrees not to
  633. assert any such rights held by the Licensor to the limited
  634. extent necessary to allow You to exercise the Licensed
  635. Rights, but not otherwise.
  636. 2. Patent and trademark rights are not licensed under this
  637. Public License.
  638. 3. To the extent possible, the Licensor waives any right to
  639. collect royalties from You for the exercise of the Licensed
  640. Rights, whether directly or through a collecting society
  641. under any voluntary or waivable statutory or compulsory
  642. licensing scheme. In all other cases the Licensor expressly
  643. reserves any right to collect such royalties.
  644. Section 3 -- License Conditions.
  645. Your exercise of the Licensed Rights is expressly made subject to the
  646. following conditions.
  647. a. Attribution.
  648. 1. If You Share the Licensed Material (including in modified
  649. form), You must:
  650. a. retain the following if it is supplied by the Licensor
  651. with the Licensed Material:
  652. i. identification of the creator(s) of the Licensed
  653. Material and any others designated to receive
  654. attribution, in any reasonable manner requested by
  655. the Licensor (including by pseudonym if
  656. designated);
  657. ii. a copyright notice;
  658. iii. a notice that refers to this Public License;
  659. iv. a notice that refers to the disclaimer of
  660. warranties;
  661. v. a URI or hyperlink to the Licensed Material to the
  662. extent reasonably practicable;
  663. b. indicate if You modified the Licensed Material and
  664. retain an indication of any previous modifications; and
  665. c. indicate the Licensed Material is licensed under this
  666. Public License, and include the text of, or the URI or
  667. hyperlink to, this Public License.
  668. 2. You may satisfy the conditions in Section 3(a)(1) in any
  669. reasonable manner based on the medium, means, and context in
  670. which You Share the Licensed Material. For example, it may be
  671. reasonable to satisfy the conditions by providing a URI or
  672. hyperlink to a resource that includes the required
  673. information.
  674. 3. If requested by the Licensor, You must remove any of the
  675. information required by Section 3(a)(1)(A) to the extent
  676. reasonably practicable.
  677. 4. If You Share Adapted Material You produce, the Adapter's
  678. License You apply must not prevent recipients of the Adapted
  679. Material from complying with this Public License.
  680. Section 4 -- Sui Generis Database Rights.
  681. Where the Licensed Rights include Sui Generis Database Rights that
  682. apply to Your use of the Licensed Material:
  683. a. for the avoidance of doubt, Section 2(a)(1) grants You the right
  684. to extract, reuse, reproduce, and Share all or a substantial
  685. portion of the contents of the database;
  686. b. if You include all or a substantial portion of the database
  687. contents in a database in which You have Sui Generis Database
  688. Rights, then the database in which You have Sui Generis Database
  689. Rights (but not its individual contents) is Adapted Material; and
  690. c. You must comply with the conditions in Section 3(a) if You Share
  691. all or a substantial portion of the contents of the database.
  692. For the avoidance of doubt, this Section 4 supplements and does not
  693. replace Your obligations under this Public License where the Licensed
  694. Rights include other Copyright and Similar Rights.
  695. Section 5 -- Disclaimer of Warranties and Limitation of Liability.
  696. a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  697. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  698. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  699. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  700. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  701. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  702. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  703. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  704. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  705. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  706. b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  707. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  708. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  709. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  710. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  711. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  712. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  713. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  714. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  715. c. The disclaimer of warranties and limitation of liability provided
  716. above shall be interpreted in a manner that, to the extent
  717. possible, most closely approximates an absolute disclaimer and
  718. waiver of all liability.
  719. Section 6 -- Term and Termination.
  720. a. This Public License applies for the term of the Copyright and
  721. Similar Rights licensed here. However, if You fail to comply with
  722. this Public License, then Your rights under this Public License
  723. terminate automatically.
  724. b. Where Your right to use the Licensed Material has terminated under
  725. Section 6(a), it reinstates:
  726. 1. automatically as of the date the violation is cured, provided
  727. it is cured within 30 days of Your discovery of the
  728. violation; or
  729. 2. upon express reinstatement by the Licensor.
  730. For the avoidance of doubt, this Section 6(b) does not affect any
  731. right the Licensor may have to seek remedies for Your violations
  732. of this Public License.
  733. c. For the avoidance of doubt, the Licensor may also offer the
  734. Licensed Material under separate terms or conditions or stop
  735. distributing the Licensed Material at any time; however, doing so
  736. will not terminate this Public License.
  737. d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
  738. License.
  739. Section 7 -- Other Terms and Conditions.
  740. a. The Licensor shall not be bound by any additional or different
  741. terms or conditions communicated by You unless expressly agreed.
  742. b. Any arrangements, understandings, or agreements regarding the
  743. Licensed Material not stated herein are separate from and
  744. independent of the terms and conditions of this Public License.
  745. Section 8 -- Interpretation.
  746. a. For the avoidance of doubt, this Public License does not, and
  747. shall not be interpreted to, reduce, limit, restrict, or impose
  748. conditions on any use of the Licensed Material that could lawfully
  749. be made without permission under this Public License.
  750. b. To the extent possible, if any provision of this Public License is
  751. deemed unenforceable, it shall be automatically reformed to the
  752. minimum extent necessary to make it enforceable. If the provision
  753. cannot be reformed, it shall be severed from this Public License
  754. without affecting the enforceability of the remaining terms and
  755. conditions.
  756. c. No term or condition of this Public License will be waived and no
  757. failure to comply consented to unless expressly agreed to by the
  758. Licensor.
  759. d. Nothing in this Public License constitutes or may be interpreted
  760. as a limitation upon, or waiver of, any privileges and immunities
  761. that apply to the Licensor or You, including from the legal
  762. processes of any jurisdiction or authority.
  763. =======================================================================
  764. Creative Commons is not a party to its public
  765. licenses. Notwithstanding, Creative Commons may elect to apply one of
  766. its public licenses to material it publishes and in those instances
  767. will be considered the “Licensor.” The text of the Creative Commons
  768. public licenses is dedicated to the public domain under the CC0 Public
  769. Domain Dedication. Except for the limited purpose of indicating that
  770. material is shared under a Creative Commons public license or as
  771. otherwise permitted by the Creative Commons policies published at
  772. creativecommons.org/policies, Creative Commons does not authorize the
  773. use of the trademark "Creative Commons" or any other trademark or logo
  774. of Creative Commons without its prior written consent including,
  775. without limitation, in connection with any unauthorized modifications
  776. to any of its public licenses or any other arrangements,
  777. understandings, or agreements concerning use of licensed material. For
  778. the avoidance of doubt, this paragraph does not form part of the
  779. public licenses.
  780. Creative Commons may be contacted at creativecommons.org.
  781. =========================================
  782. END OF vscode-codicons NOTICES AND INFORMATION
  783. %% which NOTICES AND INFORMATION BEGIN HERE
  784. =========================================
  785. The ISC License
  786. Copyright (c) Isaac Z. Schlueter and Contributors
  787. Permission to use, copy, modify, and/or distribute this software for any
  788. purpose with or without fee is hereby granted, provided that the above
  789. copyright notice and this permission notice appear in all copies.
  790. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  791. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  792. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  793. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  794. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  795. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  796. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  797. =========================================
  798. END OF which NOTICES AND INFORMATION
  799. %% wrappy NOTICES AND INFORMATION BEGIN HERE
  800. =========================================
  801. The ISC License
  802. Copyright (c) Isaac Z. Schlueter and Contributors
  803. Permission to use, copy, modify, and/or distribute this software for any
  804. purpose with or without fee is hereby granted, provided that the above
  805. copyright notice and this permission notice appear in all copies.
  806. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  807. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  808. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  809. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  810. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  811. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  812. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  813. =========================================
  814. END OF wrappy NOTICES AND INFORMATION
  815. %% microsoft/vscode NOTICES AND INFORMATION BEGIN HERE
  816. =========================================
  817. MIT License
  818. Copyright (c) 2015 - present Microsoft Corporation
  819. Permission is hereby granted, free of charge, to any person obtaining a copy
  820. of this software and associated documentation files (the "Software"), to deal
  821. in the Software without restriction, including without limitation the rights
  822. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  823. copies of the Software, and to permit persons to whom the Software is
  824. furnished to do so, subject to the following conditions:
  825. The above copyright notice and this permission notice shall be included in all
  826. copies or substantial portions of the Software.
  827. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  828. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  829. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  830. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  831. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  832. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  833. SOFTWARE.
  834. =========================================
  835. END OF microsoft/vscode NOTICES AND INFORMATION
  836. %% chalk/ansi-regex NOTICES AND INFORMATION BEGIN HERE
  837. =========================================
  838. MIT License
  839. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  840. 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:
  841. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  842. 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.
  843. =========================================
  844. END OF chalk/ansi-regex NOTICES AND INFORMATION
  845. %% sindresorhus/string-width NOTICES AND INFORMATION BEGIN HERE
  846. =========================================
  847. MIT License
  848. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  849. 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:
  850. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  851. 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.
  852. =========================================
  853. END OF sindresorhus/string-width NOTICES AND INFORMATION
  854. %% sindresorhus/is-fullwidth-code-point NOTICES AND INFORMATION BEGIN HERE
  855. =========================================
  856. MIT License
  857. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  858. 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:
  859. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  860. 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.
  861. =========================================
  862. END OF sindresorhus/is-fullwidth-code-point NOTICES AND INFORMATION