UNPKG

postcss-merge-longhand

Version:

Merge longhand properties into shorthand with PostCSS.

60 lines 1.29 kB
{ "name": "postcss-merge-longhand", "version": "9.0.3", "description": "Merge longhand properties into shorthand with PostCSS.", "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" }, "./package.json": "./package.json" }, "main": "./src/index.js", "types": "./types/index.d.ts", "files": [ "LICENSE-MIT", "src", "types" ], "keywords": [ "css", "minify", "optimise", "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": { "postcss-value-parser": "^4.2.0", "stylehacks": "^9.0.3" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": "^22.22.3 || ^24.15.0 || >=26.0" }, "devDependencies": { "@webref/css": "8.7.4", "postcss": "^8.5.28" }, "peerDependencies": { "postcss": "^8.5.28" }, "type": "module", "scripts": { "acquire": "node ./script/acquire.mjs", "fuzz": "node ./script/fuzz.js", "test": "node --test" } }