@visulima/email 1.0.0-alpha.2 → 1.0.0-alpha.21

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 (231) hide show
  1. package/CHANGELOG.md +246 -0
  2. package/LICENSE.md +536 -899
  3. package/README.md +36 -21
  4. package/dist/crypto/index.d.ts +147 -4
  5. package/dist/crypto/index.js +1 -1
  6. package/dist/index.d.ts +785 -9
  7. package/dist/index.js +1 -1
  8. package/dist/packem_shared/{DkimSigner-pFd4c3fZ.js → DkimSigner-CT2DSHD1.js} +4 -4
  9. package/dist/packem_shared/Mail-D93oo_9g.js +1 -0
  10. package/dist/packem_shared/MailMessage-BvaH5tZZ.js +1 -0
  11. package/dist/packem_shared/{SmimeEncrypter-CBevU534.js → SmimeEncrypter-ZhHEgDwY.js} +2 -2
  12. package/dist/packem_shared/{SmimeSigner-CObA4jzT.js → SmimeSigner-CYSVF6ez.js} +1 -1
  13. package/dist/packem_shared/{ahaSendProvider-DlFKEQ6D.js → ahaSendProvider-DOAAW65O.js} +1 -1
  14. package/dist/packem_shared/{attachment-processor-2rHmfa7j.js → attachment-processor-DsmIomKc.js} +1 -1
  15. package/dist/packem_shared/{awsSesProvider-Ba-eVJxZ.js → awsSesProvider-DX1630Ms.js} +7 -7
  16. package/dist/packem_shared/azureProvider-EkNYKAiF.js +1 -0
  17. package/dist/packem_shared/{brevoProvider-5p6jjiK9.js → brevoProvider-CkR4U4RD.js} +1 -1
  18. package/dist/packem_shared/build-mime-message-6xstxaUV.js +2 -0
  19. package/dist/packem_shared/defineProvider-CtLH0VBE.js +1 -0
  20. package/dist/packem_shared/detectMimeType-bo5oxfnt.js +1 -0
  21. package/dist/packem_shared/failoverProvider-W5ctAhdC.js +1 -0
  22. package/dist/packem_shared/httpProvider-DUg1AQfO.js +1 -0
  23. package/dist/packem_shared/{infobipProvider-CtLwrUaP.js → infobipProvider-BhTsWi7e.js} +1 -1
  24. package/dist/packem_shared/{mailCrabProvider-CM_CFDca.js → mailCrabProvider-B7H6HwWu.js} +1 -1
  25. package/dist/packem_shared/mailPaceProvider-DRt6Z9Hr.js +1 -0
  26. package/dist/packem_shared/{mailerSendProvider-CeeIXFnW.js → mailerSendProvider-Dx_iHInH.js} +1 -1
  27. package/dist/packem_shared/mailgunProvider-ChkLGZZW.js +1 -0
  28. package/dist/packem_shared/mailjetProvider-BMRhNe6H.js +1 -0
  29. package/dist/packem_shared/{mailomatProvider-DMQmjKHT.js → mailomatProvider-CydV-JB6.js} +1 -1
  30. package/dist/packem_shared/{mailtrapProvider-BN3UBEQw.js → mailtrapProvider-CuAfJWDr.js} +1 -1
  31. package/dist/packem_shared/{make-request-BDzF9W9D.js → make-request-CaT4d5oC.js} +1 -1
  32. package/dist/packem_shared/{mandrillProvider-370y7CLu.js → mandrillProvider-BBeLbaw0.js} +1 -1
  33. package/dist/packem_shared/mockProvider-C0P1lKOy.js +1 -0
  34. package/dist/packem_shared/{nodemailerProvider-_w8QXMU-.js → nodemailerProvider-DFcvoVFv.js} +1 -1
  35. package/dist/packem_shared/{opentelemetryProvider-C_ZXOLSd.js → opentelemetryProvider-Dwv88G3O.js} +1 -1
  36. package/dist/packem_shared/{plunkProvider-DfJumQ4U.js → plunkProvider-BQyjG6YT.js} +1 -1
  37. package/dist/packem_shared/{postalProvider-Bavx2FcH.js → postalProvider-DPHQ620q.js} +1 -1
  38. package/dist/packem_shared/{postmarkProvider-DFC0uvjO.js → postmarkProvider-bMTC2gdJ.js} +1 -1
  39. package/dist/packem_shared/provider.d-DcfYeGJJ.d.ts +28 -0
  40. package/dist/packem_shared/readFile-BAVMZg5e-C4whBIPd.js +1 -0
  41. package/dist/packem_shared/resendProvider-Cns1tvF5.js +1 -0
  42. package/dist/packem_shared/roundRobinProvider-FvZQKl6n.js +1 -0
  43. package/dist/packem_shared/{scalewayProvider-be1HPimL.js → scalewayProvider-O1dHz7iJ.js} +1 -1
  44. package/dist/packem_shared/{sendGridProvider-BVI1sq3n.js → sendGridProvider-DmywC-eT.js} +1 -1
  45. package/dist/packem_shared/{smtpProvider-BV-ufR53.js → smtpProvider-Unjao_fn.js} +8 -8
  46. package/dist/packem_shared/sweegoProvider-D086G6xG.js +1 -0
  47. package/dist/packem_shared/types.d-CNnnk-Ya.d.ts +102 -0
  48. package/dist/packem_shared/types.d-nyR1ty1Q.d.ts +9 -0
  49. package/dist/packem_shared/types.d-wwpgA3to.d.ts +204 -0
  50. package/dist/packem_shared/validate-email-options-DPo3SgC0.js +1 -0
  51. package/dist/packem_shared/zeptomailProvider-DKKEpEsW.js +1 -0
  52. package/dist/providers/ahasend/index.d.ts +36 -3
  53. package/dist/providers/ahasend/index.js +1 -1
  54. package/dist/providers/aws-ses/index.d.ts +47 -3
  55. package/dist/providers/aws-ses/index.js +1 -1
  56. package/dist/providers/azure/index.d.ts +52 -3
  57. package/dist/providers/azure/index.js +1 -1
  58. package/dist/providers/brevo/index.d.ts +65 -3
  59. package/dist/providers/brevo/index.js +1 -1
  60. package/dist/providers/failover/index.d.ts +27 -3
  61. package/dist/providers/failover/index.js +1 -1
  62. package/dist/providers/http/index.d.ts +35 -3
  63. package/dist/providers/http/index.js +1 -1
  64. package/dist/providers/infobip/index.d.ts +56 -3
  65. package/dist/providers/infobip/index.js +1 -1
  66. package/dist/providers/mailcrab/index.d.ts +32 -3
  67. package/dist/providers/mailcrab/index.js +1 -1
  68. package/dist/providers/mailersend/index.d.ts +51 -3
  69. package/dist/providers/mailersend/index.js +1 -1
  70. package/dist/providers/mailgun/index.d.ts +73 -3
  71. package/dist/providers/mailgun/index.js +1 -1
  72. package/dist/providers/mailjet/index.d.ts +72 -3
  73. package/dist/providers/mailjet/index.js +1 -1
  74. package/dist/providers/mailomat/index.d.ts +40 -3
  75. package/dist/providers/mailomat/index.js +1 -1
  76. package/dist/providers/mailpace/index.d.ts +52 -3
  77. package/dist/providers/mailpace/index.js +1 -1
  78. package/dist/providers/mailtrap/index.d.ts +44 -3
  79. package/dist/providers/mailtrap/index.js +1 -1
  80. package/dist/providers/mandrill/index.d.ts +87 -3
  81. package/dist/providers/mandrill/index.js +1 -1
  82. package/dist/providers/mock/index.d.ts +59 -3
  83. package/dist/providers/mock/index.js +1 -1
  84. package/dist/providers/nodemailer/index.d.ts +38 -3
  85. package/dist/providers/nodemailer/index.js +1 -1
  86. package/dist/providers/opentelemetry/index.d.ts +529 -3
  87. package/dist/providers/opentelemetry/index.js +1 -1
  88. package/dist/providers/plunk/index.d.ts +38 -3
  89. package/dist/providers/plunk/index.js +1 -1
  90. package/dist/providers/postal/index.d.ts +48 -3
  91. package/dist/providers/postal/index.js +1 -1
  92. package/dist/providers/postmark/index.d.ts +60 -3
  93. package/dist/providers/postmark/index.js +1 -1
  94. package/dist/providers/resend/index.d.ts +51 -3
  95. package/dist/providers/resend/index.js +1 -1
  96. package/dist/providers/roundrobin/index.d.ts +27 -3
  97. package/dist/providers/roundrobin/index.js +1 -1
  98. package/dist/providers/scaleway/index.d.ts +44 -3
  99. package/dist/providers/scaleway/index.js +1 -1
  100. package/dist/providers/sendgrid/index.d.ts +84 -3
  101. package/dist/providers/sendgrid/index.js +1 -1
  102. package/dist/providers/smtp/index.d.ts +71 -3
  103. package/dist/providers/smtp/index.js +1 -1
  104. package/dist/providers/sweego/index.d.ts +40 -3
  105. package/dist/providers/sweego/index.js +1 -1
  106. package/dist/providers/zeptomail/index.d.ts +37 -3
  107. package/dist/providers/zeptomail/index.js +1 -1
  108. package/dist/template-engines/handlebars.d.ts +23 -22
  109. package/dist/template-engines/handlebars.js +1 -1
  110. package/dist/template-engines/html-to-text.d.ts +24 -24
  111. package/dist/template-engines/mjml.d.ts +10 -10
  112. package/dist/template-engines/react-email.d.ts +9 -9
  113. package/dist/template-engines/vue-email.d.ts +9 -9
  114. package/dist/utils/cache.d.ts +49 -48
  115. package/dist/utils/format-email-address.d.ts +8 -7
  116. package/dist/utils/normalize-email-aliases.d.ts +20 -20
  117. package/dist/utils/parse-address.d.ts +18 -17
  118. package/dist/utils/parse-address.js +1 -1
  119. package/dist/utils/validation/check-mx-records.d.ts +36 -35
  120. package/dist/utils/validation/disposable-email-domains.d.ts +1 -13
  121. package/dist/utils/validation/role-accounts.d.ts +18 -18
  122. package/dist/utils/validation/validate-email.d.ts +5 -5
  123. package/dist/utils/validation/verify-email.d.ts +45 -42
  124. package/dist/utils/validation/verify-email.js +1 -1
  125. package/dist/utils/validation/verify-smtp.d.ts +35 -34
  126. package/dist/utils/validation/verify-smtp.js +1 -1
  127. package/package.json +61 -61
  128. package/dist/attachment-helpers.d.ts +0 -64
  129. package/dist/crypto/dkim-signer.d.ts +0 -48
  130. package/dist/crypto/smime-encrypter.d.ts +0 -53
  131. package/dist/crypto/smime-signer.d.ts +0 -48
  132. package/dist/crypto/types.d.ts +0 -101
  133. package/dist/draft-mail-message.d.ts +0 -13
  134. package/dist/errors/email-error.d.ts +0 -17
  135. package/dist/errors/required-option-error.d.ts +0 -10
  136. package/dist/mail-message.d.ts +0 -425
  137. package/dist/mail.d.ts +0 -206
  138. package/dist/packem_shared/Mail-6Bltpy_p.js +0 -1
  139. package/dist/packem_shared/MailMessage-B76GPBBA.js +0 -1
  140. package/dist/packem_shared/azureProvider-CQYAkgVF.js +0 -1
  141. package/dist/packem_shared/build-mime-message-IYaUqqPJ.js +0 -2
  142. package/dist/packem_shared/defineProvider-B9rSklAJ.js +0 -1
  143. package/dist/packem_shared/detectMimeType-S8WRsNtY.js +0 -1
  144. package/dist/packem_shared/failoverProvider-CAHQQueo.js +0 -1
  145. package/dist/packem_shared/httpProvider-CZD6LZX3.js +0 -1
  146. package/dist/packem_shared/mailPaceProvider-B6yKvh6z.js +0 -1
  147. package/dist/packem_shared/mailgunProvider-mmjKzouh.js +0 -1
  148. package/dist/packem_shared/mailjetProvider-DwN6i0VA.js +0 -1
  149. package/dist/packem_shared/mockProvider-DN5ZwutD.js +0 -1
  150. package/dist/packem_shared/readFile-BlZxbhCU-C8bCdiA2.js +0 -1
  151. package/dist/packem_shared/resendProvider-CfqU7UdE.js +0 -1
  152. package/dist/packem_shared/roundRobinProvider-1WQnuKR8.js +0 -1
  153. package/dist/packem_shared/sweegoProvider-7419CSAq.js +0 -1
  154. package/dist/packem_shared/validate-email-options-DfJ7llf8.js +0 -1
  155. package/dist/packem_shared/zeptomailProvider-C2lh0Xmo.js +0 -1
  156. package/dist/providers/ahasend/provider.d.ts +0 -7
  157. package/dist/providers/ahasend/types.d.ts +0 -28
  158. package/dist/providers/aws-ses/provider.d.ts +0 -8
  159. package/dist/providers/aws-ses/types.d.ts +0 -38
  160. package/dist/providers/azure/provider.d.ts +0 -7
  161. package/dist/providers/azure/types.d.ts +0 -44
  162. package/dist/providers/brevo/provider.d.ts +0 -7
  163. package/dist/providers/brevo/types.d.ts +0 -57
  164. package/dist/providers/failover/provider.d.ts +0 -7
  165. package/dist/providers/failover/types.d.ts +0 -19
  166. package/dist/providers/http/provider.d.ts +0 -7
  167. package/dist/providers/http/types.d.ts +0 -27
  168. package/dist/providers/infobip/provider.d.ts +0 -7
  169. package/dist/providers/infobip/types.d.ts +0 -48
  170. package/dist/providers/mailcrab/provider.d.ts +0 -9
  171. package/dist/providers/mailcrab/types.d.ts +0 -22
  172. package/dist/providers/mailersend/provider.d.ts +0 -7
  173. package/dist/providers/mailersend/types.d.ts +0 -43
  174. package/dist/providers/mailgun/provider.d.ts +0 -7
  175. package/dist/providers/mailgun/types.d.ts +0 -65
  176. package/dist/providers/mailjet/provider.d.ts +0 -7
  177. package/dist/providers/mailjet/types.d.ts +0 -64
  178. package/dist/providers/mailomat/provider.d.ts +0 -7
  179. package/dist/providers/mailomat/types.d.ts +0 -32
  180. package/dist/providers/mailpace/provider.d.ts +0 -7
  181. package/dist/providers/mailpace/types.d.ts +0 -44
  182. package/dist/providers/mailtrap/provider.d.ts +0 -7
  183. package/dist/providers/mailtrap/types.d.ts +0 -36
  184. package/dist/providers/mandrill/provider.d.ts +0 -7
  185. package/dist/providers/mandrill/types.d.ts +0 -79
  186. package/dist/providers/mock/provider.d.ts +0 -8
  187. package/dist/providers/mock/types.d.ts +0 -50
  188. package/dist/providers/nodemailer/provider.d.ts +0 -7
  189. package/dist/providers/nodemailer/types.d.ts +0 -30
  190. package/dist/providers/opentelemetry/provider.d.ts +0 -8
  191. package/dist/providers/opentelemetry/types.d.ts +0 -31
  192. package/dist/providers/plunk/provider.d.ts +0 -7
  193. package/dist/providers/plunk/types.d.ts +0 -30
  194. package/dist/providers/postal/provider.d.ts +0 -7
  195. package/dist/providers/postal/types.d.ts +0 -40
  196. package/dist/providers/postmark/provider.d.ts +0 -7
  197. package/dist/providers/postmark/types.d.ts +0 -52
  198. package/dist/providers/provider.d.ts +0 -27
  199. package/dist/providers/resend/provider.d.ts +0 -7
  200. package/dist/providers/resend/types.d.ts +0 -43
  201. package/dist/providers/roundrobin/provider.d.ts +0 -7
  202. package/dist/providers/roundrobin/types.d.ts +0 -19
  203. package/dist/providers/scaleway/provider.d.ts +0 -7
  204. package/dist/providers/scaleway/types.d.ts +0 -36
  205. package/dist/providers/sendgrid/provider.d.ts +0 -7
  206. package/dist/providers/sendgrid/types.d.ts +0 -76
  207. package/dist/providers/smtp/provider.d.ts +0 -7
  208. package/dist/providers/smtp/types.d.ts +0 -63
  209. package/dist/providers/sweego/provider.d.ts +0 -7
  210. package/dist/providers/sweego/types.d.ts +0 -32
  211. package/dist/providers/utils/address-formatter.d.ts +0 -139
  212. package/dist/providers/utils/attachment-processor.d.ts +0 -58
  213. package/dist/providers/utils/index.d.ts +0 -4
  214. package/dist/providers/utils/payload-builder.d.ts +0 -78
  215. package/dist/providers/utils/provider-base.d.ts +0 -69
  216. package/dist/providers/zeptomail/provider.d.ts +0 -7
  217. package/dist/providers/zeptomail/types.d.ts +0 -29
  218. package/dist/template-engines/types.d.ts +0 -8
  219. package/dist/types.d.ts +0 -203
  220. package/dist/utils/build-mime-message.d.ts +0 -8
  221. package/dist/utils/create-logger.d.ts +0 -16
  222. package/dist/utils/format-email-addresses.d.ts +0 -8
  223. package/dist/utils/generate-boundary.d.ts +0 -7
  224. package/dist/utils/generate-message-id.d.ts +0 -6
  225. package/dist/utils/headers-to-record.d.ts +0 -9
  226. package/dist/utils/is-port-available.d.ts +0 -9
  227. package/dist/utils/make-request.d.ts +0 -18
  228. package/dist/utils/retry.d.ts +0 -10
  229. package/dist/utils/sanitize-header.d.ts +0 -14
  230. package/dist/utils/to-base64.d.ts +0 -8
  231. package/dist/utils/validation/validate-email-options.d.ts +0 -8
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Visulima
3
+ Copyright (c) 2026 visulima
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
@@ -34,7 +34,7 @@ Repository: git+https://github.com/visulima/visulima.git
34
34
 
