UNPKG

853 BJSONView Raw
1{
2 "name": "autoprefixer",
3 "version": "9.8.5",
4 "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
5 "keywords": ["autoprefixer", "css", "prefix", "postcss", "postcss-plugin"],
6 "bin": "./bin/autoprefixer",
7 "funding": {
8 "type": "tidelift",
9 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
10 },
11 "author": "Andrey Sitnik <andrey@sitnik.ru>",
12 "license": "MIT",
13 "repository": "postcss/autoprefixer",
14 "dependencies": {
15 "browserslist": "^4.12.0",
16 "caniuse-lite": "^1.0.30001097",
17 "colorette": "^1.2.0",
18 "normalize-range": "^0.1.2",
19 "num2fraction": "^1.2.2",
20 "postcss": "^7.0.32",
21 "postcss-value-parser": "^4.1.0"
22 },
23 "eslintIgnore": ["build/"],
24 "browser": {
25 "colorette": false,
26 "chalk": false
27 },
28 "main": "lib/autoprefixer"
29}
\No newline at end of file