package.json 945 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "maxmin",
  3. "version": "2.1.0",
  4. "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",
  5. "license": "MIT",
  6. "repository": "sindresorhus/maxmin",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.12"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "string",
  23. "buffer",
  24. "pretty",
  25. "color",
  26. "gzip",
  27. "minified",
  28. "min",
  29. "max",
  30. "diff",
  31. "difference"
  32. ],
  33. "dependencies": {
  34. "chalk": "^1.0.0",
  35. "figures": "^1.0.1",
  36. "gzip-size": "^3.0.0",
  37. "pretty-bytes": "^3.0.0"
  38. },
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "__npminstall_done": true,
  44. "_from": "maxmin@2.1.0",
  45. "_resolved": "https://registry.npmmirror.com/maxmin/-/maxmin-2.1.0.tgz"
  46. }