a zip code crypto-currency system good for red ONLY

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "math-random@^1.0.1",
  3. "_id": "math-random@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-izqsWIuKZuSXXjzepn97sylgH6w=",
  6. "_location": "/math-random",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "math-random@^1.0.1",
  12. "name": "math-random",
  13. "escapedName": "math-random",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/randomatic"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz",
  22. "_shasum": "8b3aac588b8a66e4975e3cdea67f7bb329601fac",
  23. "_spec": "math-random@^1.0.1",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/randomatic",
  25. "author": {
  26. "name": "Michael Rhodes"
  27. },
  28. "browser": "browser.js",
  29. "bugs": {
  30. "url": "https://github.com/michaelrhodes/math-random/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "a drop-in replacement for Math.random that uses cryptographically secure random number generation, where available",
  35. "devDependencies": {
  36. "array-unique": "~0.2.1",
  37. "tape": "~4.2.2"
  38. },
  39. "homepage": "https://github.com/michaelrhodes/math-random",
  40. "keywords": [
  41. "Math.random",
  42. "crypto.getRandomValues"
  43. ],
  44. "license": "MIT",
  45. "main": "node.js",
  46. "name": "math-random",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+ssh://git@github.com/michaelrhodes/math-random.git"
  50. },
  51. "scripts": {
  52. "test": "tape test.js"
  53. },
  54. "testling": {
  55. "files": "test.js"
  56. },
  57. "version": "1.0.1"
  58. }