@visulima/packem 1.28.2 → 2.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (594) hide show
  1. package/CHANGELOG.md +134 -0
  2. package/LICENSE.md +3033 -256
  3. package/dist/builder/typedoc/index.d.mts +27 -3
  4. package/dist/builder/typedoc/index.d.ts +26 -2
  5. package/dist/builder/typedoc/index.mjs +1 -1
  6. package/dist/cli/index.mjs +37 -194
  7. package/dist/config/index.d.mts +29 -47
  8. package/dist/config/index.d.ts +29 -47
  9. package/dist/config/index.mjs +1 -1
  10. package/dist/index.d.mts +31 -43
  11. package/dist/index.d.ts +31 -43
  12. package/dist/index.mjs +1 -156
  13. package/dist/packem_shared/browserslistToEsbuild-C0IWmbNe-C6xPL1oW.mjs +1 -0
  14. package/dist/packem_shared/create-or-update-key-storage-GwAIWW7R.mjs +3 -0
  15. package/dist/packem_shared/default-CBa9Nwy_.mjs +1 -0
  16. package/dist/packem_shared/default-DlLVgYRF.mjs +1 -0
  17. package/dist/packem_shared/default-DrXMWF-8.mjs +1 -0
  18. package/dist/packem_shared/default-DuCyCmG2.mjs +1 -0
  19. package/dist/packem_shared/default-lC8LWTO_.mjs +1 -0
  20. package/dist/packem_shared/esbuildPlugin-BAwyhG6L-BTISgbUT.mjs +3 -0
  21. package/dist/packem_shared/index-CG57YXz-.mjs +138 -0
  22. package/dist/packem_shared/index-CUp9WuCG.mjs +1 -0
  23. package/dist/packem_shared/index-Sedl0fV9.d.mts +2554 -0
  24. package/dist/packem_shared/index-Sedl0fV9.d.ts +2554 -0
  25. package/dist/packem_shared/isolatedDeclarationsOxcTransformer-WbfE6cGu-NeZOx2Y7.mjs +1 -0
  26. package/dist/packem_shared/isolatedDeclarationsSwcTransformer-Ch2AgtWC-B-0lOgFf.mjs +1 -0
  27. package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo-Cwe3ODMG.mjs +3 -0
  28. package/dist/packem_shared/oxcResolvePlugin-BJpi-eSG-BsYx9cDO.mjs +1 -0
  29. package/dist/packem_shared/oxcTransformPlugin-DfVQouIB-Bxgxc0jX.mjs +4 -0
  30. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM-BEkYWTsH.mjs +6 -0
  31. package/dist/packem_shared/swcPlugin-Boip4lWG-DWNziB_j.mjs +1 -0
  32. package/dist/packem_shared/types-Bgf1bUQM.d.mts +2765 -0
  33. package/dist/packem_shared/types-C-wHDExv.d.ts +2765 -0
  34. package/dist/rollup/plugins/css/loaders/less.d.mts +1 -0
  35. package/dist/rollup/plugins/css/loaders/less.d.ts +2 -0
  36. package/dist/rollup/plugins/css/loaders/less.mjs +1 -0
  37. package/dist/rollup/plugins/css/loaders/lightningcss.d.mts +1 -4
  38. package/dist/rollup/plugins/css/loaders/lightningcss.d.ts +2 -4
  39. package/dist/rollup/plugins/css/loaders/lightningcss.mjs +1 -3
  40. package/dist/rollup/plugins/css/loaders/postcss.d.mts +1 -0
  41. package/dist/rollup/plugins/css/loaders/postcss.d.ts +2 -0
  42. package/dist/rollup/plugins/css/loaders/postcss.mjs +1 -0
  43. package/dist/rollup/plugins/css/loaders/sass.d.mts +1 -0
  44. package/dist/rollup/plugins/css/loaders/sass.d.ts +2 -0
  45. package/dist/rollup/plugins/css/loaders/sass.mjs +1 -0
  46. package/dist/rollup/plugins/css/loaders/sourcemap.d.mts +8 -3
  47. package/dist/rollup/plugins/css/loaders/sourcemap.d.ts +9 -3
  48. package/dist/rollup/plugins/css/loaders/sourcemap.mjs +1 -1
  49. package/dist/rollup/plugins/css/loaders/stylus.d.mts +1 -0
  50. package/dist/rollup/plugins/css/loaders/stylus.d.ts +2 -0
  51. package/dist/rollup/plugins/css/loaders/stylus.mjs +1 -0
  52. package/dist/rollup/plugins/css/minifiers/cssnano.d.mts +1 -4
  53. package/dist/rollup/plugins/css/minifiers/cssnano.d.ts +2 -4
  54. package/dist/rollup/plugins/css/minifiers/cssnano.mjs +1 -1
  55. package/dist/rollup/plugins/css/minifiers/lightningcss.d.mts +1 -4
  56. package/dist/rollup/plugins/css/minifiers/lightningcss.d.ts +2 -4
  57. package/dist/rollup/plugins/css/minifiers/lightningcss.mjs +1 -3
  58. package/dist/rollup/plugins/esbuild/index.d.mts +22 -3
  59. package/dist/rollup/plugins/esbuild/index.d.ts +21 -2
  60. package/dist/rollup/plugins/esbuild/index.mjs +1 -3
  61. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.mts +22 -3
  62. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +9 -3
  63. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.mjs +1 -1
  64. package/dist/rollup/plugins/oxc/oxc-transformer.d.mts +18 -3
  65. package/dist/rollup/plugins/oxc/oxc-transformer.d.ts +19 -3
  66. package/dist/rollup/plugins/oxc/oxc-transformer.mjs +1 -4
  67. package/dist/rollup/plugins/sucrase/index.d.mts +17 -3
  68. package/dist/rollup/plugins/sucrase/index.d.ts +18 -3
  69. package/dist/rollup/plugins/sucrase/index.mjs +1 -1
  70. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.mts +18 -3
  71. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +19 -3
  72. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.mjs +1 -1
  73. package/dist/rollup/plugins/swc/swc-plugin.d.mts +24 -3
  74. package/dist/rollup/plugins/swc/swc-plugin.d.ts +9 -2
  75. package/dist/rollup/plugins/swc/swc-plugin.mjs +1 -1
  76. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.mts +21 -3
  77. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +20 -2
  78. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.mjs +1 -3
  79. package/package.json +61 -271
  80. package/dist/builder/typedoc/generate-reference-documentation.d.cts +0 -4
  81. package/dist/builder/typedoc/generate-reference-documentation.d.mts +0 -4
  82. package/dist/builder/typedoc/generate-reference-documentation.d.ts +0 -4
  83. package/dist/builder/typedoc/index.cjs +0 -3
  84. package/dist/builder/typedoc/index.d.cts +0 -3
  85. package/dist/cli/commands/add.d.mts +0 -3
  86. package/dist/cli/commands/build.d.mts +0 -21
  87. package/dist/cli/commands/init.d.mts +0 -3
  88. package/dist/cli/commands/utils/css-loader-dependencies.d.mts +0 -2
  89. package/dist/cli/index.d.mts +0 -1
  90. package/dist/config/index.cjs +0 -1
  91. package/dist/config/index.d.cts +0 -47
  92. package/dist/config/preset/auto.d.mts +0 -3
  93. package/dist/config/preset/utils/infer-entries.d.mts +0 -11
  94. package/dist/config/preset/utils/overwrite-with-publish-config.d.mts +0 -4
  95. package/dist/config/utils/find-packem-file.d.mts +0 -2
  96. package/dist/config/utils/load-package-json.d.cts +0 -6
  97. package/dist/config/utils/load-package-json.d.mts +0 -6
  98. package/dist/config/utils/load-package-json.d.ts +0 -6
  99. package/dist/config/utils/load-packem-config.d.mts +0 -7
  100. package/dist/config/utils/load-preset.d.mts +0 -4
  101. package/dist/config/utils/load-tsconfig.d.cts +0 -5
  102. package/dist/config/utils/load-tsconfig.d.mts +0 -5
  103. package/dist/config/utils/load-tsconfig.d.ts +0 -5
  104. package/dist/config/utils/prepare-entries.d.cts +0 -3
  105. package/dist/config/utils/prepare-entries.d.mts +0 -3
  106. package/dist/config/utils/prepare-entries.d.ts +0 -3
  107. package/dist/constants.d.cts +0 -115
  108. package/dist/constants.d.mts +0 -115
  109. package/dist/constants.d.ts +0 -115
  110. package/dist/index.cjs +0 -150
  111. package/dist/index.d.cts +0 -47
  112. package/dist/jit/create-stub.d.cts +0 -3
  113. package/dist/jit/create-stub.d.mts +0 -3
  114. package/dist/jit/create-stub.d.ts +0 -3
  115. package/dist/packem/build.d.cts +0 -20
  116. package/dist/packem/build.d.mts +0 -20
  117. package/dist/packem/build.d.ts +0 -20
  118. package/dist/packem/index.d.cts +0 -25
  119. package/dist/packem/index.d.mts +0 -25
  120. package/dist/packem/index.d.ts +0 -25
  121. package/dist/packem/node10-compatibility.d.cts +0 -6
  122. package/dist/packem/node10-compatibility.d.mts +0 -6
  123. package/dist/packem/node10-compatibility.d.ts +0 -6
  124. package/dist/packem/utils/brotli-size.d.cts +0 -2
  125. package/dist/packem/utils/brotli-size.d.mts +0 -2
  126. package/dist/packem/utils/brotli-size.d.ts +0 -2
  127. package/dist/packem/utils/group-by-keys.d.cts +0 -3
  128. package/dist/packem/utils/group-by-keys.d.mts +0 -3
  129. package/dist/packem/utils/group-by-keys.d.ts +0 -3
  130. package/dist/packem/utils/gzip-size.d.cts +0 -2
  131. package/dist/packem/utils/gzip-size.d.mts +0 -2
  132. package/dist/packem/utils/gzip-size.d.ts +0 -2
  133. package/dist/packem_shared/Mime-DTB1xJuS.cjs +0 -1
  134. package/dist/packem_shared/Mime-FoPIch-Y.mjs +0 -3
  135. package/dist/packem_shared/constants-DHEu5jVJ.mjs +0 -1
  136. package/dist/packem_shared/constants-W_6E3QrV.cjs +0 -1
  137. package/dist/packem_shared/create-or-update-key-storage-BATQud1F.mjs +0 -3
  138. package/dist/packem_shared/create-or-update-key-storage-DKcZnYd5.cjs +0 -3
  139. package/dist/packem_shared/ensure-auto-modules-BU3xWEjl.mjs +0 -1
  140. package/dist/packem_shared/ensure-auto-modules-Cs9762qZ.cjs +0 -1
  141. package/dist/packem_shared/index-0ofbypRE.mjs +0 -1
  142. package/dist/packem_shared/index-C5qgsR90.cjs +0 -1
  143. package/dist/packem_shared/resolve-C7N_MxXM.mjs +0 -1
  144. package/dist/packem_shared/resolve-DSG4Zlek.cjs +0 -1
  145. package/dist/packem_shared/sourcemap-BtmVnsYw.cjs +0 -3
  146. package/dist/packem_shared/sourcemap-Crbje9In.mjs +0 -3
  147. package/dist/packem_shared/url-BJXna-1T.mjs +0 -1
  148. package/dist/packem_shared/url-C84CQz1g.cjs +0 -1
  149. package/dist/rollup/build-types.d.cts +0 -4
  150. package/dist/rollup/build-types.d.mts +0 -4
  151. package/dist/rollup/build-types.d.ts +0 -4
  152. package/dist/rollup/build.d.cts +0 -4
  153. package/dist/rollup/build.d.mts +0 -4
  154. package/dist/rollup/build.d.ts +0 -4
  155. package/dist/rollup/get-rollup-options.d.cts +0 -5
  156. package/dist/rollup/get-rollup-options.d.mts +0 -5
  157. package/dist/rollup/get-rollup-options.d.ts +0 -5
  158. package/dist/rollup/plugins/chunk-splitter/gather.d.cts +0 -8
  159. package/dist/rollup/plugins/chunk-splitter/gather.d.mts +0 -8
  160. package/dist/rollup/plugins/chunk-splitter/gather.d.ts +0 -8
  161. package/dist/rollup/plugins/chunk-splitter/index.d.cts +0 -6
  162. package/dist/rollup/plugins/chunk-splitter/index.d.mts +0 -6
  163. package/dist/rollup/plugins/chunk-splitter/index.d.ts +0 -6
  164. package/dist/rollup/plugins/chunk-splitter/parse/index.d.cts +0 -4
  165. package/dist/rollup/plugins/chunk-splitter/parse/index.d.mts +0 -4
  166. package/dist/rollup/plugins/chunk-splitter/parse/index.d.ts +0 -4
  167. package/dist/rollup/plugins/chunk-splitter/parse/types.d.cts +0 -24
  168. package/dist/rollup/plugins/chunk-splitter/parse/types.d.mts +0 -24
  169. package/dist/rollup/plugins/chunk-splitter/parse/types.d.ts +0 -24
  170. package/dist/rollup/plugins/cjs-interop.d.cts +0 -8
  171. package/dist/rollup/plugins/cjs-interop.d.mts +0 -8
  172. package/dist/rollup/plugins/cjs-interop.d.ts +0 -8
  173. package/dist/rollup/plugins/copy.d.cts +0 -24
  174. package/dist/rollup/plugins/copy.d.mts +0 -24
  175. package/dist/rollup/plugins/copy.d.ts +0 -24
  176. package/dist/rollup/plugins/css/index.d.cts +0 -6
  177. package/dist/rollup/plugins/css/index.d.mts +0 -6
  178. package/dist/rollup/plugins/css/index.d.ts +0 -6
  179. package/dist/rollup/plugins/css/loaders/less/importer.d.cts +0 -2
  180. package/dist/rollup/plugins/css/loaders/less/importer.d.mts +0 -2
  181. package/dist/rollup/plugins/css/loaders/less/importer.d.ts +0 -2
  182. package/dist/rollup/plugins/css/loaders/less/index.cjs +0 -1
  183. package/dist/rollup/plugins/css/loaders/less/index.d.cts +0 -4
  184. package/dist/rollup/plugins/css/loaders/less/index.d.mts +0 -4
  185. package/dist/rollup/plugins/css/loaders/less/index.d.ts +0 -4
  186. package/dist/rollup/plugins/css/loaders/less/index.mjs +0 -1
  187. package/dist/rollup/plugins/css/loaders/less/types.d.cts +0 -2
  188. package/dist/rollup/plugins/css/loaders/less/types.d.mts +0 -2
  189. package/dist/rollup/plugins/css/loaders/less/types.d.ts +0 -2
  190. package/dist/rollup/plugins/css/loaders/lightningcss.cjs +0 -3
  191. package/dist/rollup/plugins/css/loaders/lightningcss.d.cts +0 -4
  192. package/dist/rollup/plugins/css/loaders/loader.d.cts +0 -24
  193. package/dist/rollup/plugins/css/loaders/loader.d.mts +0 -24
  194. package/dist/rollup/plugins/css/loaders/loader.d.ts +0 -24
  195. package/dist/rollup/plugins/css/loaders/postcss/constants.d.cts +0 -3
  196. package/dist/rollup/plugins/css/loaders/postcss/constants.d.mts +0 -3
  197. package/dist/rollup/plugins/css/loaders/postcss/constants.d.ts +0 -3
  198. package/dist/rollup/plugins/css/loaders/postcss/icss/index.d.cts +0 -8
  199. package/dist/rollup/plugins/css/loaders/postcss/icss/index.d.mts +0 -8
  200. package/dist/rollup/plugins/css/loaders/postcss/icss/index.d.ts +0 -8
  201. package/dist/rollup/plugins/css/loaders/postcss/icss/load.d.cts +0 -5
  202. package/dist/rollup/plugins/css/loaders/postcss/icss/load.d.mts +0 -5
  203. package/dist/rollup/plugins/css/loaders/postcss/icss/load.d.ts +0 -5
  204. package/dist/rollup/plugins/css/loaders/postcss/icss/resolve.d.cts +0 -6
  205. package/dist/rollup/plugins/css/loaders/postcss/icss/resolve.d.mts +0 -6
  206. package/dist/rollup/plugins/css/loaders/postcss/icss/resolve.d.ts +0 -6
  207. package/dist/rollup/plugins/css/loaders/postcss/import/apply-conditions.d.cts +0 -10
  208. package/dist/rollup/plugins/css/loaders/postcss/import/apply-conditions.d.mts +0 -10
  209. package/dist/rollup/plugins/css/loaders/postcss/import/apply-conditions.d.ts +0 -10
  210. package/dist/rollup/plugins/css/loaders/postcss/import/apply-raws.d.cts +0 -3
  211. package/dist/rollup/plugins/css/loaders/postcss/import/apply-raws.d.mts +0 -3
  212. package/dist/rollup/plugins/css/loaders/postcss/import/apply-raws.d.ts +0 -3
  213. package/dist/rollup/plugins/css/loaders/postcss/import/apply-styles.d.cts +0 -10
  214. package/dist/rollup/plugins/css/loaders/postcss/import/apply-styles.d.mts +0 -10
  215. package/dist/rollup/plugins/css/loaders/postcss/import/apply-styles.d.ts +0 -10
  216. package/dist/rollup/plugins/css/loaders/postcss/import/constants.d.cts +0 -12
  217. package/dist/rollup/plugins/css/loaders/postcss/import/constants.d.mts +0 -12
  218. package/dist/rollup/plugins/css/loaders/postcss/import/constants.d.ts +0 -12
  219. package/dist/rollup/plugins/css/loaders/postcss/import/import-resolve.d.cts +0 -3
  220. package/dist/rollup/plugins/css/loaders/postcss/import/import-resolve.d.mts +0 -3
  221. package/dist/rollup/plugins/css/loaders/postcss/import/import-resolve.d.ts +0 -3
  222. package/dist/rollup/plugins/css/loaders/postcss/import/index.d.cts +0 -12
  223. package/dist/rollup/plugins/css/loaders/postcss/import/index.d.mts +0 -12
  224. package/dist/rollup/plugins/css/loaders/postcss/import/index.d.ts +0 -12
  225. package/dist/rollup/plugins/css/loaders/postcss/import/parser/parse-at-import.d.cts +0 -9
  226. package/dist/rollup/plugins/css/loaders/postcss/import/parser/parse-at-import.d.mts +0 -9
  227. package/dist/rollup/plugins/css/loaders/postcss/import/parser/parse-at-import.d.ts +0 -9
  228. package/dist/rollup/plugins/css/loaders/postcss/import/parser/parse-styles.d.cts +0 -6
  229. package/dist/rollup/plugins/css/loaders/postcss/import/parser/parse-styles.d.mts +0 -6
  230. package/dist/rollup/plugins/css/loaders/postcss/import/parser/parse-styles.d.ts +0 -6
  231. package/dist/rollup/plugins/css/loaders/postcss/import/parser/parse-stylesheet.d.cts +0 -10
  232. package/dist/rollup/plugins/css/loaders/postcss/import/parser/parse-stylesheet.d.mts +0 -10
  233. package/dist/rollup/plugins/css/loaders/postcss/import/parser/parse-stylesheet.d.ts +0 -10
  234. package/dist/rollup/plugins/css/loaders/postcss/import/types.d.cts +0 -95
  235. package/dist/rollup/plugins/css/loaders/postcss/import/types.d.mts +0 -95
  236. package/dist/rollup/plugins/css/loaders/postcss/import/types.d.ts +0 -95
  237. package/dist/rollup/plugins/css/loaders/postcss/import/utils/base64-encoded-import.d.cts +0 -3
  238. package/dist/rollup/plugins/css/loaders/postcss/import/utils/base64-encoded-import.d.mts +0 -3
  239. package/dist/rollup/plugins/css/loaders/postcss/import/utils/base64-encoded-import.d.ts +0 -3
  240. package/dist/rollup/plugins/css/loaders/postcss/import/utils/data-url.d.cts +0 -2
  241. package/dist/rollup/plugins/css/loaders/postcss/import/utils/data-url.d.mts +0 -2
  242. package/dist/rollup/plugins/css/loaders/postcss/import/utils/data-url.d.ts +0 -2
  243. package/dist/rollup/plugins/css/loaders/postcss/import/utils/format-import-prelude.d.cts +0 -2
  244. package/dist/rollup/plugins/css/loaders/postcss/import/utils/format-import-prelude.d.mts +0 -2
  245. package/dist/rollup/plugins/css/loaders/postcss/import/utils/format-import-prelude.d.ts +0 -2
  246. package/dist/rollup/plugins/css/loaders/postcss/import/utils/load-content.d.cts +0 -2
  247. package/dist/rollup/plugins/css/loaders/postcss/import/utils/load-content.d.mts +0 -2
  248. package/dist/rollup/plugins/css/loaders/postcss/import/utils/load-content.d.ts +0 -2
  249. package/dist/rollup/plugins/css/loaders/postcss/import/utils/process-content.d.cts +0 -4
  250. package/dist/rollup/plugins/css/loaders/postcss/import/utils/process-content.d.mts +0 -4
  251. package/dist/rollup/plugins/css/loaders/postcss/import/utils/process-content.d.ts +0 -4
  252. package/dist/rollup/plugins/css/loaders/postcss/import/utils/statement.d.cts +0 -6
  253. package/dist/rollup/plugins/css/loaders/postcss/import/utils/statement.d.mts +0 -6
  254. package/dist/rollup/plugins/css/loaders/postcss/import/utils/statement.d.ts +0 -6
  255. package/dist/rollup/plugins/css/loaders/postcss/index.cjs +0 -19
  256. package/dist/rollup/plugins/css/loaders/postcss/index.d.cts +0 -4
  257. package/dist/rollup/plugins/css/loaders/postcss/index.d.mts +0 -4
  258. package/dist/rollup/plugins/css/loaders/postcss/index.d.ts +0 -4
  259. package/dist/rollup/plugins/css/loaders/postcss/index.mjs +0 -19
  260. package/dist/rollup/plugins/css/loaders/postcss/load-config.d.cts +0 -5
  261. package/dist/rollup/plugins/css/loaders/postcss/load-config.d.mts +0 -5
  262. package/dist/rollup/plugins/css/loaders/postcss/load-config.d.ts +0 -5
  263. package/dist/rollup/plugins/css/loaders/postcss/modules/generate.d.cts +0 -11
  264. package/dist/rollup/plugins/css/loaders/postcss/modules/generate.d.mts +0 -11
  265. package/dist/rollup/plugins/css/loaders/postcss/modules/generate.d.ts +0 -11
  266. package/dist/rollup/plugins/css/loaders/postcss/modules/index.d.cts +0 -35
  267. package/dist/rollup/plugins/css/loaders/postcss/modules/index.d.mts +0 -35
  268. package/dist/rollup/plugins/css/loaders/postcss/modules/index.d.ts +0 -35
  269. package/dist/rollup/plugins/css/loaders/postcss/noop.d.cts +0 -3
  270. package/dist/rollup/plugins/css/loaders/postcss/noop.d.mts +0 -3
  271. package/dist/rollup/plugins/css/loaders/postcss/noop.d.ts +0 -3
  272. package/dist/rollup/plugins/css/loaders/postcss/url/generate.d.cts +0 -2
  273. package/dist/rollup/plugins/css/loaders/postcss/url/generate.d.mts +0 -2
  274. package/dist/rollup/plugins/css/loaders/postcss/url/generate.d.ts +0 -2
  275. package/dist/rollup/plugins/css/loaders/postcss/url/index.d.cts +0 -46
  276. package/dist/rollup/plugins/css/loaders/postcss/url/index.d.mts +0 -46
  277. package/dist/rollup/plugins/css/loaders/postcss/url/index.d.ts +0 -46
  278. package/dist/rollup/plugins/css/loaders/postcss/url/inline.d.cts +0 -2
  279. package/dist/rollup/plugins/css/loaders/postcss/url/inline.d.mts +0 -2
  280. package/dist/rollup/plugins/css/loaders/postcss/url/inline.d.ts +0 -2
  281. package/dist/rollup/plugins/css/loaders/postcss/url/url-resolve.d.cts +0 -12
  282. package/dist/rollup/plugins/css/loaders/postcss/url/url-resolve.d.mts +0 -12
  283. package/dist/rollup/plugins/css/loaders/postcss/url/url-resolve.d.ts +0 -12
  284. package/dist/rollup/plugins/css/loaders/postcss/url/utils.d.cts +0 -4
  285. package/dist/rollup/plugins/css/loaders/postcss/url/utils.d.mts +0 -4
  286. package/dist/rollup/plugins/css/loaders/postcss/url/utils.d.ts +0 -4
  287. package/dist/rollup/plugins/css/loaders/sass/index.cjs +0 -8
  288. package/dist/rollup/plugins/css/loaders/sass/index.d.cts +0 -4
  289. package/dist/rollup/plugins/css/loaders/sass/index.d.mts +0 -4
  290. package/dist/rollup/plugins/css/loaders/sass/index.d.ts +0 -4
  291. package/dist/rollup/plugins/css/loaders/sass/index.mjs +0 -10
  292. package/dist/rollup/plugins/css/loaders/sass/legacy/importer.d.cts +0 -3
  293. package/dist/rollup/plugins/css/loaders/sass/legacy/importer.d.mts +0 -3
  294. package/dist/rollup/plugins/css/loaders/sass/legacy/importer.d.ts +0 -3
  295. package/dist/rollup/plugins/css/loaders/sass/modern/importer.d.cts +0 -3
  296. package/dist/rollup/plugins/css/loaders/sass/modern/importer.d.mts +0 -3
  297. package/dist/rollup/plugins/css/loaders/sass/modern/importer.d.ts +0 -3
  298. package/dist/rollup/plugins/css/loaders/sass/types.d.cts +0 -22
  299. package/dist/rollup/plugins/css/loaders/sass/types.d.mts +0 -22
  300. package/dist/rollup/plugins/css/loaders/sass/types.d.ts +0 -22
  301. package/dist/rollup/plugins/css/loaders/sass/utils/get-compile-function.d.cts +0 -13
  302. package/dist/rollup/plugins/css/loaders/sass/utils/get-compile-function.d.mts +0 -13
  303. package/dist/rollup/plugins/css/loaders/sass/utils/get-compile-function.d.ts +0 -13
  304. package/dist/rollup/plugins/css/loaders/sass/utils/get-sass-implementation.d.cts +0 -5
  305. package/dist/rollup/plugins/css/loaders/sass/utils/get-sass-implementation.d.mts +0 -5
  306. package/dist/rollup/plugins/css/loaders/sass/utils/get-sass-implementation.d.ts +0 -5
  307. package/dist/rollup/plugins/css/loaders/sass/utils/get-sass-options.d.cts +0 -8
  308. package/dist/rollup/plugins/css/loaders/sass/utils/get-sass-options.d.mts +0 -8
  309. package/dist/rollup/plugins/css/loaders/sass/utils/get-sass-options.d.ts +0 -8
  310. package/dist/rollup/plugins/css/loaders/sass/utils/normalize-source-map.d.cts +0 -3
  311. package/dist/rollup/plugins/css/loaders/sass/utils/normalize-source-map.d.mts +0 -3
  312. package/dist/rollup/plugins/css/loaders/sass/utils/normalize-source-map.d.ts +0 -3
  313. package/dist/rollup/plugins/css/loaders/sass/utils/resolve-syntax.d.cts +0 -2
  314. package/dist/rollup/plugins/css/loaders/sass/utils/resolve-syntax.d.mts +0 -2
  315. package/dist/rollup/plugins/css/loaders/sass/utils/resolve-syntax.d.ts +0 -2
  316. package/dist/rollup/plugins/css/loaders/sass/utils/sass-error-factory.d.cts +0 -15
  317. package/dist/rollup/plugins/css/loaders/sass/utils/sass-error-factory.d.mts +0 -15
  318. package/dist/rollup/plugins/css/loaders/sass/utils/sass-error-factory.d.ts +0 -15
  319. package/dist/rollup/plugins/css/loaders/sourcemap.cjs +0 -1
  320. package/dist/rollup/plugins/css/loaders/sourcemap.d.cts +0 -3
  321. package/dist/rollup/plugins/css/loaders/stylus/index.cjs +0 -1
  322. package/dist/rollup/plugins/css/loaders/stylus/index.d.cts +0 -4
  323. package/dist/rollup/plugins/css/loaders/stylus/index.d.mts +0 -4
  324. package/dist/rollup/plugins/css/loaders/stylus/index.d.ts +0 -4
  325. package/dist/rollup/plugins/css/loaders/stylus/index.mjs +0 -1
  326. package/dist/rollup/plugins/css/loaders/stylus/types.d.cts +0 -3
  327. package/dist/rollup/plugins/css/loaders/stylus/types.d.mts +0 -3
  328. package/dist/rollup/plugins/css/loaders/stylus/types.d.ts +0 -3
  329. package/dist/rollup/plugins/css/loaders/types.d.cts +0 -101
  330. package/dist/rollup/plugins/css/loaders/types.d.mts +0 -101
  331. package/dist/rollup/plugins/css/loaders/types.d.ts +0 -101
  332. package/dist/rollup/plugins/css/loaders/utils/ensure-auto-modules.d.cts +0 -3
  333. package/dist/rollup/plugins/css/loaders/utils/ensure-auto-modules.d.mts +0 -3
  334. package/dist/rollup/plugins/css/loaders/utils/ensure-auto-modules.d.ts +0 -3
  335. package/dist/rollup/plugins/css/loaders/utils/match-file.d.cts +0 -3
  336. package/dist/rollup/plugins/css/loaders/utils/match-file.d.mts +0 -3
  337. package/dist/rollup/plugins/css/loaders/utils/match-file.d.ts +0 -3
  338. package/dist/rollup/plugins/css/minifiers/cssnano.cjs +0 -1
  339. package/dist/rollup/plugins/css/minifiers/cssnano.d.cts +0 -4
  340. package/dist/rollup/plugins/css/minifiers/lightningcss.cjs +0 -3
  341. package/dist/rollup/plugins/css/minifiers/lightningcss.d.cts +0 -4
  342. package/dist/rollup/plugins/css/minifiers/types.d.cts +0 -14
  343. package/dist/rollup/plugins/css/minifiers/types.d.mts +0 -14
  344. package/dist/rollup/plugins/css/minifiers/types.d.ts +0 -14
  345. package/dist/rollup/plugins/css/runtime/inject-css.cjs +0 -1
  346. package/dist/rollup/plugins/css/runtime/inject-css.d.cts +0 -16
  347. package/dist/rollup/plugins/css/runtime/inject-css.d.mts +0 -16
  348. package/dist/rollup/plugins/css/runtime/inject-css.d.ts +0 -16
  349. package/dist/rollup/plugins/css/runtime/inject-css.mjs +0 -1
  350. package/dist/rollup/plugins/css/types.d.cts +0 -213
  351. package/dist/rollup/plugins/css/types.d.mts +0 -213
  352. package/dist/rollup/plugins/css/types.d.ts +0 -213
  353. package/dist/rollup/plugins/css/utils/array-fmt.d.cts +0 -2
  354. package/dist/rollup/plugins/css/utils/array-fmt.d.mts +0 -2
  355. package/dist/rollup/plugins/css/utils/array-fmt.d.ts +0 -2
  356. package/dist/rollup/plugins/css/utils/concat.d.cts +0 -8
  357. package/dist/rollup/plugins/css/utils/concat.d.mts +0 -8
  358. package/dist/rollup/plugins/css/utils/concat.d.ts +0 -8
  359. package/dist/rollup/plugins/css/utils/load-module.d.cts +0 -2
  360. package/dist/rollup/plugins/css/utils/load-module.d.mts +0 -2
  361. package/dist/rollup/plugins/css/utils/load-module.d.ts +0 -2
  362. package/dist/rollup/plugins/css/utils/options.d.cts +0 -18
  363. package/dist/rollup/plugins/css/utils/options.d.mts +0 -18
  364. package/dist/rollup/plugins/css/utils/options.d.ts +0 -18
  365. package/dist/rollup/plugins/css/utils/resolve.d.cts +0 -8
  366. package/dist/rollup/plugins/css/utils/resolve.d.mts +0 -8
  367. package/dist/rollup/plugins/css/utils/resolve.d.ts +0 -8
  368. package/dist/rollup/plugins/css/utils/safe-id.d.cts +0 -2
  369. package/dist/rollup/plugins/css/utils/safe-id.d.mts +0 -2
  370. package/dist/rollup/plugins/css/utils/safe-id.d.ts +0 -2
  371. package/dist/rollup/plugins/css/utils/sourcemap.d.cts +0 -19
  372. package/dist/rollup/plugins/css/utils/sourcemap.d.mts +0 -19
  373. package/dist/rollup/plugins/css/utils/sourcemap.d.ts +0 -19
  374. package/dist/rollup/plugins/css/utils/url.d.cts +0 -8
  375. package/dist/rollup/plugins/css/utils/url.d.mts +0 -8
  376. package/dist/rollup/plugins/css/utils/url.d.ts +0 -8
  377. package/dist/rollup/plugins/css-modules-types.d.cts +0 -5
  378. package/dist/rollup/plugins/css-modules-types.d.mts +0 -5
  379. package/dist/rollup/plugins/css-modules-types.d.ts +0 -5
  380. package/dist/rollup/plugins/esbuild/browserslist-to-esbuild.d.cts +0 -2
  381. package/dist/rollup/plugins/esbuild/browserslist-to-esbuild.d.mts +0 -2
  382. package/dist/rollup/plugins/esbuild/browserslist-to-esbuild.d.ts +0 -2
  383. package/dist/rollup/plugins/esbuild/get-render-chunk.d.cts +0 -14
  384. package/dist/rollup/plugins/esbuild/get-render-chunk.d.mts +0 -14
  385. package/dist/rollup/plugins/esbuild/get-render-chunk.d.ts +0 -14
  386. package/dist/rollup/plugins/esbuild/index.cjs +0 -1
  387. package/dist/rollup/plugins/esbuild/index.d.cts +0 -3
  388. package/dist/rollup/plugins/esbuild/optmize-deps.d.cts +0 -3
  389. package/dist/rollup/plugins/esbuild/optmize-deps.d.mts +0 -3
  390. package/dist/rollup/plugins/esbuild/optmize-deps.d.ts +0 -3
  391. package/dist/rollup/plugins/esbuild/types.d.cts +0 -40
  392. package/dist/rollup/plugins/esbuild/types.d.mts +0 -40
  393. package/dist/rollup/plugins/esbuild/types.d.ts +0 -40
  394. package/dist/rollup/plugins/esbuild/warn.d.cts +0 -4
  395. package/dist/rollup/plugins/esbuild/warn.d.mts +0 -4
  396. package/dist/rollup/plugins/esbuild/warn.d.ts +0 -4
  397. package/dist/rollup/plugins/esm-shim-cjs-syntax.d.cts +0 -9
  398. package/dist/rollup/plugins/esm-shim-cjs-syntax.d.mts +0 -9
  399. package/dist/rollup/plugins/esm-shim-cjs-syntax.d.ts +0 -9
  400. package/dist/rollup/plugins/fix-dts-default-cjs-exports-plugin.d.cts +0 -29
  401. package/dist/rollup/plugins/fix-dts-default-cjs-exports-plugin.d.mts +0 -29
  402. package/dist/rollup/plugins/fix-dts-default-cjs-exports-plugin.d.ts +0 -29
  403. package/dist/rollup/plugins/fix-dynamic-import-extension.d.cts +0 -3
  404. package/dist/rollup/plugins/fix-dynamic-import-extension.d.mts +0 -3
  405. package/dist/rollup/plugins/fix-dynamic-import-extension.d.ts +0 -3
  406. package/dist/rollup/plugins/isolated-declarations/index.d.cts +0 -11
  407. package/dist/rollup/plugins/isolated-declarations/index.d.mts +0 -11
  408. package/dist/rollup/plugins/isolated-declarations/index.d.ts +0 -11
  409. package/dist/rollup/plugins/isolated-declarations/utils/extend-string.d.cts +0 -2
  410. package/dist/rollup/plugins/isolated-declarations/utils/extend-string.d.mts +0 -2
  411. package/dist/rollup/plugins/isolated-declarations/utils/extend-string.d.ts +0 -2
  412. package/dist/rollup/plugins/isolated-declarations/utils/fix-dts-default-cjs-exports.d.cts +0 -35
  413. package/dist/rollup/plugins/isolated-declarations/utils/fix-dts-default-cjs-exports.d.mts +0 -35
  414. package/dist/rollup/plugins/isolated-declarations/utils/fix-dts-default-cjs-exports.d.ts +0 -35
  415. package/dist/rollup/plugins/isolated-declarations/utils/lowest-common-ancestor.d.cts +0 -2
  416. package/dist/rollup/plugins/isolated-declarations/utils/lowest-common-ancestor.d.mts +0 -2
  417. package/dist/rollup/plugins/isolated-declarations/utils/lowest-common-ancestor.d.ts +0 -2
  418. package/dist/rollup/plugins/isolated-declarations/utils/split-tsconfig-path-key.d.cts +0 -2
  419. package/dist/rollup/plugins/isolated-declarations/utils/split-tsconfig-path-key.d.mts +0 -2
  420. package/dist/rollup/plugins/isolated-declarations/utils/split-tsconfig-path-key.d.ts +0 -2
  421. package/dist/rollup/plugins/json.d.cts +0 -4
  422. package/dist/rollup/plugins/json.d.mts +0 -4
  423. package/dist/rollup/plugins/json.d.ts +0 -4
  424. package/dist/rollup/plugins/jsx-remove-attributes.d.cts +0 -8
  425. package/dist/rollup/plugins/jsx-remove-attributes.d.mts +0 -8
  426. package/dist/rollup/plugins/jsx-remove-attributes.d.ts +0 -8
  427. package/dist/rollup/plugins/license.d.cts +0 -18
  428. package/dist/rollup/plugins/license.d.mts +0 -18
  429. package/dist/rollup/plugins/license.d.ts +0 -18
  430. package/dist/rollup/plugins/metafile.d.cts +0 -3
  431. package/dist/rollup/plugins/metafile.d.mts +0 -3
  432. package/dist/rollup/plugins/metafile.d.ts +0 -3
  433. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.cjs +0 -1
  434. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.cts +0 -4
  435. package/dist/rollup/plugins/oxc/oxc-resolve.d.cts +0 -7
  436. package/dist/rollup/plugins/oxc/oxc-resolve.d.mts +0 -7
  437. package/dist/rollup/plugins/oxc/oxc-resolve.d.ts +0 -7
  438. package/dist/rollup/plugins/oxc/oxc-transformer.cjs +0 -4
  439. package/dist/rollup/plugins/oxc/oxc-transformer.d.cts +0 -3
  440. package/dist/rollup/plugins/oxc/types.d.cts +0 -12
  441. package/dist/rollup/plugins/oxc/types.d.mts +0 -12
  442. package/dist/rollup/plugins/oxc/types.d.ts +0 -12
  443. package/dist/rollup/plugins/plugin-cache.d.cts +0 -11
  444. package/dist/rollup/plugins/plugin-cache.d.mts +0 -11
  445. package/dist/rollup/plugins/plugin-cache.d.ts +0 -11
  446. package/dist/rollup/plugins/preserve-directives.d.cts +0 -17
  447. package/dist/rollup/plugins/preserve-directives.d.mts +0 -17
  448. package/dist/rollup/plugins/preserve-directives.d.ts +0 -17
  449. package/dist/rollup/plugins/raw.d.cts +0 -7
  450. package/dist/rollup/plugins/raw.d.mts +0 -7
  451. package/dist/rollup/plugins/raw.d.ts +0 -7
  452. package/dist/rollup/plugins/resolve-externals-plugin.d.cts +0 -59
  453. package/dist/rollup/plugins/resolve-externals-plugin.d.mts +0 -59
  454. package/dist/rollup/plugins/resolve-externals-plugin.d.ts +0 -59
  455. package/dist/rollup/plugins/resolve-file-url.d.cts +0 -3
  456. package/dist/rollup/plugins/resolve-file-url.d.mts +0 -3
  457. package/dist/rollup/plugins/resolve-file-url.d.ts +0 -3
  458. package/dist/rollup/plugins/shebang.d.cts +0 -9
  459. package/dist/rollup/plugins/shebang.d.mts +0 -9
  460. package/dist/rollup/plugins/shebang.d.ts +0 -9
  461. package/dist/rollup/plugins/source-maps.d.cts +0 -7
  462. package/dist/rollup/plugins/source-maps.d.mts +0 -7
  463. package/dist/rollup/plugins/source-maps.d.ts +0 -7
  464. package/dist/rollup/plugins/sucrase/index.cjs +0 -1
  465. package/dist/rollup/plugins/sucrase/index.d.cts +0 -3
  466. package/dist/rollup/plugins/sucrase/types.d.cts +0 -6
  467. package/dist/rollup/plugins/sucrase/types.d.mts +0 -6
  468. package/dist/rollup/plugins/sucrase/types.d.ts +0 -6
  469. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.cjs +0 -1
  470. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.cts +0 -3
  471. package/dist/rollup/plugins/swc/swc-plugin.cjs +0 -1
  472. package/dist/rollup/plugins/swc/swc-plugin.d.cts +0 -3
  473. package/dist/rollup/plugins/swc/types.d.cts +0 -6
  474. package/dist/rollup/plugins/swc/types.d.mts +0 -6
  475. package/dist/rollup/plugins/swc/types.d.ts +0 -6
  476. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.cjs +0 -3
  477. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.cts +0 -4
  478. package/dist/rollup/plugins/typescript/patch-typescript-types.d.cts +0 -14
  479. package/dist/rollup/plugins/typescript/patch-typescript-types.d.mts +0 -14
  480. package/dist/rollup/plugins/typescript/patch-typescript-types.d.ts +0 -14
  481. package/dist/rollup/plugins/typescript/resolve-tsconfig-paths-plugin.d.cts +0 -17
  482. package/dist/rollup/plugins/typescript/resolve-tsconfig-paths-plugin.d.mts +0 -17
  483. package/dist/rollup/plugins/typescript/resolve-tsconfig-paths-plugin.d.ts +0 -17
  484. package/dist/rollup/plugins/typescript/resolve-tsconfig-root-dirs.d.cts +0 -25
  485. package/dist/rollup/plugins/typescript/resolve-tsconfig-root-dirs.d.mts +0 -25
  486. package/dist/rollup/plugins/typescript/resolve-tsconfig-root-dirs.d.ts +0 -25
  487. package/dist/rollup/plugins/typescript/resolve-typescript-mjs-cjs.d.cts +0 -10
  488. package/dist/rollup/plugins/typescript/resolve-typescript-mjs-cjs.d.mts +0 -10
  489. package/dist/rollup/plugins/typescript/resolve-typescript-mjs-cjs.d.ts +0 -10
  490. package/dist/rollup/plugins/url.d.cts +0 -72
  491. package/dist/rollup/plugins/url.d.mts +0 -72
  492. package/dist/rollup/plugins/url.d.ts +0 -72
  493. package/dist/rollup/utils/chunks/create-split-chunks.d.cts +0 -4
  494. package/dist/rollup/utils/chunks/create-split-chunks.d.mts +0 -4
  495. package/dist/rollup/utils/chunks/create-split-chunks.d.ts +0 -4
  496. package/dist/rollup/utils/chunks/get-custom-module-layer.d.cts +0 -2
  497. package/dist/rollup/utils/chunks/get-custom-module-layer.d.mts +0 -2
  498. package/dist/rollup/utils/chunks/get-custom-module-layer.d.ts +0 -2
  499. package/dist/rollup/utils/chunks/get-module-layer.d.cts +0 -10
  500. package/dist/rollup/utils/chunks/get-module-layer.d.mts +0 -10
  501. package/dist/rollup/utils/chunks/get-module-layer.d.ts +0 -10
  502. package/dist/rollup/utils/get-chunk-filename.d.cts +0 -3
  503. package/dist/rollup/utils/get-chunk-filename.d.mts +0 -3
  504. package/dist/rollup/utils/get-chunk-filename.d.ts +0 -3
  505. package/dist/rollup/utils/get-entry-file-names.d.cts +0 -3
  506. package/dist/rollup/utils/get-entry-file-names.d.mts +0 -3
  507. package/dist/rollup/utils/get-entry-file-names.d.ts +0 -3
  508. package/dist/rollup/utils/get-hash.d.cts +0 -2
  509. package/dist/rollup/utils/get-hash.d.mts +0 -2
  510. package/dist/rollup/utils/get-hash.d.ts +0 -2
  511. package/dist/rollup/utils/resolve-aliases.d.cts +0 -4
  512. package/dist/rollup/utils/resolve-aliases.d.mts +0 -4
  513. package/dist/rollup/utils/resolve-aliases.d.ts +0 -4
  514. package/dist/rollup/utils/sort-user-plugins.d.cts +0 -4
  515. package/dist/rollup/utils/sort-user-plugins.d.mts +0 -4
  516. package/dist/rollup/utils/sort-user-plugins.d.ts +0 -4
  517. package/dist/rollup/utils/svg-encoder.d.cts +0 -2
  518. package/dist/rollup/utils/svg-encoder.d.mts +0 -2
  519. package/dist/rollup/utils/svg-encoder.d.ts +0 -2
  520. package/dist/rollup/watch.d.cts +0 -4
  521. package/dist/rollup/watch.d.mts +0 -4
  522. package/dist/rollup/watch.d.ts +0 -4
  523. package/dist/types.d.cts +0 -367
  524. package/dist/types.d.mts +0 -367
  525. package/dist/types.d.ts +0 -367
  526. package/dist/utils/arrayify.d.cts +0 -2
  527. package/dist/utils/arrayify.d.mts +0 -2
  528. package/dist/utils/arrayify.d.ts +0 -2
  529. package/dist/utils/clean-distribution-directories.d.cts +0 -3
  530. package/dist/utils/clean-distribution-directories.d.mts +0 -3
  531. package/dist/utils/clean-distribution-directories.d.ts +0 -3
  532. package/dist/utils/create-or-update-key-storage.d.cts +0 -3
  533. package/dist/utils/create-or-update-key-storage.d.mts +0 -3
  534. package/dist/utils/create-or-update-key-storage.d.ts +0 -3
  535. package/dist/utils/enhance-rollup-error.d.cts +0 -3
  536. package/dist/utils/enhance-rollup-error.d.mts +0 -3
  537. package/dist/utils/enhance-rollup-error.d.ts +0 -3
  538. package/dist/utils/extract-export-filenames.d.cts +0 -14
  539. package/dist/utils/extract-export-filenames.d.mts +0 -14
  540. package/dist/utils/extract-export-filenames.d.ts +0 -14
  541. package/dist/utils/file-cache.d.cts +0 -12
  542. package/dist/utils/file-cache.d.mts +0 -12
  543. package/dist/utils/file-cache.d.ts +0 -12
  544. package/dist/utils/find-alternatives.d.cts +0 -2
  545. package/dist/utils/find-alternatives.d.mts +0 -2
  546. package/dist/utils/find-alternatives.d.ts +0 -2
  547. package/dist/utils/get-package-name.d.cts +0 -2
  548. package/dist/utils/get-package-name.d.mts +0 -2
  549. package/dist/utils/get-package-name.d.ts +0 -2
  550. package/dist/utils/get-package-side-effect.d.cts +0 -3
  551. package/dist/utils/get-package-side-effect.d.mts +0 -3
  552. package/dist/utils/get-package-side-effect.d.ts +0 -3
  553. package/dist/utils/infer-export-type.d.cts +0 -3
  554. package/dist/utils/infer-export-type.d.mts +0 -3
  555. package/dist/utils/infer-export-type.d.ts +0 -3
  556. package/dist/utils/kill-process.d.cts +0 -14
  557. package/dist/utils/kill-process.d.mts +0 -14
  558. package/dist/utils/kill-process.d.ts +0 -14
  559. package/dist/utils/log-build-errors.d.cts +0 -3
  560. package/dist/utils/log-build-errors.d.mts +0 -3
  561. package/dist/utils/log-build-errors.d.ts +0 -3
  562. package/dist/utils/memoize.d.cts +0 -12
  563. package/dist/utils/memoize.d.mts +0 -12
  564. package/dist/utils/memoize.d.ts +0 -12
  565. package/dist/utils/remove-old-cache-folders.d.cts +0 -3
  566. package/dist/utils/remove-old-cache-folders.d.mts +0 -3
  567. package/dist/utils/remove-old-cache-folders.d.ts +0 -3
  568. package/dist/utils/replace-content-within-marker.d.cts +0 -2
  569. package/dist/utils/replace-content-within-marker.d.mts +0 -2
  570. package/dist/utils/replace-content-within-marker.d.ts +0 -2
  571. package/dist/utils/warn.d.cts +0 -3
  572. package/dist/utils/warn.d.mts +0 -3
  573. package/dist/utils/warn.d.ts +0 -3
  574. package/dist/validator/package-json/index.d.cts +0 -3
  575. package/dist/validator/package-json/index.d.mts +0 -3
  576. package/dist/validator/package-json/index.d.ts +0 -3
  577. package/dist/validator/package-json/validate-dependencies.d.cts +0 -3
  578. package/dist/validator/package-json/validate-dependencies.d.mts +0 -3
  579. package/dist/validator/package-json/validate-dependencies.d.ts +0 -3
  580. package/dist/validator/package-json/validate-engines.d.cts +0 -3
  581. package/dist/validator/package-json/validate-engines.d.mts +0 -3
  582. package/dist/validator/package-json/validate-engines.d.ts +0 -3
  583. package/dist/validator/package-json/validate-package-entries.d.cts +0 -3
  584. package/dist/validator/package-json/validate-package-entries.d.mts +0 -3
  585. package/dist/validator/package-json/validate-package-entries.d.ts +0 -3
  586. package/dist/validator/package-json/validate-package-fields.d.cts +0 -3
  587. package/dist/validator/package-json/validate-package-fields.d.mts +0 -3
  588. package/dist/validator/package-json/validate-package-fields.d.ts +0 -3
  589. package/dist/validator/validate-alias-entries.d.cts +0 -3
  590. package/dist/validator/validate-alias-entries.d.mts +0 -3
  591. package/dist/validator/validate-alias-entries.d.ts +0 -3
  592. package/dist/validator/validate-bundle-size.d.cts +0 -3
  593. package/dist/validator/validate-bundle-size.d.mts +0 -3
  594. package/dist/validator/validate-bundle-size.d.ts +0 -3
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 visulima
3
+ Copyright (c) 2025 Daniel Bannert
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -27,29 +27,14 @@ The published @visulima/packem artifact additionally contains code with the foll
27
27
  MIT
