diff --git a/directory/@lesjoursfr/postcss-extract-css-variables.json b/directory/@lesjoursfr/postcss-extract-css-variables.json new file mode 100644 index 000000000..3bc3d87b6 --- /dev/null +++ b/directory/@lesjoursfr/postcss-extract-css-variables.json @@ -0,0 +1,89 @@ +{ + "name": "@lesjoursfr/postcss-extract-css-variables", + "version": "2.0.7", + "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": "20.x || 22.x || 24.x" + }, + "peerDependencies": { + "postcss": "^8.5.3" + }, + "devDependencies": { + "@eslint/js": "^9.23.0", + "eslint": "^9.23.0", + "eslint-config-prettier": "^10.1.1", + "eslint-plugin-jest": "^28.11.0", + "globals": "^16.0.0", + "jest": "^29.7.0", + "postcss": "^8.5.3", + "prettier": "^3.5.3" + }, + "jest": { + "coverageThreshold": { + "global": { + "statements": 100 + } + } + }, + "packageManager": "yarn@4.8.1", + "_id": "@lesjoursfr/postcss-extract-css-variables@2.0.7", + "gitHead": "bea6c4b7a97198b49c8dad6eab14ab60d5dc3abf", + "_nodeVersion": "22.14.0", + "_npmVersion": "10.9.2", + "dist": { + "integrity": "sha512-o4fYpgfgDCpGNnTyvdxZAVB3qGGkYHf0ZmEfWzkGGgHR25YWrAr7hoObaBgd94TwuysRqUTtGiCfJNOHLrbqHA==", + "shasum": "ab3a9e7472c240765722d60b57ffec17dd6dfd07", + "tarball": "https://registry.npmjs.org/@lesjoursfr/postcss-extract-css-variables/-/postcss-extract-css-variables-2.0.7.tgz", + "fileCount": 8, + "unpackedSize": 9047, + "signatures": [ + { + "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U", + "sig": "MEUCIQCDf+jKIs6ho9k0ocqcVuMaSycc2WLFfTwrkt0eTaotvgIgedv16KVnkhFzmBdoaJ3QtV4zAXuK1Kh+UNpkU39aLtg=" + } + ] + }, + "_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_2.0.7_1743575879264_0.6892628278019031" + }, + "_hasShrinkwrap": false, + "_time": "2025-04-02T06:37:59.471Z" +} \ No newline at end of file