package.json 2.5 KB

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