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.

110 lines
3.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "create-ecdh@^4.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify"
  6. ]
  7. ],
  8. "_from": "create-ecdh@>=4.0.0 <5.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "create-ecdh@4.0.3",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/create-ecdh",
  14. "_nodeVersion": "8.11.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/create-ecdh_4.0.3_1525703089210_0.010752726417076364"
  18. },
  19. "_npmUser": {
  20. "email": "calvin.metcalf@gmail.com",
  21. "name": "cwmma"
  22. },
  23. "_npmVersion": "6.0.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "create-ecdh",
  27. "raw": "create-ecdh@^4.0.0",
  28. "rawSpec": "^4.0.0",
  29. "scope": null,
  30. "spec": ">=4.0.0 <5.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/crypto-browserify"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz",
  37. "_shasum": "c9111b6f33045c4697f144787f9254cdc77c45ff",
  38. "_shrinkwrap": null,
  39. "_spec": "create-ecdh@^4.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify",
  41. "author": {
  42. "name": "Calvin Metcalf"
  43. },
  44. "browser": "browser.js",
  45. "bugs": {
  46. "url": "https://github.com/crypto-browserify/createECDH/issues"
  47. },
  48. "dependencies": {
  49. "bn.js": "^4.1.0",
  50. "elliptic": "^6.0.0"
  51. },
  52. "description": "createECDH but browserifiable",
  53. "devDependencies": {
  54. "standard": "^5.4.1",
  55. "tap-spec": "^1.0.1",
  56. "tape": "^3.0.1"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "fileCount": 6,
  61. "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==",
  62. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8GGxCRA9TVsSAnZWagAAH+QQAKDA87unr1N/Md0VZu/V\nS6EfsjbkYwQo7RINaQ2cuXRHWrftr7F05hj1vUiwqdjcxoeKzwwr31m5DpPx\nR5G73LWFuJe/fZpkVC6JAA4pq/jFtb+dGb37+B6vQ87qOrPJjjiwJXMyBPj1\n3dEZZQfQ+gUWyktPd52Sen1Pamo1yCZP9bXptp/WKqQ63GVVq3jckx7VCdPs\nYYwoDh1gGowJv2YUofAffisexGylmztv4Is+RnBnCHKl/Zgi95wZyMRkHESQ\nIw10aCYgbCLYs08MvZFOWqoBybtHs3kYMwWqw4onpsAu15S1gRsblr3i2gWd\nsIqTKusCjoNsi4wJQWMlJe4eHV2WE3dFFDBZeuAKYXwlx5IGo0przsp8zubJ\neepq10XFnl6Ypl595KtZ4VDAi/2OKlP6DpKOFbKerAlHczbmlwr8KTVgtfCr\nesRbJOVERvD8inawscIqaMtb17hrQYoE5ccgsvQUFQpEt4BvxG/XvPDHBV2x\noJEMRvb21DNtSRuJNHIERLGMI+4YEc5lXkUQClRlOWEyrufzs0IJtt97yGH/\nLcyK4QHonAw1X54ZQuSWV8LBt+DpkRjtiWnmW2aLmM7DHOhMCakMNTRzAxDX\nGl7QWSbTEcUkx7NaCYt+aBGvUF7vc+7EyrmqHTbehOLY5qzgvxhqcBnu4a+S\n+5fd\r\n=DonG\r\n-----END PGP SIGNATURE-----\r\n",
  63. "shasum": "c9111b6f33045c4697f144787f9254cdc77c45ff",
  64. "tarball": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz",
  65. "unpackedSize": 5402
  66. },
  67. "gitHead": "3e7d3d301bfa4c332e6124db609743718cf1ffae",
  68. "homepage": "https://github.com/crypto-browserify/createECDH",
  69. "keywords": [
  70. "ECDH",
  71. "diffie",
  72. "diffiehellman",
  73. "hellman"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "cwmma",
  80. "email": "calvin.metcalf@gmail.com"
  81. },
  82. {
  83. "name": "dcousens",
  84. "email": "email@dcousens.com"
  85. },
  86. {
  87. "name": "dominictarr",
  88. "email": "dominic.tarr@gmail.com"
  89. },
  90. {
  91. "name": "indutny",
  92. "email": "fedor@indutny.com"
  93. },
  94. {
  95. "name": "jprichardson",
  96. "email": "jprichardson@gmail.com"
  97. }
  98. ],
  99. "name": "create-ecdh",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/crypto-browserify/createECDH.git"
  105. },
  106. "scripts": {
  107. "test": "standard && node test.js | tspec"
  108. },
  109. "version": "4.0.3"
  110. }