You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.6 KiB

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