UI for Zipcoin Blue

package.json 2.9KB

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