1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "postcss-discard-comments",
- "version": "5.1.2",
- "description": "Discard comments in your CSS files with PostCSS.",
- "main": "src/index.js",
- "types": "types/index.d.ts",
- "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": "http://beneb.info"
- },
- "repository": "cssnano/cssnano",
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "devDependencies": {
- "postcss": "^8.2.15"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
- }
- }
|