package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "md5@^2.0.0",
  3. "_id": "md5@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
  6. "_location": "/md5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "md5@^2.0.0",
  12. "name": "md5",
  13. "escapedName": "md5",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/leancloud-storage"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/md5/-/md5-2.3.0.tgz",
  22. "_shasum": "c3da9a6aae3a30b46b7b0c349b87b110dc3bda4f",
  23. "_spec": "md5@^2.0.0",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\leancloud-storage",
  25. "author": {
  26. "name": "Paul Vorbach",
  27. "email": "paul@vorba.ch",
  28. "url": "http://paul.vorba.ch"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/pvorb/node-md5/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "salba"
  37. }
  38. ],
  39. "dependencies": {
  40. "charenc": "0.0.2",
  41. "crypt": "0.0.2",
  42. "is-buffer": "~1.1.6"
  43. },
  44. "deprecated": false,
  45. "description": "js function for hashing messages with MD5",
  46. "devDependencies": {
  47. "mocha": "~2.3.4",
  48. "webpack": "~2.4.1"
  49. },
  50. "homepage": "https://github.com/pvorb/node-md5#readme",
  51. "license": "BSD-3-Clause",
  52. "main": "md5.js",
  53. "name": "md5",
  54. "optionalDependencies": {},
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/pvorb/node-md5.git"
  58. },
  59. "scripts": {
  60. "test": "mocha",
  61. "webpack": "webpack -p"
  62. },
  63. "tags": [
  64. "md5",
  65. "hash",
  66. "encryption",
  67. "message digest"
  68. ],
  69. "version": "2.3.0"
  70. }