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