{ "name": "postcss-normalize-whitespace", "version": "5.0.1", "description": "Trim whitespace inside and around CSS rules & declarations.", "main": "dist/index.js", "files": [ "dist", "LICENSE-MIT" ], "scripts": { "prebuild": "del-cli dist", "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", "prepublish": "yarn build" }, "keywords": [ "css", "postcss", "postcss-plugin" ], "license": "MIT", "homepage": "https://github.com/cssnano/cssnano", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "http://beneb.info" }, "repository": "cssnano/cssnano", "dependencies": { "postcss-value-parser": "^4.1.0" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": "^10 || ^12 || >=14.0" }, "devDependencies": { "postcss": "^8.2.15" }, "peerDependencies": { "postcss": "^8.2.15" }, "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc" }