package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "create-ecdh@4.0.4",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "create-ecdh@4.0.4",
  10. "_id": "create-ecdh@4.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==",
  13. "_location": "/create-ecdh",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "create-ecdh@4.0.4",
  19. "name": "create-ecdh",
  20. "escapedName": "create-ecdh",
  21. "rawSpec": "4.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.4"
  24. },
  25. "_requiredBy": [
  26. "/crypto-browserify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz",
  29. "_spec": "4.0.4",
  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/createECDH/issues"
  37. },
  38. "dependencies": {
  39. "bn.js": "^4.1.0",
  40. "elliptic": "^6.5.3"
  41. },
  42. "description": "createECDH but browserifiable",
  43. "devDependencies": {
  44. "standard": "^5.4.1",
  45. "tap-spec": "^1.0.1",
  46. "tape": "^3.0.1"
  47. },
  48. "homepage": "https://github.com/crypto-browserify/createECDH",
  49. "keywords": [
  50. "diffie",
  51. "hellman",
  52. "diffiehellman",
  53. "ECDH"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "create-ecdh",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/crypto-browserify/createECDH.git"
  61. },
  62. "scripts": {
  63. "test": "standard && node test.js | tspec"
  64. },
  65. "version": "4.0.4"
  66. }