You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
683 B
27 lines
683 B
2 years ago
|
{
|
||
|
"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"
|
||
|
}
|