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.

109 lines
2.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "diffie-hellman@^5.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify"
  6. ]
  7. ],
  8. "_from": "diffie-hellman@>=5.0.0 <6.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "diffie-hellman@5.0.3",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/diffie-hellman",
  14. "_nodeVersion": "8.11.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/diffie-hellman_5.0.3_1523448210144_0.25747828831545383"
  18. },
  19. "_npmUser": {
  20. "email": "calvin.metcalf@gmail.com",
  21. "name": "cwmma"
  22. },
  23. "_npmVersion": "5.8.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "diffie-hellman",
  27. "raw": "diffie-hellman@^5.0.0",
  28. "rawSpec": "^5.0.0",
  29. "scope": null,
  30. "spec": ">=5.0.0 <6.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/crypto-browserify"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
  37. "_shasum": "40e8ee98f55a2149607146921c63e1ae5f3d2875",
  38. "_shrinkwrap": null,
  39. "_spec": "diffie-hellman@^5.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/diffie-hellman/issues"
  47. },
  48. "dependencies": {
  49. "bn.js": "^4.1.0",
  50. "miller-rabin": "^4.0.0",
  51. "randombytes": "^2.0.0"
  52. },
  53. "description": "pure js diffie-hellman",
  54. "devDependencies": {
  55. "tap-spec": "^1.0.1",
  56. "tape": "^3.0.1"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "fileCount": 9,
  61. "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
  62. "shasum": "40e8ee98f55a2149607146921c63e1ae5f3d2875",
  63. "tarball": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
  64. "unpackedSize": 17297
  65. },
  66. "gitHead": "d795c01543385196e44f6d8218ba6f9b5621d4b0",
  67. "homepage": "https://github.com/crypto-browserify/diffie-hellman",
  68. "keywords": [
  69. "dh",
  70. "diffie",
  71. "diffiehellman",
  72. "hellman"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "cwmma",
  79. "email": "calvin.metcalf@gmail.com"
  80. },
  81. {
  82. "name": "dcousens",
  83. "email": "email@dcousens.com"
  84. },
  85. {
  86. "name": "dominictarr",
  87. "email": "dominic.tarr@gmail.com"
  88. },
  89. {
  90. "name": "indutny",
  91. "email": "fedor@indutny.com"
  92. },
  93. {
  94. "name": "jprichardson",
  95. "email": "jprichardson@gmail.com"
  96. }
  97. ],
  98. "name": "diffie-hellman",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/crypto-browserify/diffie-hellman.git"
  104. },
  105. "scripts": {
  106. "test": "node test.js | tspec"
  107. },
  108. "version": "5.0.3"
  109. }