package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "md5.js@1.3.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "md5.js@1.3.5",
  10. "_id": "md5.js@1.3.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tdB7jjIW4+J81yjXL3DR5qNCAF8=",
  13. "_location": "/md5.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "md5.js@1.3.5",
  19. "name": "md5.js",
  20. "escapedName": "md5.js",
  21. "rawSpec": "1.3.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.5"
  24. },
  25. "_requiredBy": [
  26. "/create-hash",
  27. "/evp_bytestokey"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/md5.js/download/md5.js-1.3.5.tgz",
  30. "_spec": "1.3.5",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "safe-buffer": "^5.1.2"
  44. },
  45. "description": "node style md5 on pure JavaScript",
  46. "devDependencies": {
  47. "hash-test-vectors": "^1.3.2",
  48. "standard": "^7.0.0",
  49. "tape": "^4.2.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/crypto-browserify/md5.js",
  55. "keywords": [
  56. "crypto",
  57. "md5"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "md5.js",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/crypto-browserify/md5.js.git"
  65. },
  66. "scripts": {
  67. "lint": "standard",
  68. "test": "npm run lint && npm run unit",
  69. "unit": "node test/*.js"
  70. },
  71. "version": "1.3.5"
  72. }