package.json 946 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "maxmin",
  3. "version": "1.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": "http://sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "node test.js"
  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": "^1.0.0",
  37. "pretty-bytes": "^1.0.0"
  38. },
  39. "devDependencies": {
  40. "ava": "0.0.4"
  41. },
  42. "__npminstall_done": true,
  43. "_from": "maxmin@1.1.0",
  44. "_resolved": "https://registry.npmmirror.com/maxmin/-/maxmin-1.1.0.tgz"
  45. }