package.json 786 B

123456789101112131415161718192021222324252627282930
  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. }