a zip code crypto-currency system good for red ONLY

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "readdirp@^2.0.0",
  3. "_id": "readdirp@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=",
  6. "_location": "/readdirp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "readdirp@^2.0.0",
  12. "name": "readdirp",
  13. "escapedName": "readdirp",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/watchpack/chokidar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
  23. "_shasum": "4ed0ad060df3073300c48440373f72d1cc642d78",
  24. "_spec": "readdirp@^2.0.0",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/chokidar",
  26. "author": {
  27. "name": "Thorsten Lorenz",
  28. "email": "thlorenz@gmx.de",
  29. "url": "thlorenz.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/thlorenz/readdirp/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "graceful-fs": "^4.1.2",
  37. "minimatch": "^3.0.2",
  38. "readable-stream": "^2.0.2",
  39. "set-immediate-shim": "^1.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "Recursive version of fs.readdir with streaming api.",
  43. "devDependencies": {
  44. "nave": "^0.5.1",
  45. "proxyquire": "^1.7.9",
  46. "tap": "1.3.2",
  47. "through2": "^2.0.0"
  48. },
  49. "engines": {
  50. "node": ">=0.6"
  51. },
  52. "homepage": "https://github.com/thlorenz/readdirp",
  53. "keywords": [
  54. "recursive",
  55. "fs",
  56. "stream",
  57. "streams",
  58. "readdir",
  59. "filesystem",
  60. "find",
  61. "filter"
  62. ],
  63. "license": "MIT",
  64. "main": "readdirp.js",
  65. "name": "readdirp",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/thlorenz/readdirp.git"
  69. },
  70. "scripts": {
  71. "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
  72. "test-0.10": "nave use 0.10 npm run test-main",
  73. "test-0.12": "nave use 0.12 npm run test-main",
  74. "test-4": "nave use 4.4 npm run test-main",
  75. "test-6": "nave use 6.2 npm run test-main",
  76. "test-all": "npm run test-main && npm run test-0.10 && npm run test-0.12 && npm run test-4 && npm run test-6",
  77. "test-main": "(cd test && set -e; for t in ./*.js; do node $t; done)"
  78. },
  79. "version": "2.1.0"
  80. }