Skip to content

Commit a05a410

Browse files
lesjoursfr/postcss-extract-css-variables-3.0.0 (#2449)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc36758 commit a05a410

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"name": "@lesjoursfr/postcss-extract-css-variables",
3+
"version": "3.0.0",
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": "22.x || 24.x"
33+
},
34+
"peerDependencies": {
35+
"postcss": "^8.5.6"
36+
},
37+
"devDependencies": {
38+
"@eslint/js": "^9.38.0",
39+
"eslint": "^9.38.0",
40+
"eslint-config-prettier": "^10.1.8",
41+
"eslint-plugin-jest": "^29.0.1",
42+
"globals": "^16.4.0",
43+
"jest": "^30.2.0",
44+
"postcss": "^8.5.6",
45+
"prettier": "^3.6.2"
46+
},
47+
"dependenciesMeta": {
48+
"unrs-resolver": {
49+
"built": true
50+
}
51+
},
52+
"jest": {
53+
"coverageThreshold": {
54+
"global": {
55+
"statements": 100
56+
}
57+
}
58+
},
59+
"packageManager": "[email protected]",
60+
"gitHead": "191f63d908634badf8beaceb95cc49105dbc4b1c",
61+
"_id": "@lesjoursfr/[email protected]",
62+
"_nodeVersion": "24.10.0",
63+
"_npmVersion": "11.6.1",
64+
"dist": {
65+
"integrity": "sha512-l2/3o1TdOYzUWYOkbsHg6zCzk3bmb2GBzaLMbTiVKiyy0puW2Qhevwy2luaevwOzAqlppVGm/6xsiEiArA98gA==",
66+
"shasum": "db443c2bbb35b7301562cb914edf0d275b794914",
67+
"tarball": "https://registry.npmjs.org/@lesjoursfr/postcss-extract-css-variables/-/postcss-extract-css-variables-3.0.0.tgz",
68+
"fileCount": 8,
69+
"unpackedSize": 9117,
70+
"signatures": [
71+
{
72+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
73+
"sig": "MEYCIQCPcYj9/qSiEC9aTTiWN6dvvHyw7LNEKV/kmQoRfuHAJAIhAKHnSCvqE0uHEt9gVWJqddUncQBYHC6uVTIsB+aMkFL9"
74+
}
75+
]
76+
},
77+
"_npmUser": {
78+
"name": "e-adrien",
79+
"email": "[email protected]"
80+
},
81+
"directories": {},
82+
"maintainers": [
83+
{
84+
"name": "e-adrien",
85+
"email": "[email protected]"
86+
}
87+
],
88+
"_npmOperationalInternal": {
89+
"host": "s3://npm-registry-packages-npm-production",
90+
"tmp": "tmp/postcss-extract-css-variables_3.0.0_1761670971218_0.08494760210928054"
91+
},
92+
"_hasShrinkwrap": false,
93+
"_time": "2025-10-28T17:02:51.405Z"
94+
}

0 commit comments

Comments
 (0)