123456789101112131415161718192021 |
- {
- "name": "autoprefixer",
- "version": "8.6.5",
- "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"],
- "author": "Andrey Sitnik <andrey@sitnik.ru>",
- "license": "MIT",
- "repository": "postcss/autoprefixer",
- "dependencies": {
- "browserslist": "^3.2.8",
- "caniuse-lite": "^1.0.30000864",
- "normalize-range": "^0.1.2",
- "num2fraction": "^1.2.2",
- "postcss": "^6.0.23",
- "postcss-value-parser": "^3.2.3"
- },
- "bin": {
- "autoprefixer": "./bin/autoprefixer"
- },
- "main": "lib/autoprefixer"
- }
|