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.6KB

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