![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/postcss-minify-params/ |
{ "name": "postcss-minify-params", "version": "4.0.2", "description": "Minify at-rule params with PostCSS", "keywords": [ "postcss", "css", "postcss-plugin", "minify", "optimise", "params" ], "main": "dist/index.js", "files": [ "dist" ], "author": "Bogdan Chadkin <[email protected]>", "license": "MIT", "repository": "cssnano/cssnano", "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "homepage": "https://github.com/cssnano/cssnano", "dependencies": { "alphanum-sort": "^1.0.0", "browserslist": "^4.0.0", "cssnano-util-get-arguments": "^4.0.0", "postcss": "^7.0.0", "postcss-value-parser": "^3.0.0", "uniqs": "^2.0.0" }, "scripts": { "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/" }, "devDependencies": { "babel-cli": "^6.0.0", "cross-env": "^5.0.0" }, "engines": { "node": ">=6.9.0" } }