提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2144 lines
99 KiB

  1. # Vite core license
  2. Vite is released under the MIT license:
  3. MIT License
  4. Copyright (c) 2019-present, VoidZero Inc. and Vite contributors
  5. Permission is hereby granted, free of charge, to any person obtaining a copy
  6. of this software and associated documentation files (the "Software"), to deal
  7. in the Software without restriction, including without limitation the rights
  8. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  9. copies of the Software, and to permit persons to whom the Software is
  10. furnished to do so, subject to the following conditions:
  11. The above copyright notice and this permission notice shall be included in all
  12. copies or substantial portions of the Software.
  13. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  14. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  16. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  17. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  18. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  19. SOFTWARE.
  20. # Licenses of bundled dependencies
  21. The published Vite artifact additionally contains code with the following licenses:
  22. BSD-2-Clause, CC0-1.0, ISC, MIT
  23. # Bundled dependencies:
  24. ## @jridgewell/gen-mapping, @jridgewell/remapping, @jridgewell/sourcemap-codec, @jridgewell/trace-mapping
  25. License: MIT
  26. By: Justin Ridgewell
  27. Repositories: git+https://github.com/jridgewell/sourcemaps.git, git+https://github.com/jridgewell/sourcemaps.git, git+https://github.com/jridgewell/sourcemaps.git, git+https://github.com/jridgewell/sourcemaps.git
  28. > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
  29. >
  30. > Permission is hereby granted, free of charge, to any person obtaining a copy
  31. > of this software and associated documentation files (the "Software"), to deal
  32. > in the Software without restriction, including without limitation the rights
  33. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  34. > copies of the Software, and to permit persons to whom the Software is
  35. > furnished to do so, subject to the following conditions:
  36. >
  37. > The above copyright notice and this permission notice shall be included in
  38. > all copies or substantial portions of the Software.
  39. >
  40. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  41. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  42. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  43. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  44. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  45. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  46. > SOFTWARE.
  47. ---------------------------------------
  48. ## @jridgewell/resolve-uri
  49. License: MIT
  50. By: Justin Ridgewell
  51. Repository: https://github.com/jridgewell/resolve-uri
  52. > Copyright 2019 Justin Ridgewell <jridgewell@google.com>
  53. >
  54. > Permission is hereby granted, free of charge, to any person obtaining a copy
  55. > of this software and associated documentation files (the "Software"), to deal
  56. > in the Software without restriction, including without limitation the rights
  57. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  58. > copies of the Software, and to permit persons to whom the Software is
  59. > furnished to do so, subject to the following conditions:
  60. >
  61. > The above copyright notice and this permission notice shall be included in
  62. > all copies or substantial portions of the Software.
  63. >
  64. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  65. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  66. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  67. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  68. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  69. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  70. > SOFTWARE.
  71. ---------------------------------------
  72. ## @polka/compression
  73. License: MIT
  74. Repository: lukeed/polka
  75. ---------------------------------------
  76. ## @polka/url
  77. License: MIT
  78. By: Luke Edwards
  79. Repository: lukeed/polka
  80. ---------------------------------------
  81. ## @rolldown/pluginutils
  82. License: MIT
  83. Repository: git+https://github.com/rolldown/rolldown.git
  84. > MIT License
  85. >
  86. > Copyright (c) 2024-present VoidZero Inc. & Contributors
  87. >
  88. > Permission is hereby granted, free of charge, to any person obtaining a copy
  89. > of this software and associated documentation files (the "Software"), to deal
  90. > in the Software without restriction, including without limitation the rights
  91. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  92. > copies of the Software, and to permit persons to whom the Software is
  93. > furnished to do so, subject to the following conditions:
  94. >
  95. > The above copyright notice and this permission notice shall be included in all
  96. > copies or substantial portions of the Software.
  97. >
  98. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  99. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  100. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  101. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  102. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  103. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  104. > SOFTWARE.
  105. >
  106. > end of terms and conditions
  107. >
  108. > The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
  109. ---------------------------------------
  110. ## @rollup/plugin-alias, @rollup/plugin-commonjs, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
  111. License: MIT
  112. By: Johannes Stein
  113. Repository: rollup/plugins
  114. License: MIT
  115. By: Rich Harris
  116. Repository: rollup/plugins
  117. License: MIT
  118. By: LarsDenBakker
  119. Repository: rollup/plugins
  120. License: MIT
  121. By: Rich Harris
  122. Repository: rollup/plugins
  123. > The MIT License (MIT)
  124. >
  125. > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
  126. >
  127. > Permission is hereby granted, free of charge, to any person obtaining a copy
  128. > of this software and associated documentation files (the "Software"), to deal
  129. > in the Software without restriction, including without limitation the rights
  130. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  131. > copies of the Software, and to permit persons to whom the Software is
  132. > furnished to do so, subject to the following conditions:
  133. >
  134. > The above copyright notice and this permission notice shall be included in
  135. > all copies or substantial portions of the Software.
  136. >
  137. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  138. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  139. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  140. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  141. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  142. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  143. > THE SOFTWARE.
  144. ---------------------------------------
  145. ## anymatch
  146. License: ISC
  147. By: Elan Shanker
  148. Repository: https://github.com/micromatch/anymatch
  149. > The ISC License
  150. >
  151. > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
  152. >
  153. > Permission to use, copy, modify, and/or distribute this software for any
  154. > purpose with or without fee is hereby granted, provided that the above
  155. > copyright notice and this permission notice appear in all copies.
  156. >
  157. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  158. > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  159. > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  160. > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  161. > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  162. > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  163. > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  164. ---------------------------------------
  165. ## artichokie
  166. License: MIT
  167. By: sapphi-red, Evan You
  168. Repository: git+https://github.com/sapphi-red/artichokie.git
  169. > MIT License
  170. >
  171. > Copyright (c) 2020-present, Yuxi (Evan) You
  172. > Copyright (c) 2023-present, sapphi-red
  173. >
  174. > Permission is hereby granted, free of charge, to any person obtaining a copy
  175. > of this software and associated documentation files (the "Software"), to deal
  176. > in the Software without restriction, including without limitation the rights
  177. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  178. > copies of the Software, and to permit persons to whom the Software is
  179. > furnished to do so, subject to the following conditions:
  180. >
  181. > The above copyright notice and this permission notice shall be included in all
  182. > copies or substantial portions of the Software.
  183. >
  184. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  185. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  186. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  187. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  188. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  189. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  190. > SOFTWARE.
  191. ---------------------------------------
  192. ## binary-extensions
  193. License: MIT
  194. By: Sindre Sorhus
  195. Repository: sindresorhus/binary-extensions
  196. > MIT License
  197. >
  198. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  199. > Copyright (c) Paul Miller (https://paulmillr.com)
  200. >
  201. > 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:
  202. >
  203. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  204. >
  205. > 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.
  206. ---------------------------------------
  207. ## braces, fill-range, is-number
  208. License: MIT
  209. By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
  210. Repository: micromatch/braces
  211. License: MIT
  212. By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
  213. Repository: jonschlinkert/fill-range
  214. License: MIT
  215. By: Jon Schlinkert, Olsten Larck, Rouven Weßling
  216. Repository: jonschlinkert/is-number
  217. > The MIT License (MIT)
  218. >
  219. > Copyright (c) 2014-present, Jon Schlinkert.
  220. >
  221. > Permission is hereby granted, free of charge, to any person obtaining a copy
  222. > of this software and associated documentation files (the "Software"), to deal
  223. > in the Software without restriction, including without limitation the rights
  224. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  225. > copies of the Software, and to permit persons to whom the Software is
  226. > furnished to do so, subject to the following conditions:
  227. >
  228. > The above copyright notice and this permission notice shall be included in
  229. > all copies or substantial portions of the Software.
  230. >
  231. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  232. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  233. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  234. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  235. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  236. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  237. > THE SOFTWARE.
  238. ---------------------------------------
  239. ## bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript, wsl-utils
  240. License: MIT
  241. By: Sindre Sorhus
  242. Repositories: sindresorhus/bundle-name, sindresorhus/default-browser, sindresorhus/default-browser-id, sindresorhus/define-lazy-prop, sindresorhus/is-docker, sindresorhus/is-inside-container, sindresorhus/is-wsl, sindresorhus/open, sindresorhus/run-applescript, sindresorhus/wsl-utils
  243. > MIT License
  244. >
  245. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  246. >
  247. > 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:
  248. >
  249. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  250. >
  251. > 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.
  252. ---------------------------------------
  253. ## cac
  254. License: MIT
  255. By: egoist
  256. Repository: egoist/cac
  257. > The MIT License (MIT)
  258. >
  259. > Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
  260. >
  261. > Permission is hereby granted, free of charge, to any person obtaining a copy
  262. > of this software and associated documentation files (the "Software"), to deal
  263. > in the Software without restriction, including without limitation the rights
  264. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  265. > copies of the Software, and to permit persons to whom the Software is
  266. > furnished to do so, subject to the following conditions:
  267. >
  268. > The above copyright notice and this permission notice shall be included in
  269. > all copies or substantial portions of the Software.
  270. >
  271. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  272. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  273. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  274. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  275. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  276. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  277. > THE SOFTWARE.
  278. ---------------------------------------
  279. ## chokidar
  280. License: MIT
  281. By: Paul Miller, Elan Shanker
  282. Repository: git+https://github.com/paulmillr/chokidar.git
  283. > The MIT License (MIT)
  284. >
  285. > Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
  286. >
  287. > Permission is hereby granted, free of charge, to any person obtaining a copy
  288. > of this software and associated documentation files (the “Software”), to deal
  289. > in the Software without restriction, including without limitation the rights
  290. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  291. > copies of the Software, and to permit persons to whom the Software is
  292. > furnished to do so, subject to the following conditions:
  293. >
  294. > The above copyright notice and this permission notice shall be included in
  295. > all copies or substantial portions of the Software.
  296. >
  297. > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  298. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  299. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  300. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  301. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  302. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  303. > THE SOFTWARE.
  304. ---------------------------------------
  305. ## commondir, shell-quote
  306. License: MIT
  307. By: James Halliday
  308. Repositories: http://github.com/substack/node-commondir.git, http://github.com/ljharb/shell-quote.git
  309. > The MIT License
  310. >
  311. > Copyright (c) 2013 James Halliday (mail@substack.net)
  312. >
  313. > Permission is hereby granted, free of charge,
  314. > to any person obtaining a copy of this software and
  315. > associated documentation files (the "Software"), to
  316. > deal in the Software without restriction, including
  317. > without limitation the rights to use, copy, modify,
  318. > merge, publish, distribute, sublicense, and/or sell
  319. > copies of the Software, and to permit persons to whom
  320. > the Software is furnished to do so,
  321. > subject to the following conditions:
  322. >
  323. > The above copyright notice and this permission notice
  324. > shall be included in all copies or substantial portions of the Software.
  325. >
  326. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  327. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  328. > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  329. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
  330. > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  331. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  332. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  333. ---------------------------------------
  334. ## connect
  335. License: MIT
  336. By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
  337. Repository: senchalabs/connect
  338. > (The MIT License)
  339. >
  340. > Copyright (c) 2010 Sencha Inc.
  341. > Copyright (c) 2011 LearnBoost
  342. > Copyright (c) 2011-2014 TJ Holowaychuk
  343. > Copyright (c) 2015 Douglas Christopher Wilson
  344. >
  345. > Permission is hereby granted, free of charge, to any person obtaining
  346. > a copy of this software and associated documentation files (the
  347. > 'Software'), to deal in the Software without restriction, including
  348. > without limitation the rights to use, copy, modify, merge, publish,
  349. > distribute, sublicense, and/or sell copies of the Software, and to
  350. > permit persons to whom the Software is furnished to do so, subject to
  351. > the following conditions:
  352. >
  353. > The above copyright notice and this permission notice shall be
  354. > included in all copies or substantial portions of the Software.
  355. >
  356. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  357. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  358. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  359. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  360. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  361. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  362. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  363. ---------------------------------------
  364. ## convert-source-map
  365. License: MIT
  366. By: Thorsten Lorenz
  367. Repository: git://github.com/thlorenz/convert-source-map.git
  368. > Copyright 2013 Thorsten Lorenz.
  369. > All rights reserved.
  370. >
  371. > Permission is hereby granted, free of charge, to any person
  372. > obtaining a copy of this software and associated documentation
  373. > files (the "Software"), to deal in the Software without
  374. > restriction, including without limitation the rights to use,
  375. > copy, modify, merge, publish, distribute, sublicense, and/or sell
  376. > copies of the Software, and to permit persons to whom the
  377. > Software is furnished to do so, subject to the following
  378. > conditions:
  379. >
  380. > The above copyright notice and this permission notice shall be
  381. > included in all copies or substantial portions of the Software.
  382. >
  383. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  384. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  385. > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  386. > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  387. > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  388. > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  389. > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  390. > OTHER DEALINGS IN THE SOFTWARE.
  391. ---------------------------------------
  392. ## cors
  393. License: MIT
  394. By: Troy Goode
  395. Repository: expressjs/cors
  396. > (The MIT License)
  397. >
  398. > Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
  399. >
  400. > Permission is hereby granted, free of charge, to any person obtaining
  401. > a copy of this software and associated documentation files (the
  402. > 'Software'), to deal in the Software without restriction, including
  403. > without limitation the rights to use, copy, modify, merge, publish,
  404. > distribute, sublicense, and/or sell copies of the Software, and to
  405. > permit persons to whom the Software is furnished to do so, subject to
  406. > the following conditions:
  407. >
  408. > The above copyright notice and this permission notice shall be
  409. > included in all copies or substantial portions of the Software.
  410. >
  411. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  412. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  413. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  414. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  415. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  416. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  417. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  418. ---------------------------------------
  419. ## cross-spawn
  420. License: MIT
  421. By: André Cruz
  422. Repository: git@github.com:moxystudio/node-cross-spawn.git
  423. > The MIT License (MIT)
  424. >
  425. > Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
  426. >
  427. > Permission is hereby granted, free of charge, to any person obtaining a copy
  428. > of this software and associated documentation files (the "Software"), to deal
  429. > in the Software without restriction, including without limitation the rights
  430. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  431. > copies of the Software, and to permit persons to whom the Software is
  432. > furnished to do so, subject to the following conditions:
  433. >
  434. > The above copyright notice and this permission notice shall be included in
  435. > all copies or substantial portions of the Software.
  436. >
  437. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  438. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  439. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  440. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  441. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  442. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  443. > THE SOFTWARE.
  444. ---------------------------------------
  445. ## cssesc
  446. License: MIT
  447. By: Mathias Bynens
  448. Repository: https://github.com/mathiasbynens/cssesc.git
  449. > Copyright Mathias Bynens <https://mathiasbynens.be/>
  450. >
  451. > Permission is hereby granted, free of charge, to any person obtaining
  452. > a copy of this software and associated documentation files (the
  453. > "Software"), to deal in the Software without restriction, including
  454. > without limitation the rights to use, copy, modify, merge, publish,
  455. > distribute, sublicense, and/or sell copies of the Software, and to
  456. > permit persons to whom the Software is furnished to do so, subject to
  457. > the following conditions:
  458. >
  459. > The above copyright notice and this permission notice shall be
  460. > included in all copies or substantial portions of the Software.
  461. >
  462. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  463. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  464. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  465. > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  466. > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  467. > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  468. > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  469. ---------------------------------------
  470. ## debug
  471. License: MIT
  472. By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
  473. Repository: git://github.com/debug-js/debug.git
  474. > (The MIT License)
  475. >
  476. > Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
  477. > Copyright (c) 2018-2021 Josh Junon
  478. >
  479. > Permission is hereby granted, free of charge, to any person obtaining a copy of this software
  480. > and associated documentation files (the 'Software'), to deal in the Software without restriction,
  481. > including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  482. > and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  483. > subject to the following conditions:
  484. >
  485. > The above copyright notice and this permission notice shall be included in all copies or substantial
  486. > portions of the Software.
  487. >
  488. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  489. > LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  490. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  491. > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  492. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  493. ---------------------------------------
  494. ## dotenv
  495. License: BSD-2-Clause
  496. Repository: git://github.com/motdotla/dotenv.git
  497. > Copyright (c) 2015, Scott Motte
  498. > All rights reserved.
  499. >
  500. > Redistribution and use in source and binary forms, with or without
  501. > modification, are permitted provided that the following conditions are met:
  502. >
  503. > * Redistributions of source code must retain the above copyright notice, this
  504. > list of conditions and the following disclaimer.
  505. >
  506. > * Redistributions in binary form must reproduce the above copyright notice,
  507. > this list of conditions and the following disclaimer in the documentation
  508. > and/or other materials provided with the distribution.
  509. >
  510. > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  511. > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  512. > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  513. > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  514. > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  515. > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  516. > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  517. > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  518. > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  519. > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  520. ---------------------------------------
  521. ## dotenv-expand
  522. License: BSD-2-Clause
  523. By: motdotla
  524. Repository: https://github.com/motdotla/dotenv-expand
  525. > Copyright (c) 2016, Scott Motte
  526. > All rights reserved.
  527. >
  528. > Redistribution and use in source and binary forms, with or without
  529. > modification, are permitted provided that the following conditions are met:
  530. >
  531. > * Redistributions of source code must retain the above copyright notice, this
  532. > list of conditions and the following disclaimer.
  533. >
  534. > * Redistributions in binary form must reproduce the above copyright notice,
  535. > this list of conditions and the following disclaimer in the documentation
  536. > and/or other materials provided with the distribution.
  537. >
  538. > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  539. > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  540. > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  541. > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  542. > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  543. > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  544. > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  545. > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  546. > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  547. > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  548. ---------------------------------------
  549. ## ee-first
  550. License: MIT
  551. By: Jonathan Ong, Douglas Christopher Wilson
  552. Repository: jonathanong/ee-first
  553. > The MIT License (MIT)
  554. >
  555. > Copyright (c) 2014 Jonathan Ong me@jongleberry.com
  556. >
  557. > Permission is hereby granted, free of charge, to any person obtaining a copy
  558. > of this software and associated documentation files (the "Software"), to deal
  559. > in the Software without restriction, including without limitation the rights
  560. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  561. > copies of the Software, and to permit persons to whom the Software is
  562. > furnished to do so, subject to the following conditions:
  563. >
  564. > The above copyright notice and this permission notice shall be included in
  565. > all copies or substantial portions of the Software.
  566. >
  567. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  568. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  569. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  570. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  571. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  572. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  573. > THE SOFTWARE.
  574. ---------------------------------------
  575. ## encodeurl
  576. License: MIT
  577. By: Douglas Christopher Wilson
  578. Repository: pillarjs/encodeurl
  579. > (The MIT License)
  580. >
  581. > Copyright (c) 2016 Douglas Christopher Wilson
  582. >
  583. > Permission is hereby granted, free of charge, to any person obtaining
  584. > a copy of this software and associated documentation files (the
  585. > 'Software'), to deal in the Software without restriction, including
  586. > without limitation the rights to use, copy, modify, merge, publish,
  587. > distribute, sublicense, and/or sell copies of the Software, and to
  588. > permit persons to whom the Software is furnished to do so, subject to
  589. > the following conditions:
  590. >
  591. > The above copyright notice and this permission notice shall be
  592. > included in all copies or substantial portions of the Software.
  593. >
  594. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  595. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  596. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  597. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  598. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  599. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  600. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  601. ---------------------------------------
  602. ## entities
  603. License: BSD-2-Clause
  604. By: Felix Boehm
  605. Repository: git://github.com/fb55/entities.git
  606. > Copyright (c) Felix Böhm
  607. > All rights reserved.
  608. >
  609. > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  610. >
  611. > Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  612. >
  613. > Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  614. >
  615. > THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
  616. > EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  617. ---------------------------------------
  618. ## es-module-lexer
  619. License: MIT
  620. By: Guy Bedford
  621. Repository: git+https://github.com/guybedford/es-module-lexer.git
  622. > MIT License
  623. > -----------
  624. >
  625. > Copyright (C) 2018-2022 Guy Bedford
  626. >
  627. > 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:
  628. >
  629. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  630. >
  631. > 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.
  632. ---------------------------------------
  633. ## escape-html
  634. License: MIT
  635. Repository: component/escape-html
  636. > (The MIT License)
  637. >
  638. > Copyright (c) 2012-2013 TJ Holowaychuk
  639. > Copyright (c) 2015 Andreas Lubbe
  640. > Copyright (c) 2015 Tiancheng "Timothy" Gu
  641. >
  642. > Permission is hereby granted, free of charge, to any person obtaining
  643. > a copy of this software and associated documentation files (the
  644. > 'Software'), to deal in the Software without restriction, including
  645. > without limitation the rights to use, copy, modify, merge, publish,
  646. > distribute, sublicense, and/or sell copies of the Software, and to
  647. > permit persons to whom the Software is furnished to do so, subject to
  648. > the following conditions:
  649. >
  650. > The above copyright notice and this permission notice shall be
  651. > included in all copies or substantial portions of the Software.
  652. >
  653. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  654. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  655. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  656. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  657. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  658. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  659. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  660. ---------------------------------------
  661. ## estree-walker
  662. License: MIT
  663. By: Rich Harris
  664. Repository: https://github.com/Rich-Harris/estree-walker
  665. > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
  666. >
  667. > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  668. >
  669. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  670. >
  671. > 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.
  672. ---------------------------------------
  673. ## etag
  674. License: MIT
  675. By: Douglas Christopher Wilson, David Björklund
  676. Repository: jshttp/etag
  677. > (The MIT License)
  678. >
  679. > Copyright (c) 2014-2016 Douglas Christopher Wilson
  680. >
  681. > Permission is hereby granted, free of charge, to any person obtaining
  682. > a copy of this software and associated documentation files (the
  683. > 'Software'), to deal in the Software without restriction, including
  684. > without limitation the rights to use, copy, modify, merge, publish,
  685. > distribute, sublicense, and/or sell copies of the Software, and to
  686. > permit persons to whom the Software is furnished to do so, subject to
  687. > the following conditions:
  688. >
  689. > The above copyright notice and this permission notice shall be
  690. > included in all copies or substantial portions of the Software.
  691. >
  692. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  693. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  694. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  695. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  696. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  697. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  698. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  699. ---------------------------------------
  700. ## finalhandler
  701. License: MIT
  702. By: Douglas Christopher Wilson
  703. Repository: pillarjs/finalhandler
  704. > (The MIT License)
  705. >
  706. > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
  707. >
  708. > Permission is hereby granted, free of charge, to any person obtaining
  709. > a copy of this software and associated documentation files (the
  710. > 'Software'), to deal in the Software without restriction, including
  711. > without limitation the rights to use, copy, modify, merge, publish,
  712. > distribute, sublicense, and/or sell copies of the Software, and to
  713. > permit persons to whom the Software is furnished to do so, subject to
  714. > the following conditions:
  715. >
  716. > The above copyright notice and this permission notice shall be
  717. > included in all copies or substantial portions of the Software.
  718. >
  719. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  720. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  721. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  722. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  723. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  724. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  725. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  726. ---------------------------------------
  727. ## follow-redirects
  728. License: MIT
  729. By: Ruben Verborgh, Olivier Lalonde, James Talmage
  730. Repository: git+ssh://git@github.com/follow-redirects/follow-redirects.git
  731. > Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
  732. >
  733. > Permission is hereby granted, free of charge, to any person obtaining a copy of
  734. > this software and associated documentation files (the "Software"), to deal in
  735. > the Software without restriction, including without limitation the rights to
  736. > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  737. > of the Software, and to permit persons to whom the Software is furnished to do
  738. > so, subject to the following conditions:
  739. >
  740. > The above copyright notice and this permission notice shall be included in all
  741. > copies or substantial portions of the Software.
  742. >
  743. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  744. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  745. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  746. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  747. > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
  748. > IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  749. ---------------------------------------
  750. ## generic-names
  751. License: MIT
  752. By: Alexey Litvinov
  753. Repository: git+https://github.com/css-modules/generic-names.git
  754. > The MIT License (MIT)
  755. >
  756. > Copyright (c) 2015 Alexey Litvinov
  757. >
  758. > Permission is hereby granted, free of charge, to any person obtaining a copy
  759. > of this software and associated documentation files (the "Software"), to deal
  760. > in the Software without restriction, including without limitation the rights
  761. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  762. > copies of the Software, and to permit persons to whom the Software is
  763. > furnished to do so, subject to the following conditions:
  764. >
  765. > The above copyright notice and this permission notice shall be included in all
  766. > copies or substantial portions of the Software.
  767. >
  768. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  769. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  770. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  771. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  772. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  773. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  774. > SOFTWARE.
  775. ---------------------------------------
  776. ## glob-parent
  777. License: ISC
  778. By: Gulp Team, Elan Shanker, Blaine Bublitz
  779. Repository: gulpjs/glob-parent
  780. > The ISC License
  781. >
  782. > Copyright (c) 2015, 2019 Elan Shanker
  783. >
  784. > Permission to use, copy, modify, and/or distribute this software for any
  785. > purpose with or without fee is hereby granted, provided that the above
  786. > copyright notice and this permission notice appear in all copies.
  787. >
  788. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  789. > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  790. > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  791. > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  792. > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  793. > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  794. > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  795. ---------------------------------------
  796. ## host-validation-middleware
  797. License: MIT
  798. By: sapphi-red
  799. Repository: git+https://github.com/sapphi-red/host-validation-middleware.git
  800. > MIT License
  801. >
  802. > Copyright (c) 2025 sapphi-red
  803. >
  804. > Permission is hereby granted, free of charge, to any person obtaining a copy
  805. > of this software and associated documentation files (the "Software"), to deal
  806. > in the Software without restriction, including without limitation the rights
  807. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  808. > copies of the Software, and to permit persons to whom the Software is
  809. > furnished to do so, subject to the following conditions:
  810. >
  811. > The above copyright notice and this permission notice shall be included in all
  812. > copies or substantial portions of the Software.
  813. >
  814. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  815. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  816. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  817. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  818. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  819. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  820. > SOFTWARE.
  821. ---------------------------------------
  822. ## http-proxy-3
  823. License: MIT
  824. By: William Stein, Charlie Robbins, Jimb Esser, jcrugzz
  825. Repository: https://github.com/sagemathinc/http-proxy-3.git
  826. > node-http-3
  827. >
  828. > Copyright (c) 2010-2025 William Stein, Charlie Robbins, Jarrett Cruger & the Contributors.
  829. >
  830. > Permission is hereby granted, free of charge, to any person obtaining
  831. > a copy of this software and associated documentation files (the
  832. > "Software"), to deal in the Software without restriction, including
  833. > without limitation the rights to use, copy, modify, merge, publish,
  834. > distribute, sublicense, and/or sell copies of the Software, and to
  835. > permit persons to whom the Software is furnished to do so, subject to
  836. > the following conditions:
  837. >
  838. > The above copyright notice and this permission notice shall be
  839. > included in all copies or substantial portions of the Software.
  840. >
  841. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  842. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  843. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  844. > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  845. > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  846. > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  847. > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  848. ---------------------------------------
  849. ## icss-utils
  850. License: ISC
  851. By: Glen Maddern
  852. Repository: git+https://github.com/css-modules/icss-utils.git
  853. > ISC License (ISC)
  854. > Copyright 2018 Glen Maddern
  855. >
  856. > 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.
  857. >
  858. > 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.
  859. ---------------------------------------
  860. ## is-binary-path
  861. License: MIT
  862. By: Sindre Sorhus
  863. Repository: sindresorhus/is-binary-path
  864. > MIT License
  865. >
  866. > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
  867. >
  868. > 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:
  869. >
  870. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  871. >
  872. > 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.
  873. ---------------------------------------
  874. ## is-extglob
  875. License: MIT
  876. By: Jon Schlinkert
  877. Repository: jonschlinkert/is-extglob
  878. > The MIT License (MIT)
  879. >
  880. > Copyright (c) 2014-2016, Jon Schlinkert
  881. >
  882. > Permission is hereby granted, free of charge, to any person obtaining a copy
  883. > of this software and associated documentation files (the "Software"), to deal
  884. > in the Software without restriction, including without limitation the rights
  885. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  886. > copies of the Software, and to permit persons to whom the Software is
  887. > furnished to do so, subject to the following conditions:
  888. >
  889. > The above copyright notice and this permission notice shall be included in
  890. > all copies or substantial portions of the Software.
  891. >
  892. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  893. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  894. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  895. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  896. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  897. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  898. > THE SOFTWARE.
  899. ---------------------------------------
  900. ## is-glob
  901. License: MIT
  902. By: Jon Schlinkert, Brian Woodward, Daniel Perez
  903. Repository: micromatch/is-glob
  904. > The MIT License (MIT)
  905. >
  906. > Copyright (c) 2014-2017, Jon Schlinkert.
  907. >
  908. > Permission is hereby granted, free of charge, to any person obtaining a copy
  909. > of this software and associated documentation files (the "Software"), to deal
  910. > in the Software without restriction, including without limitation the rights
  911. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  912. > copies of the Software, and to permit persons to whom the Software is
  913. > furnished to do so, subject to the following conditions:
  914. >
  915. > The above copyright notice and this permission notice shall be included in
  916. > all copies or substantial portions of the Software.
  917. >
  918. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  919. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  920. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  921. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  922. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  923. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  924. > THE SOFTWARE.
  925. ---------------------------------------
  926. ## is-reference
  927. License: MIT
  928. By: Rich Harris
  929. Repository: git+https://github.com/Rich-Harris/is-reference.git
  930. ---------------------------------------
  931. ## isexe, which
  932. License: ISC
  933. By: Isaac Z. Schlueter
  934. Repositories: git+https://github.com/isaacs/isexe.git, git://github.com/isaacs/node-which.git
  935. > The ISC License
  936. >
  937. > Copyright (c) Isaac Z. Schlueter and Contributors
  938. >
  939. > Permission to use, copy, modify, and/or distribute this software for any
  940. > purpose with or without fee is hereby granted, provided that the above
  941. > copyright notice and this permission notice appear in all copies.
  942. >
  943. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  944. > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  945. > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  946. > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  947. > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  948. > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  949. > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  950. ---------------------------------------
  951. ## js-tokens
  952. License: MIT
  953. By: Simon Lydell
  954. Repository: lydell/js-tokens
  955. > The MIT License (MIT)
  956. >
  957. > Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
  958. >
  959. > Permission is hereby granted, free of charge, to any person obtaining a copy
  960. > of this software and associated documentation files (the "Software"), to deal
  961. > in the Software without restriction, including without limitation the rights
  962. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  963. > copies of the Software, and to permit persons to whom the Software is
  964. > furnished to do so, subject to the following conditions:
  965. >
  966. > The above copyright notice and this permission notice shall be included in
  967. > all copies or substantial portions of the Software.
  968. >
  969. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  970. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  971. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  972. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  973. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  974. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  975. > THE SOFTWARE.
  976. ---------------------------------------
  977. ## launch-editor, launch-editor-middleware
  978. License: MIT
  979. By: Evan You
  980. Repositories: git+https://github.com/yyx990803/launch-editor.git, git+https://github.com/yyx990803/launch-editor.git
  981. > The MIT License (MIT)
  982. >
  983. > Copyright (c) 2017-present, Yuxi (Evan) You
  984. >
  985. > Permission is hereby granted, free of charge, to any person obtaining a copy
  986. > of this software and associated documentation files (the "Software"), to deal
  987. > in the Software without restriction, including without limitation the rights
  988. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  989. > copies of the Software, and to permit persons to whom the Software is
  990. > furnished to do so, subject to the following conditions:
  991. >
  992. > The above copyright notice and this permission notice shall be included in
  993. > all copies or substantial portions of the Software.
  994. >
  995. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  996. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  997. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  998. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  999. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1000. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1001. > THE SOFTWARE.
  1002. ---------------------------------------
  1003. ## lilconfig
  1004. License: MIT
  1005. By: antonk52
  1006. Repository: https://github.com/antonk52/lilconfig
  1007. > MIT License
  1008. >
  1009. > Copyright (c) 2022 Anton Kastritskiy
  1010. >
  1011. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1012. > of this software and associated documentation files (the "Software"), to deal
  1013. > in the Software without restriction, including without limitation the rights
  1014. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1015. > copies of the Software, and to permit persons to whom the Software is
  1016. > furnished to do so, subject to the following conditions:
  1017. >
  1018. > The above copyright notice and this permission notice shall be included in all
  1019. > copies or substantial portions of the Software.
  1020. >
  1021. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1022. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1023. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1024. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1025. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1026. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1027. > SOFTWARE.
  1028. ---------------------------------------
  1029. ## loader-utils
  1030. License: MIT
  1031. By: Tobias Koppers @sokra
  1032. Repository: https://github.com/webpack/loader-utils.git
  1033. > Copyright JS Foundation and other contributors
  1034. >
  1035. > Permission is hereby granted, free of charge, to any person obtaining
  1036. > a copy of this software and associated documentation files (the
  1037. > 'Software'), to deal in the Software without restriction, including
  1038. > without limitation the rights to use, copy, modify, merge, publish,
  1039. > distribute, sublicense, and/or sell copies of the Software, and to
  1040. > permit persons to whom the Software is furnished to do so, subject to
  1041. > the following conditions:
  1042. >
  1043. > The above copyright notice and this permission notice shall be
  1044. > included in all copies or substantial portions of the Software.
  1045. >
  1046. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  1047. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1048. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  1049. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  1050. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  1051. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  1052. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1053. ---------------------------------------
  1054. ## lodash.camelcase
  1055. License: MIT
  1056. By: John-David Dalton, Blaine Bublitz, Mathias Bynens
  1057. Repository: lodash/lodash
  1058. > Copyright jQuery Foundation and other contributors <https://jquery.org/>
  1059. >
  1060. > Based on Underscore.js, copyright Jeremy Ashkenas,
  1061. > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
  1062. >
  1063. > This software consists of voluntary contributions made by many
  1064. > individuals. For exact contribution history, see the revision history
  1065. > available at https://github.com/lodash/lodash
  1066. >
  1067. > The following license applies to all parts of this software except as
  1068. > documented below:
  1069. >
  1070. > ====
  1071. >
  1072. > Permission is hereby granted, free of charge, to any person obtaining
  1073. > a copy of this software and associated documentation files (the
  1074. > "Software"), to deal in the Software without restriction, including
  1075. > without limitation the rights to use, copy, modify, merge, publish,
  1076. > distribute, sublicense, and/or sell copies of the Software, and to
  1077. > permit persons to whom the Software is furnished to do so, subject to
  1078. > the following conditions:
  1079. >
  1080. > The above copyright notice and this permission notice shall be
  1081. > included in all copies or substantial portions of the Software.
  1082. >
  1083. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1084. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1085. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1086. > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  1087. > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  1088. > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1089. > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1090. >
  1091. > ====
  1092. >
  1093. > Copyright and related rights for sample code are waived via CC0. Sample
  1094. > code is defined as all source code displayed within the prose of the
  1095. > documentation.
  1096. >
  1097. > CC0: http://creativecommons.org/publicdomain/zero/1.0/
  1098. >
  1099. > ====
  1100. >
  1101. > Files located in the node_modules and vendor directories are externally
  1102. > maintained libraries used by this software which have their own
  1103. > licenses; we recommend you read them, as their terms may differ from the
  1104. > terms above.
  1105. ---------------------------------------
  1106. ## magic-string
  1107. License: MIT
  1108. By: Rich Harris
  1109. Repository: https://github.com/rich-harris/magic-string.git
  1110. > Copyright 2018 Rich Harris
  1111. >
  1112. > 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:
  1113. >
  1114. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  1115. >
  1116. > 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.
  1117. ---------------------------------------
  1118. ## mlly, ufo
  1119. License: MIT
  1120. Repositories: unjs/mlly, unjs/ufo
  1121. > MIT License
  1122. >
  1123. > Copyright (c) Pooya Parsa <pooya@pi0.io>
  1124. >
  1125. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1126. > of this software and associated documentation files (the "Software"), to deal
  1127. > in the Software without restriction, including without limitation the rights
  1128. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1129. > copies of the Software, and to permit persons to whom the Software is
  1130. > furnished to do so, subject to the following conditions:
  1131. >
  1132. > The above copyright notice and this permission notice shall be included in all
  1133. > copies or substantial portions of the Software.
  1134. >
  1135. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1136. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1137. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1138. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1139. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1140. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1141. > SOFTWARE.
  1142. ---------------------------------------
  1143. ## mrmime
  1144. License: MIT
  1145. By: Luke Edwards
  1146. Repository: lukeed/mrmime
  1147. > The MIT License (MIT)
  1148. >
  1149. > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
  1150. >
  1151. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1152. > of this software and associated documentation files (the "Software"), to deal
  1153. > in the Software without restriction, including without limitation the rights
  1154. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1155. > copies of the Software, and to permit persons to whom the Software is
  1156. > furnished to do so, subject to the following conditions:
  1157. >
  1158. > The above copyright notice and this permission notice shall be included in
  1159. > all copies or substantial portions of the Software.
  1160. >
  1161. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1162. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1163. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1164. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1165. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1166. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1167. > THE SOFTWARE.
  1168. ---------------------------------------
  1169. ## ms
  1170. License: MIT
  1171. Repository: vercel/ms
  1172. > The MIT License (MIT)
  1173. >
  1174. > Copyright (c) 2020 Vercel, Inc.
  1175. >
  1176. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1177. > of this software and associated documentation files (the "Software"), to deal
  1178. > in the Software without restriction, including without limitation the rights
  1179. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1180. > copies of the Software, and to permit persons to whom the Software is
  1181. > furnished to do so, subject to the following conditions:
  1182. >
  1183. > The above copyright notice and this permission notice shall be included in all
  1184. > copies or substantial portions of the Software.
  1185. >
  1186. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1187. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1188. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1189. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1190. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1191. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1192. > SOFTWARE.
  1193. ---------------------------------------
  1194. ## normalize-path
  1195. License: MIT
  1196. By: Jon Schlinkert, Blaine Bublitz
  1197. Repository: jonschlinkert/normalize-path
  1198. > The MIT License (MIT)
  1199. >
  1200. > Copyright (c) 2014-2018, Jon Schlinkert.
  1201. >
  1202. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1203. > of this software and associated documentation files (the "Software"), to deal
  1204. > in the Software without restriction, including without limitation the rights
  1205. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1206. > copies of the Software, and to permit persons to whom the Software is
  1207. > furnished to do so, subject to the following conditions:
  1208. >
  1209. > The above copyright notice and this permission notice shall be included in
  1210. > all copies or substantial portions of the Software.
  1211. >
  1212. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1213. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1214. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1215. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1216. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1217. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1218. > THE SOFTWARE.
  1219. ---------------------------------------
  1220. ## object-assign
  1221. License: MIT
  1222. By: Sindre Sorhus
  1223. Repository: sindresorhus/object-assign
  1224. > The MIT License (MIT)
  1225. >
  1226. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  1227. >
  1228. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1229. > of this software and associated documentation files (the "Software"), to deal
  1230. > in the Software without restriction, including without limitation the rights
  1231. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1232. > copies of the Software, and to permit persons to whom the Software is
  1233. > furnished to do so, subject to the following conditions:
  1234. >
  1235. > The above copyright notice and this permission notice shall be included in
  1236. > all copies or substantial portions of the Software.
  1237. >
  1238. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1239. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1240. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1241. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1242. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1243. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1244. > THE SOFTWARE.
  1245. ---------------------------------------
  1246. ## on-finished
  1247. License: MIT
  1248. By: Douglas Christopher Wilson, Jonathan Ong
  1249. Repository: jshttp/on-finished
  1250. > (The MIT License)
  1251. >
  1252. > Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
  1253. > Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
  1254. >
  1255. > Permission is hereby granted, free of charge, to any person obtaining
  1256. > a copy of this software and associated documentation files (the
  1257. > 'Software'), to deal in the Software without restriction, including
  1258. > without limitation the rights to use, copy, modify, merge, publish,
  1259. > distribute, sublicense, and/or sell copies of the Software, and to
  1260. > permit persons to whom the Software is furnished to do so, subject to
  1261. > the following conditions:
  1262. >
  1263. > The above copyright notice and this permission notice shall be
  1264. > included in all copies or substantial portions of the Software.
  1265. >
  1266. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  1267. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1268. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  1269. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  1270. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  1271. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  1272. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1273. ---------------------------------------
  1274. ## parse5
  1275. License: MIT
  1276. By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors
  1277. Repository: git://github.com/inikulin/parse5.git
  1278. > Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
  1279. >
  1280. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1281. > of this software and associated documentation files (the "Software"), to deal
  1282. > in the Software without restriction, including without limitation the rights
  1283. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1284. > copies of the Software, and to permit persons to whom the Software is
  1285. > furnished to do so, subject to the following conditions:
  1286. >
  1287. > The above copyright notice and this permission notice shall be included in
  1288. > all copies or substantial portions of the Software.
  1289. >
  1290. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1291. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1292. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1293. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1294. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1295. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1296. > THE SOFTWARE.
  1297. ---------------------------------------
  1298. ## parseurl
  1299. License: MIT
  1300. By: Douglas Christopher Wilson, Jonathan Ong
  1301. Repository: pillarjs/parseurl
  1302. > (The MIT License)
  1303. >
  1304. > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
  1305. > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
  1306. >
  1307. > Permission is hereby granted, free of charge, to any person obtaining
  1308. > a copy of this software and associated documentation files (the
  1309. > 'Software'), to deal in the Software without restriction, including
  1310. > without limitation the rights to use, copy, modify, merge, publish,
  1311. > distribute, sublicense, and/or sell copies of the Software, and to
  1312. > permit persons to whom the Software is furnished to do so, subject to
  1313. > the following conditions:
  1314. >
  1315. > The above copyright notice and this permission notice shall be
  1316. > included in all copies or substantial portions of the Software.
  1317. >
  1318. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  1319. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1320. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  1321. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  1322. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  1323. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  1324. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1325. ---------------------------------------
  1326. ## path-key, shebang-regex
  1327. License: MIT
  1328. By: Sindre Sorhus
  1329. Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
  1330. > MIT License
  1331. >
  1332. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  1333. >
  1334. > 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:
  1335. >
  1336. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  1337. >
  1338. > 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.
  1339. ---------------------------------------
  1340. ## periscopic
  1341. License: MIT
  1342. Repository: Rich-Harris/periscopic
  1343. > Copyright (c) 2019 Rich Harris
  1344. >
  1345. > 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:
  1346. >
  1347. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  1348. >
  1349. > 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.
  1350. ---------------------------------------
  1351. ## picocolors
  1352. License: ISC
  1353. By: Alexey Raspopov
  1354. Repository: alexeyraspopov/picocolors
  1355. > ISC License
  1356. >
  1357. > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
  1358. >
  1359. > Permission to use, copy, modify, and/or distribute this software for any
  1360. > purpose with or without fee is hereby granted, provided that the above
  1361. > copyright notice and this permission notice appear in all copies.
  1362. >
  1363. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  1364. > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  1365. > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  1366. > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  1367. > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  1368. > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  1369. > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  1370. ---------------------------------------
  1371. ## postcss-import
  1372. License: MIT
  1373. By: Maxime Thirouin
  1374. Repository: https://github.com/postcss/postcss-import.git
  1375. > The MIT License (MIT)
  1376. >
  1377. > Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
  1378. >
  1379. > Permission is hereby granted, free of charge, to any person obtaining a copy of
  1380. > this software and associated documentation files (the "Software"), to deal in
  1381. > the Software without restriction, including without limitation the rights to
  1382. > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  1383. > the Software, and to permit persons to whom the Software is furnished to do so,
  1384. > subject to the following conditions:
  1385. >
  1386. > The above copyright notice and this permission notice shall be included in all
  1387. > copies or substantial portions of the Software.
  1388. >
  1389. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1390. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  1391. > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  1392. > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  1393. > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  1394. > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1395. ---------------------------------------
  1396. ## postcss-load-config
  1397. License: MIT
  1398. By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts
  1399. Repository: postcss/postcss-load-config
  1400. > The MIT License (MIT)
  1401. >
  1402. > Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
  1403. >
  1404. > Permission is hereby granted, free of charge, to any person obtaining a copy of
  1405. > this software and associated documentation files (the "Software"), to deal in
  1406. > the Software without restriction, including without limitation the rights to
  1407. > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  1408. > the Software, and to permit persons to whom the Software is furnished to do so,
  1409. > subject to the following conditions:
  1410. >
  1411. > The above copyright notice and this permission notice shall be included in all
  1412. > copies or substantial portions of the Software.
  1413. >
  1414. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1415. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  1416. > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  1417. > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  1418. > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  1419. > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1420. ---------------------------------------
  1421. ## postcss-modules
  1422. License: MIT
  1423. By: Alexander Madyankin
  1424. Repository: https://github.com/css-modules/postcss-modules.git
  1425. > The MIT License (MIT)
  1426. >
  1427. > Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
  1428. >
  1429. > Permission is hereby granted, free of charge, to any person obtaining a copy of
  1430. > this software and associated documentation files (the "Software"), to deal in
  1431. > the Software without restriction, including without limitation the rights to
  1432. > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  1433. > the Software, and to permit persons to whom the Software is furnished to do so,
  1434. > subject to the following conditions:
  1435. >
  1436. > The above copyright notice and this permission notice shall be included in all
  1437. > copies or substantial portions of the Software.
  1438. >
  1439. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1440. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  1441. > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  1442. > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  1443. > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  1444. > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1445. ---------------------------------------
  1446. ## postcss-modules-extract-imports
  1447. License: ISC
  1448. By: Glen Maddern
  1449. Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
  1450. > Copyright 2015 Glen Maddern
  1451. >
  1452. > 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.
  1453. >
  1454. > 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.
  1455. ---------------------------------------
  1456. ## postcss-modules-local-by-default
  1457. License: MIT
  1458. By: Mark Dalgleish
  1459. Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
  1460. > The MIT License (MIT)
  1461. >
  1462. > Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
  1463. >
  1464. > Permission is hereby granted, free of charge, to any person obtaining a copy of
  1465. > this software and associated documentation files (the "Software"), to deal in
  1466. > the Software without restriction, including without limitation the rights to
  1467. > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  1468. > the Software, and to permit persons to whom the Software is furnished to do so,
  1469. > subject to the following conditions:
  1470. >
  1471. > The above copyright notice and this permission notice shall be included in all
  1472. > copies or substantial portions of the Software.
  1473. >
  1474. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1475. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  1476. > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  1477. > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  1478. > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  1479. > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1480. ---------------------------------------
  1481. ## postcss-modules-scope
  1482. License: ISC
  1483. By: Glen Maddern
  1484. Repository: https://github.com/css-modules/postcss-modules-scope.git
  1485. > ISC License (ISC)
  1486. >
  1487. > Copyright (c) 2015, Glen Maddern
  1488. >
  1489. > 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.
  1490. >
  1491. > 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.
  1492. ---------------------------------------
  1493. ## postcss-modules-values
  1494. License: ISC
  1495. By: Glen Maddern
  1496. Repository: git+https://github.com/css-modules/postcss-modules-values.git
  1497. > ISC License (ISC)
  1498. >
  1499. > Copyright (c) 2015, Glen Maddern
  1500. >
  1501. > 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.
  1502. >
  1503. > 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.
  1504. ---------------------------------------
  1505. ## postcss-selector-parser
  1506. License: MIT
  1507. By: Ben Briggs, Chris Eppstein
  1508. Repository: postcss/postcss-selector-parser
  1509. > Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
  1510. >
  1511. > Permission is hereby granted, free of charge, to any person
  1512. > obtaining a copy of this software and associated documentation
  1513. > files (the "Software"), to deal in the Software without
  1514. > restriction, including without limitation the rights to use,
  1515. > copy, modify, merge, publish, distribute, sublicense, and/or sell
  1516. > copies of the Software, and to permit persons to whom the
  1517. > Software is furnished to do so, subject to the following
  1518. > conditions:
  1519. >
  1520. > The above copyright notice and this permission notice shall be
  1521. > included in all copies or substantial portions of the Software.
  1522. >
  1523. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1524. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  1525. > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1526. > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  1527. > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  1528. > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  1529. > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  1530. > OTHER DEALINGS IN THE SOFTWARE.
  1531. ---------------------------------------
  1532. ## postcss-value-parser
  1533. License: MIT
  1534. By: Bogdan Chadkin
  1535. Repository: https://github.com/TrySound/postcss-value-parser.git
  1536. > Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
  1537. >
  1538. > Permission is hereby granted, free of charge, to any person
  1539. > obtaining a copy of this software and associated documentation
  1540. > files (the "Software"), to deal in the Software without
  1541. > restriction, including without limitation the rights to use,
  1542. > copy, modify, merge, publish, distribute, sublicense, and/or sell
  1543. > copies of the Software, and to permit persons to whom the
  1544. > Software is furnished to do so, subject to the following
  1545. > conditions:
  1546. >
  1547. > The above copyright notice and this permission notice shall be
  1548. > included in all copies or substantial portions of the Software.
  1549. >
  1550. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1551. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  1552. > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1553. > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  1554. > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  1555. > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  1556. > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  1557. > OTHER DEALINGS IN THE SOFTWARE.
  1558. ---------------------------------------
  1559. ## readdirp
  1560. License: MIT
  1561. By: Thorsten Lorenz, Paul Miller
  1562. Repository: git://github.com/paulmillr/readdirp.git
  1563. > MIT License
  1564. >
  1565. > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
  1566. >
  1567. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1568. > of this software and associated documentation files (the "Software"), to deal
  1569. > in the Software without restriction, including without limitation the rights
  1570. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1571. > copies of the Software, and to permit persons to whom the Software is
  1572. > furnished to do so, subject to the following conditions:
  1573. >
  1574. > The above copyright notice and this permission notice shall be included in all
  1575. > copies or substantial portions of the Software.
  1576. >
  1577. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1578. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1579. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1580. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1581. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1582. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1583. > SOFTWARE.
  1584. ---------------------------------------
  1585. ## resolve.exports, totalist
  1586. License: MIT
  1587. By: Luke Edwards
  1588. Repositories: lukeed/resolve.exports, lukeed/totalist
  1589. > The MIT License (MIT)
  1590. >
  1591. > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
  1592. >
  1593. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1594. > of this software and associated documentation files (the "Software"), to deal
  1595. > in the Software without restriction, including without limitation the rights
  1596. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1597. > copies of the Software, and to permit persons to whom the Software is
  1598. > furnished to do so, subject to the following conditions:
  1599. >
  1600. > The above copyright notice and this permission notice shall be included in
  1601. > all copies or substantial portions of the Software.
  1602. >
  1603. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1604. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1605. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1606. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1607. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1608. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1609. > THE SOFTWARE.
  1610. ---------------------------------------
  1611. ## shebang-command
  1612. License: MIT
  1613. By: Kevin Mårtensson
  1614. Repository: kevva/shebang-command
  1615. > MIT License
  1616. >
  1617. > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
  1618. >
  1619. > 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:
  1620. >
  1621. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  1622. >
  1623. > 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.
  1624. ---------------------------------------
  1625. ## sirv
  1626. License: MIT
  1627. By: Luke Edwards
  1628. Repository: lukeed/sirv
  1629. ---------------------------------------
  1630. ## statuses
  1631. License: MIT
  1632. By: Douglas Christopher Wilson, Jonathan Ong
  1633. Repository: jshttp/statuses
  1634. > The MIT License (MIT)
  1635. >
  1636. > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
  1637. > Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
  1638. >
  1639. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1640. > of this software and associated documentation files (the "Software"), to deal
  1641. > in the Software without restriction, including without limitation the rights
  1642. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1643. > copies of the Software, and to permit persons to whom the Software is
  1644. > furnished to do so, subject to the following conditions:
  1645. >
  1646. > The above copyright notice and this permission notice shall be included in
  1647. > all copies or substantial portions of the Software.
  1648. >
  1649. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1650. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1651. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1652. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1653. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1654. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1655. > THE SOFTWARE.
  1656. ---------------------------------------
  1657. ## string-hash
  1658. License: CC0-1.0
  1659. By: The Dark Sky Company
  1660. Repository: git://github.com/darkskyapp/string-hash.git
  1661. ---------------------------------------
  1662. ## strip-literal
  1663. License: MIT
  1664. By: Anthony Fu
  1665. Repository: git+https://github.com/antfu/strip-literal.git
  1666. > MIT License
  1667. >
  1668. > Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
  1669. >
  1670. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1671. > of this software and associated documentation files (the "Software"), to deal
  1672. > in the Software without restriction, including without limitation the rights
  1673. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1674. > copies of the Software, and to permit persons to whom the Software is
  1675. > furnished to do so, subject to the following conditions:
  1676. >
  1677. > The above copyright notice and this permission notice shall be included in all
  1678. > copies or substantial portions of the Software.
  1679. >
  1680. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1681. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1682. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1683. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1684. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1685. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1686. > SOFTWARE.
  1687. ---------------------------------------
  1688. ## to-regex-range
  1689. License: MIT
  1690. By: Jon Schlinkert, Rouven Weßling
  1691. Repository: micromatch/to-regex-range
  1692. > The MIT License (MIT)
  1693. >
  1694. > Copyright (c) 2015-present, Jon Schlinkert.
  1695. >
  1696. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1697. > of this software and associated documentation files (the "Software"), to deal
  1698. > in the Software without restriction, including without limitation the rights
  1699. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1700. > copies of the Software, and to permit persons to whom the Software is
  1701. > furnished to do so, subject to the following conditions:
  1702. >
  1703. > The above copyright notice and this permission notice shall be included in
  1704. > all copies or substantial portions of the Software.
  1705. >
  1706. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1707. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1708. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1709. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1710. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1711. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1712. > THE SOFTWARE.
  1713. ---------------------------------------
  1714. ## tsconfck
  1715. License: MIT
  1716. By: dominikg
  1717. Repository: git+https://github.com/dominikg/tsconfck.git
  1718. > MIT License
  1719. >
  1720. > Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)
  1721. >
  1722. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1723. > of this software and associated documentation files (the "Software"), to deal
  1724. > in the Software without restriction, including without limitation the rights
  1725. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1726. > copies of the Software, and to permit persons to whom the Software is
  1727. > furnished to do so, subject to the following conditions:
  1728. >
  1729. > The above copyright notice and this permission notice shall be included in all
  1730. > copies or substantial portions of the Software.
  1731. >
  1732. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1733. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1734. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1735. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1736. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1737. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1738. > SOFTWARE.
  1739. >
  1740. > -- Licenses for 3rd-party code included in tsconfck --
  1741. >
  1742. > # strip-bom and strip-json-comments
  1743. > MIT License
  1744. >
  1745. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  1746. >
  1747. > Permission is hereby granted, free of charge, to any person obtaining a copy
  1748. > of this software and associated documentation files (the "Software"), to deal
  1749. > in the Software without restriction, including without limitation the rights
  1750. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1751. > copies of the Software, and to permit persons to whom the Software is
  1752. > furnished to do so, subject to the following conditions:
  1753. >
  1754. > The above copyright notice and this permission notice shall be included in all
  1755. > copies or substantial portions of the Software.
  1756. >
  1757. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1758. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1759. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1760. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1761. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1762. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1763. > SOFTWARE.
  1764. ---------------------------------------
  1765. ## unpipe
  1766. License: MIT
  1767. By: Douglas Christopher Wilson
  1768. Repository: stream-utils/unpipe
  1769. > (The MIT License)
  1770. >
  1771. > Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
  1772. >
  1773. > Permission is hereby granted, free of charge, to any person obtaining
  1774. > a copy of this software and associated documentation files (the
  1775. > 'Software'), to deal in the Software without restriction, including
  1776. > without limitation the rights to use, copy, modify, merge, publish,
  1777. > distribute, sublicense, and/or sell copies of the Software, and to
  1778. > permit persons to whom the Software is furnished to do so, subject to
  1779. > the following conditions:
  1780. >
  1781. > The above copyright notice and this permission notice shall be
  1782. > included in all copies or substantial portions of the Software.
  1783. >
  1784. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  1785. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1786. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  1787. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  1788. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  1789. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  1790. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1791. ---------------------------------------
  1792. ## util-deprecate
  1793. License: MIT
  1794. By: Nathan Rajlich
  1795. Repository: git://github.com/TooTallNate/util-deprecate.git
  1796. > (The MIT License)
  1797. >
  1798. > Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
  1799. >
  1800. > Permission is hereby granted, free of charge, to any person
  1801. > obtaining a copy of this software and associated documentation
  1802. > files (the "Software"), to deal in the Software without
  1803. > restriction, including without limitation the rights to use,
  1804. > copy, modify, merge, publish, distribute, sublicense, and/or sell
  1805. > copies of the Software, and to permit persons to whom the
  1806. > Software is furnished to do so, subject to the following
  1807. > conditions:
  1808. >
  1809. > The above copyright notice and this permission notice shall be
  1810. > included in all copies or substantial portions of the Software.
  1811. >
  1812. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1813. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  1814. > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1815. > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  1816. > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  1817. > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  1818. > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  1819. > OTHER DEALINGS IN THE SOFTWARE.
  1820. ---------------------------------------
  1821. ## utils-merge
  1822. License: MIT
  1823. By: Jared Hanson
  1824. Repository: git://github.com/jaredhanson/utils-merge.git
  1825. > The MIT License (MIT)
  1826. >
  1827. > Copyright (c) 2013-2017 Jared Hanson
  1828. >
  1829. > Permission is hereby granted, free of charge, to any person obtaining a copy of
  1830. > this software and associated documentation files (the "Software"), to deal in
  1831. > the Software without restriction, including without limitation the rights to
  1832. > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  1833. > the Software, and to permit persons to whom the Software is furnished to do so,
  1834. > subject to the following conditions:
  1835. >
  1836. > The above copyright notice and this permission notice shall be included in all
  1837. > copies or substantial portions of the Software.
  1838. >
  1839. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1840. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  1841. > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  1842. > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  1843. > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  1844. > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1845. ---------------------------------------
  1846. ## vary
  1847. License: MIT
  1848. By: Douglas Christopher Wilson
  1849. Repository: jshttp/vary
  1850. > (The MIT License)
  1851. >
  1852. > Copyright (c) 2014-2017 Douglas Christopher Wilson
  1853. >
  1854. > Permission is hereby granted, free of charge, to any person obtaining
  1855. > a copy of this software and associated documentation files (the
  1856. > 'Software'), to deal in the Software without restriction, including
  1857. > without limitation the rights to use, copy, modify, merge, publish,
  1858. > distribute, sublicense, and/or sell copies of the Software, and to
  1859. > permit persons to whom the Software is furnished to do so, subject to
  1860. > the following conditions:
  1861. >
  1862. > The above copyright notice and this permission notice shall be
  1863. > included in all copies or substantial portions of the Software.
  1864. >
  1865. > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  1866. > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1867. > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  1868. > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  1869. > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  1870. > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  1871. > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1872. ---------------------------------------
  1873. ## ws
  1874. License: MIT
  1875. By: Einar Otto Stangvik
  1876. Repository: git+https://github.com/websockets/ws.git
  1877. > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
  1878. > Copyright (c) 2013 Arnout Kazemier and contributors
  1879. > Copyright (c) 2016 Luigi Pinca and contributors
  1880. >
  1881. > Permission is hereby granted, free of charge, to any person obtaining a copy of
  1882. > this software and associated documentation files (the "Software"), to deal in
  1883. > the Software without restriction, including without limitation the rights to
  1884. > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  1885. > the Software, and to permit persons to whom the Software is furnished to do so,
  1886. > subject to the following conditions:
  1887. >
  1888. > The above copyright notice and this permission notice shall be included in all
  1889. > copies or substantial portions of the Software.
  1890. >
  1891. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1892. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  1893. > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  1894. > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  1895. > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  1896. > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.