1+ {
2+ "name" : " css-blank-pseudo" ,
3+ "description" : " Style form elements when they are empty" ,
4+ "version" : " 7.0.1" ,
5+ "contributors" : [
6+ {
7+ "name" : " Antonio Laguna" ,
8+ "email" : " antonio@laguna.es" ,
9+ "url" : " https://antonio.laguna.es"
10+ },
11+ {
12+ "name" : " Romain Menke" ,
13+ "email" : " romainmenke@gmail.com"
14+ },
15+ {
16+ "name" : " Jonathan Neal" ,
17+ "email" : " jonathantneal@hotmail.com"
18+ }
19+ ],
20+ "license" : " MIT-0" ,
21+ "funding" : [
22+ {
23+ "type" : " github" ,
24+ "url" : " https://github.com/sponsors/csstools"
25+ },
26+ {
27+ "type" : " opencollective" ,
28+ "url" : " https://opencollective.com/csstools"
29+ }
30+ ],
31+ "engines" : {
32+ "node" : " >=18"
33+ },
34+ "type" : " module" ,
35+ "main" : " dist/index.cjs" ,
36+ "module" : " dist/index.mjs" ,
37+ "exports" : {
38+ "." : {
39+ "import" : {
40+ "types" : " ./dist/index.d.ts" ,
41+ "default" : " ./dist/index.mjs"
42+ },
43+ "require" : {
44+ "default" : " ./dist/index.cjs"
45+ }
46+ },
47+ "./browser" : {
48+ "import" : " ./dist/browser.mjs" ,
49+ "require" : " ./dist/browser.cjs" ,
50+ "default" : " ./dist/browser.mjs"
51+ },
52+ "./browser-global" : {
53+ "default" : " ./dist/browser-global.js"
54+ }
55+ },
56+ "dependencies" : {
57+ "postcss-selector-parser" : " ^7.0.0"
58+ },
59+ "peerDependencies" : {
60+ "postcss" : " ^8.4"
61+ },
62+ "scripts" : {},
63+ "homepage" : " https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo#readme" ,
64+ "repository" : {
65+ "type" : " git" ,
66+ "url" : " git+https://github.com/csstools/postcss-plugins.git" ,
67+ "directory" : " plugins/css-blank-pseudo"
68+ },
69+ "bugs" : {
70+ "url" : " https://github.com/csstools/postcss-plugins/issues"
71+ },
72+ "keywords" : [
73+ " a11y" ,
74+ " accessibility" ,
75+ " blank" ,
76+ " css" ,
77+ " empty" ,
78+ " input" ,
79+ " javascript" ,
80+ " js" ,
81+ " polyfill" ,
82+ " postcss" ,
83+ " postcss-plugin" ,
84+ " pseudo" ,
85+ " select" ,
86+ " selectors" ,
87+ " textarea"
88+ ],
89+ "_id" : " css-blank-pseudo@7.0.1" ,
90+ "gitHead" : " b944b64db57020c5b97255da9495968b6db3412b" ,
91+ "types" : " ./dist/index.d.ts" ,
92+ "_nodeVersion" : " 22.1.0" ,
93+ "_npmVersion" : " 10.7.0" ,
94+ "dist" : {
95+ "integrity" : " sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==" ,
96+ "shasum" : " 32020bff20a209a53ad71b8675852b49e8d57e46" ,
97+ "tarball" : " https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz" ,
98+ "fileCount" : 13 ,
99+ "unpackedSize" : 49188 ,
100+ "signatures" : [
101+ {
102+ "keyid" : " SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA" ,
103+ "sig" : " MEQCIHazfDRkMx2njhBoJlBcOvSl7P2bf6gTOFFXKaE6QN2CAiA5NKH0f7+sqbLu+/tWMsLdtHVTEmCCTv/UIB2bxgRd+A=="
104+ }
105+ ]
106+ },
107+ "_npmUser" : {
108+ "name" : " romainmenke" ,
109+ "email" : " romainmenke@gmail.com"
110+ },
111+ "directories" : {},
112+ "maintainers" : [
113+ {
114+ "name" : " romainmenke" ,
115+ "email" : " romainmenke@gmail.com"
116+ },
117+ {
118+ "name" : " alaguna" ,
119+ "email" : " sombragriselros@gmail.com"
120+ },
121+ {
122+ "name" : " jonathantneal" ,
123+ "email" : " jonathantneal@hotmail.com"
124+ }
125+ ],
126+ "_npmOperationalInternal" : {
127+ "host" : " s3://npm-registry-packages" ,
128+ "tmp" : " tmp/css-blank-pseudo_7.0.1_1729719849663_0.3296650527703675"
129+ },
130+ "_hasShrinkwrap" : false ,
131+ "_time" : " 2024-10-23T21:44:09.870Z"
132+ }
0 commit comments