{ "name": "autoprefixer", "version": "10.5.0", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": [ "autoprefixer", "css", "postcss", "postcss-plugin", "prefix" ], "bugs": { "url": "https://github.com/postcss/autoprefixer/issues" }, "license": "MIT", "author": "Andrey Sitnik ", "repository": "postcss/autoprefixer", "funding": [ { "type": "opencollective", "url": "https://opencollective.com/postcss/" }, { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/autoprefixer" }, { "type": "github", "url": "https://github.com/sponsors/ai" } ], "bin": "bin/autoprefixer", "main": "lib/autoprefixer.js", "types": "lib/autoprefixer.d.ts", "dependencies": { "browserslist": "^4.28.2", "caniuse-lite": "^1.0.30001787", "fraction.js": "^5.3.4", "picocolors": "^1.1.1", "postcss-value-parser": "^4.2.0" }, "peerDependencies": { "postcss": "^8.1.0" }, "engines": { "node": "^10 || ^12 || >=14" } }