1+ {
2+ "name" : " @lesjoursfr/postcss-extract-css-variables" ,
3+ "version" : " 2.0.7" ,
4+ "description" : " PostCSS plugin to extract rules with CSS variables" ,
5+ "license" : " MIT" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/lesjoursfr/postcss-extract-css-variables.git"
9+ },
10+ "homepage" : " https://github.com/lesjoursfr/postcss-extract-css-variables#readme" ,
11+ "bugs" : {
12+ "url" : " https://github.com/lesjoursfr/postcss-extract-css-variables/issues"
13+ },
14+ "publishConfig" : {
15+ "access" : " public"
16+ },
17+ "keywords" : [
18+ " postcss" ,
19+ " css" ,
20+ " postcss-plugin" ,
21+ " postcss-extract-css-variables"
22+ ],
23+ "scripts" : {
24+ "freshlock" : " rm -rf node_modules/ && rm .yarn/install-state.gz && rm yarn.lock && yarn" ,
25+ "check-lint" : " eslint" ,
26+ "check-format" : " prettier --check ." ,
27+ "lint" : " eslint --fix" ,
28+ "format" : " prettier --write ." ,
29+ "test" : " jest --coverage"
30+ },
31+ "engines" : {
32+ "node" : " 20.x || 22.x || 24.x"
33+ },
34+ "peerDependencies" : {
35+ "postcss" : " ^8.5.3"
36+ },
37+ "devDependencies" : {
38+ "@eslint/js" : " ^9.23.0" ,
39+ "eslint" : " ^9.23.0" ,
40+ "eslint-config-prettier" : " ^10.1.1" ,
41+ "eslint-plugin-jest" : " ^28.11.0" ,
42+ "globals" : " ^16.0.0" ,
43+ "jest" : " ^29.7.0" ,
44+ "postcss" : " ^8.5.3" ,
45+ "prettier" : " ^3.5.3"
46+ },
47+ "jest" : {
48+ "coverageThreshold" : {
49+ "global" : {
50+ "statements" : 100
51+ }
52+ }
53+ },
54+ "packageManager" :
" [email protected] " ,
55+ "_id" :
" @lesjoursfr/[email protected] " ,
56+ "gitHead" : " bea6c4b7a97198b49c8dad6eab14ab60d5dc3abf" ,
57+ "_nodeVersion" : " 22.14.0" ,
58+ "_npmVersion" : " 10.9.2" ,
59+ "dist" : {
60+ "integrity" : " sha512-o4fYpgfgDCpGNnTyvdxZAVB3qGGkYHf0ZmEfWzkGGgHR25YWrAr7hoObaBgd94TwuysRqUTtGiCfJNOHLrbqHA==" ,
61+ "shasum" : " ab3a9e7472c240765722d60b57ffec17dd6dfd07" ,
62+ "tarball" : " https://registry.npmjs.org/@lesjoursfr/postcss-extract-css-variables/-/postcss-extract-css-variables-2.0.7.tgz" ,
63+ "fileCount" : 8 ,
64+ "unpackedSize" : 9047 ,
65+ "signatures" : [
66+ {
67+ "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U" ,
68+ "sig" : " MEUCIQCDf+jKIs6ho9k0ocqcVuMaSycc2WLFfTwrkt0eTaotvgIgedv16KVnkhFzmBdoaJ3QtV4zAXuK1Kh+UNpkU39aLtg="
69+ }
70+ ]
71+ },
72+ "_npmUser" : {
73+ "name" : " e-adrien" ,
74+ 75+ },
76+ "directories" : {},
77+ "maintainers" : [
78+ {
79+ "name" : " e-adrien" ,
80+ 81+ }
82+ ],
83+ "_npmOperationalInternal" : {
84+ "host" : " s3://npm-registry-packages-npm-production" ,
85+ "tmp" : " tmp/postcss-extract-css-variables_2.0.7_1743575879264_0.6892628278019031"
86+ },
87+ "_hasShrinkwrap" : false ,
88+ "_time" : " 2025-04-02T06:37:59.471Z"
89+ }
0 commit comments