35
35
  > MIT License
36
36
  >
37
- > Copyright (c) 2025 visulima
37
+ > Copyright (c) 2026 visulima
38
38
  >
39
39
  > Permission is hereby granted, free of charge, to any person obtaining a copy
40
40
  > of this software and associated documentation files (the "Software"), to deal
@@ -57,776 +57,14 @@ Repository: git+https://github.com/visulima/visulima.git
57
57
  >
58
58
  >
59
59
  > # Licenses of bundled dependencies
60
- > The published @visulima/error artifact additionally contains code with the following licenses:
61
- > MIT
62
- >
63
- > # Bundled dependencies:
64
- > ## @visulima/path
65
- > License: MIT
66
- > By: Daniel Bannert
67
- > Repository: git+https://github.com/visulima/visulima.git
68
- >
69
- > > MIT License
70
- > >
71
- > > Copyright (c) 2025 visulima
72
- > >
73
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
74
- > > of this software and associated documentation files (the "Software"), to deal
75
- > > in the Software without restriction, including without limitation the rights
76
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77
- > > copies of the Software, and to permit persons to whom the Software is
78
- > > furnished to do so, subject to the following conditions:
79
- > >
80
- > > The above copyright notice and this permission notice shall be included in all
81
- > > copies or substantial portions of the Software.
82
- > >
83
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
84
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
85
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
86
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
87
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
88
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
89
- > > SOFTWARE.
90
- > >
91
- > > ---
92
- > >
93
- > > MIT License
94
- > >
95
- > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
96
- > >
97
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
98
- > > of this software and associated documentation files (the "Software"), to deal
99
- > > in the Software without restriction, including without limitation the rights
100
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
101
- > > copies of the Software, and to permit persons to whom the Software is
102
- > > furnished to do so, subject to the following conditions:
103
- > >
104
- > > The above copyright notice and this permission notice shall be included in all
105
- > > copies or substantial portions of the Software.
106
- > >
107
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
108
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
109
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
110
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
111
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
112
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
113
- > > SOFTWARE.
114
- > >
115
- > > ---
116
- > >
117
- > > Copyright Joyent, Inc. and other Node contributors.
118
- > >
119
- > > Permission is hereby granted, free of charge, to any person obtaining a
120
- > > copy of this software and associated documentation files (the
121
- > > "Software"), to deal in the Software without restriction, including
122
- > > without limitation the rights to use, copy, modify, merge, publish,
123
- > > distribute, sublicense, and/or sell copies of the Software, and to permit
124
- > > persons to whom the Software is furnished to do so, subject to the
125
- > > following conditions:
126
- > >
127
- > > The above copyright notice and this permission notice shall be included
128
- > > in all copies or substantial portions of the Software.
129
- > >
130
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
131
- > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
132
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
133
- > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
134
- > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
135
- > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
136
- > > USE OR OTHER DEALINGS IN THE SOFTWARE.
137
- > >
138
- > > ---
139
- > >
140
- > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
141
- > >
142
- > > The MIT License (MIT)
143
- > >
144
- > > Copyright (c) 2023-present Fabio Spampinato
145
- > >
146
- > > Permission is hereby granted, free of charge, to any person obtaining a
147
- > > copy of this software and associated documentation files (the "Software"),
148
- > > to deal in the Software without restriction, including without limitation
149
- > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
150
- > > and/or sell copies of the Software, and to permit persons to whom the
151
- > > Software is furnished to do so, subject to the following conditions:
152
- > >
153
- > > The above copyright notice and this permission notice shall be included in
154
- > > all copies or substantial portions of the Software.
155
- > >
156
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
157
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
158
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
159
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
160
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
161
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
162
- > > DEALINGS IN THE SOFTWARE.
163
- > >
164
- > >
165
- > >
166
- > > # Licenses of bundled dependencies
167
- > > The published @visulima/path artifact additionally contains code with the following licenses:
168
- > > MIT
169
- > >
170
- > > # Bundled dependencies:
171
- > > ## binary-extensions
172
- > > License: MIT
173
- > > By: Sindre Sorhus
174
- > > Repository: sindresorhus/binary-extensions
175
- > >
176
- > > > MIT License
177
- > > >
178
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
179
- > > > Copyright (c) Paul Miller (https://paulmillr.com)
180
- > > >
181
- > > > 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:
182
- > > >
183
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
184
- > > >
185
- > > > 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.
186
- >
187
- > ---------------------------------------
188
- >
189
- > ## is-plain-obj
190
- > License: MIT
191
- > By: Sindre Sorhus
192
- > Repository: sindresorhus/is-plain-obj
193
- >
194
- > > MIT License
195
- > >
196
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
197
- > >
198
- > > 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:
199
- > >
200
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
201
- > >
202
- > > 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.
203
-
204
- ---------------------------------------
205
-
206
- ## @visulima/fs
207
- License: MIT
208
- By: Daniel Bannert
209
- Repository: git+https://github.com/visulima/visulima.git
210
-
211
- > MIT License
212
- >
213
- > Copyright (c) 2025 visulima
214
- >
215
- > Permission is hereby granted, free of charge, to any person obtaining a copy
216
- > of this software and associated documentation files (the "Software"), to deal
217
- > in the Software without restriction, including without limitation the rights
218
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
219
- > copies of the Software, and to permit persons to whom the Software is
220
- > furnished to do so, subject to the following conditions:
221
- >
222
- > The above copyright notice and this permission notice shall be included in all
223
- > copies or substantial portions of the Software.
224
- >
225
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
226
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
227
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
228
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
229
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
230
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
231
- > SOFTWARE.
232
- >
233
- >
234
- >
235
- > # Licenses of bundled dependencies
236
- > The published @visulima/fs artifact additionally contains code with the following licenses:
237
- > MIT
238
- >
239
- > # Bundled dependencies:
240
- > ## @visulima/error
241
- > License: MIT
242
- > By: Daniel Bannert
243
- > Repository: git+https://github.com/visulima/visulima.git
244
- >
245
- > > MIT License
246
- > >
247
- > > Copyright (c) 2025 visulima
248
- > >
249
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
250
- > > of this software and associated documentation files (the "Software"), to deal
251
- > > in the Software without restriction, including without limitation the rights
252
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
253
- > > copies of the Software, and to permit persons to whom the Software is
254
- > > furnished to do so, subject to the following conditions:
255
- > >
256
- > > The above copyright notice and this permission notice shall be included in all
257
- > > copies or substantial portions of the Software.
258
- > >
259
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
260
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
261
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
262
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
263
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
264
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
265
- > > SOFTWARE.
266
- > >
267
- > >
268
- > >
269
- > > # Licenses of bundled dependencies
270
- > > The published @visulima/error artifact additionally contains code with the following licenses:
271
- > > MIT
272
- > >
273
- > > # Bundled dependencies:
274
- > > ## @visulima/path
275
- > > License: MIT
276
- > > By: Daniel Bannert
277
- > > Repository: git+https://github.com/visulima/visulima.git
278
- > >
279
- > > > MIT License
280
- > > >
281
- > > > Copyright (c) 2025 visulima
282
- > > >
283
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
284
- > > > of this software and associated documentation files (the "Software"), to deal
285
- > > > in the Software without restriction, including without limitation the rights
286
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
287
- > > > copies of the Software, and to permit persons to whom the Software is
288
- > > > furnished to do so, subject to the following conditions:
289
- > > >
290
- > > > The above copyright notice and this permission notice shall be included in all
291
- > > > copies or substantial portions of the Software.
292
- > > >
293
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
294
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
295
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
296
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
297
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
298
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
299
- > > > SOFTWARE.
300
- > > >
301
- > > > ---
302
- > > >
303
- > > > MIT License
304
- > > >
305
- > > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
306
- > > >
307
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
308
- > > > of this software and associated documentation files (the "Software"), to deal
309
- > > > in the Software without restriction, including without limitation the rights
310
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
311
- > > > copies of the Software, and to permit persons to whom the Software is
312
- > > > furnished to do so, subject to the following conditions:
313
- > > >
314
- > > > The above copyright notice and this permission notice shall be included in all
315
- > > > copies or substantial portions of the Software.
316
- > > >
317
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
318
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
319
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
320
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
321
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
322
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
323
- > > > SOFTWARE.
324
- > > >
325
- > > > ---
326
- > > >
327
- > > > Copyright Joyent, Inc. and other Node contributors.
328
- > > >
329
- > > > Permission is hereby granted, free of charge, to any person obtaining a
330
- > > > copy of this software and associated documentation files (the
331
- > > > "Software"), to deal in the Software without restriction, including
332
- > > > without limitation the rights to use, copy, modify, merge, publish,
333
- > > > distribute, sublicense, and/or sell copies of the Software, and to permit
334
- > > > persons to whom the Software is furnished to do so, subject to the
335
- > > > following conditions:
336
- > > >
337
- > > > The above copyright notice and this permission notice shall be included
338
- > > > in all copies or substantial portions of the Software.
339
- > > >
340
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
341
- > > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
342
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
343
- > > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
344
- > > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
345
- > > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
346
- > > > USE OR OTHER DEALINGS IN THE SOFTWARE.
347
- > > >
348
- > > > ---
349
- > > >
350
- > > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
351
- > > >
352
- > > > The MIT License (MIT)
353
- > > >
354
- > > > Copyright (c) 2023-present Fabio Spampinato
355
- > > >
356
- > > > Permission is hereby granted, free of charge, to any person obtaining a
357
- > > > copy of this software and associated documentation files (the "Software"),
358
- > > > to deal in the Software without restriction, including without limitation
359
- > > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
360
- > > > and/or sell copies of the Software, and to permit persons to whom the
361
- > > > Software is furnished to do so, subject to the following conditions:
362
- > > >
363
- > > > The above copyright notice and this permission notice shall be included in
364
- > > > all copies or substantial portions of the Software.
365
- > > >
366
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
367
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
368
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
369
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
370
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
371
- > > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
372
- > > > DEALINGS IN THE SOFTWARE.
373
- > > >
374
- > > >
375
- > > >
376
- > > > # Licenses of bundled dependencies
377
- > > > The published @visulima/path artifact additionally contains code with the following licenses:
378
- > > > MIT
379
- > > >
380
- > > > # Bundled dependencies:
381
- > > > ## binary-extensions
382
- > > > License: MIT
383
- > > > By: Sindre Sorhus
384
- > > > Repository: sindresorhus/binary-extensions
385
- > > >
386
- > > > > MIT License
387
- > > > >
388
- > > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
389
- > > > > Copyright (c) Paul Miller (https://paulmillr.com)
390
- > > > >
391
- > > > > 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:
392
- > > > >
393
- > > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
394
- > > > >
395
- > > > > 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.
396
- > >
397
- > > ---------------------------------------
398
- > >
399
- > > ## is-plain-obj
400
- > > License: MIT
401
- > > By: Sindre Sorhus
402
- > > Repository: sindresorhus/is-plain-obj
403
- > >
404
- > > > MIT License
405
- > > >
406
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
407
- > > >
408
- > > > 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:
409
- > > >
410
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
411
- > > >
412
- > > > 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.
413
- >
414
- > ---------------------------------------
415
- >
416
- > ## detect-indent
417
- > License: MIT
418
- > By: Sindre Sorhus
419
- > Repository: sindresorhus/detect-indent
420
- >
421
- > > MIT License
422
- > >
423
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
424
- > >
425
- > > 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:
426
- > >
427
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
428
- > >
429
- > > 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.
430
- >
431
- > ---------------------------------------
432
- >
433
- > ## is-fs-case-sensitive
434
- > License: MIT
435
- > By: Hiroki Osame
436
- > Repository: privatenumber/is-fs-case-sensitive
437
- >
438
- > > MIT License
439
- > >
440
- > > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
441
- > >
442
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
443
- > > of this software and associated documentation files (the "Software"), to deal
444
- > > in the Software without restriction, including without limitation the rights
445
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
446
- > > copies of the Software, and to permit persons to whom the Software is
447
- > > furnished to do so, subject to the following conditions:
448
- > >
449
- > > The above copyright notice and this permission notice shall be included in all
450
- > > copies or substantial portions of the Software.
451
- > >
452
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
453
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
454
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
455
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
456
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
457
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
458
- > > SOFTWARE.
459
- >
460
- >
461
- >
462
- >
463
- >
464
- > # Licenses of bundled types
465
- >
466
- > The published @visulima/fs artifact additionally contains code with the following licenses:
467
- > MIT
468
- >
469
- > # Bundled types:
470
- >
471
- > ## is-fs-case-sensitive
472
- >
473
- > License: MIT
474
- > By: Hiroki Osame
475
- > Repository: privatenumber/is-fs-case-sensitive
476
- >
477
- > > MIT License
478
- > >
479
- > > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
480
- > >
481
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
482
- > > of this software and associated documentation files (the "Software"), to deal
483
- > > in the Software without restriction, including without limitation the rights
484
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
485
- > > copies of the Software, and to permit persons to whom the Software is
486
- > > furnished to do so, subject to the following conditions:
487
- > >
488
- > > The above copyright notice and this permission notice shall be included in all
489
- > > copies or substantial portions of the Software.
490
- > >
491
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
492
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
493
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
494
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
495
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
496
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
497
- > > SOFTWARE.
498
-
499
- ---------------------------------------
500
-
501
- ## @visulima/path
502
- License: MIT
503
- By: Daniel Bannert
504
- Repository: git+https://github.com/visulima/visulima.git
505
-
506
- > MIT License
507
- >
508
- > Copyright (c) 2025 visulima
509
- >
510
- > Permission is hereby granted, free of charge, to any person obtaining a copy
511
- > of this software and associated documentation files (the "Software"), to deal
512
- > in the Software without restriction, including without limitation the rights
513
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
514
- > copies of the Software, and to permit persons to whom the Software is
515
- > furnished to do so, subject to the following conditions:
516
- >
517
- > The above copyright notice and this permission notice shall be included in all
518
- > copies or substantial portions of the Software.
519
- >
520
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
521
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
522
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
523
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
524
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
525
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
526
- > SOFTWARE.
527
- >
528
- > ---
529
- >
530
- > MIT License
531
- >
532
- > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
533
- >
534
- > Permission is hereby granted, free of charge, to any person obtaining a copy
535
- > of this software and associated documentation files (the "Software"), to deal
536
- > in the Software without restriction, including without limitation the rights
537
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
538
- > copies of the Software, and to permit persons to whom the Software is
539
- > furnished to do so, subject to the following conditions:
540
- >
541
- > The above copyright notice and this permission notice shall be included in all
542
- > copies or substantial portions of the Software.
543
- >
544
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
545
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
546
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
547
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
548
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
549
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
550
- > SOFTWARE.
551
- >
552
- > ---
553
- >
554
- > Copyright Joyent, Inc. and other Node contributors.
555
- >
556
- > Permission is hereby granted, free of charge, to any person obtaining a
557
- > copy of this software and associated documentation files (the
558
- > "Software"), to deal in the Software without restriction, including
559
- > without limitation the rights to use, copy, modify, merge, publish,
560
- > distribute, sublicense, and/or sell copies of the Software, and to permit
561
- > persons to whom the Software is furnished to do so, subject to the
562
- > following conditions:
563
- >
564
- > The above copyright notice and this permission notice shall be included
565
- > in all copies or substantial portions of the Software.
566
- >
567
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
568
- > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
569
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
570
- > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
571
- > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
572
- > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
573
- > USE OR OTHER DEALINGS IN THE SOFTWARE.
574
- >
575
- > ---
576
- >
577
- > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
578
- >
579
- > The MIT License (MIT)
580
- >
581
- > Copyright (c) 2023-present Fabio Spampinato
582
- >
583
- > Permission is hereby granted, free of charge, to any person obtaining a
584
- > copy of this software and associated documentation files (the "Software"),
585
- > to deal in the Software without restriction, including without limitation
586
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
587
- > and/or sell copies of the Software, and to permit persons to whom the
588
- > Software is furnished to do so, subject to the following conditions:
589
- >
590
- > The above copyright notice and this permission notice shall be included in
591
- > all copies or substantial portions of the Software.
592
- >
593
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
594
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
595
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
596
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
597
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
598
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
599
- > DEALINGS IN THE SOFTWARE.
600
- >
601
- >
602
- >
603
- > # Licenses of bundled dependencies
604
- > The published @visulima/path artifact additionally contains code with the following licenses:
605
- > MIT
606
- >
607
- > # Bundled dependencies:
608
- > ## binary-extensions
609
- > License: MIT
610
- > By: Sindre Sorhus
611
- > Repository: sindresorhus/binary-extensions
612
- >
613
- > > MIT License
614
- > >
615
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
616
- > > Copyright (c) Paul Miller (https://paulmillr.com)
617
- > >
618
- > > 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:
619
- > >
620
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
621
- > >
622
- > > 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.
623
-
624
- <!-- /DEPENDENCIES -->
625
-
626
- <!-- TYPE_DEPENDENCIES -->
627
-
628
- # Licenses of bundled types
629
-
630
- The published @visulima/email artifact additionally contains code with the following licenses:
631
- MIT
632
-
633
- # Bundled types:
634
-
635
- ## @visulima/error
636
-
637
- License: MIT
638
- By: Daniel Bannert
639
- Repository: git+https://github.com/visulima/visulima.git
640
-
641
- > MIT License
642
- >
643
- > Copyright (c) 2025 visulima
644
- >
645
- > Permission is hereby granted, free of charge, to any person obtaining a copy
646
- > of this software and associated documentation files (the "Software"), to deal
647
- > in the Software without restriction, including without limitation the rights
648
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
649
- > copies of the Software, and to permit persons to whom the Software is
650
- > furnished to do so, subject to the following conditions:
651
- >
652
- > The above copyright notice and this permission notice shall be included in all
653
- > copies or substantial portions of the Software.
654
- >
655
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
656
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
657
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
658
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
659
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
660
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
661
- > SOFTWARE.
662
- >
663
- > <!-- DEPENDENCIES -->
664
-
665
- # Licenses of bundled dependencies
666
- The published @visulima/email artifact additionally contains code with the following licenses:
667
- MIT
668
-
669
- # Bundled dependencies:
670
- ## @visulima/error
671
- License: MIT
672
- By: Daniel Bannert
673
- Repository: git+https://github.com/visulima/visulima.git
674
-
675
- > MIT License
676
- >
677
- > Copyright (c) 2025 visulima
678
- >
679
- > Permission is hereby granted, free of charge, to any person obtaining a copy
680
- > of this software and associated documentation files (the "Software"), to deal
681
- > in the Software without restriction, including without limitation the rights
682
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
683
- > copies of the Software, and to permit persons to whom the Software is
684
- > furnished to do so, subject to the following conditions:
685
- >
686
- > The above copyright notice and this permission notice shall be included in all
687
- > copies or substantial portions of the Software.
688
- >
689
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
690
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
691
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
692
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
693
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
694
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
695
- > SOFTWARE.
696
- >
697
- >
698
60
  >
699
- > # Licenses of bundled dependencies
700
61
  > The published @visulima/error artifact additionally contains code with the following licenses:
701
- > MIT
702
- >
703
- > # Bundled dependencies:
704
- > ## @visulima/path
705
- > License: MIT
706
- > By: Daniel Bannert
707
- > Repository: git+https://github.com/visulima/visulima.git
708
- >
709
- > > MIT License
710
- > >
711
- > > Copyright (c) 2025 visulima
712
- > >
713
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
714
- > > of this software and associated documentation files (the "Software"), to deal
715
- > > in the Software without restriction, including without limitation the rights
716
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
717
- > > copies of the Software, and to permit persons to whom the Software is
718
- > > furnished to do so, subject to the following conditions:
719
- > >
720
- > > The above copyright notice and this permission notice shall be included in all
721
- > > copies or substantial portions of the Software.
722
- > >
723
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
724
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
725
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
726
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
727
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
728
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
729
- > > SOFTWARE.
730
- > >
731
- > > ---
732
- > >
733
- > > MIT License
734
- > >
735
- > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
736
- > >
737
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
738
- > > of this software and associated documentation files (the "Software"), to deal
739
- > > in the Software without restriction, including without limitation the rights
740
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
741
- > > copies of the Software, and to permit persons to whom the Software is
742
- > > furnished to do so, subject to the following conditions:
743
- > >
744
- > > The above copyright notice and this permission notice shall be included in all
745
- > > copies or substantial portions of the Software.
746
- > >
747
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
748
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
749
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
750
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
751
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
752
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
753
- > > SOFTWARE.
754
- > >
755
- > > ---
756
- > >
757
- > > Copyright Joyent, Inc. and other Node contributors.
758
- > >
759
- > > Permission is hereby granted, free of charge, to any person obtaining a
760
- > > copy of this software and associated documentation files (the
761
- > > "Software"), to deal in the Software without restriction, including
762
- > > without limitation the rights to use, copy, modify, merge, publish,
763
- > > distribute, sublicense, and/or sell copies of the Software, and to permit
764
- > > persons to whom the Software is furnished to do so, subject to the
765
- > > following conditions:
766
- > >
767
- > > The above copyright notice and this permission notice shall be included
768
- > > in all copies or substantial portions of the Software.
769
- > >
770
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
771
- > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
772
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
773
- > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
774
- > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
775
- > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
776
- > > USE OR OTHER DEALINGS IN THE SOFTWARE.
777
- > >
778
- > > ---
779
- > >
780
- > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
781
- > >
782
- > > The MIT License (MIT)
783
- > >
784
- > > Copyright (c) 2023-present Fabio Spampinato
785
- > >
786
- > > Permission is hereby granted, free of charge, to any person obtaining a
787
- > > copy of this software and associated documentation files (the "Software"),
788
- > > to deal in the Software without restriction, including without limitation
789
- > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
790
- > > and/or sell copies of the Software, and to permit persons to whom the
791
- > > Software is furnished to do so, subject to the following conditions:
792
- > >
793
- > > The above copyright notice and this permission notice shall be included in
794
- > > all copies or substantial portions of the Software.
795
- > >
796
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
797
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
798
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
799
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
800
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
801
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
802
- > > DEALINGS IN THE SOFTWARE.
803
- > >
804
- > >
805
- > >
806
- > > # Licenses of bundled dependencies
807
- > > The published @visulima/path artifact additionally contains code with the following licenses:
808
- > > MIT
809
- > >
810
- > > # Bundled dependencies:
811
- > > ## binary-extensions
812
- > > License: MIT
813
- > > By: Sindre Sorhus
814
- > > Repository: sindresorhus/binary-extensions
815
- > >
816
- > > > MIT License
817
- > > >
818
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
819
- > > > Copyright (c) Paul Miller (https://paulmillr.com)
820
- > > >
821
- > > > 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:
822
- > > >
823
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
824
- > > >
825
- > > > 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.
62
+ > MIT
826
63
  >
827
- > ---------------------------------------
64
+ > # Bundled dependencies:
828
65
  >
829
66
  > ## is-plain-obj
67
+ >
830
68
  > License: MIT
831
69
  > By: Sindre Sorhus
832
70
  > Repository: sindresorhus/is-plain-obj
@@ -840,6 +78,33 @@ Repository: git+https://github.com/visulima/visulima.git
840
78
  > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
841
79
  > >
842
80
  > > 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.
81
+ >
82
+ >
83
+ >
84
+ >
85
+ >
86
+ > # Licenses of bundled types
87
+ > The published @visulima/error artifact additionally contains code with the following licenses:
88
+ > Apache-2.0
89
+ >
90
+ > # Bundled types:
91
+ > ## ai
92
+ > License: Apache-2.0
93
+ > Repository: https://github.com/vercel/ai
94
+ >
95
+ > > Copyright 2023 Vercel, Inc.
96
+ > >
97
+ > > Licensed under the Apache License, Version 2.0 (the "License");
98
+ > > you may not use this file except in compliance with the License.
99
+ > > You may obtain a copy of the License at
100
+ > >
101
+ > > http://www.apache.org/licenses/LICENSE-2.0
102
+ > >
103
+ > > Unless required by applicable law or agreed to in writing, software
104
+ > > distributed under the License is distributed on an "AS IS" BASIS,
105
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
106
+ > > See the License for the specific language governing permissions and
107
+ > > limitations under the License.
843
108
 
844
109
  ---------------------------------------
845
110
 
@@ -850,7 +115,7 @@ Repository: git+https://github.com/visulima/visulima.git
850
115
 
851
116
  > MIT License
852
117
  >
853
- > Copyright (c) 2025 visulima
118
+ > Copyright (c) 2026 visulima
854
119
  >
855
120
  > Permission is hereby granted, free of charge, to any person obtaining a copy
856
121
  > of this software and associated documentation files (the "Software"), to deal
@@ -874,7 +139,7 @@ Repository: git+https://github.com/visulima/visulima.git
874
139
  >
875
140
  > # Licenses of bundled dependencies
876
141
  > The published @visulima/fs artifact additionally contains code with the following licenses:
877
- > MIT
142
+ > ISC, MIT
878
143
  >
879
144
  > # Bundled dependencies:
880
145
  > ## @visulima/error
@@ -884,7 +149,7 @@ Repository: git+https://github.com/visulima/visulima.git
884
149
  >
885
150
  > > MIT License
886
151
  > >
887
- > > Copyright (c) 2025 visulima
152
+ > > Copyright (c) 2026 visulima
888
153
  > >
889
154
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
890
155
  > > of this software and associated documentation files (the "Software"), to deal
@@ -907,136 +172,14 @@ Repository: git+https://github.com/visulima/visulima.git
907
172
  > >
908
173
  > >
909
174
  > > # Licenses of bundled dependencies
175
+ > >
910
176
  > > The published @visulima/error artifact additionally contains code with the following licenses:
911
177
  > > MIT
912
178
  > >
913
179
  > > # Bundled dependencies:
914
- > > ## @visulima/path
915
- > > License: MIT
916
- > > By: Daniel Bannert
917
- > > Repository: git+https://github.com/visulima/visulima.git
918
- > >
919
- > > > MIT License
920
- > > >
921
- > > > Copyright (c) 2025 visulima
922
- > > >
923
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
924
- > > > of this software and associated documentation files (the "Software"), to deal
925
- > > > in the Software without restriction, including without limitation the rights
926
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
927
- > > > copies of the Software, and to permit persons to whom the Software is
928
- > > > furnished to do so, subject to the following conditions:
929
- > > >
930
- > > > The above copyright notice and this permission notice shall be included in all
931
- > > > copies or substantial portions of the Software.
932
- > > >
933
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
934
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
935
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
936
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
937
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
938
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
939
- > > > SOFTWARE.
940
- > > >
941
- > > > ---
942
- > > >
943
- > > > MIT License
944
- > > >
945
- > > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
946
- > > >
947
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
948
- > > > of this software and associated documentation files (the "Software"), to deal
949
- > > > in the Software without restriction, including without limitation the rights
950
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
951
- > > > copies of the Software, and to permit persons to whom the Software is
952
- > > > furnished to do so, subject to the following conditions:
953
- > > >
954
- > > > The above copyright notice and this permission notice shall be included in all
955
- > > > copies or substantial portions of the Software.
956
- > > >
957
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
958
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
959
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
960
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
961
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
962
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
963
- > > > SOFTWARE.
964
- > > >
965
- > > > ---
966
- > > >
967
- > > > Copyright Joyent, Inc. and other Node contributors.
968
- > > >
969
- > > > Permission is hereby granted, free of charge, to any person obtaining a
970
- > > > copy of this software and associated documentation files (the
971
- > > > "Software"), to deal in the Software without restriction, including
972
- > > > without limitation the rights to use, copy, modify, merge, publish,
973
- > > > distribute, sublicense, and/or sell copies of the Software, and to permit
974
- > > > persons to whom the Software is furnished to do so, subject to the
975
- > > > following conditions:
976
- > > >
977
- > > > The above copyright notice and this permission notice shall be included
978
- > > > in all copies or substantial portions of the Software.
979
- > > >
980
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
981
- > > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
982
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
983
- > > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
984
- > > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
985
- > > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
986
- > > > USE OR OTHER DEALINGS IN THE SOFTWARE.
987
- > > >
988
- > > > ---
989
- > > >
990
- > > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
991
- > > >
992
- > > > The MIT License (MIT)
993
- > > >
994
- > > > Copyright (c) 2023-present Fabio Spampinato
995
- > > >
996
- > > > Permission is hereby granted, free of charge, to any person obtaining a
997
- > > > copy of this software and associated documentation files (the "Software"),
998
- > > > to deal in the Software without restriction, including without limitation
999
- > > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1000
- > > > and/or sell copies of the Software, and to permit persons to whom the
1001
- > > > Software is furnished to do so, subject to the following conditions:
1002
- > > >
1003
- > > > The above copyright notice and this permission notice shall be included in
1004
- > > > all copies or substantial portions of the Software.
1005
- > > >
1006
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1007
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1008
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1009
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1010
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1011
- > > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1012
- > > > DEALINGS IN THE SOFTWARE.
1013
- > > >
1014
- > > >
1015
- > > >
1016
- > > > # Licenses of bundled dependencies
1017
- > > > The published @visulima/path artifact additionally contains code with the following licenses:
1018
- > > > MIT
1019
- > > >
1020
- > > > # Bundled dependencies:
1021
- > > > ## binary-extensions
1022
- > > > License: MIT
1023
- > > > By: Sindre Sorhus
1024
- > > > Repository: sindresorhus/binary-extensions
1025
- > > >
1026
- > > > > MIT License
1027
- > > > >
1028
- > > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1029
- > > > > Copyright (c) Paul Miller (https://paulmillr.com)
1030
- > > > >
1031
- > > > > 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:
1032
- > > > >
1033
- > > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1034
- > > > >
1035
- > > > > 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.
1036
- > >
1037
- > > ---------------------------------------
1038
180
  > >
1039
181
  > > ## is-plain-obj
182
+ > >
1040
183
  > > License: MIT
1041
184
  > > By: Sindre Sorhus
1042
185
  > > Repository: sindresorhus/is-plain-obj
@@ -1050,6 +193,33 @@ Repository: git+https://github.com/visulima/visulima.git
1050
193
  > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1051
194
  > > >
1052
195
  > > > 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.
196
+ > >
197
+ > >
198
+ > >
199
+ > >
200
+ > >
201
+ > > # Licenses of bundled types
202
+ > > The published @visulima/error artifact additionally contains code with the following licenses:
203
+ > > Apache-2.0
204
+ > >
205
+ > > # Bundled types:
206
+ > > ## ai
207
+ > > License: Apache-2.0
208
+ > > Repository: https://github.com/vercel/ai
209
+ > >
210
+ > > > Copyright 2023 Vercel, Inc.
211
+ > > >
212
+ > > > Licensed under the Apache License, Version 2.0 (the "License");
213
+ > > > you may not use this file except in compliance with the License.
214
+ > > > You may obtain a copy of the License at
215
+ > > >
216
+ > > > http://www.apache.org/licenses/LICENSE-2.0
217
+ > > >
218
+ > > > Unless required by applicable law or agreed to in writing, software
219
+ > > > distributed under the License is distributed on an "AS IS" BASIS,
220
+ > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
221
+ > > > See the License for the specific language governing permissions and
222
+ > > > limitations under the License.
1053
223
  >
1054
224
  > ---------------------------------------
1055
225
  >
@@ -1070,6 +240,73 @@ Repository: git+https://github.com/visulima/visulima.git
1070
240
  >
1071
241
  > ---------------------------------------
1072
242
  >
243
+ > ## fdir
244
+ > License: MIT
245
+ > By: thecodrr
246
+ > Repository: git+https://github.com/thecodrr/fdir.git
247
+ >
248
+ > > Copyright 2023 Abdullah Atta
249
+ > >
250
+ > > 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:
251
+ > >
252
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
253
+ > >
254
+ > > 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.
255
+ >
256
+ > ---------------------------------------
257
+ >
258
+ > ## glob-parent
259
+ > License: ISC
260
+ > By: Gulp Team, Elan Shanker, Blaine Bublitz
261
+ > Repository: gulpjs/glob-parent
262
+ >
263
+ > > The ISC License
264
+ > >
265
+ > > Copyright (c) 2015, 2019 Elan Shanker, 2021 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
266
+ > >
267
+ > > Permission to use, copy, modify, and/or distribute this software for any
268
+ > > purpose with or without fee is hereby granted, provided that the above
269
+ > > copyright notice and this permission notice appear in all copies.
270
+ > >
271
+ > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
272
+ > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
273
+ > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
274
+ > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
275
+ > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
276
+ > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
277
+ > > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
278
+ >
279
+ > ---------------------------------------
280
+ >
281
+ > ## is-extglob
282
+ > License: MIT
283
+ > By: Jon Schlinkert
284
+ > Repository: jonschlinkert/is-extglob
285
+ >
286
+ > > The MIT License (MIT)
287
+ > >
288
+ > > Copyright (c) 2014-2016, Jon Schlinkert
289
+ > >
290
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
291
+ > > of this software and associated documentation files (the "Software"), to deal
292
+ > > in the Software without restriction, including without limitation the rights
293
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
294
+ > > copies of the Software, and to permit persons to whom the Software is
295
+ > > furnished to do so, subject to the following conditions:
296
+ > >
297
+ > > The above copyright notice and this permission notice shall be included in
298
+ > > all copies or substantial portions of the Software.
299
+ > >
300
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
301
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
302
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
303
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
304
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
305
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
306
+ > > THE SOFTWARE.
307
+ >
308
+ > ---------------------------------------
309
+ >
1073
310
  > ## is-fs-case-sensitive
1074
311
  > License: MIT
1075
312
  > By: Hiroki Osame
@@ -1097,19 +334,103 @@ Repository: git+https://github.com/visulima/visulima.git
1097
334
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1098
335
  > > SOFTWARE.
1099
336
  >
337
+ > ---------------------------------------
338
+ >
339
+ > ## is-glob
340
+ > License: MIT
341
+ > By: Jon Schlinkert, Brian Woodward, Daniel Perez
342
+ > Repository: micromatch/is-glob
1100
343
  >
344
+ > > The MIT License (MIT)
345
+ > >
346
+ > > Copyright (c) 2014-2017, Jon Schlinkert.
347
+ > >
348
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
349
+ > > of this software and associated documentation files (the "Software"), to deal
350
+ > > in the Software without restriction, including without limitation the rights
351
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
352
+ > > copies of the Software, and to permit persons to whom the Software is
353
+ > > furnished to do so, subject to the following conditions:
354
+ > >
355
+ > > The above copyright notice and this permission notice shall be included in
356
+ > > all copies or substantial portions of the Software.
357
+ > >
358
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
359
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
360
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
361
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
362
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
363
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
364
+ > > THE SOFTWARE.
1101
365
  >
366
+ > ---------------------------------------
367
+ >
368
+ > ## picomatch
369
+ > License: MIT
370
+ > By: Jon Schlinkert
371
+ > Repository: micromatch/picomatch
372
+ >
373
+ > > The MIT License (MIT)
374
+ > >
375
+ > > Copyright (c) 2017-present, Jon Schlinkert.
376
+ > >
377
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
378
+ > > of this software and associated documentation files (the "Software"), to deal
379
+ > > in the Software without restriction, including without limitation the rights
380
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
381
+ > > copies of the Software, and to permit persons to whom the Software is
382
+ > > furnished to do so, subject to the following conditions:
383
+ > >
384
+ > > The above copyright notice and this permission notice shall be included in
385
+ > > all copies or substantial portions of the Software.
386
+ > >
387
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
388
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
389
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
390
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
391
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
392
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
393
+ > > THE SOFTWARE.
394
+ >
395
+ > ---------------------------------------
396
+ >
397
+ > ## tinyglobby
398
+ > License: MIT
399
+ > By: Superchupu
400
+ > Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
401
+ >
402
+ > > MIT License
403
+ > >
404
+ > > Copyright (c) 2024 Madeline Gurriarán
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.
1102
423
  >
1103
424
  >
1104
- > # Licenses of bundled types
1105
425
  >
426
+ >
427
+ >
428
+ > # Licenses of bundled types
1106
429
  > The published @visulima/fs artifact additionally contains code with the following licenses:
1107
- > MIT
430
+ > ISC, MIT
1108
431
  >
1109
432
  > # Bundled types:
1110
- >
1111
433
  > ## is-fs-case-sensitive
1112
- >
1113
434
  > License: MIT
1114
435
  > By: Hiroki Osame
1115
436
  > Repository: privatenumber/is-fs-case-sensitive
@@ -1135,6 +456,27 @@ Repository: git+https://github.com/visulima/visulima.git
1135
456
  > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1136
457
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1137
458
  > > SOFTWARE.
459
+ >
460
+ > ---------------------------------------
461
+ >
462
+ > ## yaml
463
+ > License: ISC
464
+ > By: Eemeli Aro
465
+ > Repository: github:eemeli/yaml
466
+ >
467
+ > > Copyright Eemeli Aro <eemeli@gmail.com>
468
+ > >
469
+ > > Permission to use, copy, modify, and/or distribute this software for any purpose
470
+ > > with or without fee is hereby granted, provided that the above copyright notice
471
+ > > and this permission notice appear in all copies.
472
+ > >
473
+ > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
474
+ > > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
475
+ > > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
476
+ > > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
477
+ > > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
478
+ > > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
479
+ > > THIS SOFTWARE.
1138
480
 
1139
481
  ---------------------------------------
1140
482
 
@@ -1145,7 +487,7 @@ Repository: git+https://github.com/visulima/visulima.git
1145
487
 
1146
488
  > MIT License
1147
489
  >
1148
- > Copyright (c) 2025 visulima
490
+ > Copyright (c) 2026 visulima
1149
491
  >
1150
492
  > Permission is hereby granted, free of charge, to any person obtaining a copy
1151
493
  > of this software and associated documentation files (the "Software"), to deal
@@ -1263,4 +605,299 @@ Repository: git+https://github.com/visulima/visulima.git
1263
605
 
1264
606
  <!-- /DEPENDENCIES -->
1265
607
 
608
+ <!-- TYPE_DEPENDENCIES -->
609
+
610
+ # Licenses of bundled types
611
+ The published @visulima/email artifact additionally contains code with the following licenses:
612
+ Apache-2.0, MIT
613
+
614
+ # Bundled types:
615
+ ## @opentelemetry/api
616
+ License: Apache-2.0
617
+ By: OpenTelemetry Authors
618
+ Repository: open-telemetry/opentelemetry-js
619
+
620
+ > Apache License
621
+ > Version 2.0, January 2004
622
+ > http://www.apache.org/licenses/
623
+ >
624
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
625
+ >
626
+ > 1. Definitions.
627
+ >
628
+ > "License" shall mean the terms and conditions for use, reproduction,
629
+ > and distribution as defined by Sections 1 through 9 of this document.
630
+ >
631
+ > "Licensor" shall mean the copyright owner or entity authorized by
632
+ > the copyright owner that is granting the License.
633
+ >
634
+ > "Legal Entity" shall mean the union of the acting entity and all
635
+ > other entities that control, are controlled by, or are under common
636
+ > control with that entity. For the purposes of this definition,
637
+ > "control" means (i) the power, direct or indirect, to cause the
638
+ > direction or management of such entity, whether by contract or
639
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
640
+ > outstanding shares, or (iii) beneficial ownership of such entity.
641
+ >
642
+ > "You" (or "Your") shall mean an individual or Legal Entity
643
+ > exercising permissions granted by this License.
644
+ >
645
+ > "Source" form shall mean the preferred form for making modifications,
646
+ > including but not limited to software source code, documentation
647
+ > source, and configuration files.
648
+ >
649
+ > "Object" form shall mean any form resulting from mechanical
650
+ > transformation or translation of a Source form, including but
651
+ > not limited to compiled object code, generated documentation,
652
+ > and conversions to other media types.
653
+ >
654
+ > "Work" shall mean the work of authorship, whether in Source or
655
+ > Object form, made available under the License, as indicated by a
656
+ > copyright notice that is included in or attached to the work
657
+ > (an example is provided in the Appendix below).
658
+ >
659
+ > "Derivative Works" shall mean any work, whether in Source or Object
660
+ > form, that is based on (or derived from) the Work and for which the
661
+ > editorial revisions, annotations, elaborations, or other modifications
662
+ > represent, as a whole, an original work of authorship. For the purposes
663
+ > of this License, Derivative Works shall not include works that remain
664
+ > separable from, or merely link (or bind by name) to the interfaces of,
665
+ > the Work and Derivative Works thereof.
666
+ >
667
+ > "Contribution" shall mean any work of authorship, including
668
+ > the original version of the Work and any modifications or additions
669
+ > to that Work or Derivative Works thereof, that is intentionally
670
+ > submitted to Licensor for inclusion in the Work by the copyright owner
671
+ > or by an individual or Legal Entity authorized to submit on behalf of
672
+ > the copyright owner. For the purposes of this definition, "submitted"
673
+ > means any form of electronic, verbal, or written communication sent
674
+ > to the Licensor or its representatives, including but not limited to
675
+ > communication on electronic mailing lists, source code control systems,
676
+ > and issue tracking systems that are managed by, or on behalf of, the
677
+ > Licensor for the purpose of discussing and improving the Work, but
678
+ > excluding communication that is conspicuously marked or otherwise
679
+ > designated in writing by the copyright owner as "Not a Contribution."
680
+ >
681
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
682
+ > on behalf of whom a Contribution has been received by Licensor and
683
+ > subsequently incorporated within the Work.
684
+ >
685
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
686
+ > this License, each Contributor hereby grants to You a perpetual,
687
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
688
+ > copyright license to reproduce, prepare Derivative Works of,
689
+ > publicly display, publicly perform, sublicense, and distribute the
690
+ > Work and such Derivative Works in Source or Object form.
691
+ >
692
+ > 3. Grant of Patent License. Subject to the terms and conditions of
693
+ > this License, each Contributor hereby grants to You a perpetual,
694
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
695
+ > (except as stated in this section) patent license to make, have made,
696
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
697
+ > where such license applies only to those patent claims licensable
698
+ > by such Contributor that are necessarily infringed by their
699
+ > Contribution(s) alone or by combination of their Contribution(s)
700
+ > with the Work to which such Contribution(s) was submitted. If You
701
+ > institute patent litigation against any entity (including a
702
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
703
+ > or a Contribution incorporated within the Work constitutes direct
704
+ > or contributory patent infringement, then any patent licenses
705
+ > granted to You under this License for that Work shall terminate
706
+ > as of the date such litigation is filed.
707
+ >
708
+ > 4. Redistribution. You may reproduce and distribute copies of the
709
+ > Work or Derivative Works thereof in any medium, with or without
710
+ > modifications, and in Source or Object form, provided that You
711
+ > meet the following conditions:
712
+ >
713
+ > (a) You must give any other recipients of the Work or
714
+ > Derivative Works a copy of this License; and
715
+ >
716
+ > (b) You must cause any modified files to carry prominent notices
717
+ > stating that You changed the files; and
718
+ >
719
+ > (c) You must retain, in the Source form of any Derivative Works
720
+ > that You distribute, all copyright, patent, trademark, and
721
+ > attribution notices from the Source form of the Work,
722
+ > excluding those notices that do not pertain to any part of
723
+ > the Derivative Works; and
724
+ >
725
+ > (d) If the Work includes a "NOTICE" text file as part of its
726
+ > distribution, then any Derivative Works that You distribute must
727
+ > include a readable copy of the attribution notices contained
728
+ > within such NOTICE file, excluding those notices that do not
729
+ > pertain to any part of the Derivative Works, in at least one
730
+ > of the following places: within a NOTICE text file distributed
731
+ > as part of the Derivative Works; within the Source form or
732
+ > documentation, if provided along with the Derivative Works; or,
733
+ > within a display generated by the Derivative Works, if and
734
+ > wherever such third-party notices normally appear. The contents
735
+ > of the NOTICE file are for informational purposes only and
736
+ > do not modify the License. You may add Your own attribution
737
+ > notices within Derivative Works that You distribute, alongside
738
+ > or as an addendum to the NOTICE text from the Work, provided
739
+ > that such additional attribution notices cannot be construed
740
+ > as modifying the License.
741
+ >
742
+ > You may add Your own copyright statement to Your modifications and
743
+ > may provide additional or different license terms and conditions
744
+ > for use, reproduction, or distribution of Your modifications, or
745
+ > for any such Derivative Works as a whole, provided Your use,
746
+ > reproduction, and distribution of the Work otherwise complies with
747
+ > the conditions stated in this License.
748
+ >
749
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
750
+ > any Contribution intentionally submitted for inclusion in the Work
751
+ > by You to the Licensor shall be under the terms and conditions of
752
+ > this License, without any additional terms or conditions.
753
+ > Notwithstanding the above, nothing herein shall supersede or modify
754
+ > the terms of any separate license agreement you may have executed
755
+ > with Licensor regarding such Contributions.
756
+ >
757
+ > 6. Trademarks. This License does not grant permission to use the trade
758
+ > names, trademarks, service marks, or product names of the Licensor,
759
+ > except as required for reasonable and customary use in describing the
760
+ > origin of the Work and reproducing the content of the NOTICE file.
761
+ >
762
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
763
+ > agreed to in writing, Licensor provides the Work (and each
764
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
765
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
766
+ > implied, including, without limitation, any warranties or conditions
767
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
768
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
769
+ > appropriateness of using or redistributing the Work and assume any
770
+ > risks associated with Your exercise of permissions under this License.
771
+ >
772
+ > 8. Limitation of Liability. In no event and under no legal theory,
773
+ > whether in tort (including negligence), contract, or otherwise,
774
+ > unless required by applicable law (such as deliberate and grossly
775
+ > negligent acts) or agreed to in writing, shall any Contributor be
776
+ > liable to You for damages, including any direct, indirect, special,
777
+ > incidental, or consequential damages of any character arising as a
778
+ > result of this License or out of the use or inability to use the
779
+ > Work (including but not limited to damages for loss of goodwill,
780
+ > work stoppage, computer failure or malfunction, or any and all
781
+ > other commercial damages or losses), even if such Contributor
782
+ > has been advised of the possibility of such damages.
783
+ >
784
+ > 9. Accepting Warranty or Additional Liability. While redistributing
785
+ > the Work or Derivative Works thereof, You may choose to offer,
786
+ > and charge a fee for, acceptance of support, warranty, indemnity,
787
+ > or other liability obligations and/or rights consistent with this
788
+ > License. However, in accepting such obligations, You may act only
789
+ > on Your own behalf and on Your sole responsibility, not on behalf
790
+ > of any other Contributor, and only if You agree to indemnify,
791
+ > defend, and hold each Contributor harmless for any liability
792
+ > incurred by, or claims asserted against, such Contributor by reason
793
+ > of your accepting any such warranty or additional liability.
794
+ >
795
+ > END OF TERMS AND CONDITIONS
796
+ >
797
+ > APPENDIX: How to apply the Apache License to your work.
798
+ >
799
+ > To apply the Apache License to your work, attach the following
800
+ > boilerplate notice, with the fields enclosed by brackets "[]"
801
+ > replaced with your own identifying information. (Don't include
802
+ > the brackets!) The text should be enclosed in the appropriate
803
+ > comment syntax for the file format. We also recommend that a
804
+ > file or class name and description of purpose be included on the
805
+ > same "printed page" as the copyright notice for easier
806
+ > identification within third-party archives.
807
+ >
808
+ > Copyright [yyyy] [name of copyright owner]
809
+ >
810
+ > Licensed under the Apache License, Version 2.0 (the "License");
811
+ > you may not use this file except in compliance with the License.
812
+ > You may obtain a copy of the License at
813
+ >
814
+ > http://www.apache.org/licenses/LICENSE-2.0
815
+ >
816
+ > Unless required by applicable law or agreed to in writing, software
817
+ > distributed under the License is distributed on an "AS IS" BASIS,
818
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
819
+ > See the License for the specific language governing permissions and
820
+ > limitations under the License.
821
+
822
+ ---------------------------------------
823
+
824
+ ## @visulima/error
825
+ License: MIT
826
+ By: Daniel Bannert
827
+ Repository: git+https://github.com/visulima/visulima.git
828
+
829
+ > MIT License
830
+ >
831
+ > Copyright (c) 2026 visulima
832
+ >
833
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
834
+ > of this software and associated documentation files (the "Software"), to deal
835
+ > in the Software without restriction, including without limitation the rights
836
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
837
+ > copies of the Software, and to permit persons to whom the Software is
838
+ > furnished to do so, subject to the following conditions:
839
+ >
840
+ > The above copyright notice and this permission notice shall be included in all
841
+ > copies or substantial portions of the Software.
842
+ >
843
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
844
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
845
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
846
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
847
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
848
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
849
+ > SOFTWARE.
850
+ >
851
+ > <!-- DEPENDENCIES -->
852
+ >
853
+ > # Licenses of bundled dependencies
854
+ >
855
+ > The published @visulima/error artifact additionally contains code with the following licenses:
856
+ > MIT
857
+ >
858
+ > # Bundled dependencies:
859
+ >
860
+ > ## is-plain-obj
861
+ >
862
+ > License: MIT
863
+ > By: Sindre Sorhus
864
+ > Repository: sindresorhus/is-plain-obj
865
+ >
866
+ > > MIT License
867
+ > >
868
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
869
+ > >
870
+ > > 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:
871
+ > >
872
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
873
+ > >
874
+ > > 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.
875
+ >
876
+ > <!-- /DEPENDENCIES -->
877
+ >
878
+ >
879
+ >
880
+ > # Licenses of bundled types
881
+ > The published @visulima/error artifact additionally contains code with the following licenses:
882
+ > Apache-2.0
883
+ >
884
+ > # Bundled types:
885
+ > ## ai
886
+ > License: Apache-2.0
887
+ > Repository: https://github.com/vercel/ai
888
+ >
889
+ > > Copyright 2023 Vercel, Inc.
890
+ > >
891
+ > > Licensed under the Apache License, Version 2.0 (the "License");
892
+ > > you may not use this file except in compliance with the License.
893
+ > > You may obtain a copy of the License at
894
+ > >
895
+ > > http://www.apache.org/licenses/LICENSE-2.0
896
+ > >
897
+ > > Unless required by applicable law or agreed to in writing, software
898
+ > > distributed under the License is distributed on an "AS IS" BASIS,
899
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
900
+ > > See the License for the specific language governing permissions and
901
+ > > limitations under the License.
902
+
1266
903
  <!-- /TYPE_DEPENDENCIES -->