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.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "md5.js@^1.3.4",
  3. "_id": "md5.js@1.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
  6. "_location": "/md5.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "md5.js@^1.3.4",
  12. "name": "md5.js",
  13. "escapedName": "md5.js",
  14. "rawSpec": "^1.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.4"
  17. },
  18. "_requiredBy": [
  19. "/create-hash",
  20. "/evp_bytestokey"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
  23. "_shasum": "b5d07b8e3216e3e27cd728d72f70d1e6a342005f",
  24. "_spec": "md5.js@^1.3.4",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/create-hash",
  26. "author": {
  27. "name": "Kirill Fomichev",
  28. "email": "fanatid@ya.ru",
  29. "url": "https://github.com/fanatid"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/crypto-browserify/md5.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "hash-base": "^3.0.0",
  37. "inherits": "^2.0.1",
  38. "safe-buffer": "^5.1.2"
  39. },
  40. "deprecated": false,
  41. "description": "node style md5 on pure JavaScript",
  42. "devDependencies": {
  43. "hash-test-vectors": "^1.3.2",
  44. "standard": "^7.0.0",
  45. "tape": "^4.2.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/crypto-browserify/md5.js",
  51. "keywords": [
  52. "crypto",
  53. "md5"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "md5.js",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/crypto-browserify/md5.js.git"
  61. },
  62. "scripts": {
  63. "lint": "standard",
  64. "test": "npm run lint && npm run unit",
  65. "unit": "node test/*.js"
  66. },
  67. "version": "1.3.5"
  68. }