{ "name": "autoprefixer", "version": "9.8.6", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": [ "autoprefixer", "css", "prefix", "postcss", "postcss-plugin" ], "bin": "./bin/autoprefixer", "funding": { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/autoprefixer" }, "author": "Andrey Sitnik ", "license": "MIT", "repository": "postcss/autoprefixer", "dependencies": { "browserslist": "^4.12.0", "caniuse-lite": "^1.0.30001109", "colorette": "^1.2.1", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", "postcss": "^7.0.32", "postcss-value-parser": "^4.1.0" }, "eslintIgnore": [ "build/" ], "browser": { "colorette": false, "chalk": false }, "main": "lib/autoprefixer", "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)", "_from": "autoprefixer@9.8.6", "_resolved": "https://registry.npm.taobao.org/autoprefixer/download/autoprefixer-9.8.6.tgz?cache=0&sync_timestamp=1607411558867&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fautoprefixer%2Fdownload%2Fautoprefixer-9.8.6.tgz" }