package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "readdirp@^2.0.0",
  5. "D:\\work\\im\\node_modules\\chokidar"
  6. ]
  7. ],
  8. "_from": "readdirp@>=2.0.0 <3.0.0",
  9. "_id": "readdirp@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/readdirp",
  13. "_nodeVersion": "4.4.6",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/readdirp-2.1.0.tgz_1467053820730_0.8782131769694388"
  17. },
  18. "_npmUser": {
  19. "email": "thlorenz@gmx.de",
  20. "name": "thlorenz"
  21. },
  22. "_npmVersion": "2.15.6",
  23. "_phantomChildren": {
  24. "brace-expansion": "1.1.6"
  25. },
  26. "_requested": {
  27. "name": "readdirp",
  28. "raw": "readdirp@^2.0.0",
  29. "rawSpec": "^2.0.0",
  30. "scope": null,
  31. "spec": ">=2.0.0 <3.0.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/chokidar"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
  38. "_shasum": "4ed0ad060df3073300c48440373f72d1cc642d78",
  39. "_shrinkwrap": null,
  40. "_spec": "readdirp@^2.0.0",
  41. "_where": "D:\\work\\im\\node_modules\\chokidar",
  42. "author": {
  43. "email": "thlorenz@gmx.de",
  44. "name": "Thorsten Lorenz",
  45. "url": "thlorenz.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/thlorenz/readdirp/issues"
  49. },
  50. "dependencies": {
  51. "graceful-fs": "^4.1.2",
  52. "minimatch": "^3.0.2",
  53. "readable-stream": "^2.0.2",
  54. "set-immediate-shim": "^1.0.1"
  55. },
  56. "description": "Recursive version of fs.readdir with streaming api.",
  57. "devDependencies": {
  58. "nave": "^0.5.1",
  59. "proxyquire": "^1.7.9",
  60. "tap": "1.3.2",
  61. "through2": "^2.0.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "4ed0ad060df3073300c48440373f72d1cc642d78",
  66. "tarball": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.6"
  70. },
  71. "gitHead": "5a3751f86a1c2bbbb8e3a42685d4191992631e6c",
  72. "homepage": "https://github.com/thlorenz/readdirp",
  73. "keywords": [
  74. "recursive",
  75. "fs",
  76. "stream",
  77. "streams",
  78. "readdir",
  79. "filesystem",
  80. "find",
  81. "filter"
  82. ],
  83. "license": "MIT",
  84. "main": "readdirp.js",
  85. "maintainers": [
  86. {
  87. "email": "thlorenz@gmx.de",
  88. "name": "thlorenz"
  89. }
  90. ],
  91. "name": "readdirp",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/thlorenz/readdirp.git"
  97. },
  98. "scripts": {
  99. "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
  100. "test-0.10": "nave use 0.10 npm run test-main",
  101. "test-0.12": "nave use 0.12 npm run test-main",
  102. "test-4": "nave use 4.4 npm run test-main",
  103. "test-6": "nave use 6.2 npm run test-main",
  104. "test-all": "npm run test-main && npm run test-0.10 && npm run test-0.12 && npm run test-4 && npm run test-6",
  105. "test-main": "(cd test && set -e; for t in ./*.js; do node $t; done)"
  106. },
  107. "version": "2.1.0"
  108. }