UNPKG

postcss-minify-gradients

Version:

Minify gradient parameters with PostCSS.

56 lines 1.19 kB
{ "name": "postcss-minify-gradients", "version": "8.0.6", "description": "Minify gradient parameters with PostCSS.", "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" }, "./src": "./src/index.js", "./src/*": "./src/*.js", "./src/*.js": "./src/*.js", "./package.json": "./package.json" }, "files": [ "LICENSE-MIT", "src", "types" ], "keywords": [ "css", "postcss", "postcss-plugin" ], "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": { "@colordx/core": "^5.6.0", "cssnano-utils": "^6.0.4", "postcss-value-parser": "^4.2.0" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": "^22.11.0 || ^24.11.0 || >=26.0" }, "devDependencies": { "postcss": "^8.5.26" }, "peerDependencies": { "postcss": "^8.5.26" }, "scripts": { "test": "node --test" } }