123456789101112131415161718192021222324 |
- {
- "name": "autoprefixer",
- "version": "9.5.1",
- "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",
- "engines": {
- "node": ">=6.0.0"
- },
- "dependencies": {
- "browserslist": "^4.5.4",
- "caniuse-lite": "^1.0.30000957",
- "normalize-range": "^0.1.2",
- "num2fraction": "^1.2.2",
- "postcss": "^7.0.14",
- "postcss-value-parser": "^3.3.1"
- },
- "bin": {
- "autoprefixer": "./bin/autoprefixer"
- },
- "main": "lib/autoprefixer"
- }
|