@visulima/rollup-plugin-css 1.0.0-alpha.1

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 (52) hide show
  1. package/CHANGELOG.md +161 -0
  2. package/LICENSE.md +377 -0
  3. package/README.md +463 -0
  4. package/dist/index.d.mts +20 -0
  5. package/dist/index.d.ts +20 -0
  6. package/dist/index.mjs +1 -0
  7. package/dist/loaders/less/index.d.mts +17 -0
  8. package/dist/loaders/less/index.d.ts +9 -0
  9. package/dist/loaders/less/index.mjs +1 -0
  10. package/dist/loaders/lightningcss.d.mts +17 -0
  11. package/dist/loaders/lightningcss.d.ts +17 -0
  12. package/dist/loaders/lightningcss.mjs +3 -0
  13. package/dist/loaders/postcss/index.d.mts +17 -0
  14. package/dist/loaders/postcss/index.d.ts +17 -0
  15. package/dist/loaders/postcss/index.mjs +6 -0
  16. package/dist/loaders/sass/index.d.mts +18 -0
  17. package/dist/loaders/sass/index.d.ts +9 -0
  18. package/dist/loaders/sass/index.mjs +8 -0
  19. package/dist/loaders/sourcemap.d.mts +17 -0
  20. package/dist/loaders/sourcemap.d.ts +17 -0
  21. package/dist/loaders/sourcemap.mjs +1 -0
  22. package/dist/loaders/stylus/index.d.mts +17 -0
  23. package/dist/loaders/stylus/index.d.ts +9 -0
  24. package/dist/loaders/stylus/index.mjs +1 -0
  25. package/dist/loaders/tailwindcss-oxide.d.mts +17 -0
  26. package/dist/loaders/tailwindcss-oxide.d.ts +17 -0
  27. package/dist/loaders/tailwindcss-oxide.mjs +1 -0
  28. package/dist/minifiers/cssnano.d.mts +17 -0
  29. package/dist/minifiers/cssnano.d.ts +17 -0
  30. package/dist/minifiers/cssnano.mjs +1 -0
  31. package/dist/minifiers/lightningcss.d.mts +17 -0
  32. package/dist/minifiers/lightningcss.d.ts +17 -0
  33. package/dist/minifiers/lightningcss.mjs +3 -0
  34. package/dist/packem_shared/arrayFmt-Dek5cB7m.mjs +1 -0
  35. package/dist/packem_shared/concat-BbvpVPBg.mjs +3 -0
  36. package/dist/packem_shared/cssModulesTypesPlugin-B9_bJo_B.mjs +10 -0
  37. package/dist/packem_shared/ensure-auto-modules-BU3xWEjl.mjs +1 -0
  38. package/dist/packem_shared/generate-js-exports-Cg7EXFF1.mjs +14 -0
  39. package/dist/packem_shared/getMap-BL5hKEnR.mjs +1 -0
  40. package/dist/packem_shared/hasModuleSpecifier-DIZeev_W.mjs +1 -0
  41. package/dist/packem_shared/inferModeOption-DYyLMRb2.mjs +1 -0
  42. package/dist/packem_shared/loadModule-CovDETwT.mjs +1 -0
  43. package/dist/packem_shared/resolve-nqhcPNJ9.mjs +1 -0
  44. package/dist/packem_shared/rollupCssPlugin-D-7azn92.mjs +3 -0
  45. package/dist/packem_shared/safeId-BN5akJYJ.mjs +1 -0
  46. package/dist/packem_shared/sourcemap-DGfgaUBb.mjs +3 -0
  47. package/dist/packem_shared/types-BS4hXME3.d.mts +185 -0
  48. package/dist/packem_shared/types-BS4hXME3.d.ts +185 -0
  49. package/dist/utils/index.d.mts +71 -0
  50. package/dist/utils/index.d.ts +71 -0
  51. package/dist/utils/index.mjs +1 -0
  52. package/package.json +201 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,161 @@
