@visulima/pail 2.1.31 → 3.0.0

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 (109) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/LICENSE.md +909 -208
  3. package/README.md +216 -8
  4. package/dist/index.browser.d.ts +4 -4
  5. package/dist/index.browser.js +1 -0
  6. package/dist/index.server.d.ts +74 -8
  7. package/dist/index.server.js +5 -0
  8. package/dist/packem_shared/AbstractJsonReporter-UftN6CIL.js +1 -0
  9. package/dist/packem_shared/JsonReporter-Bb6YuCj2.js +2 -0
  10. package/dist/packem_shared/JsonReporter-Dl4m0xZe.js +1 -0
  11. package/dist/packem_shared/PrettyReporter-CGKSTI7X.js +5 -0
  12. package/dist/packem_shared/PrettyReporter-CREln5bH.js +12 -0
  13. package/dist/packem_shared/abstract-json-reporter-wUti0B3k.d.ts +22 -0
  14. package/dist/packem_shared/abstract-pretty-reporter-CUtSm20r.js +1 -0
  15. package/dist/packem_shared/abstract-pretty-reporter-MOYolfGR.d.ts +28 -0
  16. package/dist/packem_shared/{constants-BMS51p6Y.mjs → constants-DKfCaSUR.js} +1 -1
  17. package/dist/packem_shared/format-label-DqvZRRR6.js +33 -0
  18. package/dist/packem_shared/getBarChar-mKDZW32R.js +1 -0
  19. package/dist/packem_shared/index-D9hWq9ka.js +1 -0
  20. package/dist/packem_shared/index.d-BR1GjZri.d.ts +53 -0
  21. package/dist/packem_shared/index.d-oxZvg_y7.d.ts +20 -0
  22. package/dist/packem_shared/pail.browser-BmHoDvEA.js +19 -0
  23. package/dist/packem_shared/{pail.browser-CaPhlNua.d.ts → pail.browser-Bs2ng_Qj.d.ts} +12 -8
  24. package/dist/packem_shared/{types-CMdBdNgA.d.cts → types-RidvA4RN.d.ts} +2 -3
  25. package/dist/{processor.server.d.ts → processor/caller/caller-processor.d.ts} +2 -5
  26. package/dist/processor/caller/caller-processor.js +1 -0
  27. package/dist/processor/message-formatter-processor.d.ts +16 -0
  28. package/dist/processor/message-formatter-processor.js +1 -0
  29. package/dist/processor/redact-processor.d.ts +12 -0
  30. package/dist/processor/redact-processor.js +1 -0
  31. package/dist/reporter/file/json-file-reporter.d.ts +26 -0
  32. package/dist/{packem_shared/JsonFileReporter-raQZY3Ci.mjs → reporter/file/json-file-reporter.js} +1 -1
  33. package/dist/reporter/json/index.browser.d.ts +12 -0
  34. package/dist/reporter/json/index.browser.js +1 -0
  35. package/dist/reporter/json/index.d.ts +15 -0
  36. package/dist/reporter/json/index.js +1 -0
  37. package/dist/reporter/pretty/index.browser.d.ts +12 -0
  38. package/dist/reporter/pretty/index.browser.js +1 -0
  39. package/dist/reporter/pretty/index.d.ts +24 -0
  40. package/dist/reporter/pretty/index.js +1 -0
  41. package/dist/reporter/simple/simple-reporter.server.d.ts +23 -0
  42. package/dist/reporter/simple/simple-reporter.server.js +11 -0
  43. package/package.json +34 -122
  44. package/dist/index.browser.cjs +0 -1
  45. package/dist/index.browser.d.cts +0 -11
  46. package/dist/index.browser.d.mts +0 -11
  47. package/dist/index.browser.mjs +0 -1
  48. package/dist/index.server.cjs +0 -5
  49. package/dist/index.server.d.cts +0 -32
  50. package/dist/index.server.d.mts +0 -32
  51. package/dist/index.server.mjs +0 -5
  52. package/dist/packem_shared/CallerProcessor-DJnmMPMj.cjs +0 -1
  53. package/dist/packem_shared/CallerProcessor-mNkBei3j.mjs +0 -1
  54. package/dist/packem_shared/JsonFileReporter-B7cJWaL5.cjs +0 -2
  55. package/dist/packem_shared/JsonReporter-0IxBO0rl.mjs +0 -2
  56. package/dist/packem_shared/JsonReporter-CRzHu5q7.mjs +0 -1
  57. package/dist/packem_shared/JsonReporter-DZvKFDz6.cjs +0 -2
  58. package/dist/packem_shared/JsonReporter-U9kk2_gT.cjs +0 -1
  59. package/dist/packem_shared/MessageFormatterProcessor-D_s8r8ot.cjs +0 -1
  60. package/dist/packem_shared/MessageFormatterProcessor-rkvAy05-.mjs +0 -1
  61. package/dist/packem_shared/PrettyReporter-1aoZvU3r.mjs +0 -5
  62. package/dist/packem_shared/PrettyReporter-BSm1ACaz.cjs +0 -13
  63. package/dist/packem_shared/PrettyReporter-C0Qa7g8i.mjs +0 -13
  64. package/dist/packem_shared/PrettyReporter-CklpEjI1.cjs +0 -5
  65. package/dist/packem_shared/RedactProcessor-BBJysXaX.cjs +0 -1
  66. package/dist/packem_shared/RedactProcessor-CxKTN42V.mjs +0 -3
  67. package/dist/packem_shared/SimpleReporter-BajPeBDy.mjs +0 -11
  68. package/dist/packem_shared/SimpleReporter-DiFOEIps.cjs +0 -11
  69. package/dist/packem_shared/abstract-json-reporter-B_QC6gt7.mjs +0 -1
  70. package/dist/packem_shared/abstract-json-reporter-C1jqd5bO.cjs +0 -1
  71. package/dist/packem_shared/abstract-pretty-reporter-C2vDqWAQ.cjs +0 -1
  72. package/dist/packem_shared/abstract-pretty-reporter-C5UVAUaP.d.cts +0 -45
  73. package/dist/packem_shared/abstract-pretty-reporter-CDuO-IFk.d.ts +0 -45
  74. package/dist/packem_shared/abstract-pretty-reporter-CRcf4WZd.mjs +0 -1
  75. package/dist/packem_shared/abstract-pretty-reporter-Ckmv6CnU.d.mts +0 -45
  76. package/dist/packem_shared/constants-BFrKdBPm.cjs +0 -1
  77. package/dist/packem_shared/format-label-B496HVjo.mjs +0 -8
  78. package/dist/packem_shared/format-label-BkRisUmO.cjs +0 -8
  79. package/dist/packem_shared/get-longest-label-7LkwzzHo.cjs +0 -1
  80. package/dist/packem_shared/pail.browser-2KlA4DJS.d.cts +0 -60
  81. package/dist/packem_shared/pail.browser-B9eJPHAe.d.mts +0 -60
  82. package/dist/packem_shared/pail.browser-Di9_5Zcq.mjs +0 -1
  83. package/dist/packem_shared/pail.browser-vVxBu_Xl.cjs +0 -1
  84. package/dist/packem_shared/types-CMdBdNgA.d.mts +0 -123
  85. package/dist/packem_shared/types-CMdBdNgA.d.ts +0 -123
  86. package/dist/packem_shared/write-console-log-3G15muTS.cjs +0 -1
  87. package/dist/packem_shared/write-stream-Dl-usQqh.cjs +0 -1
  88. package/dist/processor.browser.cjs +0 -1
  89. package/dist/processor.browser.d.cts +0 -23
  90. package/dist/processor.browser.d.mts +0 -23
  91. package/dist/processor.browser.d.ts +0 -23
  92. package/dist/processor.browser.mjs +0 -1
  93. package/dist/processor.server.cjs +0 -1
  94. package/dist/processor.server.d.cts +0 -23
  95. package/dist/processor.server.d.mts +0 -23
  96. package/dist/processor.server.mjs +0 -1
  97. package/dist/reporter.browser.cjs +0 -1
  98. package/dist/reporter.browser.d.cts +0 -18
  99. package/dist/reporter.browser.d.mts +0 -18
  100. package/dist/reporter.browser.d.ts +0 -18
  101. package/dist/reporter.browser.mjs +0 -1
  102. package/dist/reporter.server.cjs +0 -1
  103. package/dist/reporter.server.d.cts +0 -69
  104. package/dist/reporter.server.d.mts +0 -69
  105. package/dist/reporter.server.d.ts +0 -69
  106. package/dist/reporter.server.mjs +0 -1
  107. /package/dist/packem_shared/{get-longest-label-B0NrI-o2.mjs → get-longest-label-B0NrI-o2.js} +0 -0
  108. /package/dist/packem_shared/{write-console-log-BP95fgQZ.mjs → write-console-log-based-on-level-BP95fgQZ.js} +0 -0
  109. /package/dist/packem_shared/{write-stream-CD8XFv1L.mjs → write-stream-CD8XFv1L.js} +0 -0
