1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "cssnano",
- "version": "5.0.15",
- "description": "A modular minifier, built on top of the PostCSS ecosystem.",
- "main": "dist/index.js",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/cssnano"
- },
- "keywords": [
- "css",
- "compress",
- "minify",
- "optimise",
- "optimisation",
- "postcss",
- "postcss-plugin"
- ],
- "license": "MIT",
- "dependencies": {
- "cssnano-preset-default": "^5.1.10",
- "lilconfig": "^2.0.3",
- "yaml": "^1.10.2"
- },
- "homepage": "https://github.com/cssnano/cssnano",
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "repository": "cssnano/cssnano",
- "files": [
- "dist",
- "LICENSE-MIT",
- "quickstart.js"
- ],
- "tonicExampleFilename": "quickstart.js",
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "devDependencies": {
- "autoprefixer": "^10.3.7",
- "cssnano-preset-advanced": "^5.1.10",
- "cssnano-preset-lite": "^2.0.2",
- "postcss": "^8.2.15"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
- },
- "scripts": {
- "bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
- "prebuild": "rimraf dist",
- "build": "babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\""
- },
- "readme": "# cssnano\n\nFor documentation, please see the following links:\n\n* Repository: https://github.com/cssnano/cssnano\n* Website: http://cssnano.co\n"
- }
|