UNPKG

postcss-discard-comments

Version:

Discard comments in your CSS files with PostCSS.

55 lines 1.22 kB
{ "name": "postcss-discard-comments", "version": "9.0.0", "description": "Discard comments in your CSS files with PostCSS.", "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" } }, "files": [ "src", "LICENSE-MIT", "types" ], "keywords": [ "css", "comments", "postcss", "postcss-plugin" ], "license": "MIT", "homepage": "https://github.com/cssnano/cssnano", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "https://beneb.info" }, "repository": { "type": "git", "url": "git+https://github.com/cssnano/cssnano.git" }, "dependencies": { "postcss-selector-parser": "^7.1.5" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": "^22.22.3 || ^24.15.0 || >=26.0" }, "devDependencies": { "postcss": "^8.5.26", "postcss-scss": "^4.0.9", "postcss-simple-vars": "^7.0.1" }, "peerDependencies": { "postcss": "^8.5.26" }, "type": "module", "scripts": { "test": "node --test", "test:mutation": "node ../../util/mutation-testing/mutation-runner.mjs --catalog mutation-catalog.mjs" } }