package/LICENSE.md CHANGED
@@ -27,123 +27,569 @@ The published @visulima/pail artifact additionally contains code with the follow
27
27
  MIT
28
28
 
29
29
  # Bundled dependencies:
30
- ## ansi-regex
30
+ ## @visulima/error
31
31
  License: MIT
32
- By: Sindre Sorhus
33
- Repository: chalk/ansi-regex
32
+ By: Daniel Bannert
33
+ Repository: git+https://github.com/visulima/visulima.git
34
34
 
35
35
  > MIT License
36
36
  >
37
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
37
+ > Copyright (c) 2024 visulima
38
38
  >
39
- > 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:
39
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
40
+ > of this software and associated documentation files (the "Software"), to deal
41
+ > in the Software without restriction, including without limitation the rights
42
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43
+ > copies of the Software, and to permit persons to whom the Software is
44
+ > furnished to do so, subject to the following conditions:
40
45
  >
41
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
46
+ > The above copyright notice and this permission notice shall be included in all
47
+ > copies or substantial portions of the Software.
42
48
  >
43
- > 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.
49
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55
+ > SOFTWARE.
56
+ >
57
+ >
58
+ >
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) 2024 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.
44
203
 
45
204
  ---------------------------------------
46
205
 
47
- ## ansi-styles
206
+ ## @visulima/fmt
48
207
  License: MIT
49
- By: Sindre Sorhus
50
- Repository: chalk/ansi-styles
208
+ By: Daniel Bannert
209
+ Repository: git+https://github.com/visulima/visulima.git
51
210
 
52
211
  > MIT License
53
212
  >
54
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
213
+ > Copyright (c) 2024 visulima
55
214
  >
56
- > 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:
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:
57
221
  >
58
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
222
+ > The above copyright notice and this permission notice shall be included in all
223
+ > copies or substantial portions of the Software.
59
224
  >
60
- > 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.
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.
61
232
 
62
233
  ---------------------------------------
63
234
 
64
- ## emoji-regex
235
+ ## @visulima/inspector
65
236
  License: MIT
66
- By: Mathias Bynens
67
- Repository: https://github.com/mathiasbynens/emoji-regex.git
68
-
69
- > Copyright Mathias Bynens <https://mathiasbynens.be/>
70
- >
71
- > Permission is hereby granted, free of charge, to any person obtaining
72
- > a copy of this software and associated documentation files (the
73
- > "Software"), to deal in the Software without restriction, including
74
- > without limitation the rights to use, copy, modify, merge, publish,
75
- > distribute, sublicense, and/or sell copies of the Software, and to
76
- > permit persons to whom the Software is furnished to do so, subject to
77
- > the following conditions:
78
- >
79
- > The above copyright notice and this permission notice shall be
80
- > included in all copies or substantial portions of the Software.
81
- >
82
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
83
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
84
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
85
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
86
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
87
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
88
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
89
-
90
- ---------------------------------------
91
-
92
- ## get-east-asian-width
93
- License: MIT
94
- By: Sindre Sorhus
95
- Repository: sindresorhus/get-east-asian-width
237
+ By: Daniel Bannert
238
+ Repository: git+https://github.com/visulima/visulima.git
96
239
 
97
240
  > MIT License
98
241
  >
