UNPKG

postcss-reduce-transforms

Version:

Reduce transform functions with PostCSS.

47 lines 985 B
{ "name": "postcss-reduce-transforms", "version": "9.0.0", "description": "Reduce transform functions with PostCSS.", "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" } }, "files": [ "LICENSE-MIT", "src", "types" ], "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": "git+https://github.com/cssnano/cssnano.git" }, "dependencies": { "postcss-value-parser": "^4.2.0" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": "^22.22.3 || ^24.15.0 || >=26.0" }, "devDependencies": { "postcss": "^8.5.26" }, "peerDependencies": { "postcss": "^8.5.26" }, "type": "module", "scripts": { "fuzz": "node ./script/fuzz.js", "test": "node --test" } }