Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

72 rader
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "md5.js@1.3.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "md5.js@1.3.5",
  9. "_id": "md5.js@1.3.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
  12. "_location": "/md5.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "md5.js@1.3.5",
  18. "name": "md5.js",
  19. "escapedName": "md5.js",
  20. "rawSpec": "1.3.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.5"
  23. },
  24. "_requiredBy": [
  25. "/create-hash",
  26. "/evp_bytestokey"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
  29. "_spec": "1.3.5",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Kirill Fomichev",
  33. "email": "fanatid@ya.ru",
  34. "url": "https://github.com/fanatid"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/crypto-browserify/md5.js/issues"
  38. },
  39. "dependencies": {
  40. "hash-base": "^3.0.0",
  41. "inherits": "^2.0.1",
  42. "safe-buffer": "^5.1.2"
  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.5"
  71. }