package.json 1018 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "postcss",
  3. "version": "6.0.23",
  4. "description": "Tool for transforming styles with JS plugins",
  5. "engines": {
  6. "node": ">=4.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. "author": "Andrey Sitnik <andrey@sitnik.ru>",
  20. "license": "MIT",
  21. "homepage": "https://postcss.org/",
  22. "repository": "postcss/postcss",
  23. "dependencies": {
  24. "chalk": "^2.4.1",
  25. "source-map": "^0.6.1",
  26. "supports-color": "^5.4.0"
  27. },
  28. "main": "lib/postcss",
  29. "types": "lib/postcss.d.ts",
  30. "browser": {
  31. "supports-color": false,
  32. "chalk": false,
  33. "fs": false
  34. },
  35. "__npminstall_done": "Thu Dec 24 2020 20:20:54 GMT+0800 (CST)",
  36. "_from": "postcss@6.0.23",
  37. "_resolved": "https://registry.npm.taobao.org/postcss/download/postcss-6.0.23.tgz?cache=0&sync_timestamp=1607512884715&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss%2Fdownload%2Fpostcss-6.0.23.tgz"
  38. }