99
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
242
+ > Copyright (c) 2024 visulima
243
+ >
244
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
245
+ > of this software and associated documentation files (the "Software"), to deal
246
+ > in the Software without restriction, including without limitation the rights
247
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
248
+ > copies of the Software, and to permit persons to whom the Software is
249
+ > furnished to do so, subject to the following conditions:
250
+ >
251
+ > The above copyright notice and this permission notice shall be included in all
252
+ > copies or substantial portions of the Software.
253
+ >
254
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
255
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
256
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
257
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
258
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
259
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
260
+ > SOFTWARE.
261
+ >
262
+ > ---
263
+ >
264
+ > Modified code from the original [loupe](https://github.com/chaijs/loupe/tree/main) repository.
265
+ >
266
+ > (The MIT License)
267
+ >
268
+ > Copyright (c) 2011-2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
100
269
  >
101
270
  > 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:
102
271
  >
103
272
  > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
104
273
  >
105
274
  > 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.
275
+ >
276
+ >
277
+ >
278
+ >
279
+ >
280
+ >
281
+ > # Licenses of bundled types
282
+ > The published @visulima/inspector artifact additionally contains code with the following licenses:
283
+ > (MIT OR CC0-1.0)
284
+ >
285
+ > # Bundled types:
286
+ > ## type-fest
287
+ > License: (MIT OR CC0-1.0)
288
+ > By: Sindre Sorhus
289
+ > Repository: sindresorhus/type-fest
290
+ >
291
+ > > Creative Commons Legal Code
292
+ > >
293
+ > > CC0 1.0 Universal
294
+ > >
295
+ > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
296
+ > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
297
+ > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
298
+ > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
299
+ > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
300
+ > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
301
+ > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
302
+ > > HEREUNDER.
303
+ > >
304
+ > > Statement of Purpose
305
+ > >
306
+ > > The laws of most jurisdictions throughout the world automatically confer
307
+ > > exclusive Copyright and Related Rights (defined below) upon the creator
308
+ > > and subsequent owner(s) (each and all, an "owner") of an original work of
309
+ > > authorship and/or a database (each, a "Work").
310
+ > >
311
+ > > Certain owners wish to permanently relinquish those rights to a Work for
312
+ > > the purpose of contributing to a commons of creative, cultural and
313
+ > > scientific works ("Commons") that the public can reliably and without fear
314
+ > > of later claims of infringement build upon, modify, incorporate in other
315
+ > > works, reuse and redistribute as freely as possible in any form whatsoever
316
+ > > and for any purposes, including without limitation commercial purposes.
317
+ > > These owners may contribute to the Commons to promote the ideal of a free
318
+ > > culture and the further production of creative, cultural and scientific
319
+ > > works, or to gain reputation or greater distribution for their Work in
320
+ > > part through the use and efforts of others.
321
+ > >
322
+ > > For these and/or other purposes and motivations, and without any
323
+ > > expectation of additional consideration or compensation, the person
324
+ > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
325
+ > > is an owner of Copyright and Related Rights in the Work, voluntarily
326
+ > > elects to apply CC0 to the Work and publicly distribute the Work under its
327
+ > > terms, with knowledge of his or her Copyright and Related Rights in the
328
+ > > Work and the meaning and intended legal effect of CC0 on those rights.
329
+ > >
330
+ > > 1. Copyright and Related Rights. A Work made available under CC0 may be
331
+ > > protected by copyright and related or neighboring rights ("Copyright and
332
+ > > Related Rights"). Copyright and Related Rights include, but are not
333
+ > > limited to, the following:
334
+ > >
335
+ > > i. the right to reproduce, adapt, distribute, perform, display,
336
+ > > communicate, and translate a Work;
337
+ > > ii. moral rights retained by the original author(s) and/or performer(s);
338
+ > > iii. publicity and privacy rights pertaining to a person's image or
339
+ > > likeness depicted in a Work;
340
+ > > iv. rights protecting against unfair competition in regards to a Work,
341
+ > > subject to the limitations in paragraph 4(a), below;
342
+ > > v. rights protecting the extraction, dissemination, use and reuse of data
343
+ > > in a Work;
344
+ > > vi. database rights (such as those arising under Directive 96/9/EC of the
345
+ > > European Parliament and of the Council of 11 March 1996 on the legal
346
+ > > protection of databases, and under any national implementation
347
+ > > thereof, including any amended or successor version of such
348
+ > > directive); and
349
+ > > vii. other similar, equivalent or corresponding rights throughout the
350
+ > > world based on applicable law or treaty, and any national
351
+ > > implementations thereof.
352
+ > >
353
+ > > 2. Waiver. To the greatest extent permitted by, but not in contravention
354
+ > > of, applicable law, Affirmer hereby overtly, fully, permanently,
355
+ > > irrevocably and unconditionally waives, abandons, and surrenders all of
356
+ > > Affirmer's Copyright and Related Rights and associated claims and causes
357
+ > > of action, whether now known or unknown (including existing as well as
358
+ > > future claims and causes of action), in the Work (i) in all territories
359
+ > > worldwide, (ii) for the maximum duration provided by applicable law or
360
+ > > treaty (including future time extensions), (iii) in any current or future
361
+ > > medium and for any number of copies, and (iv) for any purpose whatsoever,
362
+ > > including without limitation commercial, advertising or promotional
363
+ > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
364
+ > > member of the public at large and to the detriment of Affirmer's heirs and
365
+ > > successors, fully intending that such Waiver shall not be subject to
366
+ > > revocation, rescission, cancellation, termination, or any other legal or
367
+ > > equitable action to disrupt the quiet enjoyment of the Work by the public
368
+ > > as contemplated by Affirmer's express Statement of Purpose.
369
+ > >
370
+ > > 3. Public License Fallback. Should any part of the Waiver for any reason
371
+ > > be judged legally invalid or ineffective under applicable law, then the
372
+ > > Waiver shall be preserved to the maximum extent permitted taking into
373
+ > > account Affirmer's express Statement of Purpose. In addition, to the
374
+ > > extent the Waiver is so judged Affirmer hereby grants to each affected
375
+ > > person a royalty-free, non transferable, non sublicensable, non exclusive,
376
+ > > irrevocable and unconditional license to exercise Affirmer's Copyright and
377
+ > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
378
+ > > maximum duration provided by applicable law or treaty (including future
379
+ > > time extensions), (iii) in any current or future medium and for any number
380
+ > > of copies, and (iv) for any purpose whatsoever, including without
381
+ > > limitation commercial, advertising or promotional purposes (the
382
+ > > "License"). The License shall be deemed effective as of the date CC0 was
383
+ > > applied by Affirmer to the Work. Should any part of the License for any
384
+ > > reason be judged legally invalid or ineffective under applicable law, such
385
+ > > partial invalidity or ineffectiveness shall not invalidate the remainder
386
+ > > of the License, and in such case Affirmer hereby affirms that he or she
387
+ > > will not (i) exercise any of his or her remaining Copyright and Related
388
+ > > Rights in the Work or (ii) assert any associated claims and causes of
389
+ > > action with respect to the Work, in either case contrary to Affirmer's
390
+ > > express Statement of Purpose.
391
+ > >
392
+ > > 4. Limitations and Disclaimers.
393
+ > >
394
+ > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
395
+ > > surrendered, licensed or otherwise affected by this document.
396
+ > > b. Affirmer offers the Work as-is and makes no representations or
397
+ > > warranties of any kind concerning the Work, express, implied,
398
+ > > statutory or otherwise, including without limitation warranties of
399
+ > > title, merchantability, fitness for a particular purpose, non
400
+ > > infringement, or the absence of latent or other defects, accuracy, or
401
+ > > the present or absence of errors, whether or not discoverable, all to
402
+ > > the greatest extent permissible under applicable law.
403
+ > > c. Affirmer disclaims responsibility for clearing rights of other persons
404
+ > > that may apply to the Work or any use thereof, including without
405
+ > > limitation any person's Copyright and Related Rights in the Work.
406
+ > > Further, Affirmer disclaims responsibility for obtaining any necessary
407
+ > > consents, permissions or other rights required for any use of the
408
+ > > Work.
409
+ > > d. Affirmer understands and acknowledges that Creative Commons is not a
410
+ > > party to this document and has no duty or obligation with respect to
411
+ > > this CC0 or use of the Work.
106
412
 
107
413
  ---------------------------------------
108
414
 
109
- ## string-length
415
+ ## @visulima/string
110
416
  License: MIT
111
- By: Sindre Sorhus
112
- Repository: sindresorhus/string-length
417
+ By: Daniel Bannert
418
+ Repository: git+https://github.com/visulima/visulima.git
113
419
 
114
420
  > MIT License
115
421
  >
116
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
422
+ > Copyright (c) 2025 visulima
117
423
  >
118
- > 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:
424
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
425
+ > of this software and associated documentation files (the "Software"), to deal
426
+ > in the Software without restriction, including without limitation the rights
427
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
428
+ > copies of the Software, and to permit persons to whom the Software is
429
+ > furnished to do so, subject to the following conditions:
119
430
  >
120
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
431
+ > The above copyright notice and this permission notice shall be included in all
432
+ > copies or substantial portions of the Software.
121
433
  >
122
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
434
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
435
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
436
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
437
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
438
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
439
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
440
+ > SOFTWARE.
441
+ >
442
+ >
443
+ >
444
+ > # Licenses of bundled dependencies
445
+ > The published @visulima/string artifact additionally contains code with the following licenses:
446
+ > MIT
447
+ >
448
+ > # Bundled dependencies:
449
+ > ## emoji-regex-xs
450
+ > License: MIT
451
+ > By: Steven Levithan
452
+ > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
453
+ >
454
+ > > MIT License
455
+ > >
456
+ > > Copyright (c) 2025 Steven Levithan
457
+ > >
458
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
459
+ > > of this software and associated documentation files (the "Software"), to deal
460
+ > > in the Software without restriction, including without limitation the rights
461
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
462
+ > > copies of the Software, and to permit persons to whom the Software is
463
+ > > furnished to do so, subject to the following conditions:
464
+ > >
465
+ > > The above copyright notice and this permission notice shall be included in all
466
+ > > copies or substantial portions of the Software.
467
+ > >
468
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
469
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
470
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
471
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
472
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
473
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
474
+ > > SOFTWARE.
475
+ >
476
+ > ---------------------------------------
477
+ >
478
+ > ## fastest-levenshtein
479
+ > License: MIT
480
+ > By: Kasper U. Weihe
481
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
482
+ >
483
+ > > MIT License
484
+ > >
485
+ > > Copyright (c) 2020 Kasper Unn Weihe
486
+ > >
487
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
488
+ > > of this software and associated documentation files (the "Software"), to deal
489
+ > > in the Software without restriction, including without limitation the rights
490
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
491
+ > > copies of the Software, and to permit persons to whom the Software is
492
+ > > furnished to do so, subject to the following conditions:
493
+ > >
494
+ > > The above copyright notice and this permission notice shall be included in all
495
+ > > copies or substantial portions of the Software.
496
+ > >
497
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
498
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
499
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
500
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
501
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
502
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
503
+ > > SOFTWARE.
504
+ >
505
+ > ---------------------------------------
506
+ >
507
+ > ## get-east-asian-width
508
+ > License: MIT
509
+ > By: Sindre Sorhus
510
+ > Repository: sindresorhus/get-east-asian-width
511
+ >
512
+ > > MIT License
513
+ > >
514
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
515
+ > >
516
+ > > 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:
517
+ > >
518
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
519
+ > >
520
+ > > 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.
521
+ >
522
+ >
523
+ >
524
+ >
525
+ >
526
+ > # Licenses of bundled types
527
+ > The published @visulima/string artifact additionally contains code with the following licenses:
528
+ > MIT
529
+ >
530
+ > # Bundled types:
531
+ > ## fastest-levenshtein
532
+ > License: MIT
533
+ > By: Kasper U. Weihe
534
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
535
+ >
536
+ > > MIT License
537
+ > >
538
+ > > Copyright (c) 2020 Kasper Unn Weihe
539
+ > >
540
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
541
+ > > of this software and associated documentation files (the "Software"), to deal
542
+ > > in the Software without restriction, including without limitation the rights
543
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
544
+ > > copies of the Software, and to permit persons to whom the Software is
545
+ > > furnished to do so, subject to the following conditions:
546
+ > >
547
+ > > The above copyright notice and this permission notice shall be included in all
548
+ > > copies or substantial portions of the Software.
549
+ > >
550
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
551
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
552
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
553
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
554
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
555
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
556
+ > > SOFTWARE.
123
557
 
124
558
  ---------------------------------------
125
559
 
126
- ## string-width
560
+ ## safe-stable-stringify
127
561
  License: MIT
128
- By: Sindre Sorhus
129
- Repository: sindresorhus/string-width
562
+ By: Ruben Bridgewater
563
+ Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
130
564
 
131
- > MIT License
565
+ > The MIT License (MIT)
132
566
  >
133
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
567
+ > Copyright (c) Ruben Bridgewater
134
568
  >
135
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
569
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
570
+ > of this software and associated documentation files (the "Software"), to deal
571
+ > in the Software without restriction, including without limitation the rights
572
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
573
+ > copies of the Software, and to permit persons to whom the Software is
574
+ > furnished to do so, subject to the following conditions:
136
575
  >
137
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
576
+ > The above copyright notice and this permission notice shall be included in all
577
+ > copies or substantial portions of the Software.
138
578
  >
139
- > 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.
579
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
580
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
581
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
582
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
583
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
584
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
585
+ > SOFTWARE.
140
586
 
141
587
  ---------------------------------------
142
588
 
143
- ## strip-ansi
589
+ ## terminal-size
144
590
  License: MIT
145
591
  By: Sindre Sorhus
146
- Repository: chalk/strip-ansi
592
+ Repository: sindresorhus/terminal-size
147
593
 
148
594
  > MIT License
149
595
  >
@@ -155,175 +601,430 @@ Repository: chalk/strip-ansi
155
601
  >
156
602
  > 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.
157
603
 
604
+ <!-- /DEPENDENCIES -->
605
+
606
+ <!-- TYPE_DEPENDENCIES -->
607
+
608
+ # Licenses of bundled types
609
+ The published @visulima/pail artifact additionally contains code with the following licenses:
610
+ MIT
611
+
612
+ # Bundled types:
613
+ ## @visulima/error
614
+ License: MIT
615
+ By: Daniel Bannert
616
+ Repository: git+https://github.com/visulima/visulima.git
617
+
618
+ > MIT License
619
+ >
620
+ > Copyright (c) 2024 visulima
621
+ >
622
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
623
+ > of this software and associated documentation files (the "Software"), to deal
624
+ > in the Software without restriction, including without limitation the rights
625
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
626
+ > copies of the Software, and to permit persons to whom the Software is
627
+ > furnished to do so, subject to the following conditions:
628
+ >
629
+ > The above copyright notice and this permission notice shall be included in all
630
+ > copies or substantial portions of the Software.
631
+ >
632
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
633
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
634
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
635
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
636
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
637
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
638
+ > SOFTWARE.
639
+ >
640
+ > <!-- DEPENDENCIES -->
641
+ >
642
+ > # Licenses of bundled dependencies
643
+ > The published @visulima/error artifact additionally contains code with the following licenses:
644
+ > MIT
645
+ >
646
+ > # Bundled dependencies:
647
+ > ## @visulima/path
648
+ > License: MIT
649
+ > By: Daniel Bannert
650
+ > Repository: git+https://github.com/visulima/visulima.git
651
+ >
652
+ > > MIT License
653
+ > >
654
+ > > Copyright (c) 2024 visulima
655
+ > >
656
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
657
+ > > of this software and associated documentation files (the "Software"), to deal
658
+ > > in the Software without restriction, including without limitation the rights
659
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
660
+ > > copies of the Software, and to permit persons to whom the Software is
661
+ > > furnished to do so, subject to the following conditions:
662
+ > >
663
+ > > The above copyright notice and this permission notice shall be included in all
664
+ > > copies or substantial portions of the Software.
665
+ > >
666
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
667
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
668
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
669
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
670
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
671
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
672
+ > > SOFTWARE.
673
+ > >
674
+ > > ---
675
+ > >
676
+ > > MIT License
677
+ > >
678
+ > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
679
+ > >
680
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
681
+ > > of this software and associated documentation files (the "Software"), to deal
682
+ > > in the Software without restriction, including without limitation the rights
683
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
684
+ > > copies of the Software, and to permit persons to whom the Software is
685
+ > > furnished to do so, subject to the following conditions:
686
+ > >
687
+ > > The above copyright notice and this permission notice shall be included in all
688
+ > > copies or substantial portions of the Software.
689
+ > >
690
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
691
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
692
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
693
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
694
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
695
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
696
+ > > SOFTWARE.
697
+ > >
698
+ > > ---
699
+ > >
700
+ > > Copyright Joyent, Inc. and other Node contributors.
701
+ > >
702
+ > > Permission is hereby granted, free of charge, to any person obtaining a
703
+ > > copy of this software and associated documentation files (the
704
+ > > "Software"), to deal in the Software without restriction, including
705
+ > > without limitation the rights to use, copy, modify, merge, publish,
706
+ > > distribute, sublicense, and/or sell copies of the Software, and to permit
707
+ > > persons to whom the Software is furnished to do so, subject to the
708
+ > > following conditions:
709
+ > >
710
+ > > The above copyright notice and this permission notice shall be included
711
+ > > in all copies or substantial portions of the Software.
712
+ > >
713
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
714
+ > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
715
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
716
+ > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
717
+ > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
718
+ > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
719
+ > > USE OR OTHER DEALINGS IN THE SOFTWARE.
720
+ > >
721
+ > > ---
722
+ > >
723
+ > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
724
+ > >
725
+ > > The MIT License (MIT)
726
+ > >
727
+ > > Copyright (c) 2023-present Fabio Spampinato
728
+ > >
729
+ > > Permission is hereby granted, free of charge, to any person obtaining a
730
+ > > copy of this software and associated documentation files (the "Software"),
731
+ > > to deal in the Software without restriction, including without limitation
732
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
733
+ > > and/or sell copies of the Software, and to permit persons to whom the
734
+ > > Software is furnished to do so, subject to the following conditions:
735
+ > >
736
+ > > The above copyright notice and this permission notice shall be included in
737
+ > > all copies or substantial portions of the Software.
738
+ > >
739
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
740
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
741
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
742
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
743
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
744
+ > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
745
+ > > DEALINGS IN THE SOFTWARE.
746
+ > >
747
+ > >
748
+ > >
749
+ > > # Licenses of bundled dependencies
750
+ > > The published @visulima/path artifact additionally contains code with the following licenses:
751
+ > > MIT
752
+ > >
753
+ > > # Bundled dependencies:
754
+ > > ## binary-extensions
755
+ > > License: MIT
756
+ > > By: Sindre Sorhus
757
+ > > Repository: sindresorhus/binary-extensions
758
+ > >
759
+ > > > MIT License
760
+ > > >
761
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
762
+ > > > Copyright (c) Paul Miller (https://paulmillr.com)
763
+ > > >
764
+ > > > 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:
765
+ > > >
766
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
767
+ > > >
768
+ > > > 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.
769
+ >
770
+ > ---------------------------------------
771
+ >
772
+ > ## is-plain-obj
773
+ > License: MIT
774
+ > By: Sindre Sorhus
775
+ > Repository: sindresorhus/is-plain-obj
776
+ >
777
+ > > MIT License
778
+ > >
779
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
780
+ > >
781
+ > > 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:
782
+ > >
783
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
784
+ > >
785
+ > > 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.
786
+ >
787
+ > <!-- /DEPENDENCIES -->
788
+
158
789
  ---------------------------------------
159
790
 
160
- ## terminal-size
791
+ ## @visulima/fmt
161
792
  License: MIT
162
- By: Sindre Sorhus
163
- Repository: sindresorhus/terminal-size
793
+ By: Daniel Bannert
794
+ Repository: git+https://github.com/visulima/visulima.git
164
795
 
165
796
  > MIT License
166
797
  >
167
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
798
+ > Copyright (c) 2024 visulima
168
799
  >
169
- > 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:
800
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
801
+ > of this software and associated documentation files (the "Software"), to deal
802
+ > in the Software without restriction, including without limitation the rights
803
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
804
+ > copies of the Software, and to permit persons to whom the Software is
805
+ > furnished to do so, subject to the following conditions:
170
806
  >
171
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
807
+ > The above copyright notice and this permission notice shall be included in all
808
+ > copies or substantial portions of the Software.
172
809
  >
173
- > 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.
810
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
811
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
812
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
813
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
814
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
815
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
816
+ > SOFTWARE.
817
+ >
818
+ > <!-- DEPENDENCIES -->
819
+ > <!-- /DEPENDENCIES -->
174
820
 
175
821
  ---------------------------------------
176
822
 
177
- ## wrap-ansi
823
+ ## @visulima/inspector
178
824
  License: MIT
179
- By: Sindre Sorhus
180
- Repository: chalk/wrap-ansi
825
+ By: Daniel Bannert
826
+ Repository: git+https://github.com/visulima/visulima.git
181
827
 
182
828
  > MIT License
183
829
  >
184
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
830
+ > Copyright (c) 2024 visulima
831
+ >
832
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
833
+ > of this software and associated documentation files (the "Software"), to deal
834
+ > in the Software without restriction, including without limitation the rights
835
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
836
+ > copies of the Software, and to permit persons to whom the Software is
837
+ > furnished to do so, subject to the following conditions:
838
+ >
839
+ > The above copyright notice and this permission notice shall be included in all
840
+ > copies or substantial portions of the Software.
841
+ >
842
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
843
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
844
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
845
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
846
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
847
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
848
+ > SOFTWARE.
849
+ >
850
+ > ---
851
+ >
852
+ > Modified code from the original [loupe](https://github.com/chaijs/loupe/tree/main) repository.
853
+ >
854
+ > (The MIT License)
855
+ >
856
+ > Copyright (c) 2011-2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
185
857
  >
186
858
  > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
187
859
  >
188
860
  > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
189
861
  >
190
862
  > 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.
863
+ >
864
+ > <!-- DEPENDENCIES -->
865
+ > <!-- /DEPENDENCIES -->
866
+ >
867
+ >
868
+ >
869
+ > # Licenses of bundled types
870
+ > The published @visulima/inspector artifact additionally contains code with the following licenses:
871
+ > (MIT OR CC0-1.0)
872
+ >
873
+ > # Bundled types:
874
+ > ## type-fest
875
+ > License: (MIT OR CC0-1.0)
876
+ > By: Sindre Sorhus
877
+ > Repository: sindresorhus/type-fest
878
+ >
879
+ > > Creative Commons Legal Code
880
+ > >
881
+ > > CC0 1.0 Universal
882
+ > >
883
+ > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
884
+ > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
885
+ > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
886
+ > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
887
+ > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
888
+ > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
889
+ > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
890
+ > > HEREUNDER.
891
+ > >
892
+ > > Statement of Purpose
893
+ > >
894
+ > > The laws of most jurisdictions throughout the world automatically confer
895
+ > > exclusive Copyright and Related Rights (defined below) upon the creator
896
+ > > and subsequent owner(s) (each and all, an "owner") of an original work of
897
+ > > authorship and/or a database (each, a "Work").
898
+ > >
899
+ > > Certain owners wish to permanently relinquish those rights to a Work for
900
+ > > the purpose of contributing to a commons of creative, cultural and
901
+ > > scientific works ("Commons") that the public can reliably and without fear
902
+ > > of later claims of infringement build upon, modify, incorporate in other
903
+ > > works, reuse and redistribute as freely as possible in any form whatsoever
904
+ > > and for any purposes, including without limitation commercial purposes.
905
+ > > These owners may contribute to the Commons to promote the ideal of a free
906
+ > > culture and the further production of creative, cultural and scientific
907
+ > > works, or to gain reputation or greater distribution for their Work in
908
+ > > part through the use and efforts of others.
909
+ > >
910
+ > > For these and/or other purposes and motivations, and without any
911
+ > > expectation of additional consideration or compensation, the person
912
+ > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
913
+ > > is an owner of Copyright and Related Rights in the Work, voluntarily
914
+ > > elects to apply CC0 to the Work and publicly distribute the Work under its
915
+ > > terms, with knowledge of his or her Copyright and Related Rights in the
916
+ > > Work and the meaning and intended legal effect of CC0 on those rights.
917
+ > >
918
+ > > 1. Copyright and Related Rights. A Work made available under CC0 may be
919
+ > > protected by copyright and related or neighboring rights ("Copyright and
920
+ > > Related Rights"). Copyright and Related Rights include, but are not
921
+ > > limited to, the following:
922
+ > >
923
+ > > i. the right to reproduce, adapt, distribute, perform, display,
924
+ > > communicate, and translate a Work;
925
+ > > ii. moral rights retained by the original author(s) and/or performer(s);
926
+ > > iii. publicity and privacy rights pertaining to a person's image or
927
+ > > likeness depicted in a Work;
928
+ > > iv. rights protecting against unfair competition in regards to a Work,
929
+ > > subject to the limitations in paragraph 4(a), below;
930
+ > > v. rights protecting the extraction, dissemination, use and reuse of data
931
+ > > in a Work;
932
+ > > vi. database rights (such as those arising under Directive 96/9/EC of the
933
+ > > European Parliament and of the Council of 11 March 1996 on the legal
934
+ > > protection of databases, and under any national implementation
935
+ > > thereof, including any amended or successor version of such
936
+ > > directive); and
937
+ > > vii. other similar, equivalent or corresponding rights throughout the
938
+ > > world based on applicable law or treaty, and any national
939
+ > > implementations thereof.
940
+ > >
941
+ > > 2. Waiver. To the greatest extent permitted by, but not in contravention
942
+ > > of, applicable law, Affirmer hereby overtly, fully, permanently,
943
+ > > irrevocably and unconditionally waives, abandons, and surrenders all of
944
+ > > Affirmer's Copyright and Related Rights and associated claims and causes
945
+ > > of action, whether now known or unknown (including existing as well as
946
+ > > future claims and causes of action), in the Work (i) in all territories
947
+ > > worldwide, (ii) for the maximum duration provided by applicable law or
948
+ > > treaty (including future time extensions), (iii) in any current or future
949
+ > > medium and for any number of copies, and (iv) for any purpose whatsoever,
950
+ > > including without limitation commercial, advertising or promotional
951
+ > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
952
+ > > member of the public at large and to the detriment of Affirmer's heirs and
953
+ > > successors, fully intending that such Waiver shall not be subject to
954
+ > > revocation, rescission, cancellation, termination, or any other legal or
955
+ > > equitable action to disrupt the quiet enjoyment of the Work by the public
956
+ > > as contemplated by Affirmer's express Statement of Purpose.
957
+ > >
958
+ > > 3. Public License Fallback. Should any part of the Waiver for any reason
959
+ > > be judged legally invalid or ineffective under applicable law, then the
960
+ > > Waiver shall be preserved to the maximum extent permitted taking into
961
+ > > account Affirmer's express Statement of Purpose. In addition, to the
962
+ > > extent the Waiver is so judged Affirmer hereby grants to each affected
963
+ > > person a royalty-free, non transferable, non sublicensable, non exclusive,
964
+ > > irrevocable and unconditional license to exercise Affirmer's Copyright and
965
+ > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
966
+ > > maximum duration provided by applicable law or treaty (including future
967
+ > > time extensions), (iii) in any current or future medium and for any number
968
+ > > of copies, and (iv) for any purpose whatsoever, including without
969
+ > > limitation commercial, advertising or promotional purposes (the
970
+ > > "License"). The License shall be deemed effective as of the date CC0 was
971
+ > > applied by Affirmer to the Work. Should any part of the License for any
972
+ > > reason be judged legally invalid or ineffective under applicable law, such
973
+ > > partial invalidity or ineffectiveness shall not invalidate the remainder
974
+ > > of the License, and in such case Affirmer hereby affirms that he or she
975
+ > > will not (i) exercise any of his or her remaining Copyright and Related
976
+ > > Rights in the Work or (ii) assert any associated claims and causes of
977
+ > > action with respect to the Work, in either case contrary to Affirmer's
978
+ > > express Statement of Purpose.
979
+ > >
980
+ > > 4. Limitations and Disclaimers.
981
+ > >
982
+ > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
983
+ > > surrendered, licensed or otherwise affected by this document.
984
+ > > b. Affirmer offers the Work as-is and makes no representations or
985
+ > > warranties of any kind concerning the Work, express, implied,
986
+ > > statutory or otherwise, including without limitation warranties of
987
+ > > title, merchantability, fitness for a particular purpose, non
988
+ > > infringement, or the absence of latent or other defects, accuracy, or
989
+ > > the present or absence of errors, whether or not discoverable, all to
990
+ > > the greatest extent permissible under applicable law.
991
+ > > c. Affirmer disclaims responsibility for clearing rights of other persons
992
+ > > that may apply to the Work or any use thereof, including without
993
+ > > limitation any person's Copyright and Related Rights in the Work.
994
+ > > Further, Affirmer disclaims responsibility for obtaining any necessary
995
+ > > consents, permissions or other rights required for any use of the
996
+ > > Work.
997
+ > > d. Affirmer understands and acknowledges that Creative Commons is not a
998
+ > > party to this document and has no duty or obligation with respect to
999
+ > > this CC0 or use of the Work.
191
1000
 
192
- <!-- /DEPENDENCIES -->
193
-
194
- <!-- TYPE_DEPENDENCIES -->
195
-
196
- # Licenses of bundled types
197
-
198
- The published @visulima/pail artifact additionally contains code with the following licenses:
199
- (MIT OR CC0-1.0)
200
-
201
- # Bundled types:
1001
+ ---------------------------------------
202
1002
 
203
- ## type-fest
1003
+ ## safe-stable-stringify
1004
+ License: MIT
1005
+ By: Ruben Bridgewater
1006
+ Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
204
1007
 
205
- License: (MIT OR CC0-1.0)
206
- By: Sindre Sorhus
207
- Repository: sindresorhus/type-fest
208
-
209
- > Creative Commons Legal Code
210
- >
211
- > CC0 1.0 Universal
212
- >
213
- > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
214
- > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
215
- > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
216
- > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
217
- > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
218
- > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
219
- > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
220
- > HEREUNDER.
221
- >
222
- > Statement of Purpose
223
- >
224
- > The laws of most jurisdictions throughout the world automatically confer
225
- > exclusive Copyright and Related Rights (defined below) upon the creator
226
- > and subsequent owner(s) (each and all, an "owner") of an original work of
227
- > authorship and/or a database (each, a "Work").
228
- >
229
- > Certain owners wish to permanently relinquish those rights to a Work for
230
- > the purpose of contributing to a commons of creative, cultural and
231
- > scientific works ("Commons") that the public can reliably and without fear
232
- > of later claims of infringement build upon, modify, incorporate in other
233
- > works, reuse and redistribute as freely as possible in any form whatsoever
234
- > and for any purposes, including without limitation commercial purposes.
235
- > These owners may contribute to the Commons to promote the ideal of a free
236
- > culture and the further production of creative, cultural and scientific
237
- > works, or to gain reputation or greater distribution for their Work in
238
- > part through the use and efforts of others.
239
- >
240
- > For these and/or other purposes and motivations, and without any
241
- > expectation of additional consideration or compensation, the person
242
- > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
243
- > is an owner of Copyright and Related Rights in the Work, voluntarily
244
- > elects to apply CC0 to the Work and publicly distribute the Work under its
245
- > terms, with knowledge of his or her Copyright and Related Rights in the
246
- > Work and the meaning and intended legal effect of CC0 on those rights.
247
- >
248
- > 1. Copyright and Related Rights. A Work made available under CC0 may be
249
- > protected by copyright and related or neighboring rights ("Copyright and
250
- > Related Rights"). Copyright and Related Rights include, but are not
251
- > limited to, the following:
252
- >
253
- > i. the right to reproduce, adapt, distribute, perform, display,
254
- > communicate, and translate a Work;
255
- > ii. moral rights retained by the original author(s) and/or performer(s);
256
- > iii. publicity and privacy rights pertaining to a person's image or
257
- > likeness depicted in a Work;
258
- > iv. rights protecting against unfair competition in regards to a Work,
259
- > subject to the limitations in paragraph 4(a), below;
260
- > v. rights protecting the extraction, dissemination, use and reuse of data
261
- > in a Work;
262
- > vi. database rights (such as those arising under Directive 96/9/EC of the
263
- > European Parliament and of the Council of 11 March 1996 on the legal
264
- > protection of databases, and under any national implementation
265
- > thereof, including any amended or successor version of such
266
- > directive); and
267
- > vii. other similar, equivalent or corresponding rights throughout the
268
- > world based on applicable law or treaty, and any national
269
- > implementations thereof.
270
- >
271
- > 2. Waiver. To the greatest extent permitted by, but not in contravention
272
- > of, applicable law, Affirmer hereby overtly, fully, permanently,
273
- > irrevocably and unconditionally waives, abandons, and surrenders all of
274
- > Affirmer's Copyright and Related Rights and associated claims and causes
275
- > of action, whether now known or unknown (including existing as well as
276
- > future claims and causes of action), in the Work (i) in all territories
277
- > worldwide, (ii) for the maximum duration provided by applicable law or
278
- > treaty (including future time extensions), (iii) in any current or future
279
- > medium and for any number of copies, and (iv) for any purpose whatsoever,
280
- > including without limitation commercial, advertising or promotional
281
- > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
282
- > member of the public at large and to the detriment of Affirmer's heirs and
283
- > successors, fully intending that such Waiver shall not be subject to
284
- > revocation, rescission, cancellation, termination, or any other legal or
285
- > equitable action to disrupt the quiet enjoyment of the Work by the public
286
- > as contemplated by Affirmer's express Statement of Purpose.
287
- > 3. Public License Fallback. Should any part of the Waiver for any reason
288
- > be judged legally invalid or ineffective under applicable law, then the
289
- > Waiver shall be preserved to the maximum extent permitted taking into
290
- > account Affirmer's express Statement of Purpose. In addition, to the
291
- > extent the Waiver is so judged Affirmer hereby grants to each affected
292
- > person a royalty-free, non transferable, non sublicensable, non exclusive,
293
- > irrevocable and unconditional license to exercise Affirmer's Copyright and
294
- > Related Rights in the Work (i) in all territories worldwide, (ii) for the
295
- > maximum duration provided by applicable law or treaty (including future
296
- > time extensions), (iii) in any current or future medium and for any number
297
- > of copies, and (iv) for any purpose whatsoever, including without
298
- > limitation commercial, advertising or promotional purposes (the
299
- > "License"). The License shall be deemed effective as of the date CC0 was
300
- > applied by Affirmer to the Work. Should any part of the License for any
301
- > reason be judged legally invalid or ineffective under applicable law, such
302
- > partial invalidity or ineffectiveness shall not invalidate the remainder
303
- > of the License, and in such case Affirmer hereby affirms that he or she
304
- > will not (i) exercise any of his or her remaining Copyright and Related
305
- > Rights in the Work or (ii) assert any associated claims and causes of
306
- > action with respect to the Work, in either case contrary to Affirmer's
307
- > express Statement of Purpose.
308
- > 4. Limitations and Disclaimers.
309
- >
310
- > a. No trademark or patent rights held by Affirmer are waived, abandoned,
311
- > surrendered, licensed or otherwise affected by this document.
312
- > b. Affirmer offers the Work as-is and makes no representations or
313
- > warranties of any kind concerning the Work, express, implied,
314
- > statutory or otherwise, including without limitation warranties of
315
- > title, merchantability, fitness for a particular purpose, non
316
- > infringement, or the absence of latent or other defects, accuracy, or
317
- > the present or absence of errors, whether or not discoverable, all to
318
- > the greatest extent permissible under applicable law.
319
- > c. Affirmer disclaims responsibility for clearing rights of other persons
320
- > that may apply to the Work or any use thereof, including without
321
- > limitation any person's Copyright and Related Rights in the Work.
322
- > Further, Affirmer disclaims responsibility for obtaining any necessary
323
- > consents, permissions or other rights required for any use of the
324
- > Work.
325
- > d. Affirmer understands and acknowledges that Creative Commons is not a
326
- > party to this document and has no duty or obligation with respect to
327
- > this CC0 or use of the Work.
1008
+ > The MIT License (MIT)
1009
+ >
1010
+ > Copyright (c) Ruben Bridgewater
1011
+ >
1012
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1013
+ > of this software and associated documentation files (the "Software"), to deal
1014
+ > in the Software without restriction, including without limitation the rights
1015
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1016
+ > copies of the Software, and to permit persons to whom the Software is
1017
+ > furnished to do so, subject to the following conditions:
1018
+ >
1019
+ > The above copyright notice and this permission notice shall be included in all
1020
+ > copies or substantial portions of the Software.
1021
+ >
1022
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1023
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1024
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1025
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1026
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1027
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1028
+ > SOFTWARE.
328
1029
 
329
1030
  <!-- /TYPE_DEPENDENCIES -->