1+ {
2+ "name" : " @csstools/postcss-property-rule-prelude-list" ,
3+ "description" : " Declare a list of custom properties in a single at-property rule" ,
4+ "version" : " 1.0.0" ,
5+ "contributors" : [
6+ {
7+ "name" : " Antonio Laguna" ,
8+ 9+ "url" : " https://antonio.laguna.es"
10+ },
11+ {
12+ "name" : " Romain Menke" ,
13+ 14+ }
15+ ],
16+ "license" : " MIT-0" ,
17+ "funding" : [
18+ {
19+ "type" : " github" ,
20+ "url" : " https://github.com/sponsors/csstools"
21+ },
22+ {
23+ "type" : " opencollective" ,
24+ "url" : " https://opencollective.com/csstools"
25+ }
26+ ],
27+ "engines" : {
28+ "node" : " >=18"
29+ },
30+ "type" : " module" ,
31+ "main" : " dist/index.cjs" ,
32+ "module" : " dist/index.mjs" ,
33+ "exports" : {
34+ "." : {
35+ "import" : {
36+ "types" : " ./dist/index.d.ts" ,
37+ "default" : " ./dist/index.mjs"
38+ },
39+ "require" : {
40+ "default" : " ./dist/index.cjs"
41+ }
42+ }
43+ },
44+ "dependencies" : {
45+ "@csstools/css-parser-algorithms" : " ^3.0.5" ,
46+ "@csstools/css-tokenizer" : " ^3.0.4"
47+ },
48+ "peerDependencies" : {
49+ "postcss" : " ^8.4"
50+ },
51+ "scripts" : {},
52+ "homepage" : " https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-property-rule-prelude-list#readme" ,
53+ "repository" : {
54+ "type" : " git" ,
55+ "url" : " git+https://github.com/csstools/postcss-plugins.git" ,
56+ "directory" : " plugins/postcss-property-rule-prelude-list"
57+ },
58+ "bugs" : {
59+ "url" : " https://github.com/csstools/postcss-plugins/issues"
60+ },
61+ "keywords" : [
62+ " postcss-plugin"
63+ ],
64+ "gitHead" : " d666d09cd56b22cc2b358518d2f5d7683c374a51" ,
65+ "types" : " ./dist/index.d.ts" ,
66+ "_id" :
" @csstools/[email protected] " ,
67+ "_nodeVersion" : " 25.1.0" ,
68+ "_npmVersion" : " 11.6.2" ,
69+ "dist" : {
70+ "integrity" : " sha512-IxuQjUXq19fobgmSSvUDO7fVwijDJaZMvWQugxfEUxmjBeDCVaDuMpsZ31MsTm5xbnhA+ElDi0+rQ7sQQGisFA==" ,
71+ "shasum" : " 700b7aa41228c02281bda074ae778f36a09da188" ,
72+ "tarball" : " https://registry.npmjs.org/@csstools/postcss-property-rule-prelude-list/-/postcss-property-rule-prelude-list-1.0.0.tgz" ,
73+ "fileCount" : 7 ,
74+ "unpackedSize" : 5364 ,
75+ "signatures" : [
76+ {
77+ "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U" ,
78+ "sig" : " MEYCIQCM7RI+Va8jfLvPovS5lX1goyF6kpVKXG0WLXKKxvayIwIhAKIxSu/p/UaAZrHF9YLetdhpRjn98LMBf4zVkMORRCI2"
79+ }
80+ ]
81+ },
82+ "_npmUser" : {
83+ "name" : " romainmenke" ,
84+ 85+ },
86+ "directories" : {},
87+ "maintainers" : [
88+ {
89+ "name" : " jonathantneal" ,
90+ 91+ },
92+ {
93+ "name" : " alaguna" ,
94+ 95+ },
96+ {
97+ "name" : " romainmenke" ,
98+ 99+ }
100+ ],
101+ "_npmOperationalInternal" : {
102+ "host" : " s3://npm-registry-packages-npm-production" ,
103+ "tmp" : " tmp/postcss-property-rule-prelude-list_1.0.0_1766836744529_0.7622683391677851"
104+ },
105+ "_hasShrinkwrap" : false ,
106+ "_time" : " 2025-12-27T11:59:04.679Z"
107+ }
0 commit comments