UNPKG

892 BJSONView Raw
1{
2 "name": "autoprefixer",
3 "version": "9.8.2",
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 "engines": {
15 "node": "^6 || ^8 || ^10 || ^12 || >=13.7"
16 },
17 "dependencies": {
18 "browserslist": "^4.12.0",
19 "caniuse-lite": "^1.0.30001084",
20 "kleur": "^4.0.1",
21 "normalize-range": "^0.1.2",
22 "num2fraction": "^1.2.2",
23 "postcss": "^7.0.32",
24 "postcss-value-parser": "^4.1.0"
25 },
26 "eslintIgnore": ["build/"],
27 "browser": {
28 "chalk": false
29 },
30 "main": "lib/autoprefixer"
31}
\No newline at end of file