11{
22 "name" : " postcss-prefix-selector" ,
3- "description" : " Prefix all CSS rules with a selector" ,
43 "version" : " 2.1.1" ,
4+ "keywords" : [
5+ " postcss" ,
6+ " prefix" ,
7+ " selectors" ,
8+ " postcss-plugin" ,
9+ " css" ,
10+ " selector" ,
11+ " plugin"
12+ ],
513 "author" : {
14+ "url" : " http://jongleberry.com" ,
615 "name" : " Jonathan Ong" ,
7- 8- "url" : " http://jongleberry.com"
16+ 917 },
18+ "license" : " MIT" ,
19+ 20+ "maintainers" : [
21+ {
22+ "name" : " jongleberry" ,
23+ 24+ },
25+ {
26+ "name" : " ndpnt" ,
27+ 28+ },
29+ {
30+ "name" : " valentin-radulescu-hs" ,
31+ 32+ }
33+ ],
1034 "contributors" : [
1135 {
36+ "url" : " https://valentin.io" ,
1237 "name" : " Valentin Radulescu" ,
13- 14- "url" : " https://valentin.io"
38+ 1539 }
1640 ],
17- "license" : " MIT" ,
18- "repository" : {
19- "type" : " git" ,
20- "url" : " git+https://github.com/RadValentin/postcss-prefix-selector.git"
21- },
41+ "homepage" : " https://github.com/RadValentin/postcss-prefix-selector" ,
2242 "bugs" : {
2343 "url" : " https://github.com/RadValentin/postcss-prefix-selector/issues"
2444 },
25- "homepage" : " https://github.com/RadValentin/postcss-prefix-selector" ,
26- "devDependencies" : {
27- "husky" : " ^8.0.3" ,
28- "istanbul" : " ~0.4.5" ,
29- "lint-staged" : " ^13.2.1" ,
30- "mocha" : " ^9.2.2" ,
31- "postcss" : " ^8.0.0" ,
32- "postcss-nested" : " ^5.0.6" ,
33- "prettier" : " ^2.0.0"
45+ "dist" : {
46+ "shasum" : " b293b1cd854f9006efed34386bd41bb695bb2a78" ,
47+ "tarball" : " https://registry.npmjs.org/postcss-prefix-selector/-/postcss-prefix-selector-2.1.1.tgz" ,
48+ "fileCount" : 4 ,
49+ "integrity" : " sha512-ZBgf427Et6+XnrnJ9VXtJEKCjJwTvn2wn/qMg+wvvlRhIeFIAxdbrlZZ0CSsWYMJfcyPLBh8ogj5O1kb/Mcx3g==" ,
50+ "signatures" : [
51+ {
52+ "sig" : " MEUCIHsqmYamGAyPqHZHCOvpmHA9LhyO+BtB35wiIvA6Qn11AiEA3PqEL640gwaltMr1hItwnHqTFrebC71AUoI4YUkubvs=" ,
53+ "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
54+ }
55+ ],
56+ "unpackedSize" : 12774
3457 },
35- "peerDependencies" : {
36- "postcss" : " ^8.0.0"
58+ "husky" : {
59+ "hooks" : {
60+ "pre-commit" : " lint-staged"
61+ }
3762 },
63+ "gitHead" : " 0dc154d8202c8d2eb3cdeb8c727c52f523d39793" ,
3864 "scripts" : {
65+ "lint" : " prettier --write '**/*.{js,css}'" ,
3966 "test" : " mocha" ,
4067 "test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot" ,
41- "test-travis" : " istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" ,
42- "lint" : " prettier --write '**/*.{js,css}'"
68+ "test-travis" : " istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
4369 },
44- "lint-staged" : {
45- "*.js" : [
46- " prettier --write"
47- ]
70+ "_npmUser" : {
71+ "name" : " valentin-radulescu-hs" ,
72+ 4873 },
4974 "prettier" : {
5075 "printWidth" : 80 ,
5176 "singleQuote" : true
5277 },
53- "keywords" : [
54- " postcss" ,
55- " prefix" ,
56- " selectors" ,
57- " postcss-plugin" ,
58- " css" ,
59- " selector" ,
60- " plugin"
61- ],
62- "husky" : {
63- "hooks" : {
64- "pre-commit" : " lint-staged"
65- }
78+ "repository" : {
79+ "url" : " git+https://github.com/RadValentin/postcss-prefix-selector.git" ,
80+ "type" : " git"
6681 },
67- 68- "gitHead" : " 0dc154d8202c8d2eb3cdeb8c727c52f523d39793" ,
69- "_nodeVersion" : " 20.17.0" ,
7082 "_npmVersion" : " 10.8.2" ,
71- "dist" : {
72- "integrity" : " sha512-ZBgf427Et6+XnrnJ9VXtJEKCjJwTvn2wn/qMg+wvvlRhIeFIAxdbrlZZ0CSsWYMJfcyPLBh8ogj5O1kb/Mcx3g==" ,
73- "shasum" : " b293b1cd854f9006efed34386bd41bb695bb2a78" ,
74- "tarball" : " https://registry.npmjs.org/postcss-prefix-selector/-/postcss-prefix-selector-2.1.1.tgz" ,
75- "fileCount" : 4 ,
76- "unpackedSize" : 12774 ,
77- "signatures" : [
78- {
79- "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U" ,
80- "sig" : " MEUCIHsqmYamGAyPqHZHCOvpmHA9LhyO+BtB35wiIvA6Qn11AiEA3PqEL640gwaltMr1hItwnHqTFrebC71AUoI4YUkubvs="
81- }
83+ "description" : " Prefix all CSS rules with a selector" ,
84+ "directories" : {},
85+ "lint-staged" : {
86+ "*.js" : [
87+ " prettier --write"
8288 ]
8389 },
84- "_npmUser" : {
85- "name" : " valentin-radulescu-hs" ,
86- 90+ "_nodeVersion" : " 20.17.0" ,
91+ "_hasShrinkwrap" : false ,
92+ "devDependencies" : {
93+ "husky" : " ^8.0.3" ,
94+ "mocha" : " ^9.2.2" ,
95+ "postcss" : " ^8.0.0" ,
96+ "istanbul" : " ~0.4.5" ,
97+ "prettier" : " ^2.0.0" ,
98+ "lint-staged" : " ^13.2.1" ,
99+ "postcss-nested" : " ^5.0.6"
100+ },
101+ "peerDependencies" : {
102+ "postcss" : " ^8.0.0"
87103 },
88- "directories" : {},
89- "maintainers" : [
90- {
91- "name" : " jongleberry" ,
92- 93- },
94- {
95- "name" : " ndpnt" ,
96- 97- },
98- {
99- "name" : " valentin-radulescu-hs" ,
100- 101- }
102- ],
103104 "_npmOperationalInternal" : {
104- "host " : " s3://npm-registry-packages-npm-production " ,
105- "tmp " : " tmp/postcss-prefix-selector_2.1.1_1743073488953_0.023687154899543428 "
105+ "tmp " : " tmp/postcss-prefix-selector_2.1.1_1743073488953_0.023687154899543428 " ,
106+ "host " : " s3://npm-registry-packages-npm-production "
106107 },
107- "_hasShrinkwrap" : false ,
108108 "_time" : " 2025-03-27T11:04:49.141Z"
109109}
0 commit comments