wishthis/node_modules/autoprefixer/package.json

31 lines
786 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-07 07:06:43 +00:00
"name": "autoprefixer",
"version": "9.8.8",
"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"
2022-02-23 16:41:13 +00:00
],
2022-04-07 07:06:43 +00:00
"bin": "./bin/autoprefixer",
"funding": {
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
2022-01-21 08:28:41 +00:00
},
2022-04-07 07:06:43 +00:00
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/autoprefixer",
2022-01-21 08:28:41 +00:00
"dependencies": {
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001109",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"picocolors": "^0.2.1",
"postcss": "^7.0.32",
"postcss-value-parser": "^4.1.0"
},
2022-04-07 07:06:43 +00:00
"main": "lib/autoprefixer"
2022-01-21 08:28:41 +00:00
}