UI for Zipcoin Blue

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "randombytes@^2.0.0",
  6. "scope": null,
  7. "escapedName": "randombytes",
  8. "name": "randombytes",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify"
  14. ]
  15. ],
  16. "_from": "randombytes@>=2.0.0 <3.0.0",
  17. "_id": "randombytes@2.0.6",
  18. "_inCache": true,
  19. "_location": "/randombytes",
  20. "_nodeVersion": "8.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/randombytes-2.0.6.tgz_1515607807232_0.09801237541250885"
  24. },
  25. "_npmUser": {
  26. "name": "cwmma",
  27. "email": "calvin.metcalf@gmail.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "randombytes@^2.0.0",
  33. "scope": null,
  34. "escapedName": "randombytes",
  35. "name": "randombytes",
  36. "rawSpec": "^2.0.0",
  37. "spec": ">=2.0.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/browserify-rsa",
  42. "/crypto-browserify",
  43. "/diffie-hellman",
  44. "/public-encrypt",
  45. "/randomfill"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz",
  48. "_shasum": "d302c522948588848a8d300c932b44c24231da80",
  49. "_shrinkwrap": null,
  50. "_spec": "randombytes@^2.0.0",
  51. "_where": "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify",
  52. "author": "",
  53. "browser": "browser.js",
  54. "bugs": {
  55. "url": "https://github.com/crypto-browserify/randombytes/issues"
  56. },
  57. "dependencies": {
  58. "safe-buffer": "^5.1.0"
  59. },
  60. "description": "random bytes from browserify stand alone",
  61. "devDependencies": {
  62. "phantomjs": "^1.9.9",
  63. "standard": "^10.0.2",
  64. "tap-spec": "^2.1.2",
  65. "tape": "^4.6.3",
  66. "zuul": "^3.7.2"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "integrity": "sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A==",
  71. "shasum": "d302c522948588848a8d300c932b44c24231da80",
  72. "tarball": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz"
  73. },
  74. "gitHead": "cc8b6aec2fc35ccb1aa782dcab18268886ef26e5",
  75. "homepage": "https://github.com/crypto-browserify/randombytes",
  76. "keywords": [
  77. "crypto",
  78. "random"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "maintainers": [
  83. {
  84. "name": "cwmma",
  85. "email": "calvin.metcalf@gmail.com"
  86. },
  87. {
  88. "name": "dcousens",
  89. "email": "email@dcousens.com"
  90. },
  91. {
  92. "name": "dominictarr",
  93. "email": "dominic.tarr@gmail.com"
  94. },
  95. {
  96. "name": "jprichardson",
  97. "email": "jprichardson@gmail.com"
  98. },
  99. {
  100. "name": "indutny",
  101. "email": "fedor@indutny.com"
  102. }
  103. ],
  104. "name": "randombytes",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+ssh://git@github.com/crypto-browserify/randombytes.git"
  110. },
  111. "scripts": {
  112. "local": "zuul --local --no-coverage -- test.js",
  113. "phantom": "zuul --phantom -- test.js",
  114. "test": "standard && node test.js | tspec"
  115. },
  116. "version": "2.0.6"
  117. }