From 1d3593bc58dba6277cb4fb8e9710af11a81a1bdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 12:46:41 +0000 Subject: [PATCH] postcss-plugin-remove-important-1.0.1 --- .../postcss-plugin-remove-important.json | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 directory/postcss-plugin-remove-important.json diff --git a/directory/postcss-plugin-remove-important.json b/directory/postcss-plugin-remove-important.json new file mode 100644 index 0000000000..adecfaec3d --- /dev/null +++ b/directory/postcss-plugin-remove-important.json @@ -0,0 +1,85 @@ +{ + "name": "postcss-plugin-remove-important", + "version": "1.0.1", + "description": "PostCSS plugin Remove important statements", + "keywords": [ + "postcss", + "css", + "postcss-plugin", + "postcss-plugin-remove-important" + ], + "scripts": { + "unit": "uvu . '\\.test\\.js$'", + "test": "npm run unit && eslint ." + }, + "author": { + "name": "Markus Bruns", + "email": "bruns@kontrollfeld.de" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/makkus183/postcss-plugin-remove-important.git" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "postcss": "^8.4.27" + }, + "devDependencies": { + "eslint": "^8.47.0", + "postcss": "^8.4.27", + "uvu": "^0.5.6" + }, + "eslintConfig": { + "parserOptions": { + "ecmaVersion": 2017 + }, + "env": { + "node": true, + "es6": true + }, + "extends": [ + "eslint:recommended" + ] + }, + "gitHead": "79f92b4924b67d59accec35f625450bcb35fb4f8", + "bugs": { + "url": "https://github.com/makkus183/postcss-plugin-remove-important/issues" + }, + "homepage": "https://github.com/makkus183/postcss-plugin-remove-important#readme", + "_id": "postcss-plugin-remove-important@1.0.1", + "_nodeVersion": "16.14.2", + "_npmVersion": "8.5.0", + "dist": { + "integrity": "sha512-Am8tlcPrwszzuub2XmG8RGu/BQpKYEW3lT/jkhItAKeK1+JgMxg5p+BKn91DtpmWW26i/H10ZdeuNVK/K3/Yyg==", + "shasum": "6a4872ae9932e0588771c7be3bff4b03e3d2b586", + "tarball": "https://registry.npmjs.org/postcss-plugin-remove-important/-/postcss-plugin-remove-important-1.0.1.tgz", + "fileCount": 4, + "unpackedSize": 2667, + "signatures": [ + { + "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA", + "sig": "MEQCIA7qvriBko72l1LhBRB54pKN9/VBQqPWss0/2+WtF6DAAiBbwmwQDwUHjnTxXBa3Qkk2KXNynIiU62Brr6XXO96oPA==" + } + ] + }, + "_npmUser": { + "name": "markus_bruns", + "email": "administration@kontrollfeld.de" + }, + "directories": {}, + "maintainers": [ + { + "name": "markus_bruns", + "email": "administration@kontrollfeld.de" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/postcss-plugin-remove-important_1.0.1_1692105936012_0.6522709782409275" + }, + "_hasShrinkwrap": false, + "_time": "2023-08-15T13:25:36.198Z" +} \ No newline at end of file