You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
864 B
43 lines
864 B
{ |
|
"name": "postcss-minify-selectors", |
|
"version": "5.2.1", |
|
"description": "Minify selectors with PostCSS.", |
|
"main": "src/index.js", |
|
"types": "types/index.d.ts", |
|
"files": [ |
|
"src", |
|
"LICENSE-MIT", |
|
"types" |
|
], |
|
"keywords": [ |
|
"css", |
|
"minify", |
|
"optimise", |
|
"postcss", |
|
"postcss-plugin", |
|
"selectors" |
|
], |
|
"license": "MIT", |
|
"homepage": "https://github.com/cssnano/cssnano", |
|
"author": { |
|
"name": "Ben Briggs", |
|
"email": "beneb.info@gmail.com", |
|
"url": "http://beneb.info" |
|
}, |
|
"repository": "cssnano/cssnano", |
|
"dependencies": { |
|
"postcss-selector-parser": "^6.0.5" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/cssnano/cssnano/issues" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12 || >=14.0" |
|
}, |
|
"devDependencies": { |
|
"postcss": "^8.2.15" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.2.15" |
|
} |
|
} |