Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
786 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "autoprefixer",
|
---|
| 3 | "version": "9.8.8",
|
---|
| 4 | "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
|
---|
| 5 | "keywords": [
|
---|
| 6 | "autoprefixer",
|
---|
| 7 | "css",
|
---|
| 8 | "prefix",
|
---|
| 9 | "postcss",
|
---|
| 10 | "postcss-plugin"
|
---|
| 11 | ],
|
---|
| 12 | "bin": "./bin/autoprefixer",
|
---|
| 13 | "funding": {
|
---|
| 14 | "type": "tidelift",
|
---|
| 15 | "url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
---|
| 16 | },
|
---|
| 17 | "author": "Andrey Sitnik <andrey@sitnik.ru>",
|
---|
| 18 | "license": "MIT",
|
---|
| 19 | "repository": "postcss/autoprefixer",
|
---|
| 20 | "dependencies": {
|
---|
| 21 | "browserslist": "^4.12.0",
|
---|
| 22 | "caniuse-lite": "^1.0.30001109",
|
---|
| 23 | "normalize-range": "^0.1.2",
|
---|
| 24 | "num2fraction": "^1.2.2",
|
---|
| 25 | "picocolors": "^0.2.1",
|
---|
| 26 | "postcss": "^7.0.32",
|
---|
| 27 | "postcss-value-parser": "^4.1.0"
|
---|
| 28 | },
|
---|
| 29 | "main": "lib/autoprefixer"
|
---|
| 30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.