UNPKG

919 BJSONView Raw
1{
2 "name": "autoprefixer",
3 "version": "10.0.1",
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 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/postcss/"
20 },
21 "author": "Andrey Sitnik <andrey@sitnik.ru>",
22 "license": "MIT",
23 "repository": "postcss/autoprefixer",
24 "peerDependencies": {
25 "postcss": "^8.1.0"
26 },
27 "dependencies": {
28 "browserslist": "^4.14.5",
29 "caniuse-lite": "^1.0.30001137",
30 "colorette": "^1.2.1",
31 "normalize-range": "^0.1.2",
32 "num2fraction": "^1.2.2",
33 "postcss-value-parser": "^4.1.0"
34 },
35 "browser": {
36 "colorette": false,
37 "chalk": false
38 }
39}