From 80e3da76bb7b999650b07bfb9c806e96bab5a3ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 10:24:28 +0000 Subject: [PATCH] lesjoursfr/postcss-extract-css-variables-3.0.0 --- .../postcss-extract-css-variables.json | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 directory/@lesjoursfr/postcss-extract-css-variables.json diff --git a/directory/@lesjoursfr/postcss-extract-css-variables.json b/directory/@lesjoursfr/postcss-extract-css-variables.json new file mode 100644 index 000000000..113d74e42 --- /dev/null +++ b/directory/@lesjoursfr/postcss-extract-css-variables.json @@ -0,0 +1,94 @@ +{ + "name": "@lesjoursfr/postcss-extract-css-variables", + "version": "3.0.0", + "description": "PostCSS plugin to extract rules with CSS variables", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/lesjoursfr/postcss-extract-css-variables.git" + }, + "homepage": "https://github.com/lesjoursfr/postcss-extract-css-variables#readme", + "bugs": { + "url": "https://github.com/lesjoursfr/postcss-extract-css-variables/issues" + }, + "publishConfig": { + "access": "public" + }, + "keywords": [ + "postcss", + "css", + "postcss-plugin", + "postcss-extract-css-variables" + ], + "scripts": { + "freshlock": "rm -rf node_modules/ && rm .yarn/install-state.gz && rm yarn.lock && yarn", + "check-lint": "eslint", + "check-format": "prettier --check .", + "lint": "eslint --fix", + "format": "prettier --write .", + "test": "jest --coverage" + }, + "engines": { + "node": "22.x || 24.x" + }, + "peerDependencies": { + "postcss": "^8.5.6" + }, + "devDependencies": { + "@eslint/js": "^9.38.0", + "eslint": "^9.38.0", + "eslint-config-prettier": "^10.1.8", + "eslint-plugin-jest": "^29.0.1", + "globals": "^16.4.0", + "jest": "^30.2.0", + "postcss": "^8.5.6", + "prettier": "^3.6.2" + }, + "dependenciesMeta": { + "unrs-resolver": { + "built": true + } + }, + "jest": { + "coverageThreshold": { + "global": { + "statements": 100 + } + } + }, + "packageManager": "yarn@4.10.3", + "gitHead": "191f63d908634badf8beaceb95cc49105dbc4b1c", + "_id": "@lesjoursfr/postcss-extract-css-variables@3.0.0", + "_nodeVersion": "24.10.0", + "_npmVersion": "11.6.1", + "dist": { + "integrity": "sha512-l2/3o1TdOYzUWYOkbsHg6zCzk3bmb2GBzaLMbTiVKiyy0puW2Qhevwy2luaevwOzAqlppVGm/6xsiEiArA98gA==", + "shasum": "db443c2bbb35b7301562cb914edf0d275b794914", + "tarball": "https://registry.npmjs.org/@lesjoursfr/postcss-extract-css-variables/-/postcss-extract-css-variables-3.0.0.tgz", + "fileCount": 8, + "unpackedSize": 9117, + "signatures": [ + { + "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U", + "sig": "MEYCIQCPcYj9/qSiEC9aTTiWN6dvvHyw7LNEKV/kmQoRfuHAJAIhAKHnSCvqE0uHEt9gVWJqddUncQBYHC6uVTIsB+aMkFL9" + } + ] + }, + "_npmUser": { + "name": "e-adrien", + "email": "npmjs@eraud.dev" + }, + "directories": {}, + "maintainers": [ + { + "name": "e-adrien", + "email": "npmjs@eraud.dev" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages-npm-production", + "tmp": "tmp/postcss-extract-css-variables_3.0.0_1761670971218_0.08494760210928054" + }, + "_hasShrinkwrap": false, + "_time": "2025-10-28T17:02:51.405Z" +} \ No newline at end of file