28
28
 
29
29
  # Bundled dependencies:
30
- ## estree-walker
30
+ ## @visulima/packem-rollup
31
31
  License: MIT
32
- By: Rich Harris
33
- Repository: https://github.com/Rich-Harris/estree-walker
32
+ By: Daniel Bannert
33
+ Repository: git+https://github.com/visulima/packem.git
34
34
 
35
- > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
36
- >
37
- > 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:
38
- >
39
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
40
- >
41
- > 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.
42
-
43
- ---------------------------------------
44
-
45
- ## eventemitter3
46
- License: MIT
47
- By: Arnout Kazemier
48
- Repository: git://github.com/primus/eventemitter3.git
49
-
50
- > The MIT License (MIT)
35
+ > MIT License
51
36
  >
52
- > Copyright (c) 2014 Arnout Kazemier
37
+ > Copyright (c) 2025 Daniel Bannert
53
38
  >
54
39
  > Permission is hereby granted, free of charge, to any person obtaining a copy
55
40
  > of this software and associated documentation files (the "Software"), to deal
@@ -68,17 +53,884 @@ Repository: git://github.com/primus/eventemitter3.git
68
53
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
69
54
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70
55
  > SOFTWARE.
56
+ >
57
+ >
58
+ >
59
+ > # Licenses of bundled dependencies
60
+ > The published @visulima/packem-rollup artifact additionally contains code with the following licenses:
61
+ > MIT
62
+ >
63
+ > # Bundled dependencies:
64
+ > ## estree-walker
65
+ > License: MIT
66
+ > By: Rich Harris
67
+ > Repository: https://github.com/Rich-Harris/estree-walker
68
+ >
69
+ > > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
70
+ > >
71
+ > > 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:
72
+ > >
73
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
74
+ > >
75
+ > > 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.
76
+ >
77
+ > ---------------------------------------
78
+ >
79
+ > ## mime
80
+ > License: MIT
81
+ > By: Robert Kieffer
82
+ > Repository: https://github.com/broofa/mime
83
+ >
84
+ > > MIT License
85
+ > >
86
+ > > Copyright (c) 2023 Robert Kieffer
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
+ >
107
+ >
108
+ >
109
+ >
110
+ > # Licenses of bundled types
111
+ > The published @visulima/packem-rollup artifact additionally contains code with the following licenses:
112
+ > Apache-2.0, MIT
113
+ >
114
+ > # Bundled types:
115
+ > ## @swc/types
116
+ > License: Apache-2.0
117
+ > By: 강동윤
118
+ > Repository: git+https://github.com/swc-project/swc.git
119
+ >
120
+ > > Apache License
121
+ > > Version 2.0, January 2004
122
+ > > http://www.apache.org/licenses/
123
+ > >
124
+ > > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
125
+ > >
126
+ > > 1. Definitions.
127
+ > >
128
+ > > "License" shall mean the terms and conditions for use, reproduction,
129
+ > > and distribution as defined by Sections 1 through 9 of this document.
130
+ > >
131
+ > > "Licensor" shall mean the copyright owner or entity authorized by
132
+ > > the copyright owner that is granting the License.
133
+ > >
134
+ > > "Legal Entity" shall mean the union of the acting entity and all
135
+ > > other entities that control, are controlled by, or are under common
136
+ > > control with that entity. For the purposes of this definition,
137
+ > > "control" means (i) the power, direct or indirect, to cause the
138
+ > > direction or management of such entity, whether by contract or
139
+ > > otherwise, or (ii) ownership of fifty percent (50%) or more of the
140
+ > > outstanding shares, or (iii) beneficial ownership of such entity.
141
+ > >
142
+ > > "You" (or "Your") shall mean an individual or Legal Entity
143
+ > > exercising permissions granted by this License.
144
+ > >
145
+ > > "Source" form shall mean the preferred form for making modifications,
146
+ > > including but not limited to software source code, documentation
147
+ > > source, and configuration files.
148
+ > >
149
+ > > "Object" form shall mean any form resulting from mechanical
150
+ > > transformation or translation of a Source form, including but
151
+ > > not limited to compiled object code, generated documentation,
152
+ > > and conversions to other media types.
153
+ > >
154
+ > > "Work" shall mean the work of authorship, whether in Source or
155
+ > > Object form, made available under the License, as indicated by a
156
+ > > copyright notice that is included in or attached to the work
157
+ > > (an example is provided in the Appendix below).
158
+ > >
159
+ > > "Derivative Works" shall mean any work, whether in Source or Object
160
+ > > form, that is based on (or derived from) the Work and for which the
161
+ > > editorial revisions, annotations, elaborations, or other modifications
162
+ > > represent, as a whole, an original work of authorship. For the purposes
163
+ > > of this License, Derivative Works shall not include works that remain
164
+ > > separable from, or merely link (or bind by name) to the interfaces of,
165
+ > > the Work and Derivative Works thereof.
166
+ > >
167
+ > > "Contribution" shall mean any work of authorship, including
168
+ > > the original version of the Work and any modifications or additions
169
+ > > to that Work or Derivative Works thereof, that is intentionally
170
+ > > submitted to Licensor for inclusion in the Work by the copyright owner
171
+ > > or by an individual or Legal Entity authorized to submit on behalf of
172
+ > > the copyright owner. For the purposes of this definition, "submitted"
173
+ > > means any form of electronic, verbal, or written communication sent
174
+ > > to the Licensor or its representatives, including but not limited to
175
+ > > communication on electronic mailing lists, source code control systems,
176
+ > > and issue tracking systems that are managed by, or on behalf of, the
177
+ > > Licensor for the purpose of discussing and improving the Work, but
178
+ > > excluding communication that is conspicuously marked or otherwise
179
+ > > designated in writing by the copyright owner as "Not a Contribution."
180
+ > >
181
+ > > "Contributor" shall mean Licensor and any individual or Legal Entity
182
+ > > on behalf of whom a Contribution has been received by Licensor and
183
+ > > subsequently incorporated within the Work.
184
+ > >
185
+ > > 2. Grant of Copyright License. Subject to the terms and conditions of
186
+ > > this License, each Contributor hereby grants to You a perpetual,
187
+ > > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
188
+ > > copyright license to reproduce, prepare Derivative Works of,
189
+ > > publicly display, publicly perform, sublicense, and distribute the
190
+ > > Work and such Derivative Works in Source or Object form.
191
+ > >
192
+ > > 3. Grant of Patent License. Subject to the terms and conditions of
193
+ > > this License, each Contributor hereby grants to You a perpetual,
194
+ > > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
195
+ > > (except as stated in this section) patent license to make, have made,
196
+ > > use, offer to sell, sell, import, and otherwise transfer the Work,
197
+ > > where such license applies only to those patent claims licensable
198
+ > > by such Contributor that are necessarily infringed by their
199
+ > > Contribution(s) alone or by combination of their Contribution(s)
200
+ > > with the Work to which such Contribution(s) was submitted. If You
201
+ > > institute patent litigation against any entity (including a
202
+ > > cross-claim or counterclaim in a lawsuit) alleging that the Work
203
+ > > or a Contribution incorporated within the Work constitutes direct
204
+ > > or contributory patent infringement, then any patent licenses
205
+ > > granted to You under this License for that Work shall terminate
206
+ > > as of the date such litigation is filed.
207
+ > >
208
+ > > 4. Redistribution. You may reproduce and distribute copies of the
209
+ > > Work or Derivative Works thereof in any medium, with or without
210
+ > > modifications, and in Source or Object form, provided that You
211
+ > > meet the following conditions:
212
+ > >
213
+ > > (a) You must give any other recipients of the Work or
214
+ > > Derivative Works a copy of this License; and
215
+ > >
216
+ > > (b) You must cause any modified files to carry prominent notices
217
+ > > stating that You changed the files; and
218
+ > >
219
+ > > (c) You must retain, in the Source form of any Derivative Works
220
+ > > that You distribute, all copyright, patent, trademark, and
221
+ > > attribution notices from the Source form of the Work,
222
+ > > excluding those notices that do not pertain to any part of
223
+ > > the Derivative Works; and
224
+ > >
225
+ > > (d) If the Work includes a "NOTICE" text file as part of its
226
+ > > distribution, then any Derivative Works that You distribute must
227
+ > > include a readable copy of the attribution notices contained
228
+ > > within such NOTICE file, excluding those notices that do not
229
+ > > pertain to any part of the Derivative Works, in at least one
230
+ > > of the following places: within a NOTICE text file distributed
231
+ > > as part of the Derivative Works; within the Source form or
232
+ > > documentation, if provided along with the Derivative Works; or,
233
+ > > within a display generated by the Derivative Works, if and
234
+ > > wherever such third-party notices normally appear. The contents
235
+ > > of the NOTICE file are for informational purposes only and
236
+ > > do not modify the License. You may add Your own attribution
237
+ > > notices within Derivative Works that You distribute, alongside
238
+ > > or as an addendum to the NOTICE text from the Work, provided
239
+ > > that such additional attribution notices cannot be construed
240
+ > > as modifying the License.
241
+ > >
242
+ > > You may add Your own copyright statement to Your modifications and
243
+ > > may provide additional or different license terms and conditions
244
+ > > for use, reproduction, or distribution of Your modifications, or
245
+ > > for any such Derivative Works as a whole, provided Your use,
246
+ > > reproduction, and distribution of the Work otherwise complies with
247
+ > > the conditions stated in this License.
248
+ > >
249
+ > > 5. Submission of Contributions. Unless You explicitly state otherwise,
250
+ > > any Contribution intentionally submitted for inclusion in the Work
251
+ > > by You to the Licensor shall be under the terms and conditions of
252
+ > > this License, without any additional terms or conditions.
253
+ > > Notwithstanding the above, nothing herein shall supersede or modify
254
+ > > the terms of any separate license agreement you may have executed
255
+ > > with Licensor regarding such Contributions.
256
+ > >
257
+ > > 6. Trademarks. This License does not grant permission to use the trade
258
+ > > names, trademarks, service marks, or product names of the Licensor,
259
+ > > except as required for reasonable and customary use in describing the
260
+ > > origin of the Work and reproducing the content of the NOTICE file.
261
+ > >
262
+ > > 7. Disclaimer of Warranty. Unless required by applicable law or
263
+ > > agreed to in writing, Licensor provides the Work (and each
264
+ > > Contributor provides its Contributions) on an "AS IS" BASIS,
265
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
266
+ > > implied, including, without limitation, any warranties or conditions
267
+ > > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
268
+ > > PARTICULAR PURPOSE. You are solely responsible for determining the
269
+ > > appropriateness of using or redistributing the Work and assume any
270
+ > > risks associated with Your exercise of permissions under this License.
271
+ > >
272
+ > > 8. Limitation of Liability. In no event and under no legal theory,
273
+ > > whether in tort (including negligence), contract, or otherwise,
274
+ > > unless required by applicable law (such as deliberate and grossly
275
+ > > negligent acts) or agreed to in writing, shall any Contributor be
276
+ > > liable to You for damages, including any direct, indirect, special,
277
+ > > incidental, or consequential damages of any character arising as a
278
+ > > result of this License or out of the use or inability to use the
279
+ > > Work (including but not limited to damages for loss of goodwill,
280
+ > > work stoppage, computer failure or malfunction, or any and all
281
+ > > other commercial damages or losses), even if such Contributor
282
+ > > has been advised of the possibility of such damages.
283
+ > >
284
+ > > 9. Accepting Warranty or Additional Liability. While redistributing
285
+ > > the Work or Derivative Works thereof, You may choose to offer,
286
+ > > and charge a fee for, acceptance of support, warranty, indemnity,
287
+ > > or other liability obligations and/or rights consistent with this
288
+ > > License. However, in accepting such obligations, You may act only
289
+ > > on Your own behalf and on Your sole responsibility, not on behalf
290
+ > > of any other Contributor, and only if You agree to indemnify,
291
+ > > defend, and hold each Contributor harmless for any liability
292
+ > > incurred by, or claims asserted against, such Contributor by reason
293
+ > > of your accepting any such warranty or additional liability.
294
+ > >
295
+ > > END OF TERMS AND CONDITIONS
296
+ > >
297
+ > > APPENDIX: How to apply the Apache License to your work.
298
+ > >
299
+ > > To apply the Apache License to your work, attach the following
300
+ > > boilerplate notice, with the fields enclosed by brackets "[]"
301
+ > > replaced with your own identifying information. (Don't include
302
+ > > the brackets!) The text should be enclosed in the appropriate
303
+ > > comment syntax for the file format. We also recommend that a
304
+ > > file or class name and description of purpose be included on the
305
+ > > same "printed page" as the copyright notice for easier
306
+ > > identification within third-party archives.
307
+ > >
308
+ > > Copyright 2024 SWC contributors.
309
+ > >
310
+ > > Licensed under the Apache License, Version 2.0 (the "License");
311
+ > > you may not use this file except in compliance with the License.
312
+ > > You may obtain a copy of the License at
313
+ > >
314
+ > > http://www.apache.org/licenses/LICENSE-2.0
315
+ > >
316
+ > > Unless required by applicable law or agreed to in writing, software
317
+ > > distributed under the License is distributed on an "AS IS" BASIS,
318
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
319
+ > > See the License for the specific language governing permissions and
320
+ > > limitations under the License.
321
+ >
322
+ > ---------------------------------------
323
+ >
324
+ > ## @visulima/colorize
325
+ > License: MIT
326
+ > By: Daniel Bannert
327
+ > Repository: git+https://github.com/visulima/visulima.git
328
+ >
329
+ > > MIT License
330
+ > >
331
+ > > Copyright (c) 2024 visulima
332
+ > >
333
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
334
+ > > of this software and associated documentation files (the "Software"), to deal
335
+ > > in the Software without restriction, including without limitation the rights
336
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
337
+ > > copies of the Software, and to permit persons to whom the Software is
338
+ > > furnished to do so, subject to the following conditions:
339
+ > >
340
+ > > The above copyright notice and this permission notice shall be included in all
341
+ > > copies or substantial portions of the Software.
342
+ > >
343
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
344
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
345
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
346
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
347
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
348
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
349
+ > > SOFTWARE.
350
+ > >
351
+ > > ---
352
+ > >
353
+ > > Colorize is based on https://github.com/webdiscus/ansis
354
+ > >
355
+ > > ISC License
356
+ > >
357
+ > > Copyright (c) 2023, webdiscus
358
+ > >
359
+ > > Permission to use, copy, modify, and/or distribute this software for any
360
+ > > purpose with or without fee is hereby granted, provided that the above
361
+ > > copyright notice and this permission notice appear in all copies.
362
+ > >
363
+ > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
364
+ > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
365
+ > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
366
+ > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
367
+ > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
368
+ > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
369
+ > > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
370
+ > >
371
+ > >
372
+ > >
373
+ > > # Licenses of bundled dependencies
374
+ > > The published @visulima/colorize artifact additionally contains code with the following licenses:
375
+ > > MIT
376
+ > >
377
+ > > # Bundled dependencies:
378
+ > > ## ansi-regex
379
+ > > License: MIT
380
+ > > By: Sindre Sorhus
381
+ > > Repository: chalk/ansi-regex
382
+ > >
383
+ > > > MIT License
384
+ > > >
385
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
386
+ > > >
387
+ > > > 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:
388
+ > > >
389
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
390
+ > > >
391
+ > > > 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.
392
+ > >
393
+ > >
394
+ >
395
+ > ---------------------------------------
396
+ >
397
+ > ## @visulima/pail
398
+ > License: MIT
399
+ > By: Daniel Bannert
400
+ > Repository: git+https://github.com/visulima/visulima.git
401
+ >
402
+ > > MIT License
403
+ > >
404
+ > > Copyright (c) 2024 visulima
405
+ > >
406
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
407
+ > > of this software and associated documentation files (the "Software"), to deal
408
+ > > in the Software without restriction, including without limitation the rights
409
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
410
+ > > copies of the Software, and to permit persons to whom the Software is
411
+ > > furnished to do so, subject to the following conditions:
412
+ > >
413
+ > > The above copyright notice and this permission notice shall be included in all
414
+ > > copies or substantial portions of the Software.
415
+ > >
416
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
417
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
418
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
419
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
420
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
421
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
422
+ > > SOFTWARE.
423
+ > >
424
+ > >
425
+ > >
426
+ > > # Licenses of bundled dependencies
427
+ > > The published @visulima/pail artifact additionally contains code with the following licenses:
428
+ > > MIT
429
+ > >
430
+ > > # Bundled dependencies:
431
+ > > ## ansi-regex
432
+ > > License: MIT
433
+ > > By: Sindre Sorhus
434
+ > > Repository: chalk/ansi-regex
435
+ > >
436
+ > > > MIT License
437
+ > > >
438
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
439
+ > > >
440
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
441
+ > > >
442
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
443
+ > > >
444
+ > > > 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.
445
+ > >
446
+ > > ---------------------------------------
447
+ > >
448
+ > > ## ansi-styles
449
+ > > License: MIT
450
+ > > By: Sindre Sorhus
451
+ > > Repository: chalk/ansi-styles
452
+ > >
453
+ > > > MIT License
454
+ > > >
455
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
456
+ > > >
457
+ > > > 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:
458
+ > > >
459
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
460
+ > > >
461
+ > > > 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.
462
+ > >
463
+ > > ---------------------------------------
464
+ > >
465
+ > > ## emoji-regex
466
+ > > License: MIT
467
+ > > By: Mathias Bynens
468
+ > > Repository: https://github.com/mathiasbynens/emoji-regex.git
469
+ > >
470
+ > > > Copyright Mathias Bynens <https://mathiasbynens.be/>
471
+ > > >
472
+ > > > Permission is hereby granted, free of charge, to any person obtaining
473
+ > > > a copy of this software and associated documentation files (the
474
+ > > > "Software"), to deal in the Software without restriction, including
475
+ > > > without limitation the rights to use, copy, modify, merge, publish,
476
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
477
+ > > > permit persons to whom the Software is furnished to do so, subject to
478
+ > > > the following conditions:
479
+ > > >
480
+ > > > The above copyright notice and this permission notice shall be
481
+ > > > included in all copies or substantial portions of the Software.
482
+ > > >
483
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
484
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
485
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
486
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
487
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
488
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
489
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
490
+ > >
491
+ > > ---------------------------------------
492
+ > >
493
+ > > ## get-east-asian-width
494
+ > > License: MIT
495
+ > > By: Sindre Sorhus
496
+ > > Repository: sindresorhus/get-east-asian-width
497
+ > >
498
+ > > > MIT License
499
+ > > >
500
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
501
+ > > >
502
+ > > > 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:
503
+ > > >
504
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
505
+ > > >
506
+ > > > 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.
507
+ > >
508
+ > > ---------------------------------------
509
+ > >
510
+ > > ## string-length
511
+ > > License: MIT
512
+ > > By: Sindre Sorhus
513
+ > > Repository: sindresorhus/string-length
514
+ > >
515
+ > > > MIT License
516
+ > > >
517
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
518
+ > > >
519
+ > > > 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:
520
+ > > >
521
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
522
+ > > >
523
+ > > > 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.
524
+ > >
525
+ > > ---------------------------------------
526
+ > >
527
+ > > ## string-width
528
+ > > License: MIT
529
+ > > By: Sindre Sorhus
530
+ > > Repository: sindresorhus/string-width
531
+ > >
532
+ > > > MIT License
533
+ > > >
534
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
535
+ > > >
536
+ > > > 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:
537
+ > > >
538
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
539
+ > > >
540
+ > > > 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.
541
+ > >
542
+ > > ---------------------------------------
543
+ > >
544
+ > > ## strip-ansi
545
+ > > License: MIT
546
+ > > By: Sindre Sorhus
547
+ > > Repository: chalk/strip-ansi
548
+ > >
549
+ > > > MIT License
550
+ > > >
551
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
552
+ > > >
553
+ > > > 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:
554
+ > > >
555
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
556
+ > > >
557
+ > > > 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.
558
+ > >
559
+ > > ---------------------------------------
560
+ > >
561
+ > > ## terminal-size
562
+ > > License: MIT
563
+ > > By: Sindre Sorhus
564
+ > > Repository: sindresorhus/terminal-size
565
+ > >
566
+ > > > MIT License
567
+ > > >
568
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
569
+ > > >
570
+ > > > 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:
571
+ > > >
572
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
573
+ > > >
574
+ > > > 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.
575
+ > >
576
+ > > ---------------------------------------
577
+ > >
578
+ > > ## wrap-ansi
579
+ > > License: MIT
580
+ > > By: Sindre Sorhus
581
+ > > Repository: chalk/wrap-ansi
582
+ > >
583
+ > > > MIT License
584
+ > > >
585
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
586
+ > > >
587
+ > > > 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:
588
+ > > >
589
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
590
+ > > >
591
+ > > > 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.
592
+ > >
593
+ > >
594
+ > >
595
+ > >
596
+ > >
597
+ > > # Licenses of bundled types
598
+ > > The published @visulima/pail artifact additionally contains code with the following licenses:
599
+ > > (MIT OR CC0-1.0)
600
+ > >
601
+ > > # Bundled types:
602
+ > > ## type-fest
603
+ > > License: (MIT OR CC0-1.0)
604
+ > > By: Sindre Sorhus
605
+ > > Repository: sindresorhus/type-fest
606
+ > >
607
+ > > > Creative Commons Legal Code
608
+ > > >
609
+ > > > CC0 1.0 Universal
610
+ > > >
611
+ > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
612
+ > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
613
+ > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
614
+ > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
615
+ > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
616
+ > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
617
+ > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
618
+ > > > HEREUNDER.
619
+ > > >
620
+ > > > Statement of Purpose
621
+ > > >
622
+ > > > The laws of most jurisdictions throughout the world automatically confer
623
+ > > > exclusive Copyright and Related Rights (defined below) upon the creator
624
+ > > > and subsequent owner(s) (each and all, an "owner") of an original work of
625
+ > > > authorship and/or a database (each, a "Work").
626
+ > > >
627
+ > > > Certain owners wish to permanently relinquish those rights to a Work for
628
+ > > > the purpose of contributing to a commons of creative, cultural and
629
+ > > > scientific works ("Commons") that the public can reliably and without fear
630
+ > > > of later claims of infringement build upon, modify, incorporate in other
631
+ > > > works, reuse and redistribute as freely as possible in any form whatsoever
632
+ > > > and for any purposes, including without limitation commercial purposes.
633
+ > > > These owners may contribute to the Commons to promote the ideal of a free
634
+ > > > culture and the further production of creative, cultural and scientific
635
+ > > > works, or to gain reputation or greater distribution for their Work in
636
+ > > > part through the use and efforts of others.
637
+ > > >
638
+ > > > For these and/or other purposes and motivations, and without any
639
+ > > > expectation of additional consideration or compensation, the person
640
+ > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
641
+ > > > is an owner of Copyright and Related Rights in the Work, voluntarily
642
+ > > > elects to apply CC0 to the Work and publicly distribute the Work under its
643
+ > > > terms, with knowledge of his or her Copyright and Related Rights in the
644
+ > > > Work and the meaning and intended legal effect of CC0 on those rights.
645
+ > > >
646
+ > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
647
+ > > > protected by copyright and related or neighboring rights ("Copyright and
648
+ > > > Related Rights"). Copyright and Related Rights include, but are not
649
+ > > > limited to, the following:
650
+ > > >
651
+ > > > i. the right to reproduce, adapt, distribute, perform, display,
652
+ > > > communicate, and translate a Work;
653
+ > > > ii. moral rights retained by the original author(s) and/or performer(s);
654
+ > > > iii. publicity and privacy rights pertaining to a person's image or
655
+ > > > likeness depicted in a Work;
656
+ > > > iv. rights protecting against unfair competition in regards to a Work,
657
+ > > > subject to the limitations in paragraph 4(a), below;
658
+ > > > v. rights protecting the extraction, dissemination, use and reuse of data
659
+ > > > in a Work;
660
+ > > > vi. database rights (such as those arising under Directive 96/9/EC of the
661
+ > > > European Parliament and of the Council of 11 March 1996 on the legal
662
+ > > > protection of databases, and under any national implementation
663
+ > > > thereof, including any amended or successor version of such
664
+ > > > directive); and
665
+ > > > vii. other similar, equivalent or corresponding rights throughout the
666
+ > > > world based on applicable law or treaty, and any national
667
+ > > > implementations thereof.
668
+ > > >
669
+ > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
670
+ > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
671
+ > > > irrevocably and unconditionally waives, abandons, and surrenders all of
672
+ > > > Affirmer's Copyright and Related Rights and associated claims and causes
673
+ > > > of action, whether now known or unknown (including existing as well as
674
+ > > > future claims and causes of action), in the Work (i) in all territories
675
+ > > > worldwide, (ii) for the maximum duration provided by applicable law or
676
+ > > > treaty (including future time extensions), (iii) in any current or future
677
+ > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
678
+ > > > including without limitation commercial, advertising or promotional
679
+ > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
680
+ > > > member of the public at large and to the detriment of Affirmer's heirs and
681
+ > > > successors, fully intending that such Waiver shall not be subject to
682
+ > > > revocation, rescission, cancellation, termination, or any other legal or
683
+ > > > equitable action to disrupt the quiet enjoyment of the Work by the public
684
+ > > > as contemplated by Affirmer's express Statement of Purpose.
685
+ > > >
686
+ > > > 3. Public License Fallback. Should any part of the Waiver for any reason
687
+ > > > be judged legally invalid or ineffective under applicable law, then the
688
+ > > > Waiver shall be preserved to the maximum extent permitted taking into
689
+ > > > account Affirmer's express Statement of Purpose. In addition, to the
690
+ > > > extent the Waiver is so judged Affirmer hereby grants to each affected
691
+ > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
692
+ > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
693
+ > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
694
+ > > > maximum duration provided by applicable law or treaty (including future
695
+ > > > time extensions), (iii) in any current or future medium and for any number
696
+ > > > of copies, and (iv) for any purpose whatsoever, including without
697
+ > > > limitation commercial, advertising or promotional purposes (the
698
+ > > > "License"). The License shall be deemed effective as of the date CC0 was
699
+ > > > applied by Affirmer to the Work. Should any part of the License for any
700
+ > > > reason be judged legally invalid or ineffective under applicable law, such
701
+ > > > partial invalidity or ineffectiveness shall not invalidate the remainder
702
+ > > > of the License, and in such case Affirmer hereby affirms that he or she
703
+ > > > will not (i) exercise any of his or her remaining Copyright and Related
704
+ > > > Rights in the Work or (ii) assert any associated claims and causes of
705
+ > > > action with respect to the Work, in either case contrary to Affirmer's
706
+ > > > express Statement of Purpose.
707
+ > > >
708
+ > > > 4. Limitations and Disclaimers.
709
+ > > >
710
+ > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
711
+ > > > surrendered, licensed or otherwise affected by this document.
712
+ > > > b. Affirmer offers the Work as-is and makes no representations or
713
+ > > > warranties of any kind concerning the Work, express, implied,
714
+ > > > statutory or otherwise, including without limitation warranties of
715
+ > > > title, merchantability, fitness for a particular purpose, non
716
+ > > > infringement, or the absence of latent or other defects, accuracy, or
717
+ > > > the present or absence of errors, whether or not discoverable, all to
718
+ > > > the greatest extent permissible under applicable law.
719
+ > > > c. Affirmer disclaims responsibility for clearing rights of other persons
720
+ > > > that may apply to the Work or any use thereof, including without
721
+ > > > limitation any person's Copyright and Related Rights in the Work.
722
+ > > > Further, Affirmer disclaims responsibility for obtaining any necessary
723
+ > > > consents, permissions or other rights required for any use of the
724
+ > > > Work.
725
+ > > > d. Affirmer understands and acknowledges that Creative Commons is not a
726
+ > > > party to this document and has no duty or obligation with respect to
727
+ > > > this CC0 or use of the Work.
728
+ >
729
+ > ---------------------------------------
730
+ >
731
+ > ## @visulima/tsconfig
732
+ > License: MIT
733
+ > By: Daniel Bannert
734
+ > Repository: git+https://github.com/visulima/visulima.git
735
+ >
736
+ > > MIT License
737
+ > >
738
+ > > Copyright (c) 2024 visulima
739
+ > >
740
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
741
+ > > of this software and associated documentation files (the "Software"), to deal
742
+ > > in the Software without restriction, including without limitation the rights
743
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
744
+ > > copies of the Software, and to permit persons to whom the Software is
745
+ > > furnished to do so, subject to the following conditions:
746
+ > >
747
+ > > The above copyright notice and this permission notice shall be included in all
748
+ > > copies or substantial portions of the Software.
749
+ > >
750
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
751
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
752
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
753
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
754
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
755
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
756
+ > > SOFTWARE.
757
+ > >
758
+ > >
759
+ > >
760
+ > >
761
+ > >
762
+ > >
763
+ > > # Licenses of bundled types
764
+ > > The published @visulima/tsconfig artifact additionally contains code with the following licenses:
765
+ > > (MIT OR CC0-1.0)
766
+ > >
767
+ > > # Bundled types:
768
+ > > ## type-fest
769
+ > > License: (MIT OR CC0-1.0)
770
+ > > By: Sindre Sorhus
771
+ > > Repository: sindresorhus/type-fest
772
+ > >
773
+ > > > Creative Commons Legal Code
774
+ > > >
775
+ > > > CC0 1.0 Universal
776
+ > > >
777
+ > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
778
+ > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
779
+ > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
780
+ > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
781
+ > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
782
+ > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
783
+ > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
784
+ > > > HEREUNDER.
785
+ > > >
786
+ > > > Statement of Purpose
787
+ > > >
788
+ > > > The laws of most jurisdictions throughout the world automatically confer
789
+ > > > exclusive Copyright and Related Rights (defined below) upon the creator
790
+ > > > and subsequent owner(s) (each and all, an "owner") of an original work of
791
+ > > > authorship and/or a database (each, a "Work").
792
+ > > >
793
+ > > > Certain owners wish to permanently relinquish those rights to a Work for
794
+ > > > the purpose of contributing to a commons of creative, cultural and
795
+ > > > scientific works ("Commons") that the public can reliably and without fear
796
+ > > > of later claims of infringement build upon, modify, incorporate in other
797
+ > > > works, reuse and redistribute as freely as possible in any form whatsoever
798
+ > > > and for any purposes, including without limitation commercial purposes.
799
+ > > > These owners may contribute to the Commons to promote the ideal of a free
800
+ > > > culture and the further production of creative, cultural and scientific
801
+ > > > works, or to gain reputation or greater distribution for their Work in
802
+ > > > part through the use and efforts of others.
803
+ > > >
804
+ > > > For these and/or other purposes and motivations, and without any
805
+ > > > expectation of additional consideration or compensation, the person
806
+ > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
807
+ > > > is an owner of Copyright and Related Rights in the Work, voluntarily
808
+ > > > elects to apply CC0 to the Work and publicly distribute the Work under its
809
+ > > > terms, with knowledge of his or her Copyright and Related Rights in the
810
+ > > > Work and the meaning and intended legal effect of CC0 on those rights.
811
+ > > >
812
+ > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
813
+ > > > protected by copyright and related or neighboring rights ("Copyright and
814
+ > > > Related Rights"). Copyright and Related Rights include, but are not
815
+ > > > limited to, the following:
816
+ > > >
817
+ > > > i. the right to reproduce, adapt, distribute, perform, display,
818
+ > > > communicate, and translate a Work;
819
+ > > > ii. moral rights retained by the original author(s) and/or performer(s);
820
+ > > > iii. publicity and privacy rights pertaining to a person's image or
821
+ > > > likeness depicted in a Work;
822
+ > > > iv. rights protecting against unfair competition in regards to a Work,
823
+ > > > subject to the limitations in paragraph 4(a), below;
824
+ > > > v. rights protecting the extraction, dissemination, use and reuse of data
825
+ > > > in a Work;
826
+ > > > vi. database rights (such as those arising under Directive 96/9/EC of the
827
+ > > > European Parliament and of the Council of 11 March 1996 on the legal
828
+ > > > protection of databases, and under any national implementation
829
+ > > > thereof, including any amended or successor version of such
830
+ > > > directive); and
831
+ > > > vii. other similar, equivalent or corresponding rights throughout the
832
+ > > > world based on applicable law or treaty, and any national
833
+ > > > implementations thereof.
834
+ > > >
835
+ > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
836
+ > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
837
+ > > > irrevocably and unconditionally waives, abandons, and surrenders all of
838
+ > > > Affirmer's Copyright and Related Rights and associated claims and causes
839
+ > > > of action, whether now known or unknown (including existing as well as
840
+ > > > future claims and causes of action), in the Work (i) in all territories
841
+ > > > worldwide, (ii) for the maximum duration provided by applicable law or
842
+ > > > treaty (including future time extensions), (iii) in any current or future
843
+ > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
844
+ > > > including without limitation commercial, advertising or promotional
845
+ > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
846
+ > > > member of the public at large and to the detriment of Affirmer's heirs and
847
+ > > > successors, fully intending that such Waiver shall not be subject to
848
+ > > > revocation, rescission, cancellation, termination, or any other legal or
849
+ > > > equitable action to disrupt the quiet enjoyment of the Work by the public
850
+ > > > as contemplated by Affirmer's express Statement of Purpose.
851
+ > > >
852
+ > > > 3. Public License Fallback. Should any part of the Waiver for any reason
853
+ > > > be judged legally invalid or ineffective under applicable law, then the
854
+ > > > Waiver shall be preserved to the maximum extent permitted taking into
855
+ > > > account Affirmer's express Statement of Purpose. In addition, to the
856
+ > > > extent the Waiver is so judged Affirmer hereby grants to each affected
857
+ > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
858
+ > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
859
+ > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
860
+ > > > maximum duration provided by applicable law or treaty (including future
861
+ > > > time extensions), (iii) in any current or future medium and for any number
862
+ > > > of copies, and (iv) for any purpose whatsoever, including without
863
+ > > > limitation commercial, advertising or promotional purposes (the
864
+ > > > "License"). The License shall be deemed effective as of the date CC0 was
865
+ > > > applied by Affirmer to the Work. Should any part of the License for any
866
+ > > > reason be judged legally invalid or ineffective under applicable law, such
867
+ > > > partial invalidity or ineffectiveness shall not invalidate the remainder
868
+ > > > of the License, and in such case Affirmer hereby affirms that he or she
869
+ > > > will not (i) exercise any of his or her remaining Copyright and Related
870
+ > > > Rights in the Work or (ii) assert any associated claims and causes of
871
+ > > > action with respect to the Work, in either case contrary to Affirmer's
872
+ > > > express Statement of Purpose.
873
+ > > >
874
+ > > > 4. Limitations and Disclaimers.
875
+ > > >
876
+ > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
877
+ > > > surrendered, licensed or otherwise affected by this document.
878
+ > > > b. Affirmer offers the Work as-is and makes no representations or
879
+ > > > warranties of any kind concerning the Work, express, implied,
880
+ > > > statutory or otherwise, including without limitation warranties of
881
+ > > > title, merchantability, fitness for a particular purpose, non
882
+ > > > infringement, or the absence of latent or other defects, accuracy, or
883
+ > > > the present or absence of errors, whether or not discoverable, all to
884
+ > > > the greatest extent permissible under applicable law.
885
+ > > > c. Affirmer disclaims responsibility for clearing rights of other persons
886
+ > > > that may apply to the Work or any use thereof, including without
887
+ > > > limitation any person's Copyright and Related Rights in the Work.
888
+ > > > Further, Affirmer disclaims responsibility for obtaining any necessary
889
+ > > > consents, permissions or other rights required for any use of the
890
+ > > > Work.
891
+ > > > d. Affirmer understands and acknowledges that Creative Commons is not a
892
+ > > > party to this document and has no duty or obligation with respect to
893
+ > > > this CC0 or use of the Work.
894
+ >
895
+ > ---------------------------------------
896
+ >
897
+ > ## safe-stable-stringify
898
+ > License: MIT
899
+ > By: Ruben Bridgewater
900
+ > Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
901
+ >
902
+ > > The MIT License (MIT)
903
+ > >
904
+ > > Copyright (c) Ruben Bridgewater
905
+ > >
906
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
907
+ > > of this software and associated documentation files (the "Software"), to deal
908
+ > > in the Software without restriction, including without limitation the rights
909
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
910
+ > > copies of the Software, and to permit persons to whom the Software is
911
+ > > furnished to do so, subject to the following conditions:
912
+ > >
913
+ > > The above copyright notice and this permission notice shall be included in all
914
+ > > copies or substantial portions of the Software.
915
+ > >
916
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
917
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
918
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
919
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
920
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
921
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
922
+ > > SOFTWARE.
71
923
 
72
924
  ---------------------------------------
73
925
 
74
- ## mime
926
+ ## @visulima/packem-share
75
927
  License: MIT
76
- By: Robert Kieffer
77
- Repository: https://github.com/broofa/mime
928
+ By: Daniel Bannert
929
+ Repository: git+https://github.com/visulima/packem.git
78
930
 
79
931
  > MIT License
80
932
  >
81
- > Copyright (c) 2023 Robert Kieffer
933
+ > Copyright (c) 2025 Daniel Bannert
82
934
  >
83
935
  > Permission is hereby granted, free of charge, to any person obtaining a copy
84
936
  > of this software and associated documentation files (the "Software"), to deal
@@ -97,39 +949,627 @@ Repository: https://github.com/broofa/mime
97
949
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
98
950
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
99
951
  > SOFTWARE.
100
-
101
- ---------------------------------------
102
-
103
- ## p-queue
104
- License: MIT
105
- Repository: sindresorhus/p-queue
106
-
107
- > MIT License
108
952
  >
109
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
110
953
  >
111
- > 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:
112
954
  >
113
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
114
955
  >
115
- > 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.
116
-
117
- ---------------------------------------
118
-
119
- ## p-timeout
120
- License: MIT
121
- By: Sindre Sorhus
122
- Repository: sindresorhus/p-timeout
123
-
124
- > MIT License
125
956
  >
126
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
127
957
  >
128
- > 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:
958
+ > # Licenses of bundled types
959
+ > The published @visulima/packem-share artifact additionally contains code with the following licenses:
960
+ > MIT
961
+ >
962
+ > # Bundled types:
963
+ > ## @visulima/pail
964
+ > License: MIT
965
+ > By: Daniel Bannert
966
+ > Repository: git+https://github.com/visulima/visulima.git
967
+ >
968
+ > > MIT License
969
+ > >
970
+ > > Copyright (c) 2024 visulima
971
+ > >
972
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
973
+ > > of this software and associated documentation files (the "Software"), to deal
974
+ > > in the Software without restriction, including without limitation the rights
975
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
976
+ > > copies of the Software, and to permit persons to whom the Software is
977
+ > > furnished to do so, subject to the following conditions:
978
+ > >
979
+ > > The above copyright notice and this permission notice shall be included in all
980
+ > > copies or substantial portions of the Software.
981
+ > >
982
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
983
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
984
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
985
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
986
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
987
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
988
+ > > SOFTWARE.
989
+ > >
990
+ > >
991
+ > >
992
+ > > # Licenses of bundled dependencies
993
+ > > The published @visulima/pail artifact additionally contains code with the following licenses:
994
+ > > MIT
995
+ > >
996
+ > > # Bundled dependencies:
997
+ > > ## ansi-regex
998
+ > > License: MIT
999
+ > > By: Sindre Sorhus
1000
+ > > Repository: chalk/ansi-regex
1001
+ > >
1002
+ > > > MIT License
1003
+ > > >
1004
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1005
+ > > >
1006
+ > > > 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:
1007
+ > > >
1008
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1009
+ > > >
1010
+ > > > 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.
1011
+ > >
1012
+ > > ---------------------------------------
1013
+ > >
1014
+ > > ## ansi-styles
1015
+ > > License: MIT
1016
+ > > By: Sindre Sorhus
1017
+ > > Repository: chalk/ansi-styles
1018
+ > >
1019
+ > > > MIT License
1020
+ > > >
1021
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1022
+ > > >
1023
+ > > > 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:
1024
+ > > >
1025
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1026
+ > > >
1027
+ > > > 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.
1028
+ > >
1029
+ > > ---------------------------------------
1030
+ > >
1031
+ > > ## emoji-regex
1032
+ > > License: MIT
1033
+ > > By: Mathias Bynens
1034
+ > > Repository: https://github.com/mathiasbynens/emoji-regex.git
1035
+ > >
1036
+ > > > Copyright Mathias Bynens <https://mathiasbynens.be/>
1037
+ > > >
1038
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1039
+ > > > a copy of this software and associated documentation files (the
1040
+ > > > "Software"), to deal in the Software without restriction, including
1041
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1042
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1043
+ > > > permit persons to whom the Software is furnished to do so, subject to
1044
+ > > > the following conditions:
1045
+ > > >
1046
+ > > > The above copyright notice and this permission notice shall be
1047
+ > > > included in all copies or substantial portions of the Software.
1048
+ > > >
1049
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1050
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1051
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1052
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1053
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1054
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1055
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1056
+ > >
1057
+ > > ---------------------------------------
1058
+ > >
1059
+ > > ## get-east-asian-width
1060
+ > > License: MIT
1061
+ > > By: Sindre Sorhus
1062
+ > > Repository: sindresorhus/get-east-asian-width
1063
+ > >
1064
+ > > > MIT License
1065
+ > > >
1066
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1067
+ > > >
1068
+ > > > 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:
1069
+ > > >
1070
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1071
+ > > >
1072
+ > > > 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.
1073
+ > >
1074
+ > > ---------------------------------------
1075
+ > >
1076
+ > > ## string-length
1077
+ > > License: MIT
1078
+ > > By: Sindre Sorhus
1079
+ > > Repository: sindresorhus/string-length
1080
+ > >
1081
+ > > > MIT License
1082
+ > > >
1083
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1084
+ > > >
1085
+ > > > 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:
1086
+ > > >
1087
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1088
+ > > >
1089
+ > > > 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.
1090
+ > >
1091
+ > > ---------------------------------------
1092
+ > >
1093
+ > > ## string-width
1094
+ > > License: MIT
1095
+ > > By: Sindre Sorhus
1096
+ > > Repository: sindresorhus/string-width
1097
+ > >
1098
+ > > > MIT License
1099
+ > > >
1100
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1101
+ > > >
1102
+ > > > 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:
1103
+ > > >
1104
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1105
+ > > >
1106
+ > > > 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.
1107
+ > >
1108
+ > > ---------------------------------------
1109
+ > >
1110
+ > > ## strip-ansi
1111
+ > > License: MIT
1112
+ > > By: Sindre Sorhus
1113
+ > > Repository: chalk/strip-ansi
1114
+ > >
1115
+ > > > MIT License
1116
+ > > >
1117
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1118
+ > > >
1119
+ > > > 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:
1120
+ > > >
1121
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1122
+ > > >
1123
+ > > > 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.
1124
+ > >
1125
+ > > ---------------------------------------
1126
+ > >
1127
+ > > ## terminal-size
1128
+ > > License: MIT
1129
+ > > By: Sindre Sorhus
1130
+ > > Repository: sindresorhus/terminal-size
1131
+ > >
1132
+ > > > MIT License
1133
+ > > >
1134
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1135
+ > > >
1136
+ > > > 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:
1137
+ > > >
1138
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1139
+ > > >
1140
+ > > > 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.
1141
+ > >
1142
+ > > ---------------------------------------
1143
+ > >
1144
+ > > ## wrap-ansi
1145
+ > > License: MIT
1146
+ > > By: Sindre Sorhus
1147
+ > > Repository: chalk/wrap-ansi
1148
+ > >
1149
+ > > > MIT License
1150
+ > > >
1151
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1152
+ > > >
1153
+ > > > 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:
1154
+ > > >
1155
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1156
+ > > >
1157
+ > > > 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.
1158
+ > >
1159
+ > >
1160
+ > >
1161
+ > >
1162
+ > >
1163
+ > > # Licenses of bundled types
1164
+ > > The published @visulima/pail artifact additionally contains code with the following licenses:
1165
+ > > (MIT OR CC0-1.0)
1166
+ > >
1167
+ > > # Bundled types:
1168
+ > > ## type-fest
1169
+ > > License: (MIT OR CC0-1.0)
1170
+ > > By: Sindre Sorhus
1171
+ > > Repository: sindresorhus/type-fest
1172
+ > >
1173
+ > > > Creative Commons Legal Code
1174
+ > > >
1175
+ > > > CC0 1.0 Universal
1176
+ > > >
1177
+ > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
1178
+ > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
1179
+ > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
1180
+ > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
1181
+ > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
1182
+ > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
1183
+ > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
1184
+ > > > HEREUNDER.
1185
+ > > >
1186
+ > > > Statement of Purpose
1187
+ > > >
1188
+ > > > The laws of most jurisdictions throughout the world automatically confer
1189
+ > > > exclusive Copyright and Related Rights (defined below) upon the creator
1190
+ > > > and subsequent owner(s) (each and all, an "owner") of an original work of
1191
+ > > > authorship and/or a database (each, a "Work").
1192
+ > > >
1193
+ > > > Certain owners wish to permanently relinquish those rights to a Work for
1194
+ > > > the purpose of contributing to a commons of creative, cultural and
1195
+ > > > scientific works ("Commons") that the public can reliably and without fear
1196
+ > > > of later claims of infringement build upon, modify, incorporate in other
1197
+ > > > works, reuse and redistribute as freely as possible in any form whatsoever
1198
+ > > > and for any purposes, including without limitation commercial purposes.
1199
+ > > > These owners may contribute to the Commons to promote the ideal of a free
1200
+ > > > culture and the further production of creative, cultural and scientific
1201
+ > > > works, or to gain reputation or greater distribution for their Work in
1202
+ > > > part through the use and efforts of others.
1203
+ > > >
1204
+ > > > For these and/or other purposes and motivations, and without any
1205
+ > > > expectation of additional consideration or compensation, the person
1206
+ > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
1207
+ > > > is an owner of Copyright and Related Rights in the Work, voluntarily
1208
+ > > > elects to apply CC0 to the Work and publicly distribute the Work under its
1209
+ > > > terms, with knowledge of his or her Copyright and Related Rights in the
1210
+ > > > Work and the meaning and intended legal effect of CC0 on those rights.
1211
+ > > >
1212
+ > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
1213
+ > > > protected by copyright and related or neighboring rights ("Copyright and
1214
+ > > > Related Rights"). Copyright and Related Rights include, but are not
1215
+ > > > limited to, the following:
1216
+ > > >
1217
+ > > > i. the right to reproduce, adapt, distribute, perform, display,
1218
+ > > > communicate, and translate a Work;
1219
+ > > > ii. moral rights retained by the original author(s) and/or performer(s);
1220
+ > > > iii. publicity and privacy rights pertaining to a person's image or
1221
+ > > > likeness depicted in a Work;
1222
+ > > > iv. rights protecting against unfair competition in regards to a Work,
1223
+ > > > subject to the limitations in paragraph 4(a), below;
1224
+ > > > v. rights protecting the extraction, dissemination, use and reuse of data
1225
+ > > > in a Work;
1226
+ > > > vi. database rights (such as those arising under Directive 96/9/EC of the
1227
+ > > > European Parliament and of the Council of 11 March 1996 on the legal
1228
+ > > > protection of databases, and under any national implementation
1229
+ > > > thereof, including any amended or successor version of such
1230
+ > > > directive); and
1231
+ > > > vii. other similar, equivalent or corresponding rights throughout the
1232
+ > > > world based on applicable law or treaty, and any national
1233
+ > > > implementations thereof.
1234
+ > > >
1235
+ > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
1236
+ > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
1237
+ > > > irrevocably and unconditionally waives, abandons, and surrenders all of
1238
+ > > > Affirmer's Copyright and Related Rights and associated claims and causes
1239
+ > > > of action, whether now known or unknown (including existing as well as
1240
+ > > > future claims and causes of action), in the Work (i) in all territories
1241
+ > > > worldwide, (ii) for the maximum duration provided by applicable law or
1242
+ > > > treaty (including future time extensions), (iii) in any current or future
1243
+ > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
1244
+ > > > including without limitation commercial, advertising or promotional
1245
+ > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
1246
+ > > > member of the public at large and to the detriment of Affirmer's heirs and
1247
+ > > > successors, fully intending that such Waiver shall not be subject to
1248
+ > > > revocation, rescission, cancellation, termination, or any other legal or
1249
+ > > > equitable action to disrupt the quiet enjoyment of the Work by the public
1250
+ > > > as contemplated by Affirmer's express Statement of Purpose.
1251
+ > > >
1252
+ > > > 3. Public License Fallback. Should any part of the Waiver for any reason
1253
+ > > > be judged legally invalid or ineffective under applicable law, then the
1254
+ > > > Waiver shall be preserved to the maximum extent permitted taking into
1255
+ > > > account Affirmer's express Statement of Purpose. In addition, to the
1256
+ > > > extent the Waiver is so judged Affirmer hereby grants to each affected
1257
+ > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
1258
+ > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
1259
+ > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
1260
+ > > > maximum duration provided by applicable law or treaty (including future
1261
+ > > > time extensions), (iii) in any current or future medium and for any number
1262
+ > > > of copies, and (iv) for any purpose whatsoever, including without
1263
+ > > > limitation commercial, advertising or promotional purposes (the
1264
+ > > > "License"). The License shall be deemed effective as of the date CC0 was
1265
+ > > > applied by Affirmer to the Work. Should any part of the License for any
1266
+ > > > reason be judged legally invalid or ineffective under applicable law, such
1267
+ > > > partial invalidity or ineffectiveness shall not invalidate the remainder
1268
+ > > > of the License, and in such case Affirmer hereby affirms that he or she
1269
+ > > > will not (i) exercise any of his or her remaining Copyright and Related
1270
+ > > > Rights in the Work or (ii) assert any associated claims and causes of
1271
+ > > > action with respect to the Work, in either case contrary to Affirmer's
1272
+ > > > express Statement of Purpose.
1273
+ > > >
1274
+ > > > 4. Limitations and Disclaimers.
1275
+ > > >
1276
+ > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
1277
+ > > > surrendered, licensed or otherwise affected by this document.
1278
+ > > > b. Affirmer offers the Work as-is and makes no representations or
1279
+ > > > warranties of any kind concerning the Work, express, implied,
1280
+ > > > statutory or otherwise, including without limitation warranties of
1281
+ > > > title, merchantability, fitness for a particular purpose, non
1282
+ > > > infringement, or the absence of latent or other defects, accuracy, or
1283
+ > > > the present or absence of errors, whether or not discoverable, all to
1284
+ > > > the greatest extent permissible under applicable law.
1285
+ > > > c. Affirmer disclaims responsibility for clearing rights of other persons
1286
+ > > > that may apply to the Work or any use thereof, including without
1287
+ > > > limitation any person's Copyright and Related Rights in the Work.
1288
+ > > > Further, Affirmer disclaims responsibility for obtaining any necessary
1289
+ > > > consents, permissions or other rights required for any use of the
1290
+ > > > Work.
1291
+ > > > d. Affirmer understands and acknowledges that Creative Commons is not a
1292
+ > > > party to this document and has no duty or obligation with respect to
1293
+ > > > this CC0 or use of the Work.
1294
+ >
1295
+ > ---------------------------------------
1296
+ >
1297
+ > ## @visulima/tsconfig
1298
+ > License: MIT
1299
+ > By: Daniel Bannert
1300
+ > Repository: git+https://github.com/visulima/visulima.git
1301
+ >
1302
+ > > MIT License
1303
+ > >
1304
+ > > Copyright (c) 2024 visulima
1305
+ > >
1306
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1307
+ > > of this software and associated documentation files (the "Software"), to deal
1308
+ > > in the Software without restriction, including without limitation the rights
1309
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1310
+ > > copies of the Software, and to permit persons to whom the Software is
1311
+ > > furnished to do so, subject to the following conditions:
1312
+ > >
1313
+ > > The above copyright notice and this permission notice shall be included in all
1314
+ > > copies or substantial portions of the Software.
1315
+ > >
1316
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1317
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1318
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1319
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1320
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1321
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1322
+ > > SOFTWARE.
1323
+ > >
1324
+ > >
1325
+ > >
1326
+ > >
1327
+ > >
1328
+ > >
1329
+ > > # Licenses of bundled types
1330
+ > > The published @visulima/tsconfig artifact additionally contains code with the following licenses:
1331
+ > > (MIT OR CC0-1.0)
1332
+ > >
1333
+ > > # Bundled types:
1334
+ > > ## type-fest
1335
+ > > License: (MIT OR CC0-1.0)
1336
+ > > By: Sindre Sorhus
1337
+ > > Repository: sindresorhus/type-fest
1338
+ > >
1339
+ > > > Creative Commons Legal Code
1340
+ > > >
1341
+ > > > CC0 1.0 Universal
1342
+ > > >
1343
+ > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
1344
+ > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
1345
+ > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
1346
+ > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
1347
+ > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
1348
+ > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
1349
+ > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
1350
+ > > > HEREUNDER.
1351
+ > > >
1352
+ > > > Statement of Purpose
1353
+ > > >
1354
+ > > > The laws of most jurisdictions throughout the world automatically confer
1355
+ > > > exclusive Copyright and Related Rights (defined below) upon the creator
1356
+ > > > and subsequent owner(s) (each and all, an "owner") of an original work of
1357
+ > > > authorship and/or a database (each, a "Work").
1358
+ > > >
1359
+ > > > Certain owners wish to permanently relinquish those rights to a Work for
1360
+ > > > the purpose of contributing to a commons of creative, cultural and
1361
+ > > > scientific works ("Commons") that the public can reliably and without fear
1362
+ > > > of later claims of infringement build upon, modify, incorporate in other
1363
+ > > > works, reuse and redistribute as freely as possible in any form whatsoever
1364
+ > > > and for any purposes, including without limitation commercial purposes.
1365
+ > > > These owners may contribute to the Commons to promote the ideal of a free
1366
+ > > > culture and the further production of creative, cultural and scientific
1367
+ > > > works, or to gain reputation or greater distribution for their Work in
1368
+ > > > part through the use and efforts of others.
1369
+ > > >
1370
+ > > > For these and/or other purposes and motivations, and without any
1371
+ > > > expectation of additional consideration or compensation, the person
1372
+ > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
1373
+ > > > is an owner of Copyright and Related Rights in the Work, voluntarily
1374
+ > > > elects to apply CC0 to the Work and publicly distribute the Work under its
1375
+ > > > terms, with knowledge of his or her Copyright and Related Rights in the
1376
+ > > > Work and the meaning and intended legal effect of CC0 on those rights.
1377
+ > > >
1378
+ > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
1379
+ > > > protected by copyright and related or neighboring rights ("Copyright and
1380
+ > > > Related Rights"). Copyright and Related Rights include, but are not
1381
+ > > > limited to, the following:
1382
+ > > >
1383
+ > > > i. the right to reproduce, adapt, distribute, perform, display,
1384
+ > > > communicate, and translate a Work;
1385
+ > > > ii. moral rights retained by the original author(s) and/or performer(s);
1386
+ > > > iii. publicity and privacy rights pertaining to a person's image or
1387
+ > > > likeness depicted in a Work;
1388
+ > > > iv. rights protecting against unfair competition in regards to a Work,
1389
+ > > > subject to the limitations in paragraph 4(a), below;
1390
+ > > > v. rights protecting the extraction, dissemination, use and reuse of data
1391
+ > > > in a Work;
1392
+ > > > vi. database rights (such as those arising under Directive 96/9/EC of the
1393
+ > > > European Parliament and of the Council of 11 March 1996 on the legal
1394
+ > > > protection of databases, and under any national implementation
1395
+ > > > thereof, including any amended or successor version of such
1396
+ > > > directive); and
1397
+ > > > vii. other similar, equivalent or corresponding rights throughout the
1398
+ > > > world based on applicable law or treaty, and any national
1399
+ > > > implementations thereof.
1400
+ > > >
1401
+ > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
1402
+ > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
1403
+ > > > irrevocably and unconditionally waives, abandons, and surrenders all of
1404
+ > > > Affirmer's Copyright and Related Rights and associated claims and causes
1405
+ > > > of action, whether now known or unknown (including existing as well as
1406
+ > > > future claims and causes of action), in the Work (i) in all territories
1407
+ > > > worldwide, (ii) for the maximum duration provided by applicable law or
1408
+ > > > treaty (including future time extensions), (iii) in any current or future
1409
+ > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
1410
+ > > > including without limitation commercial, advertising or promotional
1411
+ > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
1412
+ > > > member of the public at large and to the detriment of Affirmer's heirs and
1413
+ > > > successors, fully intending that such Waiver shall not be subject to
1414
+ > > > revocation, rescission, cancellation, termination, or any other legal or
1415
+ > > > equitable action to disrupt the quiet enjoyment of the Work by the public
1416
+ > > > as contemplated by Affirmer's express Statement of Purpose.
1417
+ > > >
1418
+ > > > 3. Public License Fallback. Should any part of the Waiver for any reason
1419
+ > > > be judged legally invalid or ineffective under applicable law, then the
1420
+ > > > Waiver shall be preserved to the maximum extent permitted taking into
1421
+ > > > account Affirmer's express Statement of Purpose. In addition, to the
1422
+ > > > extent the Waiver is so judged Affirmer hereby grants to each affected
1423
+ > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
1424
+ > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
1425
+ > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
1426
+ > > > maximum duration provided by applicable law or treaty (including future
1427
+ > > > time extensions), (iii) in any current or future medium and for any number
1428
+ > > > of copies, and (iv) for any purpose whatsoever, including without
1429
+ > > > limitation commercial, advertising or promotional purposes (the
1430
+ > > > "License"). The License shall be deemed effective as of the date CC0 was
1431
+ > > > applied by Affirmer to the Work. Should any part of the License for any
1432
+ > > > reason be judged legally invalid or ineffective under applicable law, such
1433
+ > > > partial invalidity or ineffectiveness shall not invalidate the remainder
1434
+ > > > of the License, and in such case Affirmer hereby affirms that he or she
1435
+ > > > will not (i) exercise any of his or her remaining Copyright and Related
1436
+ > > > Rights in the Work or (ii) assert any associated claims and causes of
1437
+ > > > action with respect to the Work, in either case contrary to Affirmer's
1438
+ > > > express Statement of Purpose.
1439
+ > > >
1440
+ > > > 4. Limitations and Disclaimers.
1441
+ > > >
1442
+ > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
1443
+ > > > surrendered, licensed or otherwise affected by this document.
1444
+ > > > b. Affirmer offers the Work as-is and makes no representations or
1445
+ > > > warranties of any kind concerning the Work, express, implied,
1446
+ > > > statutory or otherwise, including without limitation warranties of
1447
+ > > > title, merchantability, fitness for a particular purpose, non
1448
+ > > > infringement, or the absence of latent or other defects, accuracy, or
1449
+ > > > the present or absence of errors, whether or not discoverable, all to
1450
+ > > > the greatest extent permissible under applicable law.
1451
+ > > > c. Affirmer disclaims responsibility for clearing rights of other persons
1452
+ > > > that may apply to the Work or any use thereof, including without
1453
+ > > > limitation any person's Copyright and Related Rights in the Work.
1454
+ > > > Further, Affirmer disclaims responsibility for obtaining any necessary
1455
+ > > > consents, permissions or other rights required for any use of the
1456
+ > > > Work.
1457
+ > > > d. Affirmer understands and acknowledges that Creative Commons is not a
1458
+ > > > party to this document and has no duty or obligation with respect to
1459
+ > > > this CC0 or use of the Work.
1460
+ >
1461
+ > ---------------------------------------
1462
+ >
1463
+ > ## esbuild
1464
+ > License: MIT
1465
+ > Repository: git+https://github.com/evanw/esbuild.git
1466
+ >
1467
+ > > MIT License
1468
+ > >
1469
+ > > Copyright (c) 2020 Evan Wallace
1470
+ > >
1471
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1472
+ > > of this software and associated documentation files (the "Software"), to deal
1473
+ > > in the Software without restriction, including without limitation the rights
1474
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1475
+ > > copies of the Software, and to permit persons to whom the Software is
1476
+ > > furnished to do so, subject to the following conditions:
1477
+ > >
1478
+ > > The above copyright notice and this permission notice shall be included in all
1479
+ > > copies or substantial portions of the Software.
1480
+ > >
1481
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1482
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1483
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1484
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1485
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1486
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1487
+ > > SOFTWARE.
1488
+ >
1489
+ > ---------------------------------------
1490
+ >
1491
+ > ## hookable
1492
+ > License: MIT
1493
+ > Repository: unjs/hookable
1494
+ >
1495
+ > > The MIT License (MIT)
1496
+ > >
1497
+ > > Copyright (c) Pooya Parsa <pooya@pi0.io>
1498
+ > >
1499
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1500
+ > > of this software and associated documentation files (the "Software"), to deal
1501
+ > > in the Software without restriction, including without limitation the rights
1502
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1503
+ > > copies of the Software, and to permit persons to whom the Software is
1504
+ > > furnished to do so, subject to the following conditions:
1505
+ > >
1506
+ > > The above copyright notice and this permission notice shall be included in all
1507
+ > > copies or substantial portions of the Software.
1508
+ > >
1509
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1510
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1511
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1512
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1513
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1514
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1515
+ > > SOFTWARE.
129
1516
  >
130
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1517
+ > ---------------------------------------
131
1518
  >
132
- > 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.
1519
+ > ## jiti
1520
+ > License: MIT
1521
+ > Repository: unjs/jiti
1522
+ >
1523
+ > > MIT License
1524
+ > >
1525
+ > > Copyright (c) Pooya Parsa <pooya@pi0.io>
1526
+ > >
1527
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1528
+ > > of this software and associated documentation files (the "Software"), to deal
1529
+ > > in the Software without restriction, including without limitation the rights
1530
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1531
+ > > copies of the Software, and to permit persons to whom the Software is
1532
+ > > furnished to do so, subject to the following conditions:
1533
+ > >
1534
+ > > The above copyright notice and this permission notice shall be included in all
1535
+ > > copies or substantial portions of the Software.
1536
+ > >
1537
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1538
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1539
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1540
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1541
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1542
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1543
+ > > SOFTWARE.
1544
+ >
1545
+ > ---------------------------------------
1546
+ >
1547
+ > ## safe-stable-stringify
1548
+ > License: MIT
1549
+ > By: Ruben Bridgewater
1550
+ > Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
1551
+ >
1552
+ > > The MIT License (MIT)
1553
+ > >
1554
+ > > Copyright (c) Ruben Bridgewater
1555
+ > >
1556
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1557
+ > > of this software and associated documentation files (the "Software"), to deal
1558
+ > > in the Software without restriction, including without limitation the rights
1559
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1560
+ > > copies of the Software, and to permit persons to whom the Software is
1561
+ > > furnished to do so, subject to the following conditions:
1562
+ > >
1563
+ > > The above copyright notice and this permission notice shall be included in all
1564
+ > > copies or substantial portions of the Software.
1565
+ > >
1566
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1567
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1568
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1569
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1570
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1571
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1572
+ > > SOFTWARE.
133
1573
 
134
1574
  ---------------------------------------
135
1575
 
@@ -166,214 +1606,1551 @@ Repository: git://github.com/pkrumins/node-tree-kill.git
166
1606
 
167
1607
  # Licenses of bundled types
168
1608
  The published @visulima/packem artifact additionally contains code with the following licenses:
169
- Apache-2.0
1609
+ MIT
170
1610
 
171
1611
  # Bundled types:
172
- ## @swc/types
173
- License: Apache-2.0
174
- By: 강동윤
175
- Repository: git+https://github.com/swc-project/swc.git
1612
+ ## @visulima/packem-rollup
1613
+ License: MIT
1614
+ By: Daniel Bannert
1615
+ Repository: git+https://github.com/visulima/packem.git
1616
+
1617
+ > MIT License
1618
+ >
1619
+ > Copyright (c) 2025 Daniel Bannert
1620
+ >
1621
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1622
+ > of this software and associated documentation files (the "Software"), to deal
1623
+ > in the Software without restriction, including without limitation the rights
1624
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1625
+ > copies of the Software, and to permit persons to whom the Software is
1626
+ > furnished to do so, subject to the following conditions:
1627
+ >
1628
+ > The above copyright notice and this permission notice shall be included in all
1629
+ > copies or substantial portions of the Software.
1630
+ >
1631
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1632
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1633
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1634
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1635
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1636
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1637
+ > SOFTWARE.
1638
+ >
1639
+ > <!-- DEPENDENCIES -->
1640
+ >
1641
+ > # Licenses of bundled dependencies
1642
+ > The published @visulima/packem-rollup artifact additionally contains code with the following licenses:
1643
+ > MIT
1644
+ >
1645
+ > # Bundled dependencies:
1646
+ > ## estree-walker
1647
+ > License: MIT
1648
+ > By: Rich Harris
1649
+ > Repository: https://github.com/Rich-Harris/estree-walker
1650
+ >
1651
+ > > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
1652
+ > >
1653
+ > > 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:
1654
+ > >
1655
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1656
+ > >
1657
+ > > 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.
1658
+ >
1659
+ > ---------------------------------------
1660
+ >
1661
+ > ## mime
1662
+ > License: MIT
1663
+ > By: Robert Kieffer
1664
+ > Repository: https://github.com/broofa/mime
1665
+ >
1666
+ > > MIT License
1667
+ > >
1668
+ > > Copyright (c) 2023 Robert Kieffer
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
+ > <!-- /DEPENDENCIES -->
1689
+ >
1690
+ >
1691
+ >
1692
+ > # Licenses of bundled types
1693
+ > The published @visulima/packem-rollup artifact additionally contains code with the following licenses:
1694
+ > Apache-2.0, MIT
1695
+ >
1696
+ > # Bundled types:
1697
+ > ## @swc/types
1698
+ > License: Apache-2.0
1699
+ > By: 강동윤
1700
+ > Repository: git+https://github.com/swc-project/swc.git
1701
+ >
1702
+ > > Apache License
1703
+ > > Version 2.0, January 2004
1704
+ > > http://www.apache.org/licenses/
1705
+ > >
1706
+ > > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1707
+ > >
1708
+ > > 1. Definitions.
1709
+ > >
1710
+ > > "License" shall mean the terms and conditions for use, reproduction,
1711
+ > > and distribution as defined by Sections 1 through 9 of this document.
1712
+ > >
1713
+ > > "Licensor" shall mean the copyright owner or entity authorized by
1714
+ > > the copyright owner that is granting the License.
1715
+ > >
1716
+ > > "Legal Entity" shall mean the union of the acting entity and all
1717
+ > > other entities that control, are controlled by, or are under common
1718
+ > > control with that entity. For the purposes of this definition,
1719
+ > > "control" means (i) the power, direct or indirect, to cause the
1720
+ > > direction or management of such entity, whether by contract or
1721
+ > > otherwise, or (ii) ownership of fifty percent (50%) or more of the
1722
+ > > outstanding shares, or (iii) beneficial ownership of such entity.
1723
+ > >
1724
+ > > "You" (or "Your") shall mean an individual or Legal Entity
1725
+ > > exercising permissions granted by this License.
1726
+ > >
1727
+ > > "Source" form shall mean the preferred form for making modifications,
1728
+ > > including but not limited to software source code, documentation
1729
+ > > source, and configuration files.
1730
+ > >
1731
+ > > "Object" form shall mean any form resulting from mechanical
1732
+ > > transformation or translation of a Source form, including but
1733
+ > > not limited to compiled object code, generated documentation,
1734
+ > > and conversions to other media types.
1735
+ > >
1736
+ > > "Work" shall mean the work of authorship, whether in Source or
1737
+ > > Object form, made available under the License, as indicated by a
1738
+ > > copyright notice that is included in or attached to the work
1739
+ > > (an example is provided in the Appendix below).
1740
+ > >
1741
+ > > "Derivative Works" shall mean any work, whether in Source or Object
1742
+ > > form, that is based on (or derived from) the Work and for which the
1743
+ > > editorial revisions, annotations, elaborations, or other modifications
1744
+ > > represent, as a whole, an original work of authorship. For the purposes
1745
+ > > of this License, Derivative Works shall not include works that remain
1746
+ > > separable from, or merely link (or bind by name) to the interfaces of,
1747
+ > > the Work and Derivative Works thereof.
1748
+ > >
1749
+ > > "Contribution" shall mean any work of authorship, including
1750
+ > > the original version of the Work and any modifications or additions
1751
+ > > to that Work or Derivative Works thereof, that is intentionally
1752
+ > > submitted to Licensor for inclusion in the Work by the copyright owner
1753
+ > > or by an individual or Legal Entity authorized to submit on behalf of
1754
+ > > the copyright owner. For the purposes of this definition, "submitted"
1755
+ > > means any form of electronic, verbal, or written communication sent
1756
+ > > to the Licensor or its representatives, including but not limited to
1757
+ > > communication on electronic mailing lists, source code control systems,
1758
+ > > and issue tracking systems that are managed by, or on behalf of, the
1759
+ > > Licensor for the purpose of discussing and improving the Work, but
1760
+ > > excluding communication that is conspicuously marked or otherwise
1761
+ > > designated in writing by the copyright owner as "Not a Contribution."
1762
+ > >
1763
+ > > "Contributor" shall mean Licensor and any individual or Legal Entity
1764
+ > > on behalf of whom a Contribution has been received by Licensor and
1765
+ > > subsequently incorporated within the Work.
1766
+ > >
1767
+ > > 2. Grant of Copyright License. Subject to the terms and conditions of
1768
+ > > this License, each Contributor hereby grants to You a perpetual,
1769
+ > > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1770
+ > > copyright license to reproduce, prepare Derivative Works of,
1771
+ > > publicly display, publicly perform, sublicense, and distribute the
1772
+ > > Work and such Derivative Works in Source or Object form.
1773
+ > >
1774
+ > > 3. Grant of Patent License. Subject to the terms and conditions of
1775
+ > > this License, each Contributor hereby grants to You a perpetual,
1776
+ > > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1777
+ > > (except as stated in this section) patent license to make, have made,
1778
+ > > use, offer to sell, sell, import, and otherwise transfer the Work,
1779
+ > > where such license applies only to those patent claims licensable
1780
+ > > by such Contributor that are necessarily infringed by their
1781
+ > > Contribution(s) alone or by combination of their Contribution(s)
1782
+ > > with the Work to which such Contribution(s) was submitted. If You
1783
+ > > institute patent litigation against any entity (including a
1784
+ > > cross-claim or counterclaim in a lawsuit) alleging that the Work
1785
+ > > or a Contribution incorporated within the Work constitutes direct
1786
+ > > or contributory patent infringement, then any patent licenses
1787
+ > > granted to You under this License for that Work shall terminate
1788
+ > > as of the date such litigation is filed.
1789
+ > >
1790
+ > > 4. Redistribution. You may reproduce and distribute copies of the
1791
+ > > Work or Derivative Works thereof in any medium, with or without
1792
+ > > modifications, and in Source or Object form, provided that You
1793
+ > > meet the following conditions:
1794
+ > >
1795
+ > > (a) You must give any other recipients of the Work or
1796
+ > > Derivative Works a copy of this License; and
1797
+ > >
1798
+ > > (b) You must cause any modified files to carry prominent notices
1799
+ > > stating that You changed the files; and
1800
+ > >
1801
+ > > (c) You must retain, in the Source form of any Derivative Works
1802
+ > > that You distribute, all copyright, patent, trademark, and
1803
+ > > attribution notices from the Source form of the Work,
1804
+ > > excluding those notices that do not pertain to any part of
1805
+ > > the Derivative Works; and
1806
+ > >
1807
+ > > (d) If the Work includes a "NOTICE" text file as part of its
1808
+ > > distribution, then any Derivative Works that You distribute must
1809
+ > > include a readable copy of the attribution notices contained
1810
+ > > within such NOTICE file, excluding those notices that do not
1811
+ > > pertain to any part of the Derivative Works, in at least one
1812
+ > > of the following places: within a NOTICE text file distributed
1813
+ > > as part of the Derivative Works; within the Source form or
1814
+ > > documentation, if provided along with the Derivative Works; or,
1815
+ > > within a display generated by the Derivative Works, if and
1816
+ > > wherever such third-party notices normally appear. The contents
1817
+ > > of the NOTICE file are for informational purposes only and
1818
+ > > do not modify the License. You may add Your own attribution
1819
+ > > notices within Derivative Works that You distribute, alongside
1820
+ > > or as an addendum to the NOTICE text from the Work, provided
1821
+ > > that such additional attribution notices cannot be construed
1822
+ > > as modifying the License.
1823
+ > >
1824
+ > > You may add Your own copyright statement to Your modifications and
1825
+ > > may provide additional or different license terms and conditions
1826
+ > > for use, reproduction, or distribution of Your modifications, or
1827
+ > > for any such Derivative Works as a whole, provided Your use,
1828
+ > > reproduction, and distribution of the Work otherwise complies with
1829
+ > > the conditions stated in this License.
1830
+ > >
1831
+ > > 5. Submission of Contributions. Unless You explicitly state otherwise,
1832
+ > > any Contribution intentionally submitted for inclusion in the Work
1833
+ > > by You to the Licensor shall be under the terms and conditions of
1834
+ > > this License, without any additional terms or conditions.
1835
+ > > Notwithstanding the above, nothing herein shall supersede or modify
1836
+ > > the terms of any separate license agreement you may have executed
1837
+ > > with Licensor regarding such Contributions.
1838
+ > >
1839
+ > > 6. Trademarks. This License does not grant permission to use the trade
1840
+ > > names, trademarks, service marks, or product names of the Licensor,
1841
+ > > except as required for reasonable and customary use in describing the
1842
+ > > origin of the Work and reproducing the content of the NOTICE file.
1843
+ > >
1844
+ > > 7. Disclaimer of Warranty. Unless required by applicable law or
1845
+ > > agreed to in writing, Licensor provides the Work (and each
1846
+ > > Contributor provides its Contributions) on an "AS IS" BASIS,
1847
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1848
+ > > implied, including, without limitation, any warranties or conditions
1849
+ > > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1850
+ > > PARTICULAR PURPOSE. You are solely responsible for determining the
1851
+ > > appropriateness of using or redistributing the Work and assume any
1852
+ > > risks associated with Your exercise of permissions under this License.
1853
+ > >
1854
+ > > 8. Limitation of Liability. In no event and under no legal theory,
1855
+ > > whether in tort (including negligence), contract, or otherwise,
1856
+ > > unless required by applicable law (such as deliberate and grossly
1857
+ > > negligent acts) or agreed to in writing, shall any Contributor be
1858
+ > > liable to You for damages, including any direct, indirect, special,
1859
+ > > incidental, or consequential damages of any character arising as a
1860
+ > > result of this License or out of the use or inability to use the
1861
+ > > Work (including but not limited to damages for loss of goodwill,
1862
+ > > work stoppage, computer failure or malfunction, or any and all
1863
+ > > other commercial damages or losses), even if such Contributor
1864
+ > > has been advised of the possibility of such damages.
1865
+ > >
1866
+ > > 9. Accepting Warranty or Additional Liability. While redistributing
1867
+ > > the Work or Derivative Works thereof, You may choose to offer,
1868
+ > > and charge a fee for, acceptance of support, warranty, indemnity,
1869
+ > > or other liability obligations and/or rights consistent with this
1870
+ > > License. However, in accepting such obligations, You may act only
1871
+ > > on Your own behalf and on Your sole responsibility, not on behalf
1872
+ > > of any other Contributor, and only if You agree to indemnify,
1873
+ > > defend, and hold each Contributor harmless for any liability
1874
+ > > incurred by, or claims asserted against, such Contributor by reason
1875
+ > > of your accepting any such warranty or additional liability.
1876
+ > >
1877
+ > > END OF TERMS AND CONDITIONS
1878
+ > >
1879
+ > > APPENDIX: How to apply the Apache License to your work.
1880
+ > >
1881
+ > > To apply the Apache License to your work, attach the following
1882
+ > > boilerplate notice, with the fields enclosed by brackets "[]"
1883
+ > > replaced with your own identifying information. (Don't include
1884
+ > > the brackets!) The text should be enclosed in the appropriate
1885
+ > > comment syntax for the file format. We also recommend that a
1886
+ > > file or class name and description of purpose be included on the
1887
+ > > same "printed page" as the copyright notice for easier
1888
+ > > identification within third-party archives.
1889
+ > >
1890
+ > > Copyright 2024 SWC contributors.
1891
+ > >
1892
+ > > Licensed under the Apache License, Version 2.0 (the "License");
1893
+ > > you may not use this file except in compliance with the License.
1894
+ > > You may obtain a copy of the License at
1895
+ > >
1896
+ > > http://www.apache.org/licenses/LICENSE-2.0
1897
+ > >
1898
+ > > Unless required by applicable law or agreed to in writing, software
1899
+ > > distributed under the License is distributed on an "AS IS" BASIS,
1900
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1901
+ > > See the License for the specific language governing permissions and
1902
+ > > limitations under the License.
1903
+ >
1904
+ > ---------------------------------------
1905
+ >
1906
+ > ## @visulima/colorize
1907
+ > License: MIT
1908
+ > By: Daniel Bannert
1909
+ > Repository: git+https://github.com/visulima/visulima.git
1910
+ >
1911
+ > > MIT License
1912
+ > >
1913
+ > > Copyright (c) 2024 visulima
1914
+ > >
1915
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1916
+ > > of this software and associated documentation files (the "Software"), to deal
1917
+ > > in the Software without restriction, including without limitation the rights
1918
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1919
+ > > copies of the Software, and to permit persons to whom the Software is
1920
+ > > furnished to do so, subject to the following conditions:
1921
+ > >
1922
+ > > The above copyright notice and this permission notice shall be included in all
1923
+ > > copies or substantial portions of the Software.
1924
+ > >
1925
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1926
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1927
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1928
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1929
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1930
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1931
+ > > SOFTWARE.
1932
+ > >
1933
+ > > ---
1934
+ > >
1935
+ > > Colorize is based on https://github.com/webdiscus/ansis
1936
+ > >
1937
+ > > ISC License
1938
+ > >
1939
+ > > Copyright (c) 2023, webdiscus
1940
+ > >
1941
+ > > Permission to use, copy, modify, and/or distribute this software for any
1942
+ > > purpose with or without fee is hereby granted, provided that the above
1943
+ > > copyright notice and this permission notice appear in all copies.
1944
+ > >
1945
+ > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1946
+ > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1947
+ > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1948
+ > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1949
+ > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1950
+ > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1951
+ > > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1952
+ > >
1953
+ > > <!-- DEPENDENCIES -->
1954
+ > >
1955
+ > > # Licenses of bundled dependencies
1956
+ > > The published @visulima/colorize artifact additionally contains code with the following licenses:
1957
+ > > MIT
1958
+ > >
1959
+ > > # Bundled dependencies:
1960
+ > > ## ansi-regex
1961
+ > > License: MIT
1962
+ > > By: Sindre Sorhus
1963
+ > > Repository: chalk/ansi-regex
1964
+ > >
1965
+ > > > MIT License
1966
+ > > >
1967
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1968
+ > > >
1969
+ > > > 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:
1970
+ > > >
1971
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1972
+ > > >
1973
+ > > > 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.
1974
+ > >
1975
+ > > <!-- /DEPENDENCIES -->
1976
+ >
1977
+ > ---------------------------------------
1978
+ >
1979
+ > ## @visulima/pail
1980
+ > License: MIT
1981
+ > By: Daniel Bannert
1982
+ > Repository: git+https://github.com/visulima/visulima.git
1983
+ >
1984
+ > > MIT License
1985
+ > >
1986
+ > > Copyright (c) 2024 visulima
1987
+ > >
1988
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1989
+ > > of this software and associated documentation files (the "Software"), to deal
1990
+ > > in the Software without restriction, including without limitation the rights
1991
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1992
+ > > copies of the Software, and to permit persons to whom the Software is
1993
+ > > furnished to do so, subject to the following conditions:
1994
+ > >
1995
+ > > The above copyright notice and this permission notice shall be included in all
1996
+ > > copies or substantial portions of the Software.
1997
+ > >
1998
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1999
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2000
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2001
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2002
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2003
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2004
+ > > SOFTWARE.
2005
+ > >
2006
+ > > <!-- DEPENDENCIES -->
2007
+ > >
2008
+ > > # Licenses of bundled dependencies
2009
+ > > The published @visulima/pail artifact additionally contains code with the following licenses:
2010
+ > > MIT
2011
+ > >
2012
+ > > # Bundled dependencies:
2013
+ > > ## ansi-regex
2014
+ > > License: MIT
2015
+ > > By: Sindre Sorhus
2016
+ > > Repository: chalk/ansi-regex
2017
+ > >
2018
+ > > > MIT License
2019
+ > > >
2020
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2021
+ > > >
2022
+ > > > 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:
2023
+ > > >
2024
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2025
+ > > >
2026
+ > > > 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.
2027
+ > >
2028
+ > > ---------------------------------------
2029
+ > >
2030
+ > > ## ansi-styles
2031
+ > > License: MIT
2032
+ > > By: Sindre Sorhus
2033
+ > > Repository: chalk/ansi-styles
2034
+ > >
2035
+ > > > MIT License
2036
+ > > >
2037
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2038
+ > > >
2039
+ > > > 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:
2040
+ > > >
2041
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2042
+ > > >
2043
+ > > > 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.
2044
+ > >
2045
+ > > ---------------------------------------
2046
+ > >
2047
+ > > ## emoji-regex
2048
+ > > License: MIT
2049
+ > > By: Mathias Bynens
2050
+ > > Repository: https://github.com/mathiasbynens/emoji-regex.git
2051
+ > >
2052
+ > > > Copyright Mathias Bynens <https://mathiasbynens.be/>
2053
+ > > >
2054
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2055
+ > > > a copy of this software and associated documentation files (the
2056
+ > > > "Software"), to deal in the Software without restriction, including
2057
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2058
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2059
+ > > > permit persons to whom the Software is furnished to do so, subject to
2060
+ > > > the following conditions:
2061
+ > > >
2062
+ > > > The above copyright notice and this permission notice shall be
2063
+ > > > included in all copies or substantial portions of the Software.
2064
+ > > >
2065
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2066
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2067
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2068
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2069
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2070
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2071
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2072
+ > >
2073
+ > > ---------------------------------------
2074
+ > >
2075
+ > > ## get-east-asian-width
2076
+ > > License: MIT
2077
+ > > By: Sindre Sorhus
2078
+ > > Repository: sindresorhus/get-east-asian-width
2079
+ > >
2080
+ > > > MIT License
2081
+ > > >
2082
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2083
+ > > >
2084
+ > > > 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:
2085
+ > > >
2086
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2087
+ > > >
2088
+ > > > 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.
2089
+ > >
2090
+ > > ---------------------------------------
2091
+ > >
2092
+ > > ## string-length
2093
+ > > License: MIT
2094
+ > > By: Sindre Sorhus
2095
+ > > Repository: sindresorhus/string-length
2096
+ > >
2097
+ > > > MIT License
2098
+ > > >
2099
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2100
+ > > >
2101
+ > > > 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:
2102
+ > > >
2103
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2104
+ > > >
2105
+ > > > 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.
2106
+ > >
2107
+ > > ---------------------------------------
2108
+ > >
2109
+ > > ## string-width
2110
+ > > License: MIT
2111
+ > > By: Sindre Sorhus
2112
+ > > Repository: sindresorhus/string-width
2113
+ > >
2114
+ > > > MIT License
2115
+ > > >
2116
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2117
+ > > >
2118
+ > > > 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:
2119
+ > > >
2120
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2121
+ > > >
2122
+ > > > 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.
2123
+ > >
2124
+ > > ---------------------------------------
2125
+ > >
2126
+ > > ## strip-ansi
2127
+ > > License: MIT
2128
+ > > By: Sindre Sorhus
2129
+ > > Repository: chalk/strip-ansi
2130
+ > >
2131
+ > > > MIT License
2132
+ > > >
2133
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2134
+ > > >
2135
+ > > > 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:
2136
+ > > >
2137
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2138
+ > > >
2139
+ > > > 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.
2140
+ > >
2141
+ > > ---------------------------------------
2142
+ > >
2143
+ > > ## terminal-size
2144
+ > > License: MIT
2145
+ > > By: Sindre Sorhus
2146
+ > > Repository: sindresorhus/terminal-size
2147
+ > >
2148
+ > > > MIT License
2149
+ > > >
2150
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2151
+ > > >
2152
+ > > > 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:
2153
+ > > >
2154
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2155
+ > > >
2156
+ > > > 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.
2157
+ > >
2158
+ > > ---------------------------------------
2159
+ > >
2160
+ > > ## wrap-ansi
2161
+ > > License: MIT
2162
+ > > By: Sindre Sorhus
2163
+ > > Repository: chalk/wrap-ansi
2164
+ > >
2165
+ > > > MIT License
2166
+ > > >
2167
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2168
+ > > >
2169
+ > > > 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:
2170
+ > > >
2171
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2172
+ > > >
2173
+ > > > 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.
2174
+ > >
2175
+ > > <!-- /DEPENDENCIES -->
2176
+ > >
2177
+ > >
2178
+ > >
2179
+ > > # Licenses of bundled types
2180
+ > > The published @visulima/pail artifact additionally contains code with the following licenses:
2181
+ > > (MIT OR CC0-1.0)
2182
+ > >
2183
+ > > # Bundled types:
2184
+ > > ## type-fest
2185
+ > > License: (MIT OR CC0-1.0)
2186
+ > > By: Sindre Sorhus
2187
+ > > Repository: sindresorhus/type-fest
2188
+ > >
2189
+ > > > Creative Commons Legal Code
2190
+ > > >
2191
+ > > > CC0 1.0 Universal
2192
+ > > >
2193
+ > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
2194
+ > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
2195
+ > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
2196
+ > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
2197
+ > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
2198
+ > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
2199
+ > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
2200
+ > > > HEREUNDER.
2201
+ > > >
2202
+ > > > Statement of Purpose
2203
+ > > >
2204
+ > > > The laws of most jurisdictions throughout the world automatically confer
2205
+ > > > exclusive Copyright and Related Rights (defined below) upon the creator
2206
+ > > > and subsequent owner(s) (each and all, an "owner") of an original work of
2207
+ > > > authorship and/or a database (each, a "Work").
2208
+ > > >
2209
+ > > > Certain owners wish to permanently relinquish those rights to a Work for
2210
+ > > > the purpose of contributing to a commons of creative, cultural and
2211
+ > > > scientific works ("Commons") that the public can reliably and without fear
2212
+ > > > of later claims of infringement build upon, modify, incorporate in other
2213
+ > > > works, reuse and redistribute as freely as possible in any form whatsoever
2214
+ > > > and for any purposes, including without limitation commercial purposes.
2215
+ > > > These owners may contribute to the Commons to promote the ideal of a free
2216
+ > > > culture and the further production of creative, cultural and scientific
2217
+ > > > works, or to gain reputation or greater distribution for their Work in
2218
+ > > > part through the use and efforts of others.
2219
+ > > >
2220
+ > > > For these and/or other purposes and motivations, and without any
2221
+ > > > expectation of additional consideration or compensation, the person
2222
+ > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
2223
+ > > > is an owner of Copyright and Related Rights in the Work, voluntarily
2224
+ > > > elects to apply CC0 to the Work and publicly distribute the Work under its
2225
+ > > > terms, with knowledge of his or her Copyright and Related Rights in the
2226
+ > > > Work and the meaning and intended legal effect of CC0 on those rights.
2227
+ > > >
2228
+ > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
2229
+ > > > protected by copyright and related or neighboring rights ("Copyright and
2230
+ > > > Related Rights"). Copyright and Related Rights include, but are not
2231
+ > > > limited to, the following:
2232
+ > > >
2233
+ > > > i. the right to reproduce, adapt, distribute, perform, display,
2234
+ > > > communicate, and translate a Work;
2235
+ > > > ii. moral rights retained by the original author(s) and/or performer(s);
2236
+ > > > iii. publicity and privacy rights pertaining to a person's image or
2237
+ > > > likeness depicted in a Work;
2238
+ > > > iv. rights protecting against unfair competition in regards to a Work,
2239
+ > > > subject to the limitations in paragraph 4(a), below;
2240
+ > > > v. rights protecting the extraction, dissemination, use and reuse of data
2241
+ > > > in a Work;
2242
+ > > > vi. database rights (such as those arising under Directive 96/9/EC of the
2243
+ > > > European Parliament and of the Council of 11 March 1996 on the legal
2244
+ > > > protection of databases, and under any national implementation
2245
+ > > > thereof, including any amended or successor version of such
2246
+ > > > directive); and
2247
+ > > > vii. other similar, equivalent or corresponding rights throughout the
2248
+ > > > world based on applicable law or treaty, and any national
2249
+ > > > implementations thereof.
2250
+ > > >
2251
+ > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
2252
+ > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
2253
+ > > > irrevocably and unconditionally waives, abandons, and surrenders all of
2254
+ > > > Affirmer's Copyright and Related Rights and associated claims and causes
2255
+ > > > of action, whether now known or unknown (including existing as well as
2256
+ > > > future claims and causes of action), in the Work (i) in all territories
2257
+ > > > worldwide, (ii) for the maximum duration provided by applicable law or
2258
+ > > > treaty (including future time extensions), (iii) in any current or future
2259
+ > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
2260
+ > > > including without limitation commercial, advertising or promotional
2261
+ > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
2262
+ > > > member of the public at large and to the detriment of Affirmer's heirs and
2263
+ > > > successors, fully intending that such Waiver shall not be subject to
2264
+ > > > revocation, rescission, cancellation, termination, or any other legal or
2265
+ > > > equitable action to disrupt the quiet enjoyment of the Work by the public
2266
+ > > > as contemplated by Affirmer's express Statement of Purpose.
2267
+ > > >
2268
+ > > > 3. Public License Fallback. Should any part of the Waiver for any reason
2269
+ > > > be judged legally invalid or ineffective under applicable law, then the
2270
+ > > > Waiver shall be preserved to the maximum extent permitted taking into
2271
+ > > > account Affirmer's express Statement of Purpose. In addition, to the
2272
+ > > > extent the Waiver is so judged Affirmer hereby grants to each affected
2273
+ > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
2274
+ > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
2275
+ > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
2276
+ > > > maximum duration provided by applicable law or treaty (including future
2277
+ > > > time extensions), (iii) in any current or future medium and for any number
2278
+ > > > of copies, and (iv) for any purpose whatsoever, including without
2279
+ > > > limitation commercial, advertising or promotional purposes (the
2280
+ > > > "License"). The License shall be deemed effective as of the date CC0 was
2281
+ > > > applied by Affirmer to the Work. Should any part of the License for any
2282
+ > > > reason be judged legally invalid or ineffective under applicable law, such
2283
+ > > > partial invalidity or ineffectiveness shall not invalidate the remainder
2284
+ > > > of the License, and in such case Affirmer hereby affirms that he or she
2285
+ > > > will not (i) exercise any of his or her remaining Copyright and Related
2286
+ > > > Rights in the Work or (ii) assert any associated claims and causes of
2287
+ > > > action with respect to the Work, in either case contrary to Affirmer's
2288
+ > > > express Statement of Purpose.
2289
+ > > >
2290
+ > > > 4. Limitations and Disclaimers.
2291
+ > > >
2292
+ > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
2293
+ > > > surrendered, licensed or otherwise affected by this document.
2294
+ > > > b. Affirmer offers the Work as-is and makes no representations or
2295
+ > > > warranties of any kind concerning the Work, express, implied,
2296
+ > > > statutory or otherwise, including without limitation warranties of
2297
+ > > > title, merchantability, fitness for a particular purpose, non
2298
+ > > > infringement, or the absence of latent or other defects, accuracy, or
2299
+ > > > the present or absence of errors, whether or not discoverable, all to
2300
+ > > > the greatest extent permissible under applicable law.
2301
+ > > > c. Affirmer disclaims responsibility for clearing rights of other persons
2302
+ > > > that may apply to the Work or any use thereof, including without
2303
+ > > > limitation any person's Copyright and Related Rights in the Work.
2304
+ > > > Further, Affirmer disclaims responsibility for obtaining any necessary
2305
+ > > > consents, permissions or other rights required for any use of the
2306
+ > > > Work.
2307
+ > > > d. Affirmer understands and acknowledges that Creative Commons is not a
2308
+ > > > party to this document and has no duty or obligation with respect to
2309
+ > > > this CC0 or use of the Work.
2310
+ >
2311
+ > ---------------------------------------
2312
+ >
2313
+ > ## @visulima/tsconfig
2314
+ > License: MIT
2315
+ > By: Daniel Bannert
2316
+ > Repository: git+https://github.com/visulima/visulima.git
2317
+ >
2318
+ > > MIT License
2319
+ > >
2320
+ > > Copyright (c) 2024 visulima
2321
+ > >
2322
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
2323
+ > > of this software and associated documentation files (the "Software"), to deal
2324
+ > > in the Software without restriction, including without limitation the rights
2325
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2326
+ > > copies of the Software, and to permit persons to whom the Software is
2327
+ > > furnished to do so, subject to the following conditions:
2328
+ > >
2329
+ > > The above copyright notice and this permission notice shall be included in all
2330
+ > > copies or substantial portions of the Software.
2331
+ > >
2332
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2333
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2334
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2335
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2336
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2337
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2338
+ > > SOFTWARE.
2339
+ > >
2340
+ > > <!-- DEPENDENCIES -->
2341
+ > > <!-- /DEPENDENCIES -->
2342
+ > >
2343
+ > >
2344
+ > >
2345
+ > > # Licenses of bundled types
2346
+ > > The published @visulima/tsconfig artifact additionally contains code with the following licenses:
2347
+ > > (MIT OR CC0-1.0)
2348
+ > >
2349
+ > > # Bundled types:
2350
+ > > ## type-fest
2351
+ > > License: (MIT OR CC0-1.0)
2352
+ > > By: Sindre Sorhus
2353
+ > > Repository: sindresorhus/type-fest
2354
+ > >
2355
+ > > > Creative Commons Legal Code
2356
+ > > >
2357
+ > > > CC0 1.0 Universal
2358
+ > > >
2359
+ > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
2360
+ > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
2361
+ > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
2362
+ > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
2363
+ > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
2364
+ > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
2365
+ > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
2366
+ > > > HEREUNDER.
2367
+ > > >
2368
+ > > > Statement of Purpose
2369
+ > > >
2370
+ > > > The laws of most jurisdictions throughout the world automatically confer
2371
+ > > > exclusive Copyright and Related Rights (defined below) upon the creator
2372
+ > > > and subsequent owner(s) (each and all, an "owner") of an original work of
2373
+ > > > authorship and/or a database (each, a "Work").
2374
+ > > >
2375
+ > > > Certain owners wish to permanently relinquish those rights to a Work for
2376
+ > > > the purpose of contributing to a commons of creative, cultural and
2377
+ > > > scientific works ("Commons") that the public can reliably and without fear
2378
+ > > > of later claims of infringement build upon, modify, incorporate in other
2379
+ > > > works, reuse and redistribute as freely as possible in any form whatsoever
2380
+ > > > and for any purposes, including without limitation commercial purposes.
2381
+ > > > These owners may contribute to the Commons to promote the ideal of a free
2382
+ > > > culture and the further production of creative, cultural and scientific
2383
+ > > > works, or to gain reputation or greater distribution for their Work in
2384
+ > > > part through the use and efforts of others.
2385
+ > > >
2386
+ > > > For these and/or other purposes and motivations, and without any
2387
+ > > > expectation of additional consideration or compensation, the person
2388
+ > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
2389
+ > > > is an owner of Copyright and Related Rights in the Work, voluntarily
2390
+ > > > elects to apply CC0 to the Work and publicly distribute the Work under its
2391
+ > > > terms, with knowledge of his or her Copyright and Related Rights in the
2392
+ > > > Work and the meaning and intended legal effect of CC0 on those rights.
2393
+ > > >
2394
+ > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
2395
+ > > > protected by copyright and related or neighboring rights ("Copyright and
2396
+ > > > Related Rights"). Copyright and Related Rights include, but are not
2397
+ > > > limited to, the following:
2398
+ > > >
2399
+ > > > i. the right to reproduce, adapt, distribute, perform, display,
2400
+ > > > communicate, and translate a Work;
2401
+ > > > ii. moral rights retained by the original author(s) and/or performer(s);
2402
+ > > > iii. publicity and privacy rights pertaining to a person's image or
2403
+ > > > likeness depicted in a Work;
2404
+ > > > iv. rights protecting against unfair competition in regards to a Work,
2405
+ > > > subject to the limitations in paragraph 4(a), below;
2406
+ > > > v. rights protecting the extraction, dissemination, use and reuse of data
2407
+ > > > in a Work;
2408
+ > > > vi. database rights (such as those arising under Directive 96/9/EC of the
2409
+ > > > European Parliament and of the Council of 11 March 1996 on the legal
2410
+ > > > protection of databases, and under any national implementation
2411
+ > > > thereof, including any amended or successor version of such
2412
+ > > > directive); and
2413
+ > > > vii. other similar, equivalent or corresponding rights throughout the
2414
+ > > > world based on applicable law or treaty, and any national
2415
+ > > > implementations thereof.
2416
+ > > >
2417
+ > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
2418
+ > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
2419
+ > > > irrevocably and unconditionally waives, abandons, and surrenders all of
2420
+ > > > Affirmer's Copyright and Related Rights and associated claims and causes
2421
+ > > > of action, whether now known or unknown (including existing as well as
2422
+ > > > future claims and causes of action), in the Work (i) in all territories
2423
+ > > > worldwide, (ii) for the maximum duration provided by applicable law or
2424
+ > > > treaty (including future time extensions), (iii) in any current or future
2425
+ > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
2426
+ > > > including without limitation commercial, advertising or promotional
2427
+ > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
2428
+ > > > member of the public at large and to the detriment of Affirmer's heirs and
2429
+ > > > successors, fully intending that such Waiver shall not be subject to
2430
+ > > > revocation, rescission, cancellation, termination, or any other legal or
2431
+ > > > equitable action to disrupt the quiet enjoyment of the Work by the public
2432
+ > > > as contemplated by Affirmer's express Statement of Purpose.
2433
+ > > >
2434
+ > > > 3. Public License Fallback. Should any part of the Waiver for any reason
2435
+ > > > be judged legally invalid or ineffective under applicable law, then the
2436
+ > > > Waiver shall be preserved to the maximum extent permitted taking into
2437
+ > > > account Affirmer's express Statement of Purpose. In addition, to the
2438
+ > > > extent the Waiver is so judged Affirmer hereby grants to each affected
2439
+ > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
2440
+ > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
2441
+ > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
2442
+ > > > maximum duration provided by applicable law or treaty (including future
2443
+ > > > time extensions), (iii) in any current or future medium and for any number
2444
+ > > > of copies, and (iv) for any purpose whatsoever, including without
2445
+ > > > limitation commercial, advertising or promotional purposes (the
2446
+ > > > "License"). The License shall be deemed effective as of the date CC0 was
2447
+ > > > applied by Affirmer to the Work. Should any part of the License for any
2448
+ > > > reason be judged legally invalid or ineffective under applicable law, such
2449
+ > > > partial invalidity or ineffectiveness shall not invalidate the remainder
2450
+ > > > of the License, and in such case Affirmer hereby affirms that he or she
2451
+ > > > will not (i) exercise any of his or her remaining Copyright and Related
2452
+ > > > Rights in the Work or (ii) assert any associated claims and causes of
2453
+ > > > action with respect to the Work, in either case contrary to Affirmer's
2454
+ > > > express Statement of Purpose.
2455
+ > > >
2456
+ > > > 4. Limitations and Disclaimers.
2457
+ > > >
2458
+ > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
2459
+ > > > surrendered, licensed or otherwise affected by this document.
2460
+ > > > b. Affirmer offers the Work as-is and makes no representations or
2461
+ > > > warranties of any kind concerning the Work, express, implied,
2462
+ > > > statutory or otherwise, including without limitation warranties of
2463
+ > > > title, merchantability, fitness for a particular purpose, non
2464
+ > > > infringement, or the absence of latent or other defects, accuracy, or
2465
+ > > > the present or absence of errors, whether or not discoverable, all to
2466
+ > > > the greatest extent permissible under applicable law.
2467
+ > > > c. Affirmer disclaims responsibility for clearing rights of other persons
2468
+ > > > that may apply to the Work or any use thereof, including without
2469
+ > > > limitation any person's Copyright and Related Rights in the Work.
2470
+ > > > Further, Affirmer disclaims responsibility for obtaining any necessary
2471
+ > > > consents, permissions or other rights required for any use of the
2472
+ > > > Work.
2473
+ > > > d. Affirmer understands and acknowledges that Creative Commons is not a
2474
+ > > > party to this document and has no duty or obligation with respect to
2475
+ > > > this CC0 or use of the Work.
2476
+ >
2477
+ > ---------------------------------------
2478
+ >
2479
+ > ## safe-stable-stringify
2480
+ > License: MIT
2481
+ > By: Ruben Bridgewater
2482
+ > Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
2483
+ >
2484
+ > > The MIT License (MIT)
2485
+ > >
2486
+ > > Copyright (c) Ruben Bridgewater
2487
+ > >
2488
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
2489
+ > > of this software and associated documentation files (the "Software"), to deal
2490
+ > > in the Software without restriction, including without limitation the rights
2491
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2492
+ > > copies of the Software, and to permit persons to whom the Software is
2493
+ > > furnished to do so, subject to the following conditions:
2494
+ > >
2495
+ > > The above copyright notice and this permission notice shall be included in all
2496
+ > > copies or substantial portions of the Software.
2497
+ > >
2498
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2499
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2500
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2501
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2502
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2503
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2504
+ > > SOFTWARE.
2505
+
2506
+ ---------------------------------------
176
2507
 
177
- > Apache License
178
- > Version 2.0, January 2004
179
- > http://www.apache.org/licenses/
180
- >
181
- > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
182
- >
183
- > 1. Definitions.
184
- >
185
- > "License" shall mean the terms and conditions for use, reproduction,
186
- > and distribution as defined by Sections 1 through 9 of this document.
187
- >
188
- > "Licensor" shall mean the copyright owner or entity authorized by
189
- > the copyright owner that is granting the License.
190
- >
191
- > "Legal Entity" shall mean the union of the acting entity and all
192
- > other entities that control, are controlled by, or are under common
193
- > control with that entity. For the purposes of this definition,
194
- > "control" means (i) the power, direct or indirect, to cause the
195
- > direction or management of such entity, whether by contract or
196
- > otherwise, or (ii) ownership of fifty percent (50%) or more of the
197
- > outstanding shares, or (iii) beneficial ownership of such entity.
198
- >
199
- > "You" (or "Your") shall mean an individual or Legal Entity
200
- > exercising permissions granted by this License.
201
- >
202
- > "Source" form shall mean the preferred form for making modifications,
203
- > including but not limited to software source code, documentation
204
- > source, and configuration files.
205
- >
206
- > "Object" form shall mean any form resulting from mechanical
207
- > transformation or translation of a Source form, including but
208
- > not limited to compiled object code, generated documentation,
209
- > and conversions to other media types.
210
- >
211
- > "Work" shall mean the work of authorship, whether in Source or
212
- > Object form, made available under the License, as indicated by a
213
- > copyright notice that is included in or attached to the work
214
- > (an example is provided in the Appendix below).
215
- >
216
- > "Derivative Works" shall mean any work, whether in Source or Object
217
- > form, that is based on (or derived from) the Work and for which the
218
- > editorial revisions, annotations, elaborations, or other modifications
219
- > represent, as a whole, an original work of authorship. For the purposes
220
- > of this License, Derivative Works shall not include works that remain
221
- > separable from, or merely link (or bind by name) to the interfaces of,
222
- > the Work and Derivative Works thereof.
223
- >
224
- > "Contribution" shall mean any work of authorship, including
225
- > the original version of the Work and any modifications or additions
226
- > to that Work or Derivative Works thereof, that is intentionally
227
- > submitted to Licensor for inclusion in the Work by the copyright owner
228
- > or by an individual or Legal Entity authorized to submit on behalf of
229
- > the copyright owner. For the purposes of this definition, "submitted"
230
- > means any form of electronic, verbal, or written communication sent
231
- > to the Licensor or its representatives, including but not limited to
232
- > communication on electronic mailing lists, source code control systems,
233
- > and issue tracking systems that are managed by, or on behalf of, the
234
- > Licensor for the purpose of discussing and improving the Work, but
235
- > excluding communication that is conspicuously marked or otherwise
236
- > designated in writing by the copyright owner as "Not a Contribution."
237
- >
238
- > "Contributor" shall mean Licensor and any individual or Legal Entity
239
- > on behalf of whom a Contribution has been received by Licensor and
240
- > subsequently incorporated within the Work.
241
- >
242
- > 2. Grant of Copyright License. Subject to the terms and conditions of
243
- > this License, each Contributor hereby grants to You a perpetual,
244
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
245
- > copyright license to reproduce, prepare Derivative Works of,
246
- > publicly display, publicly perform, sublicense, and distribute the
247
- > Work and such Derivative Works in Source or Object form.
248
- >
249
- > 3. Grant of Patent License. Subject to the terms and conditions of
250
- > this License, each Contributor hereby grants to You a perpetual,
251
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
252
- > (except as stated in this section) patent license to make, have made,
253
- > use, offer to sell, sell, import, and otherwise transfer the Work,
254
- > where such license applies only to those patent claims licensable
255
- > by such Contributor that are necessarily infringed by their
256
- > Contribution(s) alone or by combination of their Contribution(s)
257
- > with the Work to which such Contribution(s) was submitted. If You
258
- > institute patent litigation against any entity (including a
259
- > cross-claim or counterclaim in a lawsuit) alleging that the Work
260
- > or a Contribution incorporated within the Work constitutes direct
261
- > or contributory patent infringement, then any patent licenses
262
- > granted to You under this License for that Work shall terminate
263
- > as of the date such litigation is filed.
264
- >
265
- > 4. Redistribution. You may reproduce and distribute copies of the
266
- > Work or Derivative Works thereof in any medium, with or without
267
- > modifications, and in Source or Object form, provided that You
268
- > meet the following conditions:
269
- >
270
- > (a) You must give any other recipients of the Work or
271
- > Derivative Works a copy of this License; and
272
- >
273
- > (b) You must cause any modified files to carry prominent notices
274
- > stating that You changed the files; and
275
- >
276
- > (c) You must retain, in the Source form of any Derivative Works
277
- > that You distribute, all copyright, patent, trademark, and
278
- > attribution notices from the Source form of the Work,
279
- > excluding those notices that do not pertain to any part of
280
- > the Derivative Works; and
281
- >
282
- > (d) If the Work includes a "NOTICE" text file as part of its
283
- > distribution, then any Derivative Works that You distribute must
284
- > include a readable copy of the attribution notices contained
285
- > within such NOTICE file, excluding those notices that do not
286
- > pertain to any part of the Derivative Works, in at least one
287
- > of the following places: within a NOTICE text file distributed
288
- > as part of the Derivative Works; within the Source form or
289
- > documentation, if provided along with the Derivative Works; or,
290
- > within a display generated by the Derivative Works, if and
291
- > wherever such third-party notices normally appear. The contents
292
- > of the NOTICE file are for informational purposes only and
293
- > do not modify the License. You may add Your own attribution
294
- > notices within Derivative Works that You distribute, alongside
295
- > or as an addendum to the NOTICE text from the Work, provided
296
- > that such additional attribution notices cannot be construed
297
- > as modifying the License.
298
- >
299
- > You may add Your own copyright statement to Your modifications and
300
- > may provide additional or different license terms and conditions
301
- > for use, reproduction, or distribution of Your modifications, or
302
- > for any such Derivative Works as a whole, provided Your use,
303
- > reproduction, and distribution of the Work otherwise complies with
304
- > the conditions stated in this License.
305
- >
306
- > 5. Submission of Contributions. Unless You explicitly state otherwise,
307
- > any Contribution intentionally submitted for inclusion in the Work
308
- > by You to the Licensor shall be under the terms and conditions of
309
- > this License, without any additional terms or conditions.
310
- > Notwithstanding the above, nothing herein shall supersede or modify
311
- > the terms of any separate license agreement you may have executed
312
- > with Licensor regarding such Contributions.
313
- >
314
- > 6. Trademarks. This License does not grant permission to use the trade
315
- > names, trademarks, service marks, or product names of the Licensor,
316
- > except as required for reasonable and customary use in describing the
317
- > origin of the Work and reproducing the content of the NOTICE file.
318
- >
319
- > 7. Disclaimer of Warranty. Unless required by applicable law or
320
- > agreed to in writing, Licensor provides the Work (and each
321
- > Contributor provides its Contributions) on an "AS IS" BASIS,
322
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
323
- > implied, including, without limitation, any warranties or conditions
324
- > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
325
- > PARTICULAR PURPOSE. You are solely responsible for determining the
326
- > appropriateness of using or redistributing the Work and assume any
327
- > risks associated with Your exercise of permissions under this License.
328
- >
329
- > 8. Limitation of Liability. In no event and under no legal theory,
330
- > whether in tort (including negligence), contract, or otherwise,
331
- > unless required by applicable law (such as deliberate and grossly
332
- > negligent acts) or agreed to in writing, shall any Contributor be
333
- > liable to You for damages, including any direct, indirect, special,
334
- > incidental, or consequential damages of any character arising as a
335
- > result of this License or out of the use or inability to use the
336
- > Work (including but not limited to damages for loss of goodwill,
337
- > work stoppage, computer failure or malfunction, or any and all
338
- > other commercial damages or losses), even if such Contributor
339
- > has been advised of the possibility of such damages.
340
- >
341
- > 9. Accepting Warranty or Additional Liability. While redistributing
342
- > the Work or Derivative Works thereof, You may choose to offer,
343
- > and charge a fee for, acceptance of support, warranty, indemnity,
344
- > or other liability obligations and/or rights consistent with this
345
- > License. However, in accepting such obligations, You may act only
346
- > on Your own behalf and on Your sole responsibility, not on behalf
347
- > of any other Contributor, and only if You agree to indemnify,
348
- > defend, and hold each Contributor harmless for any liability
349
- > incurred by, or claims asserted against, such Contributor by reason
350
- > of your accepting any such warranty or additional liability.
351
- >
352
- > END OF TERMS AND CONDITIONS
353
- >
354
- > APPENDIX: How to apply the Apache License to your work.
355
- >
356
- > To apply the Apache License to your work, attach the following
357
- > boilerplate notice, with the fields enclosed by brackets "[]"
358
- > replaced with your own identifying information. (Don't include
359
- > the brackets!) The text should be enclosed in the appropriate
360
- > comment syntax for the file format. We also recommend that a
361
- > file or class name and description of purpose be included on the
362
- > same "printed page" as the copyright notice for easier
363
- > identification within third-party archives.
364
- >
365
- > Copyright [yyyy] [name of copyright owner]
366
- >
367
- > Licensed under the Apache License, Version 2.0 (the "License");
368
- > you may not use this file except in compliance with the License.
369
- > You may obtain a copy of the License at
370
- >
371
- > http://www.apache.org/licenses/LICENSE-2.0
372
- >
373
- > Unless required by applicable law or agreed to in writing, software
374
- > distributed under the License is distributed on an "AS IS" BASIS,
375
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
376
- > See the License for the specific language governing permissions and
377
- > limitations under the License.
2508
+ ## @visulima/packem-share
2509
+ License: MIT
2510
+ By: Daniel Bannert
2511
+ Repository: git+https://github.com/visulima/packem.git
2512
+
2513
+ > MIT License
2514
+ >
2515
+ > Copyright (c) 2025 Daniel Bannert
2516
+ >
2517
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2518
+ > of this software and associated documentation files (the "Software"), to deal
2519
+ > in the Software without restriction, including without limitation the rights
2520
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2521
+ > copies of the Software, and to permit persons to whom the Software is
2522
+ > furnished to do so, subject to the following conditions:
2523
+ >
2524
+ > The above copyright notice and this permission notice shall be included in all
2525
+ > copies or substantial portions of the Software.
2526
+ >
2527
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2528
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2529
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2530
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2531
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2532
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2533
+ > SOFTWARE.
2534
+ >
2535
+ > <!-- DEPENDENCIES -->
2536
+ > <!-- /DEPENDENCIES -->
2537
+ >
2538
+ >
2539
+ >
2540
+ > # Licenses of bundled types
2541
+ > The published @visulima/packem-share artifact additionally contains code with the following licenses:
2542
+ > MIT
2543
+ >
2544
+ > # Bundled types:
2545
+ > ## @visulima/pail
2546
+ > License: MIT
2547
+ > By: Daniel Bannert
2548
+ > Repository: git+https://github.com/visulima/visulima.git
2549
+ >
2550
+ > > MIT License
2551
+ > >
2552
+ > > Copyright (c) 2024 visulima
2553
+ > >
2554
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
2555
+ > > of this software and associated documentation files (the "Software"), to deal
2556
+ > > in the Software without restriction, including without limitation the rights
2557
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2558
+ > > copies of the Software, and to permit persons to whom the Software is
2559
+ > > furnished to do so, subject to the following conditions:
2560
+ > >
2561
+ > > The above copyright notice and this permission notice shall be included in all
2562
+ > > copies or substantial portions of the Software.
2563
+ > >
2564
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2565
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2566
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2567
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2568
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2569
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2570
+ > > SOFTWARE.
2571
+ > >
2572
+ > > <!-- DEPENDENCIES -->
2573
+ > >
2574
+ > > # Licenses of bundled dependencies
2575
+ > > The published @visulima/pail artifact additionally contains code with the following licenses:
2576
+ > > MIT
2577
+ > >
2578
+ > > # Bundled dependencies:
2579
+ > > ## ansi-regex
2580
+ > > License: MIT
2581
+ > > By: Sindre Sorhus
2582
+ > > Repository: chalk/ansi-regex
2583
+ > >
2584
+ > > > MIT License
2585
+ > > >
2586
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2587
+ > > >
2588
+ > > > 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:
2589
+ > > >
2590
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2591
+ > > >
2592
+ > > > 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.
2593
+ > >
2594
+ > > ---------------------------------------
2595
+ > >
2596
+ > > ## ansi-styles
2597
+ > > License: MIT
2598
+ > > By: Sindre Sorhus
2599
+ > > Repository: chalk/ansi-styles
2600
+ > >
2601
+ > > > MIT License
2602
+ > > >
2603
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2604
+ > > >
2605
+ > > > 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:
2606
+ > > >
2607
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2608
+ > > >
2609
+ > > > 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.
2610
+ > >
2611
+ > > ---------------------------------------
2612
+ > >
2613
+ > > ## emoji-regex
2614
+ > > License: MIT
2615
+ > > By: Mathias Bynens
2616
+ > > Repository: https://github.com/mathiasbynens/emoji-regex.git
2617
+ > >
2618
+ > > > Copyright Mathias Bynens <https://mathiasbynens.be/>
2619
+ > > >
2620
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2621
+ > > > a copy of this software and associated documentation files (the
2622
+ > > > "Software"), to deal in the Software without restriction, including
2623
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2624
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2625
+ > > > permit persons to whom the Software is furnished to do so, subject to
2626
+ > > > the following conditions:
2627
+ > > >
2628
+ > > > The above copyright notice and this permission notice shall be
2629
+ > > > included in all copies or substantial portions of the Software.
2630
+ > > >
2631
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2632
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2633
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2634
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2635
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2636
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2637
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2638
+ > >
2639
+ > > ---------------------------------------
2640
+ > >
2641
+ > > ## get-east-asian-width
2642
+ > > License: MIT
2643
+ > > By: Sindre Sorhus
2644
+ > > Repository: sindresorhus/get-east-asian-width
2645
+ > >
2646
+ > > > MIT License
2647
+ > > >
2648
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2649
+ > > >
2650
+ > > > 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:
2651
+ > > >
2652
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2653
+ > > >
2654
+ > > > 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.
2655
+ > >
2656
+ > > ---------------------------------------
2657
+ > >
2658
+ > > ## string-length
2659
+ > > License: MIT
2660
+ > > By: Sindre Sorhus
2661
+ > > Repository: sindresorhus/string-length
2662
+ > >
2663
+ > > > MIT License
2664
+ > > >
2665
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2666
+ > > >
2667
+ > > > 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:
2668
+ > > >
2669
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2670
+ > > >
2671
+ > > > 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.
2672
+ > >
2673
+ > > ---------------------------------------
2674
+ > >
2675
+ > > ## string-width
2676
+ > > License: MIT
2677
+ > > By: Sindre Sorhus
2678
+ > > Repository: sindresorhus/string-width
2679
+ > >
2680
+ > > > MIT License
2681
+ > > >
2682
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2683
+ > > >
2684
+ > > > 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:
2685
+ > > >
2686
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2687
+ > > >
2688
+ > > > 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.
2689
+ > >
2690
+ > > ---------------------------------------
2691
+ > >
2692
+ > > ## strip-ansi
2693
+ > > License: MIT
2694
+ > > By: Sindre Sorhus
2695
+ > > Repository: chalk/strip-ansi
2696
+ > >
2697
+ > > > MIT License
2698
+ > > >
2699
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2700
+ > > >
2701
+ > > > 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:
2702
+ > > >
2703
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2704
+ > > >
2705
+ > > > 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.
2706
+ > >
2707
+ > > ---------------------------------------
2708
+ > >
2709
+ > > ## terminal-size
2710
+ > > License: MIT
2711
+ > > By: Sindre Sorhus
2712
+ > > Repository: sindresorhus/terminal-size
2713
+ > >
2714
+ > > > MIT License
2715
+ > > >
2716
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2717
+ > > >
2718
+ > > > 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:
2719
+ > > >
2720
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2721
+ > > >
2722
+ > > > 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.
2723
+ > >
2724
+ > > ---------------------------------------
2725
+ > >
2726
+ > > ## wrap-ansi
2727
+ > > License: MIT
2728
+ > > By: Sindre Sorhus
2729
+ > > Repository: chalk/wrap-ansi
2730
+ > >
2731
+ > > > MIT License
2732
+ > > >
2733
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2734
+ > > >
2735
+ > > > 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:
2736
+ > > >
2737
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2738
+ > > >
2739
+ > > > 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.
2740
+ > >
2741
+ > > <!-- /DEPENDENCIES -->
2742
+ > >
2743
+ > >
2744
+ > >
2745
+ > > # Licenses of bundled types
2746
+ > > The published @visulima/pail artifact additionally contains code with the following licenses:
2747
+ > > (MIT OR CC0-1.0)
2748
+ > >
2749
+ > > # Bundled types:
2750
+ > > ## type-fest
2751
+ > > License: (MIT OR CC0-1.0)
2752
+ > > By: Sindre Sorhus
2753
+ > > Repository: sindresorhus/type-fest
2754
+ > >
2755
+ > > > Creative Commons Legal Code
2756
+ > > >
2757
+ > > > CC0 1.0 Universal
2758
+ > > >
2759
+ > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
2760
+ > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
2761
+ > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
2762
+ > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
2763
+ > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
2764
+ > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
2765
+ > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
2766
+ > > > HEREUNDER.
2767
+ > > >
2768
+ > > > Statement of Purpose
2769
+ > > >
2770
+ > > > The laws of most jurisdictions throughout the world automatically confer
2771
+ > > > exclusive Copyright and Related Rights (defined below) upon the creator
2772
+ > > > and subsequent owner(s) (each and all, an "owner") of an original work of
2773
+ > > > authorship and/or a database (each, a "Work").
2774
+ > > >
2775
+ > > > Certain owners wish to permanently relinquish those rights to a Work for
2776
+ > > > the purpose of contributing to a commons of creative, cultural and
2777
+ > > > scientific works ("Commons") that the public can reliably and without fear
2778
+ > > > of later claims of infringement build upon, modify, incorporate in other
2779
+ > > > works, reuse and redistribute as freely as possible in any form whatsoever
2780
+ > > > and for any purposes, including without limitation commercial purposes.
2781
+ > > > These owners may contribute to the Commons to promote the ideal of a free
2782
+ > > > culture and the further production of creative, cultural and scientific
2783
+ > > > works, or to gain reputation or greater distribution for their Work in
2784
+ > > > part through the use and efforts of others.
2785
+ > > >
2786
+ > > > For these and/or other purposes and motivations, and without any
2787
+ > > > expectation of additional consideration or compensation, the person
2788
+ > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
2789
+ > > > is an owner of Copyright and Related Rights in the Work, voluntarily
2790
+ > > > elects to apply CC0 to the Work and publicly distribute the Work under its
2791
+ > > > terms, with knowledge of his or her Copyright and Related Rights in the
2792
+ > > > Work and the meaning and intended legal effect of CC0 on those rights.
2793
+ > > >
2794
+ > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
2795
+ > > > protected by copyright and related or neighboring rights ("Copyright and
2796
+ > > > Related Rights"). Copyright and Related Rights include, but are not
2797
+ > > > limited to, the following:
2798
+ > > >
2799
+ > > > i. the right to reproduce, adapt, distribute, perform, display,
2800
+ > > > communicate, and translate a Work;
2801
+ > > > ii. moral rights retained by the original author(s) and/or performer(s);
2802
+ > > > iii. publicity and privacy rights pertaining to a person's image or
2803
+ > > > likeness depicted in a Work;
2804
+ > > > iv. rights protecting against unfair competition in regards to a Work,
2805
+ > > > subject to the limitations in paragraph 4(a), below;
2806
+ > > > v. rights protecting the extraction, dissemination, use and reuse of data
2807
+ > > > in a Work;
2808
+ > > > vi. database rights (such as those arising under Directive 96/9/EC of the
2809
+ > > > European Parliament and of the Council of 11 March 1996 on the legal
2810
+ > > > protection of databases, and under any national implementation
2811
+ > > > thereof, including any amended or successor version of such
2812
+ > > > directive); and
2813
+ > > > vii. other similar, equivalent or corresponding rights throughout the
2814
+ > > > world based on applicable law or treaty, and any national
2815
+ > > > implementations thereof.
2816
+ > > >
2817
+ > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
2818
+ > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
2819
+ > > > irrevocably and unconditionally waives, abandons, and surrenders all of
2820
+ > > > Affirmer's Copyright and Related Rights and associated claims and causes
2821
+ > > > of action, whether now known or unknown (including existing as well as
2822
+ > > > future claims and causes of action), in the Work (i) in all territories
2823
+ > > > worldwide, (ii) for the maximum duration provided by applicable law or
2824
+ > > > treaty (including future time extensions), (iii) in any current or future
2825
+ > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
2826
+ > > > including without limitation commercial, advertising or promotional
2827
+ > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
2828
+ > > > member of the public at large and to the detriment of Affirmer's heirs and
2829
+ > > > successors, fully intending that such Waiver shall not be subject to
2830
+ > > > revocation, rescission, cancellation, termination, or any other legal or
2831
+ > > > equitable action to disrupt the quiet enjoyment of the Work by the public
2832
+ > > > as contemplated by Affirmer's express Statement of Purpose.
2833
+ > > >
2834
+ > > > 3. Public License Fallback. Should any part of the Waiver for any reason
2835
+ > > > be judged legally invalid or ineffective under applicable law, then the
2836
+ > > > Waiver shall be preserved to the maximum extent permitted taking into
2837
+ > > > account Affirmer's express Statement of Purpose. In addition, to the
2838
+ > > > extent the Waiver is so judged Affirmer hereby grants to each affected
2839
+ > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
2840
+ > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
2841
+ > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
2842
+ > > > maximum duration provided by applicable law or treaty (including future
2843
+ > > > time extensions), (iii) in any current or future medium and for any number
2844
+ > > > of copies, and (iv) for any purpose whatsoever, including without
2845
+ > > > limitation commercial, advertising or promotional purposes (the
2846
+ > > > "License"). The License shall be deemed effective as of the date CC0 was
2847
+ > > > applied by Affirmer to the Work. Should any part of the License for any
2848
+ > > > reason be judged legally invalid or ineffective under applicable law, such
2849
+ > > > partial invalidity or ineffectiveness shall not invalidate the remainder
2850
+ > > > of the License, and in such case Affirmer hereby affirms that he or she
2851
+ > > > will not (i) exercise any of his or her remaining Copyright and Related
2852
+ > > > Rights in the Work or (ii) assert any associated claims and causes of
2853
+ > > > action with respect to the Work, in either case contrary to Affirmer's
2854
+ > > > express Statement of Purpose.
2855
+ > > >
2856
+ > > > 4. Limitations and Disclaimers.
2857
+ > > >
2858
+ > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
2859
+ > > > surrendered, licensed or otherwise affected by this document.
2860
+ > > > b. Affirmer offers the Work as-is and makes no representations or
2861
+ > > > warranties of any kind concerning the Work, express, implied,
2862
+ > > > statutory or otherwise, including without limitation warranties of
2863
+ > > > title, merchantability, fitness for a particular purpose, non
2864
+ > > > infringement, or the absence of latent or other defects, accuracy, or
2865
+ > > > the present or absence of errors, whether or not discoverable, all to
2866
+ > > > the greatest extent permissible under applicable law.
2867
+ > > > c. Affirmer disclaims responsibility for clearing rights of other persons
2868
+ > > > that may apply to the Work or any use thereof, including without
2869
+ > > > limitation any person's Copyright and Related Rights in the Work.
2870
+ > > > Further, Affirmer disclaims responsibility for obtaining any necessary
2871
+ > > > consents, permissions or other rights required for any use of the
2872
+ > > > Work.
2873
+ > > > d. Affirmer understands and acknowledges that Creative Commons is not a
2874
+ > > > party to this document and has no duty or obligation with respect to
2875
+ > > > this CC0 or use of the Work.
2876
+ >
2877
+ > ---------------------------------------
2878
+ >
2879
+ > ## @visulima/tsconfig
2880
+ > License: MIT
2881
+ > By: Daniel Bannert
2882
+ > Repository: git+https://github.com/visulima/visulima.git
2883
+ >
2884
+ > > MIT License
2885
+ > >
2886
+ > > Copyright (c) 2024 visulima
2887
+ > >
2888
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
2889
+ > > of this software and associated documentation files (the "Software"), to deal
2890
+ > > in the Software without restriction, including without limitation the rights
2891
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2892
+ > > copies of the Software, and to permit persons to whom the Software is
2893
+ > > furnished to do so, subject to the following conditions:
2894
+ > >
2895
+ > > The above copyright notice and this permission notice shall be included in all
2896
+ > > copies or substantial portions of the Software.
2897
+ > >
2898
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2899
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2900
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2901
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2902
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2903
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2904
+ > > SOFTWARE.
2905
+ > >
2906
+ > > <!-- DEPENDENCIES -->
2907
+ > > <!-- /DEPENDENCIES -->
2908
+ > >
2909
+ > >
2910
+ > >
2911
+ > > # Licenses of bundled types
2912
+ > > The published @visulima/tsconfig artifact additionally contains code with the following licenses:
2913
+ > > (MIT OR CC0-1.0)
2914
+ > >
2915
+ > > # Bundled types:
2916
+ > > ## type-fest
2917
+ > > License: (MIT OR CC0-1.0)
2918
+ > > By: Sindre Sorhus
2919
+ > > Repository: sindresorhus/type-fest
2920
+ > >
2921
+ > > > Creative Commons Legal Code
2922
+ > > >
2923
+ > > > CC0 1.0 Universal
2924
+ > > >
2925
+ > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
2926
+ > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
2927
+ > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
2928
+ > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
2929
+ > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
2930
+ > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
2931
+ > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
2932
+ > > > HEREUNDER.
2933
+ > > >
2934
+ > > > Statement of Purpose
2935
+ > > >
2936
+ > > > The laws of most jurisdictions throughout the world automatically confer
2937
+ > > > exclusive Copyright and Related Rights (defined below) upon the creator
2938
+ > > > and subsequent owner(s) (each and all, an "owner") of an original work of
2939
+ > > > authorship and/or a database (each, a "Work").
2940
+ > > >
2941
+ > > > Certain owners wish to permanently relinquish those rights to a Work for
2942
+ > > > the purpose of contributing to a commons of creative, cultural and
2943
+ > > > scientific works ("Commons") that the public can reliably and without fear
2944
+ > > > of later claims of infringement build upon, modify, incorporate in other
2945
+ > > > works, reuse and redistribute as freely as possible in any form whatsoever
2946
+ > > > and for any purposes, including without limitation commercial purposes.
2947
+ > > > These owners may contribute to the Commons to promote the ideal of a free
2948
+ > > > culture and the further production of creative, cultural and scientific
2949
+ > > > works, or to gain reputation or greater distribution for their Work in
2950
+ > > > part through the use and efforts of others.
2951
+ > > >
2952
+ > > > For these and/or other purposes and motivations, and without any
2953
+ > > > expectation of additional consideration or compensation, the person
2954
+ > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
2955
+ > > > is an owner of Copyright and Related Rights in the Work, voluntarily
2956
+ > > > elects to apply CC0 to the Work and publicly distribute the Work under its
2957
+ > > > terms, with knowledge of his or her Copyright and Related Rights in the
2958
+ > > > Work and the meaning and intended legal effect of CC0 on those rights.
2959
+ > > >
2960
+ > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
2961
+ > > > protected by copyright and related or neighboring rights ("Copyright and
2962
+ > > > Related Rights"). Copyright and Related Rights include, but are not
2963
+ > > > limited to, the following:
2964
+ > > >
2965
+ > > > i. the right to reproduce, adapt, distribute, perform, display,
2966
+ > > > communicate, and translate a Work;
2967
+ > > > ii. moral rights retained by the original author(s) and/or performer(s);
2968
+ > > > iii. publicity and privacy rights pertaining to a person's image or
2969
+ > > > likeness depicted in a Work;
2970
+ > > > iv. rights protecting against unfair competition in regards to a Work,
2971
+ > > > subject to the limitations in paragraph 4(a), below;
2972
+ > > > v. rights protecting the extraction, dissemination, use and reuse of data
2973
+ > > > in a Work;
2974
+ > > > vi. database rights (such as those arising under Directive 96/9/EC of the
2975
+ > > > European Parliament and of the Council of 11 March 1996 on the legal
2976
+ > > > protection of databases, and under any national implementation
2977
+ > > > thereof, including any amended or successor version of such
2978
+ > > > directive); and
2979
+ > > > vii. other similar, equivalent or corresponding rights throughout the
2980
+ > > > world based on applicable law or treaty, and any national
2981
+ > > > implementations thereof.
2982
+ > > >
2983
+ > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
2984
+ > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
2985
+ > > > irrevocably and unconditionally waives, abandons, and surrenders all of
2986
+ > > > Affirmer's Copyright and Related Rights and associated claims and causes
2987
+ > > > of action, whether now known or unknown (including existing as well as
2988
+ > > > future claims and causes of action), in the Work (i) in all territories
2989
+ > > > worldwide, (ii) for the maximum duration provided by applicable law or
2990
+ > > > treaty (including future time extensions), (iii) in any current or future
2991
+ > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
2992
+ > > > including without limitation commercial, advertising or promotional
2993
+ > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
2994
+ > > > member of the public at large and to the detriment of Affirmer's heirs and
2995
+ > > > successors, fully intending that such Waiver shall not be subject to
2996
+ > > > revocation, rescission, cancellation, termination, or any other legal or
2997
+ > > > equitable action to disrupt the quiet enjoyment of the Work by the public
2998
+ > > > as contemplated by Affirmer's express Statement of Purpose.
2999
+ > > >
3000
+ > > > 3. Public License Fallback. Should any part of the Waiver for any reason
3001
+ > > > be judged legally invalid or ineffective under applicable law, then the
3002
+ > > > Waiver shall be preserved to the maximum extent permitted taking into
3003
+ > > > account Affirmer's express Statement of Purpose. In addition, to the
3004
+ > > > extent the Waiver is so judged Affirmer hereby grants to each affected
3005
+ > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
3006
+ > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
3007
+ > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
3008
+ > > > maximum duration provided by applicable law or treaty (including future
3009
+ > > > time extensions), (iii) in any current or future medium and for any number
3010
+ > > > of copies, and (iv) for any purpose whatsoever, including without
3011
+ > > > limitation commercial, advertising or promotional purposes (the
3012
+ > > > "License"). The License shall be deemed effective as of the date CC0 was
3013
+ > > > applied by Affirmer to the Work. Should any part of the License for any
3014
+ > > > reason be judged legally invalid or ineffective under applicable law, such
3015
+ > > > partial invalidity or ineffectiveness shall not invalidate the remainder
3016
+ > > > of the License, and in such case Affirmer hereby affirms that he or she
3017
+ > > > will not (i) exercise any of his or her remaining Copyright and Related
3018
+ > > > Rights in the Work or (ii) assert any associated claims and causes of
3019
+ > > > action with respect to the Work, in either case contrary to Affirmer's
3020
+ > > > express Statement of Purpose.
3021
+ > > >
3022
+ > > > 4. Limitations and Disclaimers.
3023
+ > > >
3024
+ > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
3025
+ > > > surrendered, licensed or otherwise affected by this document.
3026
+ > > > b. Affirmer offers the Work as-is and makes no representations or
3027
+ > > > warranties of any kind concerning the Work, express, implied,
3028
+ > > > statutory or otherwise, including without limitation warranties of
3029
+ > > > title, merchantability, fitness for a particular purpose, non
3030
+ > > > infringement, or the absence of latent or other defects, accuracy, or
3031
+ > > > the present or absence of errors, whether or not discoverable, all to
3032
+ > > > the greatest extent permissible under applicable law.
3033
+ > > > c. Affirmer disclaims responsibility for clearing rights of other persons
3034
+ > > > that may apply to the Work or any use thereof, including without
3035
+ > > > limitation any person's Copyright and Related Rights in the Work.
3036
+ > > > Further, Affirmer disclaims responsibility for obtaining any necessary
3037
+ > > > consents, permissions or other rights required for any use of the
3038
+ > > > Work.
3039
+ > > > d. Affirmer understands and acknowledges that Creative Commons is not a
3040
+ > > > party to this document and has no duty or obligation with respect to
3041
+ > > > this CC0 or use of the Work.
3042
+ >
3043
+ > ---------------------------------------
3044
+ >
3045
+ > ## esbuild
3046
+ > License: MIT
3047
+ > Repository: git+https://github.com/evanw/esbuild.git
3048
+ >
3049
+ > > MIT License
3050
+ > >
3051
+ > > Copyright (c) 2020 Evan Wallace
3052
+ > >
3053
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
3054
+ > > of this software and associated documentation files (the "Software"), to deal
3055
+ > > in the Software without restriction, including without limitation the rights
3056
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3057
+ > > copies of the Software, and to permit persons to whom the Software is
3058
+ > > furnished to do so, subject to the following conditions:
3059
+ > >
3060
+ > > The above copyright notice and this permission notice shall be included in all
3061
+ > > copies or substantial portions of the Software.
3062
+ > >
3063
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3064
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3065
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3066
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3067
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3068
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3069
+ > > SOFTWARE.
3070
+ >
3071
+ > ---------------------------------------
3072
+ >
3073
+ > ## hookable
3074
+ > License: MIT
3075
+ > Repository: unjs/hookable
3076
+ >
3077
+ > > The MIT License (MIT)
3078
+ > >
3079
+ > > Copyright (c) Pooya Parsa <pooya@pi0.io>
3080
+ > >
3081
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
3082
+ > > of this software and associated documentation files (the "Software"), to deal
3083
+ > > in the Software without restriction, including without limitation the rights
3084
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3085
+ > > copies of the Software, and to permit persons to whom the Software is
3086
+ > > furnished to do so, subject to the following conditions:
3087
+ > >
3088
+ > > The above copyright notice and this permission notice shall be included in all
3089
+ > > copies or substantial portions of the Software.
3090
+ > >
3091
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3092
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3093
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3094
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3095
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3096
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3097
+ > > SOFTWARE.
3098
+ >
3099
+ > ---------------------------------------
3100
+ >
3101
+ > ## jiti
3102
+ > License: MIT
3103
+ > Repository: unjs/jiti
3104
+ >
3105
+ > > MIT License
3106
+ > >
3107
+ > > Copyright (c) Pooya Parsa <pooya@pi0.io>
3108
+ > >
3109
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
3110
+ > > of this software and associated documentation files (the "Software"), to deal
3111
+ > > in the Software without restriction, including without limitation the rights
3112
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3113
+ > > copies of the Software, and to permit persons to whom the Software is
3114
+ > > furnished to do so, subject to the following conditions:
3115
+ > >
3116
+ > > The above copyright notice and this permission notice shall be included in all
3117
+ > > copies or substantial portions of the Software.
3118
+ > >
3119
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3120
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3121
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3122
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3123
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3124
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3125
+ > > SOFTWARE.
3126
+ >
3127
+ > ---------------------------------------
3128
+ >
3129
+ > ## safe-stable-stringify
3130
+ > License: MIT
3131
+ > By: Ruben Bridgewater
3132
+ > Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
3133
+ >
3134
+ > > The MIT License (MIT)
3135
+ > >
3136
+ > > Copyright (c) Ruben Bridgewater
3137
+ > >
3138
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
3139
+ > > of this software and associated documentation files (the "Software"), to deal
3140
+ > > in the Software without restriction, including without limitation the rights
3141
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3142
+ > > copies of the Software, and to permit persons to whom the Software is
3143
+ > > furnished to do so, subject to the following conditions:
3144
+ > >
3145
+ > > The above copyright notice and this permission notice shall be included in all
3146
+ > > copies or substantial portions of the Software.
3147
+ > >
3148
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3149
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3150
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3151
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3152
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3153
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3154
+ > > SOFTWARE.
378
3155
 
379
3156
  <!-- /TYPE_DEPENDENCIES -->