UNPKG

postcss-discard-comments

Version:

Discard comments in your CSS files with PostCSS.

59 lines 1.29 kB
{ "name": "postcss-discard-comments", "version": "8.0.3", "description": "Discard comments in your CSS files with PostCSS.", "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" }, "./src": "./src/index.js", "./src/index": "./src/index.js", "./src/index.js": "./src/index.js", "./src/lib/*": "./src/lib/*.js", "./src/lib/*.js": "./src/lib/*.js", "./package.json": "./package.json" }, "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": "cssnano/cssnano" }, "dependencies": { "postcss-selector-parser": "^7.1.5" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": "^22.11.0 || ^24.11.0 || >=26.0" }, "devDependencies": { "postcss": "^8.5.26", "postcss-scss": "^4.0.9", "postcss-simple-vars": "^7.0.1" }, "peerDependencies": { "postcss": "^8.5.26" }, "scripts": { "test": "node --test" } }