{ "name": "postcss-normalize-url", "version": "4.0.1", "description": "Normalize URLs 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", "normalize", "optimise", "optimisation", "postcss", "postcss-plugin", "url" ], "license": "MIT", "dependencies": { "is-absolute-url": "^2.0.0", "normalize-url": "^3.0.0", "postcss": "^7.0.0", "postcss-value-parser": "^3.0.0" }, "devDependencies": { "babel-cli": "^6.0.0", "cross-env": "^5.0.0" }, "homepage": "https://github.com/cssnano/cssnano", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "http://beneb.info" }, "repository": "cssnano/cssnano", "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": ">=6.9.0" }, "__npminstall_done": "Thu Dec 24 2020 20:20:52 GMT+0800 (CST)", "_from": "postcss-normalize-url@4.0.1", "_resolved": "https://registry.npm.taobao.org/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz?cache=0&sync_timestamp=1603212717176&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-url%2Fdownload%2Fpostcss-normalize-url-4.0.1.tgz" }