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

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 (66) hide show
  1. package/CHANGELOG.md +108 -0
  2. package/LICENSE.md +83 -79
  3. package/README.md +349 -109
  4. package/dist/index.d.ts +2 -2
  5. package/dist/index.js +1 -0
  6. package/dist/loaders/less/index.d.ts +17 -9
  7. package/dist/loaders/less/index.js +1 -0
  8. package/dist/loaders/lightningcss.d.ts +2 -2
  9. package/dist/loaders/lightningcss.js +3 -0
  10. package/dist/loaders/postcss/index.d.ts +2 -2
  11. package/dist/loaders/postcss/{index.mjs → index.js} +1 -1
  12. package/dist/loaders/sass/index.d.ts +18 -9
  13. package/dist/loaders/sass/{index.mjs → index.js} +1 -1
  14. package/dist/loaders/sourcemap.d.ts +2 -2
  15. package/dist/loaders/sourcemap.js +1 -0
  16. package/dist/loaders/stylus/index.d.ts +17 -9
  17. package/dist/loaders/stylus/index.js +1 -0
  18. package/dist/loaders/tailwindcss-oxide.d.ts +2 -2
  19. package/dist/loaders/tailwindcss-oxide.js +1 -0
  20. package/dist/minifiers/cssnano.d.ts +2 -2
  21. package/dist/minifiers/lightningcss.d.ts +2 -2
  22. package/dist/packem_shared/concat-BnU-BO62.js +3 -0
  23. package/dist/packem_shared/{cssModulesTypesPlugin-B9_bJo_B.mjs → cssModulesTypesPlugin-CjGroK2y.js} +1 -1
  24. package/dist/packem_shared/generate-js-exports-BhS4eLrN.js +23 -0
  25. package/dist/packem_shared/getMap-CxaNZNeI.js +1 -0
  26. package/dist/packem_shared/inferModeOption-9h3Eq6JH.js +1 -0
  27. package/dist/packem_shared/loadModule-D20jQQNu.js +1 -0
  28. package/dist/packem_shared/resolve-anj9ucIq.js +1 -0
  29. package/dist/packem_shared/rollupCssPlugin-CChaHsU3.js +3 -0
  30. package/dist/packem_shared/{types-BS4hXME3.d.mts → types-CA9pSumu.d.ts} +5 -1
  31. package/dist/utils/index.d.ts +4 -2
  32. package/dist/utils/index.js +1 -0
  33. package/package.json +56 -41
  34. package/dist/index.d.mts +0 -20
  35. package/dist/index.mjs +0 -1
  36. package/dist/loaders/less/index.d.mts +0 -17
  37. package/dist/loaders/less/index.mjs +0 -1
  38. package/dist/loaders/lightningcss.d.mts +0 -17
  39. package/dist/loaders/lightningcss.mjs +0 -3
  40. package/dist/loaders/postcss/index.d.mts +0 -17
  41. package/dist/loaders/sass/index.d.mts +0 -18
  42. package/dist/loaders/sourcemap.d.mts +0 -17
  43. package/dist/loaders/sourcemap.mjs +0 -1
  44. package/dist/loaders/stylus/index.d.mts +0 -17
  45. package/dist/loaders/stylus/index.mjs +0 -1
  46. package/dist/loaders/tailwindcss-oxide.d.mts +0 -17
  47. package/dist/loaders/tailwindcss-oxide.mjs +0 -1
  48. package/dist/minifiers/cssnano.d.mts +0 -17
  49. package/dist/minifiers/lightningcss.d.mts +0 -17
  50. package/dist/packem_shared/concat-BbvpVPBg.mjs +0 -3
  51. package/dist/packem_shared/generate-js-exports-Cg7EXFF1.mjs +0 -14
  52. package/dist/packem_shared/getMap-BL5hKEnR.mjs +0 -1
  53. package/dist/packem_shared/inferModeOption-DYyLMRb2.mjs +0 -1
  54. package/dist/packem_shared/loadModule-CovDETwT.mjs +0 -1
  55. package/dist/packem_shared/resolve-nqhcPNJ9.mjs +0 -1
  56. package/dist/packem_shared/rollupCssPlugin-D-7azn92.mjs +0 -3
  57. package/dist/packem_shared/types-BS4hXME3.d.ts +0 -185
  58. package/dist/utils/index.d.mts +0 -71
  59. package/dist/utils/index.mjs +0 -1
  60. /package/dist/minifiers/{cssnano.mjs → cssnano.js} +0 -0
  61. /package/dist/minifiers/{lightningcss.mjs → lightningcss.js} +0 -0
  62. /package/dist/packem_shared/{arrayFmt-Dek5cB7m.mjs → arrayFmt-Dek5cB7m.js} +0 -0
  63. /package/dist/packem_shared/{ensure-auto-modules-BU3xWEjl.mjs → ensure-auto-modules-BU3xWEjl.js} +0 -0
  64. /package/dist/packem_shared/{hasModuleSpecifier-DIZeev_W.mjs → hasModuleSpecifier-DIZeev_W.js} +0 -0
  65. /package/dist/packem_shared/{safeId-BN5akJYJ.mjs → safeId-BN5akJYJ.js} +0 -0
  66. /package/dist/packem_shared/{sourcemap-DGfgaUBb.mjs → sourcemap-DGfgaUBb.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,111 @@
1
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.11](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.10...@visulima/rollup-plugin-css@1.0.0-alpha.11) (2025-12-09)
2
+
3
+ ### Features
4
+
5
+ * added preset for react and solid, added babel transformer ([773b907](https://github.com/visulima/packem/commit/773b907b462985cb61a5c978c43e227f24db6706))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.15
11
+ * **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.11
12
+
13
+ ## @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-11-30)
14
+
15
+ ## @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-11-26)
16
+
17
+ ## @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-11-25)
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
22
+ * update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
23
+ * update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
24
+ * update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
25
+ * update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
26
+ * update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
27
+ * update package.json and pnpm-lock.yaml for @visulima/packem ([d323f2c](https://github.com/visulima/packem/commit/d323f2c3c99b6231d1c598585294babe52814375))
28
+ * update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
29
+
30
+ ### Continuous Integration
31
+
32
+ * fixed dep connections ([1c0807f](https://github.com/visulima/packem/commit/1c0807f92b1b6742f0da7f587226b418bd200f80))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.14
38
+ * **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.10
39
+
40
+ ## @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-10-08)
41
+
42
+ ### Miscellaneous Chores
43
+
44
+ * update dependencies and versions across multiple packages ([3e5b4a2](https://github.com/visulima/packem/commit/3e5b4a229fc514828ab9e012a5d556163b30c2fc))
45
+ * update package.json dependencies for packem and rollup-plugin-css ([8ff92d6](https://github.com/visulima/packem/commit/8ff92d6a904882076bda9ac796b4fe8740fc4f57))
46
+ * update package.json scripts and dependencies ([8f2aa25](https://github.com/visulima/packem/commit/8f2aa25956f2570a65b53d9f936c8cf1d730a49f))
47
+
48
+
49
+ ### Dependencies
50
+
51
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.13
52
+
53
+ ## @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-09-22)
54
+
55
+ ### Bug Fixes
56
+
57
+ * updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
58
+
59
+
60
+ ### Dependencies
61
+
62
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.12
63
+ * **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.9
64
+
65
+ ## @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-09-17)
66
+
67
+ ### Bug Fixes
68
+
69
+ * update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
70
+
71
+
72
+ ### Dependencies
73
+
74
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.11
75
+ * **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.8
76
+
77
+ ## @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-09-05)
78
+
79
+ ### Bug Fixes
80
+
81
+ * update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
82
+
83
+
84
+ ### Dependencies
85
+
86
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.10
87
+ * **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.7
88
+
89
+ ## @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-09-03)
90
+
91
+ ### Bug Fixes
92
+
93
+ * update .gitignore and enhance tests for CSS processing ([4e706a2](https://github.com/visulima/packem/commit/4e706a267ee2d7b9a89796b7227ae65f80823b71))
94
+
95
+ ### Miscellaneous Chores
96
+
97
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([df62809](https://github.com/visulima/packem/commit/df628094fc6fd5e79cbb939a61bab79d6c89b833))
98
+
99
+ ## @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-09-01)
100
+
101
+ ### Features
102
+
103
+ * add inline CSS processing mode to rollup-plugin-css ([2605997](https://github.com/visulima/packem/commit/2605997bc1e76a80b22529fd71ec053c02111ea2))
104
+
105
+ ### Miscellaneous Chores
106
+
107
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
108
+
1
109
  ## @visulima/rollup-plugin-css 1.0.0-alpha.1 (2025-08-29)
2
110
 
3
111
  ### Features
package/LICENSE.md CHANGED
@@ -59,11 +59,14 @@ Repository: https://github.com/broofa/mime
59
59
  <!-- TYPE_DEPENDENCIES -->
60
60
 
61
61
  # Licenses of bundled types
62
+
62
63
  The published @visulima/rollup-plugin-css artifact additionally contains code with the following licenses:
63
64
  MIT
64
65
 
65
66
  # Bundled types:
67
+
66
68
  ## @visulima/colorize
69
+
67
70
  License: MIT
68
71
  By: Daniel Bannert
69
72
  Repository: git+https://github.com/visulima/visulima.git
@@ -146,9 +149,10 @@ Repository: https://github.com/broofa/mime
146
149
 
147
150
  <!-- /DEPENDENCIES -->
148
151
 
149
- ---------------------------------------
152
+ ---
150
153
 
151
154
  ## @visulima/pail
155
+
152
156
  License: MIT
153
157
  By: Daniel Bannert
154
158
  Repository: git+https://github.com/visulima/visulima.git
@@ -210,15 +214,16 @@ Repository: https://github.com/broofa/mime
210
214
  > SOFTWARE.
211
215
 
212
216
  <!-- /DEPENDENCIES -->
213
- >
214
- >
215
- >
217
+
216
218
  > # Licenses of bundled types
219
+ >
217
220
  > The published @visulima/pail artifact additionally contains code with the following licenses:
218
221
  > (MIT OR CC0-1.0)
219
222
  >
220
223
  > # Bundled types:
224
+ >
221
225
  > ## type-fest
226
+ >
222
227
  > License: (MIT OR CC0-1.0)
223
228
  > By: Sindre Sorhus
224
229
  > Repository: sindresorhus/type-fest
@@ -263,91 +268,90 @@ Repository: https://github.com/broofa/mime
263
268
  > > Work and the meaning and intended legal effect of CC0 on those rights.
264
269
  > >
265
270
  > > 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:
271
+ > > protected by copyright and related or neighboring rights ("Copyright and
272
+ > > Related Rights"). Copyright and Related Rights include, but are not
273
+ > > limited to, the following:
269
274
  > >
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);
275
+ > > i. the right to reproduce, adapt, distribute, perform, display,
276
+ > > communicate, and translate a Work;
277
+ > > ii. moral rights retained by the original author(s) and/or performer(s);
273
278
  > > 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
279
+ > > likeness depicted in a Work;
280
+ > > iv. rights protecting against unfair competition in regards to a Work,
281
+ > > subject to the limitations in paragraph 4(a), below;
282
+ > > v. rights protecting the extraction, dissemination, use and reuse of data
283
+ > > in a Work;
284
+ > > vi. database rights (such as those arising under Directive 96/9/EC of the
285
+ > > European Parliament and of the Council of 11 March 1996 on the legal
286
+ > > protection of databases, and under any national implementation
287
+ > > thereof, including any amended or successor version of such
288
+ > > directive); and
284
289
  > > vii. other similar, equivalent or corresponding rights throughout the
285
- > > world based on applicable law or treaty, and any national
286
- > > implementations thereof.
290
+ > > world based on applicable law or treaty, and any national
291
+ > > implementations thereof.
287
292
  > >
288
293
  > > 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
- > >
294
+ > > of, applicable law, Affirmer hereby overtly, fully, permanently,
295
+ > > irrevocably and unconditionally waives, abandons, and surrenders all of
296
+ > > Affirmer's Copyright and Related Rights and associated claims and causes
297
+ > > of action, whether now known or unknown (including existing as well as
298
+ > > future claims and causes of action), in the Work (i) in all territories
299
+ > > worldwide, (ii) for the maximum duration provided by applicable law or
300
+ > > treaty (including future time extensions), (iii) in any current or future
301
+ > > medium and for any number of copies, and (iv) for any purpose whatsoever,
302
+ > > including without limitation commercial, advertising or promotional
303
+ > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
304
+ > > member of the public at large and to the detriment of Affirmer's heirs and
305
+ > > successors, fully intending that such Waiver shall not be subject to
306
+ > > revocation, rescission, cancellation, termination, or any other legal or
307
+ > > equitable action to disrupt the quiet enjoyment of the Work by the public
308
+ > > as contemplated by Affirmer's express Statement of Purpose.
305
309
  > > 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
- > >
310
+ > > be judged legally invalid or ineffective under applicable law, then the
311
+ > > Waiver shall be preserved to the maximum extent permitted taking into
312
+ > > account Affirmer's express Statement of Purpose. In addition, to the
313
+ > > extent the Waiver is so judged Affirmer hereby grants to each affected
314
+ > > person a royalty-free, non transferable, non sublicensable, non exclusive,
315
+ > > irrevocable and unconditional license to exercise Affirmer's Copyright and
316
+ > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
317
+ > > maximum duration provided by applicable law or treaty (including future
318
+ > > time extensions), (iii) in any current or future medium and for any number
319
+ > > of copies, and (iv) for any purpose whatsoever, including without
320
+ > > limitation commercial, advertising or promotional purposes (the
321
+ > > "License"). The License shall be deemed effective as of the date CC0 was
322
+ > > applied by Affirmer to the Work. Should any part of the License for any
323
+ > > reason be judged legally invalid or ineffective under applicable law, such
324
+ > > partial invalidity or ineffectiveness shall not invalidate the remainder
325
+ > > of the License, and in such case Affirmer hereby affirms that he or she
326
+ > > will not (i) exercise any of his or her remaining Copyright and Related
327
+ > > Rights in the Work or (ii) assert any associated claims and causes of
328
+ > > action with respect to the Work, in either case contrary to Affirmer's
329
+ > > express Statement of Purpose.
327
330
  > > 4. Limitations and Disclaimers.
328
331
  > >
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
- ---------------------------------------
332
+ > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
333
+ > > surrendered, licensed or otherwise affected by this document.
334
+ > > b. Affirmer offers the Work as-is and makes no representations or
335
+ > > warranties of any kind concerning the Work, express, implied,
336
+ > > statutory or otherwise, including without limitation warranties of
337
+ > > title, merchantability, fitness for a particular purpose, non
338
+ > > infringement, or the absence of latent or other defects, accuracy, or
339
+ > > the present or absence of errors, whether or not discoverable, all to
340
+ > > the greatest extent permissible under applicable law.
341
+ > > c. Affirmer disclaims responsibility for clearing rights of other persons
342
+ > > that may apply to the Work or any use thereof, including without
343
+ > > limitation any person's Copyright and Related Rights in the Work.
344
+ > > Further, Affirmer disclaims responsibility for obtaining any necessary
345
+ > > consents, permissions or other rights required for any use of the
346
+ > > Work.
347
+ > > d. Affirmer understands and acknowledges that Creative Commons is not a
348
+ > > party to this document and has no duty or obligation with respect to
349
+ > > this CC0 or use of the Work.
350
+
351
+ ---
349
352
 
350
353
  ## safe-stable-stringify
354
+
351
355
  License: MIT
352
356
  By: Ruben Bridgewater
353
357
  Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git