package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "diffie-hellman@5.0.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "diffie-hellman@5.0.3",
  10. "_id": "diffie-hellman@5.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
  13. "_location": "/diffie-hellman",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "diffie-hellman@5.0.3",
  19. "name": "diffie-hellman",
  20. "escapedName": "diffie-hellman",
  21. "rawSpec": "5.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.3"
  24. },
  25. "_requiredBy": [
  26. "/crypto-browserify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
  29. "_spec": "5.0.3",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Calvin Metcalf"
  33. },
  34. "browser": "browser.js",
  35. "bugs": {
  36. "url": "https://github.com/crypto-browserify/diffie-hellman/issues"
  37. },
  38. "dependencies": {
  39. "bn.js": "^4.1.0",
  40. "miller-rabin": "^4.0.0",
  41. "randombytes": "^2.0.0"
  42. },
  43. "description": "pure js diffie-hellman",
  44. "devDependencies": {
  45. "tap-spec": "^1.0.1",
  46. "tape": "^3.0.1"
  47. },
  48. "homepage": "https://github.com/crypto-browserify/diffie-hellman",
  49. "keywords": [
  50. "diffie",
  51. "hellman",
  52. "diffiehellman",
  53. "dh"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "diffie-hellman",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/crypto-browserify/diffie-hellman.git"
  61. },
  62. "scripts": {
  63. "test": "node test.js | tspec"
  64. },
  65. "version": "5.0.3"
  66. }