![]() 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-initial/ |
{ "name": "postcss-initial", "version": "3.0.4", "description": "PostCSS plugin to fallback initial keyword.", "keywords": [ "postcss", "css", "postcss-plugin", "reset" ], "author": "Maksim Koretskiy <[email protected]>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/maximkoretskiy/postcss-initial.git" }, "dependencies": { "postcss": "^7.0.2" }, "devDependencies": { "chai": "3.5.0", "eslint": "^4.18.2", "husky": "^3.0.9", "mocha": "^3.3.0", "standard-version": "^8.0.1" }, "scripts": { "lint": "eslint *.js ./lib/ ./test/", "test": "npm run lint && mocha", "tdd": "mocha -w --watch-extensions js,json,css", "release": "standard-version" }, "husky": { "hooks": { "pre-commit": "npm test", "pre-push": "npm test" } }, "standard-version": { "scripts": { "prerelease": "npm test" } } }