package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "maxmin@^1.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-uglify"
  6. ]
  7. ],
  8. "_from": "maxmin@>=1.0.0 <2.0.0",
  9. "_id": "maxmin@1.1.0",
  10. "_inCache": true,
  11. "_location": "/maxmin",
  12. "_nodeVersion": "0.12.0",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "2.5.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "maxmin",
  21. "raw": "maxmin@^1.0.0",
  22. "rawSpec": "^1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/grunt-contrib-uglify"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz",
  31. "_shasum": "71365e84a99dd8f8b3f7d5fde2f00d1e7f73be61",
  32. "_shrinkwrap": null,
  33. "_spec": "maxmin@^1.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-uglify",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "http://sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/maxmin/issues"
  42. },
  43. "dependencies": {
  44. "chalk": "^1.0.0",
  45. "figures": "^1.0.1",
  46. "gzip-size": "^1.0.0",
  47. "pretty-bytes": "^1.0.0"
  48. },
  49. "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",
  50. "devDependencies": {
  51. "ava": "0.0.4"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "71365e84a99dd8f8b3f7d5fde2f00d1e7f73be61",
  56. "tarball": "http://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "140c69cd34e5ce3b44db5f7df5cdd7f621220c87",
  65. "homepage": "https://github.com/sindresorhus/maxmin",
  66. "installable": true,
  67. "keywords": [
  68. "buffer",
  69. "color",
  70. "diff",
  71. "difference",
  72. "gzip",
  73. "max",
  74. "min",
  75. "minified",
  76. "pretty",
  77. "string"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. }
  85. ],
  86. "name": "maxmin",
  87. "optionalDependencies": {},
  88. "repository": {
  89. "type": "git",
  90. "url": "https://github.com/sindresorhus/maxmin"
  91. },
  92. "scripts": {
  93. "test": "node test.js"
  94. },
  95. "version": "1.1.0"
  96. }