a zip code crypto-currency system good for red ONLY

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "graceful-fs@^4.1.2",
  3. "_id": "graceful-fs@4.1.11",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
  6. "_location": "/graceful-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "graceful-fs@^4.1.2",
  12. "name": "graceful-fs",
  13. "escapedName": "graceful-fs",
  14. "rawSpec": "^4.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.2"
  17. },
  18. "_requiredBy": [
  19. "/enhanced-resolve",
  20. "/fs-extra",
  21. "/fstream",
  22. "/jsonfile",
  23. "/load-json-file",
  24. "/node-gyp",
  25. "/path-type",
  26. "/readdirp",
  27. "/watchpack",
  28. "/webpack/load-json-file"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
  31. "_shasum": "0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658",
  32. "_spec": "graceful-fs@^4.1.2",
  33. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/readdirp",
  34. "bugs": {
  35. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "A drop-in replacement for fs, making various improvements.",
  40. "devDependencies": {
  41. "mkdirp": "^0.5.0",
  42. "rimraf": "^2.2.8",
  43. "tap": "^5.4.2"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "engines": {
  49. "node": ">=0.4.0"
  50. },
  51. "files": [
  52. "fs.js",
  53. "graceful-fs.js",
  54. "legacy-streams.js",
  55. "polyfills.js"
  56. ],
  57. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  58. "keywords": [
  59. "fs",
  60. "module",
  61. "reading",
  62. "retry",
  63. "retries",
  64. "queue",
  65. "error",
  66. "errors",
  67. "handling",
  68. "EMFILE",
  69. "EAGAIN",
  70. "EINVAL",
  71. "EPERM",
  72. "EACCESS"
  73. ],
  74. "license": "ISC",
  75. "main": "graceful-fs.js",
  76. "name": "graceful-fs",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  80. },
  81. "scripts": {
  82. "test": "node test.js | tap -"
  83. },
  84. "version": "4.1.11"
  85. }