package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "koa-static@~1.5.0",
  6. "scope": null,
  7. "escapedName": "koa-static",
  8. "name": "koa-static",
  9. "rawSpec": "~1.5.0",
  10. "spec": ">=1.5.0 <1.6.0",
  11. "type": "range"
  12. },
  13. "/home/gina/online/liveserver"
  14. ]
  15. ],
  16. "_from": "koa-static@>=1.5.0 <1.6.0",
  17. "_id": "koa-static@1.5.2",
  18. "_inCache": true,
  19. "_location": "/koa-static",
  20. "_nodeVersion": "5.0.0",
  21. "_npmUser": {
  22. "name": "coderhaoxin",
  23. "email": "coderhaoxin@outlook.com"
  24. },
  25. "_npmVersion": "3.3.6",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "koa-static@~1.5.0",
  29. "scope": null,
  30. "escapedName": "koa-static",
  31. "name": "koa-static",
  32. "rawSpec": "~1.5.0",
  33. "spec": ">=1.5.0 <1.6.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/koa-static/-/koa-static-1.5.2.tgz",
  40. "_shasum": "400c61e5669481a2f881ee85245abe4d73c1daef",
  41. "_shrinkwrap": null,
  42. "_spec": "koa-static@~1.5.0",
  43. "_where": "/home/gina/online/liveserver",
  44. "bugs": {
  45. "url": "https://github.com/koajs/static/issues"
  46. },
  47. "dependencies": {
  48. "debug": "*",
  49. "koa-send": "~2.0.1"
  50. },
  51. "description": "Static file serving middleware for koa",
  52. "devDependencies": {
  53. "istanbul-harmony": "0",
  54. "koa": "1",
  55. "mocha": "2",
  56. "supertest": "1"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "400c61e5669481a2f881ee85245abe4d73c1daef",
  61. "tarball": "https://registry.npmjs.org/koa-static/-/koa-static-1.5.2.tgz"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "fe1800a9e0737247a2fea23ecaa11273a9cb9780",
  67. "homepage": "https://github.com/koajs/static#readme",
  68. "keywords": [
  69. "koa",
  70. "middleware",
  71. "file",
  72. "static",
  73. "sendfile"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "aheckmann",
  79. "email": "aaron.heckmann+github@gmail.com"
  80. },
  81. {
  82. "name": "coderhaoxin",
  83. "email": "coderhaoxin@outlook.com"
  84. },
  85. {
  86. "name": "dead_horse",
  87. "email": "dead_horse@qq.com"
  88. },
  89. {
  90. "name": "eivifj",
  91. "email": "eivind.fjeldstad@gmail.com"
  92. },
  93. {
  94. "name": "fengmk2",
  95. "email": "fengmk2@gmail.com"
  96. },
  97. {
  98. "name": "jonathanong",
  99. "email": "jonathanrichardong@gmail.com"
  100. },
  101. {
  102. "name": "jongleberry",
  103. "email": "jonathanrichardong@gmail.com"
  104. },
  105. {
  106. "name": "juliangruber",
  107. "email": "julian@juliangruber.com"
  108. },
  109. {
  110. "name": "tejasmanohar",
  111. "email": "me@tejas.io"
  112. },
  113. {
  114. "name": "tjholowaychuk",
  115. "email": "tj@vision-media.ca"
  116. }
  117. ],
  118. "name": "koa-static",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/koajs/static.git"
  124. },
  125. "scripts": {
  126. "test": "mocha --harmony --reporter spec",
  127. "test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
  128. "test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
  129. },
  130. "version": "1.5.2"
  131. }