@visulima/packem 2.0.0-alpha.6 → 2.0.0-alpha.60

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