![]() 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-url/ |
{ "name": "postcss-url", "version": "8.0.0", "description": "PostCSS plugin to rebase or inline on url().", "keywords": [ "css", "postcss", "postcss-plugin", "url", "rebase", "inline", "base64", "assets" ], "author": "Maxime Thirouin", "license": "MIT", "repository": "https://github.com/postcss/postcss-url.git", "main": "src/index.js", "files": [ "src" ], "engines": { "node": ">=6.0.0" }, "dependencies": { "mime": "^2.3.1", "minimatch": "^3.0.4", "mkdirp": "^0.5.0", "postcss": "^7.0.2", "xxhashjs": "^0.2.1" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^5.3.0", "mocha": "^5.2.0", "npmpub": "^4.1.0", "postcss-import": "^12.0.0" }, "scripts": { "lint": "eslint --fix .", "tests": "mocha", "test": "npm run lint && npm run tests", "release": "npmpub" } }