a zip code crypto-currency system good for red ONLY

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "async-each@^1.0.0",
  3. "_id": "async-each@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
  6. "_location": "/async-each",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "async-each@^1.0.0",
  12. "name": "async-each",
  13. "escapedName": "async-each",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/watchpack/chokidar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
  23. "_shasum": "19d386a1d9edc6e7c1c85d388aedbcc56d33602d",
  24. "_spec": "async-each@^1.0.0",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/chokidar",
  26. "author": {
  27. "name": "Paul Miller",
  28. "url": "http://paulmillr.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/paulmillr/async-each/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  37. "homepage": "https://github.com/paulmillr/async-each/",
  38. "keywords": [
  39. "async",
  40. "forEach",
  41. "each",
  42. "map",
  43. "asynchronous",
  44. "iteration",
  45. "iterate",
  46. "loop",
  47. "parallel",
  48. "concurrent",
  49. "array",
  50. "flow",
  51. "control flow"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "async-each",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/paulmillr/async-each.git"
  59. },
  60. "version": "1.0.1"
  61. }