package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "md5",
  3. "description": "js function for hashing messages with MD5",
  4. "version": "2.2.1",
  5. "author": {
  6. "name": "Paul Vorbach",
  7. "email": "paul@vorba.ch",
  8. "url": "http://paul.vorba.ch"
  9. },
  10. "contributors": [
  11. {
  12. "name": "salba"
  13. }
  14. ],
  15. "tags": [
  16. "md5",
  17. "hash",
  18. "encryption",
  19. "message digest"
  20. ],
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/pvorb/node-md5.git"
  24. },
  25. "bugs": {
  26. "url": "https://github.com/pvorb/node-md5/issues"
  27. },
  28. "main": "md5.js",
  29. "scripts": {
  30. "test": "mocha"
  31. },
  32. "dependencies": {
  33. "charenc": "~0.0.1",
  34. "crypt": "~0.0.1",
  35. "is-buffer": "~1.1.1"
  36. },
  37. "devDependencies": {
  38. "mocha": "~2.3.4"
  39. },
  40. "optionalDependencies": {},
  41. "license": "BSD-3-Clause",
  42. "gitHead": "5536a25dbe856b25d9963fd47da5eb4e1bca4250",
  43. "homepage": "https://github.com/pvorb/node-md5#readme",
  44. "_id": "md5@2.2.1",
  45. "_shasum": "53ab38d5fe3c8891ba465329ea23fac0540126f9",
  46. "_from": "md5@latest",
  47. "_npmVersion": "3.9.3",
  48. "_nodeVersion": "4.4.5",
  49. "_npmUser": {
  50. "name": "pvorb",
  51. "email": "paul@vorba.ch"
  52. },
  53. "dist": {
  54. "shasum": "53ab38d5fe3c8891ba465329ea23fac0540126f9",
  55. "size": 4599,
  56. "noattachment": false,
  57. "tarball": "http://registry.npm.taobao.org/md5/download/md5-2.2.1.tgz"
  58. },
  59. "maintainers": [
  60. {
  61. "name": "coolaj86",
  62. "email": "coolaj86@gmail.com"
  63. },
  64. {
  65. "name": "pvorb",
  66. "email": "paul@vorba.ch"
  67. }
  68. ],
  69. "_npmOperationalInternal": {
  70. "host": "packages-16-east.internal.npmjs.com",
  71. "tmp": "tmp/md5-2.2.1.tgz_1472679629604_0.48944878415204585"
  72. },
  73. "directories": {},
  74. "publish_time": 1472679631563,
  75. "_cnpm_publish_time": 1472679631563,
  76. "_resolved": "http://registry.npm.taobao.org/md5/download/md5-2.2.1.tgz",
  77. "readme": "ERROR: No README data found!"
  78. }