1
+ ## @visulima/rollup-plugin-css 1.0.0-alpha.1 (2025-08-29)
2
+
3
+ ### Features
4
+
5
+ * introduce debarrel optimization for improved import handling ([129435e](https://github.com/visulima/packem/commit/129435ee941f2cd9f003046225e2a8862eb2cba7))
6
+
7
+ ### Bug Fixes
8
+
9
+ * rename css plugin ([fdcf9f1](https://github.com/visulima/packem/commit/fdcf9f166e5fc90ad6c3c5d1fbf7381630fda4e6))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.9
15
+ * **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.6
16
+
17
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.10](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.9...@visulima/rollup-plugin-css@1.0.0-alpha.10) (2025-08-25)
18
+
19
+ ### Features
20
+
21
+ * Add Data URI plugin support for SVG files ([8528648](https://github.com/visulima/packem/commit/852864828d09a70367c93228b1bee8699e1e00f2))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.8
27
+
28
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.9](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.8...@visulima/rollup-plugin-css@1.0.0-alpha.9) (2025-08-21)
29
+
30
+ ### Bug Fixes
31
+
32
+ * Introduce Button and Card components with Tailwind CSS styles ([bd9d5c3](https://github.com/visulima/packem/commit/bd9d5c371afbc6adf030ade6a64b572f6eb4c2cc))
33
+
34
+ ### Code Refactoring
35
+
36
+ * Update component imports and CSS references for Tailwind integration ([46a1293](https://github.com/visulima/packem/commit/46a1293c5694fccd79670f9c9f51565374f26069))
37
+
38
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.8](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.7...@visulima/rollup-plugin-css@1.0.0-alpha.8) (2025-08-21)
39
+
40
+ ### Bug Fixes
41
+
42
+ * Enhance logging in Tailwind CSS loader for better feature analysis and debugging ([5c8f36e](https://github.com/visulima/packem/commit/5c8f36ef50cc8004664dc95b5ba81f681a2cfb2a))
43
+
44
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.7](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.6...@visulima/rollup-plugin-css@1.0.0-alpha.7) (2025-08-20)
45
+
46
+ ### Bug Fixes
47
+
48
+ * fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
49
+
50
+ ### Miscellaneous Chores
51
+
52
+ * update dependencies for Tailwind CSS and CSS Style Inject ([ef84f41](https://github.com/visulima/packem/commit/ef84f4193be1008b630e9bb29b2cbc78a6d93532))
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.7
58
+
59
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.6](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.5...@visulima/rollup-plugin-css@1.0.0-alpha.6) (2025-08-17)
60
+
61
+ ### Features
62
+
63
+ * added tailwindcss oxide loader ([#166](https://github.com/visulima/packem/issues/166)) ([acbbc59](https://github.com/visulima/packem/commit/acbbc59071e771a94d1a0c5435b267e483e3ad73))
64
+
65
+
66
+ ### Dependencies
67
+
68
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.6
69
+
70
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.5](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.4...@visulima/rollup-plugin-css@1.0.0-alpha.5) (2025-08-10)
71
+
72
+ ### Bug Fixes
73
+
74
+ * update dependencies and add data-uri plugin support ([a52dab5](https://github.com/visulima/packem/commit/a52dab541290324218949ad5ea9502b127d0b0dd))
75
+
76
+ ### Miscellaneous Chores
77
+
78
+ * update package dependencies to version 2.0.3 for @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset; bump oxc-transform and oxc-parser to 0.79.1 ([ce60668](https://github.com/visulima/packem/commit/ce606682c65afcb710e7a923429c2c543f52d88f))
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.5
84
+
85
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.4](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.3...@visulima/rollup-plugin-css@1.0.0-alpha.4) (2025-07-31)
86
+
87
+ ### Bug Fixes
88
+
89
+ * update package dependencies and improve compatibility ([0db341b](https://github.com/visulima/packem/commit/0db341b4e8c90e21d6bda36612d880168f183b7c))
90
+
91
+
92
+ ### Dependencies
93
+
94
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.4
95
+
96
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.3](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.2...@visulima/rollup-plugin-css@1.0.0-alpha.3) (2025-07-17)
97
+
98
+ ### Miscellaneous Chores
99
+
100
+ * update package dependencies and improve TypeScript compatibility ([d0d337f](https://github.com/visulima/packem/commit/d0d337fe20558e1626cbcbeec19e9c2052f15aa2))
101
+
102
+
103
+ ### Dependencies
104
+
105
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.3
106
+
107
+ # @visulima/rollup-plugin-css [1.0.0-alpha.2](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.1...@visulima/rollup-plugin-css@1.0.0-alpha.2) (2025-07-02)
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * fixed release ([047b530](https://github.com/visulima/packem/commit/047b530ebcd6458f93699fd9d0f819bc7dbf9990))
113
+
114
+
115
+
116
+
117
+
118
+ ### Dependencies
119
+
120
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.2
121
+
122
+ ## @visulima/rollup-plugin-css 1.0.0-alpha.1 (2025-07-02)
123
+
124
+ ### ⚠ BREAKING CHANGES
125
+
126
+ * changed node from 18 to 20, split packem in reusable packages
127
+
128
+ ### Features
129
+
130
+ * introduce @visulima/packem-share package for shared utilities a… ([#157](https://github.com/visulima/packem/issues/157)) ([99e977a](https://github.com/visulima/packem/commit/99e977a8f62021c9ac286fc0c9b184b96bce88f1))
131
+
132
+ ### Miscellaneous Chores
133
+
134
+ * update dependencies and refactor build scripts ([14da1f7](https://github.com/visulima/packem/commit/14da1f7d9f8af619401ec0926df516092e870a75))
135
+ * update multi-semantic-release command to ignore @visulima/packem package ([fa85b28](https://github.com/visulima/packem/commit/fa85b283a5b2cbd15d2b52c09c2db2b2d2c6c65d))
136
+
137
+ ### Code Refactoring
138
+
139
+ * centralize output extension logic in new utility functions ([fbf4b01](https://github.com/visulima/packem/commit/fbf4b0188aa9e4584a28bbe7dd02c7a323e2dce2))
140
+
141
+
142
+ ### Dependencies
143
+
144
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.1
145
+
146
+ # Changelog
147
+
148
+ All notable changes to this project will be documented in this file.
149
+
150
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
151
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
152
+
153
+ ## [Unreleased]
154
+
155
+ ### Added
156
+ - Initial release of @visulima/rollup-plugin-css
157
+ - Support for PostCSS, Sass, Less, and Stylus
158
+ - CSS Modules support
159
+ - Multiple output modes (inject, extract, emit)
160
+ - Source map support
161
+ - CSS minification with cssnano and LightningCSS
package/LICENSE.md ADDED
@@ -0,0 +1,377 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Daniel Bannert
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ <!-- DEPENDENCIES -->
24
+
25
+ # Licenses of bundled dependencies
26
+ The published @visulima/rollup-plugin-css artifact additionally contains code with the following licenses:
27
+ MIT
28
+
29
+ # Bundled dependencies:
30
+ ## mime
31
+ License: MIT
32
+ By: Robert Kieffer
33
+ Repository: https://github.com/broofa/mime
34
+
35
+ > MIT License
36
+ >
37
+ > Copyright (c) 2023 Robert Kieffer
38
+ >
39
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
40
+ > of this software and associated documentation files (the "Software"), to deal
41
+ > in the Software without restriction, including without limitation the rights
42
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43
+ > copies of the Software, and to permit persons to whom the Software is
44
+ > furnished to do so, subject to the following conditions:
45
+ >
46
+ > The above copyright notice and this permission notice shall be included in all
47
+ > copies or substantial portions of the Software.
48
+ >
49
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55
+ > SOFTWARE.
56
+
57
+ <!-- /DEPENDENCIES -->
58
+
59
+ <!-- TYPE_DEPENDENCIES -->
60
+
61
+ # Licenses of bundled types
62
+ The published @visulima/rollup-plugin-css artifact additionally contains code with the following licenses:
63
+ MIT
64
+
65
+ # Bundled types:
66
+ ## @visulima/colorize
67
+ License: MIT
68
+ By: Daniel Bannert
69
+ Repository: git+https://github.com/visulima/visulima.git
70
+
71
+ > MIT License
72
+ >
73
+ > Copyright (c) 2024 visulima
74
+ >
75
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
76
+ > of this software and associated documentation files (the "Software"), to deal
77
+ > in the Software without restriction, including without limitation the rights
78
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79
+ > copies of the Software, and to permit persons to whom the Software is
80
+ > furnished to do so, subject to the following conditions:
81
+ >
82
+ > The above copyright notice and this permission notice shall be included in all
83
+ > copies or substantial portions of the Software.
84
+ >
85
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
87
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
88
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
89
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
90
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91
+ > SOFTWARE.
92
+ >
93
+ > ---
94
+ >
95
+ > Colorize is based on https://github.com/webdiscus/ansis
96
+ >
97
+ > ISC License
98
+ >
99
+ > Copyright (c) 2023, webdiscus
100
+ >
101
+ > Permission to use, copy, modify, and/or distribute this software for any
102
+ > purpose with or without fee is hereby granted, provided that the above
103
+ > copyright notice and this permission notice appear in all copies.
104
+ >
105
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
106
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
107
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
108
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
109
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
110
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
111
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
112
+ >
113
+ > <!-- DEPENDENCIES -->
114
+
115
+ # Licenses of bundled dependencies
116
+ The published @visulima/rollup-plugin-css artifact additionally contains code with the following licenses:
117
+ MIT
118
+
119
+ # Bundled dependencies:
120
+ ## mime
121
+ License: MIT
122
+ By: Robert Kieffer
123
+ Repository: https://github.com/broofa/mime
124
+
125
+ > MIT License
126
+ >
127
+ > Copyright (c) 2023 Robert Kieffer
128
+ >
129
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
130
+ > of this software and associated documentation files (the "Software"), to deal
131
+ > in the Software without restriction, including without limitation the rights
132
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
133
+ > copies of the Software, and to permit persons to whom the Software is
134
+ > furnished to do so, subject to the following conditions:
135
+ >
136
+ > The above copyright notice and this permission notice shall be included in all
137
+ > copies or substantial portions of the Software.
138
+ >
139
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
140
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
141
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
142
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
143
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
144
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
145
+ > SOFTWARE.
146
+
147
+ <!-- /DEPENDENCIES -->
148
+
149
+ ---------------------------------------
150
+
151
+ ## @visulima/pail
152
+ License: MIT
153
+ By: Daniel Bannert
154
+ Repository: git+https://github.com/visulima/visulima.git
155
+
156
+ > MIT License
157
+ >
158
+ > Copyright (c) 2024 visulima
159
+ >
160
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
161
+ > of this software and associated documentation files (the "Software"), to deal
162
+ > in the Software without restriction, including without limitation the rights
163
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
164
+ > copies of the Software, and to permit persons to whom the Software is
165
+ > furnished to do so, subject to the following conditions:
166
+ >
167
+ > The above copyright notice and this permission notice shall be included in all
168
+ > copies or substantial portions of the Software.
169
+ >
170
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
171
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
172
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
173
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
174
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
175
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
176
+ > SOFTWARE.
177
+ >
178
+ > <!-- DEPENDENCIES -->
179
+
180
+ # Licenses of bundled dependencies
181
+ The published @visulima/rollup-plugin-css artifact additionally contains code with the following licenses:
182
+ MIT
183
+
184
+ # Bundled dependencies:
185
+ ## mime
186
+ License: MIT
187
+ By: Robert Kieffer
188
+ Repository: https://github.com/broofa/mime
189
+
190
+ > MIT License
191
+ >
192
+ > Copyright (c) 2023 Robert Kieffer
193
+ >
194
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
195
+ > of this software and associated documentation files (the "Software"), to deal
196
+ > in the Software without restriction, including without limitation the rights
197
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
198
+ > copies of the Software, and to permit persons to whom the Software is
199
+ > furnished to do so, subject to the following conditions:
200
+ >
201
+ > The above copyright notice and this permission notice shall be included in all
202
+ > copies or substantial portions of the Software.
203
+ >
204
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
205
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
206
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
207
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
208
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
209
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
210
+ > SOFTWARE.
211
+
212
+ <!-- /DEPENDENCIES -->
213
+ >
214
+ >
215
+ >
216
+ > # Licenses of bundled types
217
+ > The published @visulima/pail artifact additionally contains code with the following licenses:
218
+ > (MIT OR CC0-1.0)
219
+ >
220
+ > # Bundled types:
221
+ > ## type-fest
222
+ > License: (MIT OR CC0-1.0)
223
+ > By: Sindre Sorhus
224
+ > Repository: sindresorhus/type-fest
225
+ >
226
+ > > Creative Commons Legal Code
227
+ > >
228
+ > > CC0 1.0 Universal
229
+ > >
230
+ > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
231
+ > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
232
+ > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
233
+ > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
234
+ > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
235
+ > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
236
+ > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
237
+ > > HEREUNDER.
238
+ > >
239
+ > > Statement of Purpose
240
+ > >
241
+ > > The laws of most jurisdictions throughout the world automatically confer
242
+ > > exclusive Copyright and Related Rights (defined below) upon the creator
243
+ > > and subsequent owner(s) (each and all, an "owner") of an original work of
244
+ > > authorship and/or a database (each, a "Work").
245
+ > >
246
+ > > Certain owners wish to permanently relinquish those rights to a Work for
247
+ > > the purpose of contributing to a commons of creative, cultural and
248
+ > > scientific works ("Commons") that the public can reliably and without fear
249
+ > > of later claims of infringement build upon, modify, incorporate in other
250
+ > > works, reuse and redistribute as freely as possible in any form whatsoever
251
+ > > and for any purposes, including without limitation commercial purposes.
252
+ > > These owners may contribute to the Commons to promote the ideal of a free
253
+ > > culture and the further production of creative, cultural and scientific
254
+ > > works, or to gain reputation or greater distribution for their Work in
255
+ > > part through the use and efforts of others.
256
+ > >
257
+ > > For these and/or other purposes and motivations, and without any
258
+ > > expectation of additional consideration or compensation, the person
259
+ > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
260
+ > > is an owner of Copyright and Related Rights in the Work, voluntarily
261
+ > > elects to apply CC0 to the Work and publicly distribute the Work under its
262
+ > > terms, with knowledge of his or her Copyright and Related Rights in the
263
+ > > Work and the meaning and intended legal effect of CC0 on those rights.
264
+ > >
265
+ > > 1. Copyright and Related Rights. A Work made available under CC0 may be
266
+ > > protected by copyright and related or neighboring rights ("Copyright and
267
+ > > Related Rights"). Copyright and Related Rights include, but are not
268
+ > > limited to, the following:
269
+ > >
270
+ > > i. the right to reproduce, adapt, distribute, perform, display,
271
+ > > communicate, and translate a Work;
272
+ > > ii. moral rights retained by the original author(s) and/or performer(s);
273
+ > > iii. publicity and privacy rights pertaining to a person's image or
274
+ > > likeness depicted in a Work;
275
+ > > iv. rights protecting against unfair competition in regards to a Work,
276
+ > > subject to the limitations in paragraph 4(a), below;
277
+ > > v. rights protecting the extraction, dissemination, use and reuse of data
278
+ > > in a Work;
279
+ > > vi. database rights (such as those arising under Directive 96/9/EC of the
280
+ > > European Parliament and of the Council of 11 March 1996 on the legal
281
+ > > protection of databases, and under any national implementation
282
+ > > thereof, including any amended or successor version of such
283
+ > > directive); and
284
+ > > vii. other similar, equivalent or corresponding rights throughout the
285
+ > > world based on applicable law or treaty, and any national
286
+ > > implementations thereof.
287
+ > >
288
+ > > 2. Waiver. To the greatest extent permitted by, but not in contravention
289
+ > > of, applicable law, Affirmer hereby overtly, fully, permanently,
290
+ > > irrevocably and unconditionally waives, abandons, and surrenders all of
291
+ > > Affirmer's Copyright and Related Rights and associated claims and causes
292
+ > > of action, whether now known or unknown (including existing as well as
293
+ > > future claims and causes of action), in the Work (i) in all territories
294
+ > > worldwide, (ii) for the maximum duration provided by applicable law or
295
+ > > treaty (including future time extensions), (iii) in any current or future
296
+ > > medium and for any number of copies, and (iv) for any purpose whatsoever,
297
+ > > including without limitation commercial, advertising or promotional
298
+ > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
299
+ > > member of the public at large and to the detriment of Affirmer's heirs and
300
+ > > successors, fully intending that such Waiver shall not be subject to
301
+ > > revocation, rescission, cancellation, termination, or any other legal or
302
+ > > equitable action to disrupt the quiet enjoyment of the Work by the public
303
+ > > as contemplated by Affirmer's express Statement of Purpose.
304
+ > >
305
+ > > 3. Public License Fallback. Should any part of the Waiver for any reason
306
+ > > be judged legally invalid or ineffective under applicable law, then the
307
+ > > Waiver shall be preserved to the maximum extent permitted taking into
308
+ > > account Affirmer's express Statement of Purpose. In addition, to the
309
+ > > extent the Waiver is so judged Affirmer hereby grants to each affected
310
+ > > person a royalty-free, non transferable, non sublicensable, non exclusive,
311
+ > > irrevocable and unconditional license to exercise Affirmer's Copyright and
312
+ > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
313
+ > > maximum duration provided by applicable law or treaty (including future
314
+ > > time extensions), (iii) in any current or future medium and for any number
315
+ > > of copies, and (iv) for any purpose whatsoever, including without
316
+ > > limitation commercial, advertising or promotional purposes (the
317
+ > > "License"). The License shall be deemed effective as of the date CC0 was
318
+ > > applied by Affirmer to the Work. Should any part of the License for any
319
+ > > reason be judged legally invalid or ineffective under applicable law, such
320
+ > > partial invalidity or ineffectiveness shall not invalidate the remainder
321
+ > > of the License, and in such case Affirmer hereby affirms that he or she
322
+ > > will not (i) exercise any of his or her remaining Copyright and Related
323
+ > > Rights in the Work or (ii) assert any associated claims and causes of
324
+ > > action with respect to the Work, in either case contrary to Affirmer's
325
+ > > express Statement of Purpose.
326
+ > >
327
+ > > 4. Limitations and Disclaimers.
328
+ > >
329
+ > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
330
+ > > surrendered, licensed or otherwise affected by this document.
331
+ > > b. Affirmer offers the Work as-is and makes no representations or
332
+ > > warranties of any kind concerning the Work, express, implied,
333
+ > > statutory or otherwise, including without limitation warranties of
334
+ > > title, merchantability, fitness for a particular purpose, non
335
+ > > infringement, or the absence of latent or other defects, accuracy, or
336
+ > > the present or absence of errors, whether or not discoverable, all to
337
+ > > the greatest extent permissible under applicable law.
338
+ > > c. Affirmer disclaims responsibility for clearing rights of other persons
339
+ > > that may apply to the Work or any use thereof, including without
340
+ > > limitation any person's Copyright and Related Rights in the Work.
341
+ > > Further, Affirmer disclaims responsibility for obtaining any necessary
342
+ > > consents, permissions or other rights required for any use of the
343
+ > > Work.
344
+ > > d. Affirmer understands and acknowledges that Creative Commons is not a
345
+ > > party to this document and has no duty or obligation with respect to
346
+ > > this CC0 or use of the Work.
347
+
348
+ ---------------------------------------
349
+
350
+ ## safe-stable-stringify
351
+ License: MIT
352
+ By: Ruben Bridgewater
353
+ Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
354
+
355
+ > The MIT License (MIT)
356
+ >
357
+ > Copyright (c) Ruben Bridgewater
358
+ >
359
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
360
+ > of this software and associated documentation files (the "Software"), to deal
361
+ > in the Software without restriction, including without limitation the rights
362
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
363
+ > copies of the Software, and to permit persons to whom the Software is
364
+ > furnished to do so, subject to the following conditions:
365
+ >
366
+ > The above copyright notice and this permission notice shall be included in all
367
+ > copies or substantial portions of the Software.
368
+ >
369
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
370
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
371
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
372
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
373
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
374
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
375
+ > SOFTWARE.
376
+
377
+ <!-- /TYPE_DEPENDENCIES -->