UNPKG

969 BJSONView Raw
1{
2 "name": "autoprefixer",
3 "version": "10.4.0",
4 "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
5 "engines": {
6 "node": "^10 || ^12 || >=14"
7 },
8 "keywords": [
9 "autoprefixer",
10 "css",
11 "prefix",
12 "postcss",
13 "postcss-plugin"
14 ],
15 "main": "lib/autoprefixer.js",
16 "bin": "bin/autoprefixer",
17 "types": "lib/autoprefixer.d.ts",
18 "funding": {
19 "type": "opencollective",
20 "url": "https://opencollective.com/postcss/"
21 },
22 "author": "Andrey Sitnik <andrey@sitnik.ru>",
23 "license": "MIT",
24 "repository": "postcss/autoprefixer",
25 "bugs": {
26 "url": "https://github.com/postcss/autoprefixer/issues"
27 },
28 "peerDependencies": {
29 "postcss": "^8.1.0"
30 },
31 "dependencies": {
32 "browserslist": "^4.17.5",
33 "caniuse-lite": "^1.0.30001272",
34 "fraction.js": "^4.1.1",
35 "normalize-range": "^0.1.2",
36 "picocolors": "^1.0.0",
37 "postcss-value-parser": "^4.1.0"
38 }
39}