a zip code crypto-currency system good for red ONLY

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "randombytes@^2.0.0",
  3. "_id": "randombytes@2.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A==",
  6. "_location": "/randombytes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "randombytes@^2.0.0",
  12. "name": "randombytes",
  13. "escapedName": "randombytes",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-rsa",
  20. "/crypto-browserify",
  21. "/diffie-hellman",
  22. "/public-encrypt",
  23. "/randomfill"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz",
  26. "_shasum": "d302c522948588848a8d300c932b44c24231da80",
  27. "_spec": "randombytes@^2.0.0",
  28. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/crypto-browserify",
  29. "author": "",
  30. "browser": "browser.js",
  31. "bugs": {
  32. "url": "https://github.com/crypto-browserify/randombytes/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "safe-buffer": "^5.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "random bytes from browserify stand alone",
  40. "devDependencies": {
  41. "phantomjs": "^1.9.9",
  42. "standard": "^10.0.2",
  43. "tap-spec": "^2.1.2",
  44. "tape": "^4.6.3",
  45. "zuul": "^3.7.2"
  46. },
  47. "homepage": "https://github.com/crypto-browserify/randombytes",
  48. "keywords": [
  49. "crypto",
  50. "random"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "randombytes",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/crypto-browserify/randombytes.git"
  58. },
  59. "scripts": {
  60. "local": "zuul --local --no-coverage -- test.js",
  61. "phantom": "zuul --phantom -- test.js",
  62. "test": "standard && node test.js | tspec"
  63. },
  64. "version": "2.0.6"
  65. }