@visulima/rollup-plugin-css 1.0.0-alpha.1 → 1.0.0-alpha.10
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.
- package/CHANGELOG.md +96 -0
- package/LICENSE.md +83 -79
- package/README.md +349 -109
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -0
- package/dist/loaders/less/index.d.ts +17 -9
- package/dist/loaders/less/index.js +1 -0
- package/dist/loaders/lightningcss.d.ts +2 -2
- package/dist/loaders/lightningcss.js +3 -0
- package/dist/loaders/postcss/index.d.ts +2 -2
- package/dist/loaders/postcss/{index.mjs → index.js} +1 -1
- package/dist/loaders/sass/index.d.ts +18 -9
- package/dist/loaders/sass/{index.mjs → index.js} +1 -1
- package/dist/loaders/sourcemap.d.ts +2 -2
- package/dist/loaders/sourcemap.js +1 -0
- package/dist/loaders/stylus/index.d.ts +17 -9
- package/dist/loaders/stylus/index.js +1 -0
- package/dist/loaders/tailwindcss-oxide.d.ts +2 -2
- package/dist/loaders/tailwindcss-oxide.js +1 -0
- package/dist/minifiers/cssnano.d.ts +2 -2
- package/dist/minifiers/lightningcss.d.ts +2 -2
- package/dist/packem_shared/concat-BnU-BO62.js +3 -0
- package/dist/packem_shared/{cssModulesTypesPlugin-B9_bJo_B.mjs → cssModulesTypesPlugin-CjGroK2y.js} +1 -1
- package/dist/packem_shared/generate-js-exports-BhS4eLrN.js +23 -0
- package/dist/packem_shared/getMap-CxaNZNeI.js +1 -0
- package/dist/packem_shared/inferModeOption-9h3Eq6JH.js +1 -0
- package/dist/packem_shared/loadModule-D20jQQNu.js +1 -0
- package/dist/packem_shared/resolve-anj9ucIq.js +1 -0
- package/dist/packem_shared/rollupCssPlugin-CChaHsU3.js +3 -0
- package/dist/packem_shared/{types-BS4hXME3.d.mts → types-D3VQL1eC.d.ts} +7 -3
- package/dist/utils/index.d.ts +4 -2
- package/dist/utils/index.js +1 -0
- package/package.json +56 -41
- package/dist/index.d.mts +0 -20
- package/dist/index.mjs +0 -1
- package/dist/loaders/less/index.d.mts +0 -17
- package/dist/loaders/less/index.mjs +0 -1
- package/dist/loaders/lightningcss.d.mts +0 -17
- package/dist/loaders/lightningcss.mjs +0 -3
- package/dist/loaders/postcss/index.d.mts +0 -17
- package/dist/loaders/sass/index.d.mts +0 -18
- package/dist/loaders/sourcemap.d.mts +0 -17
- package/dist/loaders/sourcemap.mjs +0 -1
- package/dist/loaders/stylus/index.d.mts +0 -17
- package/dist/loaders/stylus/index.mjs +0 -1
- package/dist/loaders/tailwindcss-oxide.d.mts +0 -17
- package/dist/loaders/tailwindcss-oxide.mjs +0 -1
- package/dist/minifiers/cssnano.d.mts +0 -17
- package/dist/minifiers/lightningcss.d.mts +0 -17
- package/dist/packem_shared/concat-BbvpVPBg.mjs +0 -3
- package/dist/packem_shared/generate-js-exports-Cg7EXFF1.mjs +0 -14
- package/dist/packem_shared/getMap-BL5hKEnR.mjs +0 -1
- package/dist/packem_shared/inferModeOption-DYyLMRb2.mjs +0 -1
- package/dist/packem_shared/loadModule-CovDETwT.mjs +0 -1
- package/dist/packem_shared/resolve-nqhcPNJ9.mjs +0 -1
- package/dist/packem_shared/rollupCssPlugin-D-7azn92.mjs +0 -3
- package/dist/packem_shared/types-BS4hXME3.d.ts +0 -185
- package/dist/utils/index.d.mts +0 -71
- package/dist/utils/index.mjs +0 -1
- /package/dist/minifiers/{cssnano.mjs → cssnano.js} +0 -0
- /package/dist/minifiers/{lightningcss.mjs → lightningcss.js} +0 -0
- /package/dist/packem_shared/{arrayFmt-Dek5cB7m.mjs → arrayFmt-Dek5cB7m.js} +0 -0
- /package/dist/packem_shared/{ensure-auto-modules-BU3xWEjl.mjs → ensure-auto-modules-BU3xWEjl.js} +0 -0
- /package/dist/packem_shared/{hasModuleSpecifier-DIZeev_W.mjs → hasModuleSpecifier-DIZeev_W.js} +0 -0
- /package/dist/packem_shared/{safeId-BN5akJYJ.mjs → safeId-BN5akJYJ.js} +0 -0
- /package/dist/packem_shared/{sourcemap-DGfgaUBb.mjs → sourcemap-DGfgaUBb.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,99 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
## @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)
|
|
4
|
+
|
|
5
|
+
## @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)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
|
|
10
|
+
* update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
|
|
11
|
+
* update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
|
|
12
|
+
* update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
|
|
13
|
+
* update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
|
|
14
|
+
* update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
|
|
15
|
+
* update package.json and pnpm-lock.yaml for @visulima/packem ([d323f2c](https://github.com/visulima/packem/commit/d323f2c3c99b6231d1c598585294babe52814375))
|
|
16
|
+
* update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
|
|
17
|
+
|
|
18
|
+
### Continuous Integration
|
|
19
|
+
|
|
20
|
+
* fixed dep connections ([1c0807f](https://github.com/visulima/packem/commit/1c0807f92b1b6742f0da7f587226b418bd200f80))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.14
|
|
26
|
+
* **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.10
|
|
27
|
+
|
|
28
|
+
## @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)
|
|
29
|
+
|
|
30
|
+
### Miscellaneous Chores
|
|
31
|
+
|
|
32
|
+
* update dependencies and versions across multiple packages ([3e5b4a2](https://github.com/visulima/packem/commit/3e5b4a229fc514828ab9e012a5d556163b30c2fc))
|
|
33
|
+
* update package.json dependencies for packem and rollup-plugin-css ([8ff92d6](https://github.com/visulima/packem/commit/8ff92d6a904882076bda9ac796b4fe8740fc4f57))
|
|
34
|
+
* update package.json scripts and dependencies ([8f2aa25](https://github.com/visulima/packem/commit/8f2aa25956f2570a65b53d9f936c8cf1d730a49f))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Dependencies
|
|
38
|
+
|
|
39
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.13
|
|
40
|
+
|
|
41
|
+
## @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)
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Dependencies
|
|
49
|
+
|
|
50
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.12
|
|
51
|
+
* **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.9
|
|
52
|
+
|
|
53
|
+
## @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)
|
|
54
|
+
|
|
55
|
+
### Bug Fixes
|
|
56
|
+
|
|
57
|
+
* update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Dependencies
|
|
61
|
+
|
|
62
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.11
|
|
63
|
+
* **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.8
|
|
64
|
+
|
|
65
|
+
## @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)
|
|
66
|
+
|
|
67
|
+
### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Dependencies
|
|
73
|
+
|
|
74
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.10
|
|
75
|
+
* **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.7
|
|
76
|
+
|
|
77
|
+
## @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)
|
|
78
|
+
|
|
79
|
+
### Bug Fixes
|
|
80
|
+
|
|
81
|
+
* update .gitignore and enhance tests for CSS processing ([4e706a2](https://github.com/visulima/packem/commit/4e706a267ee2d7b9a89796b7227ae65f80823b71))
|
|
82
|
+
|
|
83
|
+
### Miscellaneous Chores
|
|
84
|
+
|
|
85
|
+
* update dependencies and versions in package.json and pnpm-lock.yaml ([df62809](https://github.com/visulima/packem/commit/df628094fc6fd5e79cbb939a61bab79d6c89b833))
|
|
86
|
+
|
|
87
|
+
## @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)
|
|
88
|
+
|
|
89
|
+
### Features
|
|
90
|
+
|
|
91
|
+
* add inline CSS processing mode to rollup-plugin-css ([2605997](https://github.com/visulima/packem/commit/2605997bc1e76a80b22529fd71ec053c02111ea2))
|
|
92
|
+
|
|
93
|
+
### Miscellaneous Chores
|
|
94
|
+
|
|
95
|
+
* update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
|
|
96
|
+
|
|
1
97
|
## @visulima/rollup-plugin-css 1.0.0-alpha.1 (2025-08-29)
|
|
2
98
|
|
|
3
99
|
### 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
|
-
> >
|
|
267
|
-
> >
|
|
268
|
-
> >
|
|
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
|
-
> >
|
|
271
|
-
> >
|
|
272
|
-
> >
|
|
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
|
-
> >
|
|
275
|
-
> >
|
|
276
|
-
> >
|
|
277
|
-
> >
|
|
278
|
-
> >
|
|
279
|
-
> >
|
|
280
|
-
> >
|
|
281
|
-
> >
|
|
282
|
-
> >
|
|
283
|
-
> >
|
|
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
|
-
> >
|
|
286
|
-
> >
|
|
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
|
-
> >
|
|
290
|
-
> >
|
|
291
|
-
> >
|
|
292
|
-
> >
|
|
293
|
-
> >
|
|
294
|
-
> >
|
|
295
|
-
> >
|
|
296
|
-
> >
|
|
297
|
-
> >
|
|
298
|
-
> >
|
|
299
|
-
> >
|
|
300
|
-
> >
|
|
301
|
-
> >
|
|
302
|
-
> >
|
|
303
|
-
> >
|
|
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
|
-
> >
|
|
307
|
-
> >
|
|
308
|
-
> >
|
|
309
|
-
> >
|
|
310
|
-
> >
|
|
311
|
-
> >
|
|
312
|
-
> >
|
|
313
|
-
> >
|
|
314
|
-
> >
|
|
315
|
-
> >
|
|
316
|
-
> >
|
|
317
|
-
> >
|
|
318
|
-
> >
|
|
319
|
-
> >
|
|
320
|
-
> >
|
|
321
|
-
> >
|
|
322
|
-
> >
|
|
323
|
-
> >
|
|
324
|
-
> >
|
|
325
|
-
> >
|
|
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
|
-
> >
|
|
330
|
-
> >
|
|
331
|
-
> >
|
|
332
|
-
> >
|
|
333
|
-
> >
|
|
334
|
-
> >
|
|
335
|
-
> >
|
|
336
|
-
> >
|
|
337
|
-
> >
|
|
338
|
-
> >
|
|
339
|
-
> >
|
|
340
|
-
> >
|
|
341
|
-
> >
|
|
342
|
-
> >
|
|
343
|
-
> >
|
|
344
|
-
> >
|
|
345
|
-
> >
|
|
346
|
-
> >
|
|
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
|