ba4789804fb120a1b9c8e75f089bb4cfcabf445c08945c5a35b19127ce556f11cb64e6247e88ee2b6640a5d27cea1eb7ca276371d937e0f9b837bc1c545727 772 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "postcss",
  3. "version": "7.0.39",
  4. "description": "Tool for transforming styles with JS plugins",
  5. "engines": {
  6. "node": ">=6.0.0"
  7. },
  8. "keywords": [
  9. "css",
  10. "postcss",
  11. "rework",
  12. "preprocessor",
  13. "parser",
  14. "source map",
  15. "transform",
  16. "manipulation",
  17. "transpiler"
  18. ],
  19. "funding": {
  20. "type": "opencollective",
  21. "url": "https://opencollective.com/postcss/"
  22. },
  23. "author": "Andrey Sitnik <andrey@sitnik.ru>",
  24. "license": "MIT",
  25. "homepage": "https://postcss.org/",
  26. "repository": "postcss/postcss",
  27. "dependencies": {
  28. "picocolors": "^0.2.1",
  29. "source-map": "^0.6.1"
  30. },
  31. "main": "lib/postcss",
  32. "types": "lib/postcss.d.ts",
  33. "browser": {
  34. "./lib/terminal-highlight": false,
  35. "fs": false
  36. }
  37. }