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": "create-ecdh@^4.0.0",
  3. "_id": "create-ecdh@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==",
  6. "_location": "/create-ecdh",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "create-ecdh@^4.0.0",
  12. "name": "create-ecdh",
  13. "escapedName": "create-ecdh",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/crypto-browserify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz",
  22. "_shasum": "c9111b6f33045c4697f144787f9254cdc77c45ff",
  23. "_spec": "create-ecdh@^4.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/createECDH/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bn.js": "^4.1.0",
  35. "elliptic": "^6.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "createECDH but browserifiable",
  39. "devDependencies": {
  40. "standard": "^5.4.1",
  41. "tap-spec": "^1.0.1",
  42. "tape": "^3.0.1"
  43. },
  44. "homepage": "https://github.com/crypto-browserify/createECDH",
  45. "keywords": [
  46. "diffie",
  47. "hellman",
  48. "diffiehellman",
  49. "ECDH"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "create-ecdh",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/crypto-browserify/createECDH.git"
  57. },
  58. "scripts": {
  59. "test": "standard && node test.js | tspec"
  60. },
  61. "version": "4.0.3"
  62. }