a zip code crypto-currency system good for red ONLY

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "fs-extra@^4.0.2",
  3. "_id": "fs-extra@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==",
  6. "_location": "/fs-extra",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fs-extra@^4.0.2",
  12. "name": "fs-extra",
  13. "escapedName": "fs-extra",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/app-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz",
  22. "_shasum": "0d852122e5bc5beb453fb028e9c0c9bf36340c94",
  23. "_spec": "fs-extra@^4.0.2",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/@ionic/app-scripts",
  25. "author": {
  26. "name": "JP Richardson",
  27. "email": "jprichardson@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "graceful-fs": "^4.1.2",
  35. "jsonfile": "^4.0.0",
  36. "universalify": "^0.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  40. "devDependencies": {
  41. "coveralls": "^2.11.2",
  42. "istanbul": "^0.4.5",
  43. "klaw": "^1.0.0",
  44. "klaw-sync": "^1.1.2",
  45. "minimist": "^1.1.1",
  46. "mocha": "^3.1.2",
  47. "proxyquire": "^1.7.10",
  48. "read-dir-files": "^0.1.1",
  49. "rimraf": "^2.2.8",
  50. "secure-random": "^1.1.1",
  51. "semver": "^5.3.0",
  52. "standard": "^10.0.2",
  53. "standard-markdown": "^4.0.1"
  54. },
  55. "homepage": "https://github.com/jprichardson/node-fs-extra",
  56. "keywords": [
  57. "fs",
  58. "file",
  59. "file system",
  60. "copy",
  61. "directory",
  62. "extra",
  63. "mkdirp",
  64. "mkdir",
  65. "mkdirs",
  66. "recursive",
  67. "json",
  68. "read",
  69. "write",
  70. "extra",
  71. "delete",
  72. "remove",
  73. "touch",
  74. "create",
  75. "text",
  76. "output",
  77. "move"
  78. ],
  79. "license": "MIT",
  80. "main": "./lib/index.js",
  81. "name": "fs-extra",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  85. },
  86. "scripts": {
  87. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  88. "coveralls": "coveralls < coverage/lcov.info",
  89. "lint": "standard && standard-markdown",
  90. "test": "npm run lint && npm run unit",
  91. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  92. "unit": "node test.js"
  93. },
  94. "version": "4.0.3"
  95. }