package.json 1.6 KB

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