package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "fs-readdir-recursive@>=0.0.2",
  5. "D:\\work\\im\\node_modules\\koa-static-cache"
  6. ]
  7. ],
  8. "_from": "fs-readdir-recursive@>=0.0.2",
  9. "_id": "fs-readdir-recursive@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/fs-readdir-recursive",
  13. "_nodeVersion": "4.0.0",
  14. "_npmUser": {
  15. "email": "coderhaoxin@outlook.com",
  16. "name": "coderhaoxin"
  17. },
  18. "_npmVersion": "2.14.2",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "fs-readdir-recursive",
  22. "raw": "fs-readdir-recursive@>=0.0.2",
  23. "rawSpec": ">=0.0.2",
  24. "scope": null,
  25. "spec": ">=0.0.2",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/koa-static-cache"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz",
  32. "_shasum": "8cd1745c8b4f8a29c8caec392476921ba195f560",
  33. "_shrinkwrap": null,
  34. "_spec": "fs-readdir-recursive@>=0.0.2",
  35. "_where": "D:\\work\\im\\node_modules\\koa-static-cache",
  36. "author": {
  37. "email": "me@jongleberry.com",
  38. "name": "Jonathan Ong",
  39. "url": "http://jongleberry.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/fs-utils/fs-readdir-recursive/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Recursively read a directory",
  46. "devDependencies": {
  47. "istanbul": "0",
  48. "mocha": "*",
  49. "should": "*"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "8cd1745c8b4f8a29c8caec392476921ba195f560",
  54. "tarball": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "gitHead": "538e912ef5784029b47d247e2f488a7c426537c9",
  60. "homepage": "https://github.com/fs-utils/fs-readdir-recursive#readme",
  61. "license": "MIT",
  62. "maintainers": [
  63. {
  64. "email": "jonathanrichardong@gmail.com",
  65. "name": "jongleberry"
  66. },
  67. {
  68. "email": "coderhaoxin@outlook.com",
  69. "name": "coderhaoxin"
  70. },
  71. {
  72. "email": "fengmk2@gmail.com",
  73. "name": "fengmk2"
  74. },
  75. {
  76. "email": "dead_horse@qq.com",
  77. "name": "dead_horse"
  78. },
  79. {
  80. "email": "arpad.borsos@googlemail.com",
  81. "name": "swatinem"
  82. },
  83. {
  84. "email": "dead_horse@qq.com",
  85. "name": "dead-horse"
  86. }
  87. ],
  88. "name": "fs-readdir-recursive",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/fs-utils/fs-readdir-recursive.git"
  94. },
  95. "scripts": {
  96. "test": "mocha --reporter spec",
  97. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  98. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  99. },
  100. "version": "1.0.0"
  101. }