package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "diffie-hellman@5.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "diffie-hellman@5.0.3",
  10. "_id": "diffie-hellman@5.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QOjumPVaIUlgcUaSHGPhrl89KHU=",
  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.npm.taobao.org/diffie-hellman/download/diffie-hellman-5.0.3.tgz",
  29. "_spec": "5.0.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }