package.json 3.7 KB

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