{ "name": "autoprefixer", "version": "10.2.5", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14" }, "keywords": [ "autoprefixer", "css", "prefix", "postcss", "postcss-plugin" ], "main": "lib/autoprefixer.js", "bin": "bin/autoprefixer", "types": "lib/autoprefixer.d.ts", "funding": { "type": "opencollective", "url": "https://opencollective.com/postcss/" }, "author": "Andrey Sitnik ", "license": "MIT", "repository": "postcss/autoprefixer", "peerDependencies": { "postcss": "^8.1.0" }, "dependencies": { "browserslist": "^4.16.3", "caniuse-lite": "^1.0.30001196", "colorette": "^1.2.2", "fraction.js": "^4.0.13", "normalize-range": "^0.1.2", "postcss-value-parser": "^4.1.0" }, "browser": { "colorette": false, "chalk": false } }