提交学习笔记专用
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.

679 lines
34 KiB

  1. # Rollup core license
  2. Rollup is released under the MIT license:
  3. The MIT License (MIT)
  4. Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/contributors)
  5. 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:
  6. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  7. 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.
  8. # Licenses of bundled dependencies
  9. The published Rollup artifact additionally contains code with the following licenses:
  10. MIT, ISC, 0BSD
  11. # Bundled dependencies:
  12. ## @jridgewell/sourcemap-codec
  13. License: MIT
  14. By: Justin Ridgewell
  15. Repository: git+https://github.com/jridgewell/sourcemaps.git
  16. > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
  17. >
  18. > Permission is hereby granted, free of charge, to any person obtaining a copy
  19. > of this software and associated documentation files (the "Software"), to deal
  20. > in the Software without restriction, including without limitation the rights
  21. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  22. > copies of the Software, and to permit persons to whom the Software is
  23. > furnished to do so, subject to the following conditions:
  24. >
  25. > The above copyright notice and this permission notice shall be included in
  26. > all copies or substantial portions of the Software.
  27. >
  28. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  29. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  30. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  31. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  32. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  33. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  34. > SOFTWARE.
  35. ---------------------------------------
  36. ## @rollup/pluginutils
  37. License: MIT
  38. By: Rich Harris
  39. Repository: rollup/plugins
  40. > The MIT License (MIT)
  41. >
  42. > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
  43. >
  44. > Permission is hereby granted, free of charge, to any person obtaining a copy
  45. > of this software and associated documentation files (the "Software"), to deal
  46. > in the Software without restriction, including without limitation the rights
  47. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  48. > copies of the Software, and to permit persons to whom the Software is
  49. > furnished to do so, subject to the following conditions:
  50. >
  51. > The above copyright notice and this permission notice shall be included in
  52. > all copies or substantial portions of the Software.
  53. >
  54. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  55. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  56. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  57. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  58. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  59. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  60. > THE SOFTWARE.
  61. ---------------------------------------
  62. ## anymatch
  63. License: ISC
  64. By: Elan Shanker
  65. Repository: https://github.com/micromatch/anymatch
  66. > The ISC License
  67. >
  68. > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
  69. >
  70. > Permission to use, copy, modify, and/or distribute this software for any
  71. > purpose with or without fee is hereby granted, provided that the above
  72. > copyright notice and this permission notice appear in all copies.
  73. >
  74. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  75. > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  76. > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  77. > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  78. > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  79. > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  80. > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  81. ---------------------------------------
  82. ## binary-extensions
  83. License: MIT
  84. By: Sindre Sorhus
  85. Repository: sindresorhus/binary-extensions
  86. > MIT License
  87. >
  88. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  89. > Copyright (c) Paul Miller (https://paulmillr.com)
  90. >
  91. > 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:
  92. >
  93. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  94. >
  95. > 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.
  96. ---------------------------------------
  97. ## braces
  98. License: MIT
  99. By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
  100. Repository: micromatch/braces
  101. > The MIT License (MIT)
  102. >
  103. > Copyright (c) 2014-present, Jon Schlinkert.
  104. >
  105. > Permission is hereby granted, free of charge, to any person obtaining a copy
  106. > of this software and associated documentation files (the "Software"), to deal
  107. > in the Software without restriction, including without limitation the rights
  108. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  109. > copies of the Software, and to permit persons to whom the Software is
  110. > furnished to do so, subject to the following conditions:
  111. >
  112. > The above copyright notice and this permission notice shall be included in
  113. > all copies or substantial portions of the Software.
  114. >
  115. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  116. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  117. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  118. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  119. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  120. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  121. > THE SOFTWARE.
  122. ---------------------------------------
  123. ## builtin-modules
  124. License: MIT
  125. By: Sindre Sorhus
  126. Repository: sindresorhus/builtin-modules
  127. > MIT License
  128. >
  129. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  130. >
  131. > 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:
  132. >
  133. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  134. >
  135. > 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.
  136. ---------------------------------------
  137. ## chokidar
  138. License: MIT
  139. By: Paul Miller, Elan Shanker
  140. Repository: git+https://github.com/paulmillr/chokidar.git
  141. > The MIT License (MIT)
  142. >
  143. > Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
  144. >
  145. > Permission is hereby granted, free of charge, to any person obtaining a copy
  146. > of this software and associated documentation files (the “Software”), to deal
  147. > in the Software without restriction, including without limitation the rights
  148. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  149. > copies of the Software, and to permit persons to whom the Software is
  150. > furnished to do so, subject to the following conditions:
  151. >
  152. > The above copyright notice and this permission notice shall be included in
  153. > all copies or substantial portions of the Software.
  154. >
  155. > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  156. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  157. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  158. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  159. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  160. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  161. > THE SOFTWARE.
  162. ---------------------------------------
  163. ## date-time
  164. License: MIT
  165. By: Sindre Sorhus
  166. Repository: sindresorhus/date-time
  167. > MIT License
  168. >
  169. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  170. >
  171. > 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:
  172. >
  173. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  174. >
  175. > 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.
  176. ---------------------------------------
  177. ## fill-range
  178. License: MIT
  179. By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
  180. Repository: jonschlinkert/fill-range
  181. > The MIT License (MIT)
  182. >
  183. > Copyright (c) 2014-present, Jon Schlinkert.
  184. >
  185. > Permission is hereby granted, free of charge, to any person obtaining a copy
  186. > of this software and associated documentation files (the "Software"), to deal
  187. > in the Software without restriction, including without limitation the rights
  188. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  189. > copies of the Software, and to permit persons to whom the Software is
  190. > furnished to do so, subject to the following conditions:
  191. >
  192. > The above copyright notice and this permission notice shall be included in
  193. > all copies or substantial portions of the Software.
  194. >
  195. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  196. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  197. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  198. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  199. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  200. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  201. > THE SOFTWARE.
  202. ---------------------------------------
  203. ## flru
  204. License: MIT
  205. By: Luke Edwards
  206. Repository: lukeed/flru
  207. > MIT License
  208. >
  209. > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
  210. >
  211. > 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:
  212. >
  213. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  214. >
  215. > 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.
  216. ---------------------------------------
  217. ## glob-parent
  218. License: ISC
  219. By: Gulp Team, Elan Shanker, Blaine Bublitz
  220. Repository: gulpjs/glob-parent
  221. > The ISC License
  222. >
  223. > Copyright (c) 2015, 2019 Elan Shanker
  224. >
  225. > Permission to use, copy, modify, and/or distribute this software for any
  226. > purpose with or without fee is hereby granted, provided that the above
  227. > copyright notice and this permission notice appear in all copies.
  228. >
  229. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  230. > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  231. > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  232. > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  233. > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  234. > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  235. > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  236. ---------------------------------------
  237. ## is-binary-path
  238. License: MIT
  239. By: Sindre Sorhus
  240. Repository: sindresorhus/is-binary-path
  241. > MIT License
  242. >
  243. > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
  244. >
  245. > 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:
  246. >
  247. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  248. >
  249. > 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.
  250. ---------------------------------------
  251. ## is-extglob
  252. License: MIT
  253. By: Jon Schlinkert
  254. Repository: jonschlinkert/is-extglob
  255. > The MIT License (MIT)
  256. >
  257. > Copyright (c) 2014-2016, Jon Schlinkert
  258. >
  259. > Permission is hereby granted, free of charge, to any person obtaining a copy
  260. > of this software and associated documentation files (the "Software"), to deal
  261. > in the Software without restriction, including without limitation the rights
  262. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  263. > copies of the Software, and to permit persons to whom the Software is
  264. > furnished to do so, subject to the following conditions:
  265. >
  266. > The above copyright notice and this permission notice shall be included in
  267. > all copies or substantial portions of the Software.
  268. >
  269. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  270. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  271. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  272. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  273. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  274. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  275. > THE SOFTWARE.
  276. ---------------------------------------
  277. ## is-glob
  278. License: MIT
  279. By: Jon Schlinkert, Brian Woodward, Daniel Perez
  280. Repository: micromatch/is-glob
  281. > The MIT License (MIT)
  282. >
  283. > Copyright (c) 2014-2017, Jon Schlinkert.
  284. >
  285. > Permission is hereby granted, free of charge, to any person obtaining a copy
  286. > of this software and associated documentation files (the "Software"), to deal
  287. > in the Software without restriction, including without limitation the rights
  288. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  289. > copies of the Software, and to permit persons to whom the Software is
  290. > furnished to do so, subject to the following conditions:
  291. >
  292. > The above copyright notice and this permission notice shall be included in
  293. > all copies or substantial portions of the Software.
  294. >
  295. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  296. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  297. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  298. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  299. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  300. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  301. > THE SOFTWARE.
  302. ---------------------------------------
  303. ## is-number
  304. License: MIT
  305. By: Jon Schlinkert, Olsten Larck, Rouven Weßling
  306. Repository: jonschlinkert/is-number
  307. > The MIT License (MIT)
  308. >
  309. > Copyright (c) 2014-present, Jon Schlinkert.
  310. >
  311. > Permission is hereby granted, free of charge, to any person obtaining a copy
  312. > of this software and associated documentation files (the "Software"), to deal
  313. > in the Software without restriction, including without limitation the rights
  314. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  315. > copies of the Software, and to permit persons to whom the Software is
  316. > furnished to do so, subject to the following conditions:
  317. >
  318. > The above copyright notice and this permission notice shall be included in
  319. > all copies or substantial portions of the Software.
  320. >
  321. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  322. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  323. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  324. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  325. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  326. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  327. > THE SOFTWARE.
  328. ---------------------------------------
  329. ## is-reference
  330. License: MIT
  331. By: Rich Harris
  332. Repository: git+https://github.com/Rich-Harris/is-reference.git
  333. ---------------------------------------
  334. ## locate-character
  335. License: MIT
  336. By: Rich Harris
  337. Repository: git+https://gitlab.com/Rich-Harris/locate-character.git
  338. ---------------------------------------
  339. ## magic-string
  340. License: MIT
  341. By: Rich Harris
  342. Repository: https://github.com/rich-harris/magic-string.git
  343. > Copyright 2018 Rich Harris
  344. >
  345. > 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:
  346. >
  347. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  348. >
  349. > 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.
  350. ---------------------------------------
  351. ## normalize-path
  352. License: MIT
  353. By: Jon Schlinkert, Blaine Bublitz
  354. Repository: jonschlinkert/normalize-path
  355. > The MIT License (MIT)
  356. >
  357. > Copyright (c) 2014-2018, Jon Schlinkert.
  358. >
  359. > Permission is hereby granted, free of charge, to any person obtaining a copy
  360. > of this software and associated documentation files (the "Software"), to deal
  361. > in the Software without restriction, including without limitation the rights
  362. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  363. > copies of the Software, and to permit persons to whom the Software is
  364. > furnished to do so, subject to the following conditions:
  365. >
  366. > The above copyright notice and this permission notice shall be included in
  367. > all copies or substantial portions of the Software.
  368. >
  369. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  370. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  371. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  372. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  373. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  374. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  375. > THE SOFTWARE.
  376. ---------------------------------------
  377. ## parse-ms
  378. License: MIT
  379. By: Sindre Sorhus
  380. Repository: sindresorhus/parse-ms
  381. > MIT License
  382. >
  383. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  384. >
  385. > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  386. >
  387. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  388. >
  389. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  390. ---------------------------------------
  391. ## picocolors
  392. License: ISC
  393. By: Alexey Raspopov
  394. Repository: alexeyraspopov/picocolors
  395. > ISC License
  396. >
  397. > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
  398. >
  399. > Permission to use, copy, modify, and/or distribute this software for any
  400. > purpose with or without fee is hereby granted, provided that the above
  401. > copyright notice and this permission notice appear in all copies.
  402. >
  403. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  404. > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  405. > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  406. > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  407. > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  408. > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  409. > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  410. ---------------------------------------
  411. ## picomatch
  412. License: MIT
  413. By: Jon Schlinkert
  414. Repository: micromatch/picomatch
  415. > The MIT License (MIT)
  416. >
  417. > Copyright (c) 2017-present, Jon Schlinkert.
  418. >
  419. > Permission is hereby granted, free of charge, to any person obtaining a copy
  420. > of this software and associated documentation files (the "Software"), to deal
  421. > in the Software without restriction, including without limitation the rights
  422. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  423. > copies of the Software, and to permit persons to whom the Software is
  424. > furnished to do so, subject to the following conditions:
  425. >
  426. > The above copyright notice and this permission notice shall be included in
  427. > all copies or substantial portions of the Software.
  428. >
  429. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  430. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  431. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  432. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  433. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  434. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  435. > THE SOFTWARE.
  436. ---------------------------------------
  437. ## pretty-bytes
  438. License: MIT
  439. By: Sindre Sorhus
  440. Repository: sindresorhus/pretty-bytes
  441. > MIT License
  442. >
  443. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  444. >
  445. > 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:
  446. >
  447. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  448. >
  449. > 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.
  450. ---------------------------------------
  451. ## pretty-ms
  452. License: MIT
  453. By: Sindre Sorhus
  454. Repository: sindresorhus/pretty-ms
  455. > MIT License
  456. >
  457. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  458. >
  459. > 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:
  460. >
  461. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  462. >
  463. > 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.
  464. ---------------------------------------
  465. ## readdirp
  466. License: MIT
  467. By: Thorsten Lorenz, Paul Miller
  468. Repository: git://github.com/paulmillr/readdirp.git
  469. > MIT License
  470. >
  471. > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
  472. >
  473. > Permission is hereby granted, free of charge, to any person obtaining a copy
  474. > of this software and associated documentation files (the "Software"), to deal
  475. > in the Software without restriction, including without limitation the rights
  476. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  477. > copies of the Software, and to permit persons to whom the Software is
  478. > furnished to do so, subject to the following conditions:
  479. >
  480. > The above copyright notice and this permission notice shall be included in all
  481. > copies or substantial portions of the Software.
  482. >
  483. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  484. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  485. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  486. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  487. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  488. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  489. > SOFTWARE.
  490. ---------------------------------------
  491. ## signal-exit
  492. License: ISC
  493. By: Ben Coe
  494. Repository: https://github.com/tapjs/signal-exit.git
  495. > The ISC License
  496. >
  497. > Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
  498. >
  499. > Permission to use, copy, modify, and/or distribute this software
  500. > for any purpose with or without fee is hereby granted, provided
  501. > that the above copyright notice and this permission notice
  502. > appear in all copies.
  503. >
  504. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  505. > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  506. > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
  507. > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
  508. > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  509. > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  510. > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  511. ---------------------------------------
  512. ## time-zone
  513. License: MIT
  514. By: Sindre Sorhus
  515. Repository: sindresorhus/time-zone
  516. > MIT License
  517. >
  518. > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
  519. >
  520. > 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:
  521. >
  522. > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  523. >
  524. > 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.
  525. ---------------------------------------
  526. ## to-regex-range
  527. License: MIT
  528. By: Jon Schlinkert, Rouven Weßling
  529. Repository: micromatch/to-regex-range
  530. > The MIT License (MIT)
  531. >
  532. > Copyright (c) 2015-present, Jon Schlinkert.
  533. >
  534. > Permission is hereby granted, free of charge, to any person obtaining a copy
  535. > of this software and associated documentation files (the "Software"), to deal
  536. > in the Software without restriction, including without limitation the rights
  537. > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  538. > copies of the Software, and to permit persons to whom the Software is
  539. > furnished to do so, subject to the following conditions:
  540. >
  541. > The above copyright notice and this permission notice shall be included in
  542. > all copies or substantial portions of the Software.
  543. >
  544. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  545. > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  546. > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  547. > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  548. > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  549. > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  550. > THE SOFTWARE.
  551. ---------------------------------------
  552. ## tslib
  553. License: 0BSD
  554. By: Microsoft Corp.
  555. Repository: https://github.com/Microsoft/tslib.git
  556. > Copyright (c) Microsoft Corporation.
  557. >
  558. > Permission to use, copy, modify, and/or distribute this software for any
  559. > purpose with or without fee is hereby granted.
  560. >
  561. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  562. > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  563. > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  564. > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  565. > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  566. > OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  567. > PERFORMANCE OF THIS SOFTWARE.
  568. ---------------------------------------
  569. ## yargs-parser
  570. License: ISC
  571. By: Ben Coe
  572. Repository: https://github.com/yargs/yargs-parser.git
  573. > Copyright (c) 2016, Contributors
  574. >
  575. > Permission to use, copy, modify, and/or distribute this software
  576. > for any purpose with or without fee is hereby granted, provided
  577. > that the above copyright notice and this permission notice
  578. > appear in all copies.
  579. >
  580. > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  581. > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  582. > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
  583. > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
  584. > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  585. > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  586. > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.