![]() 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/dceprojects.corals.io/node_modules/postcss-minify-selectors/ |
{ "name": "postcss-minify-selectors", "version": "4.0.2", "description": "Minify selectors with PostCSS.", "main": "dist/index.js", "files": [ "dist", "LICENSE-MIT" ], "scripts": { "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/" }, "keywords": [ "css", "minify", "optimise", "postcss", "postcss-plugin", "selectors" ], "license": "MIT", "devDependencies": { "babel-cli": "^6.0.0", "cross-env": "^5.0.0", "postcss-font-magician": "^2.0.0" }, "homepage": "https://github.com/cssnano/cssnano", "author": { "name": "Ben Briggs", "email": "[email protected]", "url": "http://beneb.info" }, "repository": "cssnano/cssnano", "dependencies": { "alphanum-sort": "^1.0.0", "has": "^1.0.0", "postcss": "^7.0.0", "postcss-selector-parser": "^3.0.0" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": ">=6.9.0" } }