UNPKG

cssnano

Version:

A modular CSS minifier, built on top of the PostCSS ecosystem.

66 lines 1.44 kB
{ "name": "cssnano", "version": "9.0.5", "description": "A modular CSS minifier, built on top of the PostCSS ecosystem.", "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" }, "./package.json": "./package.json" }, "main": "./src/index.js", "types": "./types/index.d.ts", "funding": { "type": "opencollective", "url": "https://opencollective.com/cssnano" }, "keywords": [ "css", "compress", "minify", "optimise", "optimisation", "postcss", "postcss-plugin" ], "license": "MIT", "dependencies": { "cssnano-preset-default": "^9.0.5" }, "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" }, "files": [ "src", "LICENSE-MIT", "types" ], "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": "^22.22.3 || ^24.15.0 || >=26.0" }, "devDependencies": { "autoprefixer": "^10.6.1", "cssnano-preset-advanced": "^9.0.5", "cssnano-preset-lite": "^6.0.3", "postcss": "^8.5.28", "postcss-font-magician": "^4.0.0" }, "peerDependencies": { "postcss": "^8.5.28" }, "type": "module", "scripts": { "test": "node --test" } }