1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| {
| "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"
| }
|
|