package.json 3.0 KB

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