package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "send@0.15.3",
  6. "scope": null,
  7. "escapedName": "send",
  8. "name": "send",
  9. "rawSpec": "0.15.3",
  10. "spec": "0.15.3",
  11. "type": "version"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/express"
  14. ]
  15. ],
  16. "_from": "send@0.15.3",
  17. "_id": "send@0.15.3",
  18. "_inCache": true,
  19. "_location": "/send",
  20. "_nodeVersion": "6.10.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/send-0.15.3.tgz_1494996875701_0.7597074673976749"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {
  31. "depd": "1.1.0"
  32. },
  33. "_requested": {
  34. "raw": "send@0.15.3",
  35. "scope": null,
  36. "escapedName": "send",
  37. "name": "send",
  38. "rawSpec": "0.15.3",
  39. "spec": "0.15.3",
  40. "type": "version"
  41. },
  42. "_requiredBy": [
  43. "/express",
  44. "/serve-static"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/send/-/send-0.15.3.tgz",
  47. "_shasum": "5013f9f99023df50d1bd9892c19e3defd1d53309",
  48. "_shrinkwrap": null,
  49. "_spec": "send@0.15.3",
  50. "_where": "/data/feimat/test_yali/liveserver/node_modules/express",
  51. "author": {
  52. "name": "TJ Holowaychuk",
  53. "email": "tj@vision-media.ca"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/pillarjs/send/issues"
  57. },
  58. "contributors": [
  59. {
  60. "name": "Douglas Christopher Wilson",
  61. "email": "doug@somethingdoug.com"
  62. },
  63. {
  64. "name": "James Wyatt Cready",
  65. "email": "jcready@gmail.com"
  66. },
  67. {
  68. "name": "Jesús Leganés Combarro",
  69. "email": "piranna@gmail.com"
  70. }
  71. ],
  72. "dependencies": {
  73. "debug": "2.6.7",
  74. "depd": "~1.1.0",
  75. "destroy": "~1.0.4",
  76. "encodeurl": "~1.0.1",
  77. "escape-html": "~1.0.3",
  78. "etag": "~1.8.0",
  79. "fresh": "0.5.0",
  80. "http-errors": "~1.6.1",
  81. "mime": "1.3.4",
  82. "ms": "2.0.0",
  83. "on-finished": "~2.3.0",
  84. "range-parser": "~1.2.0",
  85. "statuses": "~1.3.1"
  86. },
  87. "description": "Better streaming static file server with Range and conditional-GET support",
  88. "devDependencies": {
  89. "after": "0.8.2",
  90. "eslint": "3.19.0",
  91. "eslint-config-standard": "7.1.0",
  92. "eslint-plugin-markdown": "1.0.0-beta.6",
  93. "eslint-plugin-promise": "3.5.0",
  94. "eslint-plugin-standard": "2.3.1",
  95. "istanbul": "0.4.5",
  96. "mocha": "2.5.3",
  97. "supertest": "1.1.0"
  98. },
  99. "directories": {},
  100. "dist": {
  101. "shasum": "5013f9f99023df50d1bd9892c19e3defd1d53309",
  102. "tarball": "https://registry.npmjs.org/send/-/send-0.15.3.tgz"
  103. },
  104. "engines": {
  105. "node": ">= 0.8.0"
  106. },
  107. "files": [
  108. "HISTORY.md",
  109. "LICENSE",
  110. "README.md",
  111. "index.js"
  112. ],
  113. "gitHead": "a20f8f282bf392c610a07ec1fb042e33073dd3a2",
  114. "homepage": "https://github.com/pillarjs/send#readme",
  115. "keywords": [
  116. "static",
  117. "file",
  118. "server"
  119. ],
  120. "license": "MIT",
  121. "maintainers": [
  122. {
  123. "name": "dougwilson",
  124. "email": "doug@somethingdoug.com"
  125. }
  126. ],
  127. "name": "send",
  128. "optionalDependencies": {},
  129. "readme": "ERROR: No README data found!",
  130. "repository": {
  131. "type": "git",
  132. "url": "git+https://github.com/pillarjs/send.git"
  133. },
  134. "scripts": {
  135. "lint": "eslint --plugin markdown --ext js,md .",
  136. "test": "mocha --check-leaks --reporter spec --bail",
  137. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
  138. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
  139. },
  140. "version": "0.15.3"
  141. }