package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "send@0.18.0",
  3. "_id": "send@0.18.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  6. "_location": "/send",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "send@0.18.0",
  12. "name": "send",
  13. "escapedName": "send",
  14. "rawSpec": "0.18.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.18.0"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/serve-static"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  23. "_shasum": "670167cc654b05f5aa4a767f9113bb371bc706be",
  24. "_spec": "send@0.18.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\express",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/pillarjs/send/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "James Wyatt Cready",
  41. "email": "jcready@gmail.com"
  42. },
  43. {
  44. "name": "Jesús Leganés Combarro",
  45. "email": "piranna@gmail.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "debug": "2.6.9",
  50. "depd": "2.0.0",
  51. "destroy": "1.2.0",
  52. "encodeurl": "~1.0.2",
  53. "escape-html": "~1.0.3",
  54. "etag": "~1.8.1",
  55. "fresh": "0.5.2",
  56. "http-errors": "2.0.0",
  57. "mime": "1.6.0",
  58. "ms": "2.1.3",
  59. "on-finished": "2.4.1",
  60. "range-parser": "~1.2.1",
  61. "statuses": "2.0.1"
  62. },
  63. "deprecated": false,
  64. "description": "Better streaming static file server with Range and conditional-GET support",
  65. "devDependencies": {
  66. "after": "0.8.2",
  67. "eslint": "7.32.0",
  68. "eslint-config-standard": "14.1.1",
  69. "eslint-plugin-import": "2.25.4",
  70. "eslint-plugin-markdown": "2.2.1",
  71. "eslint-plugin-node": "11.1.0",
  72. "eslint-plugin-promise": "5.2.0",
  73. "eslint-plugin-standard": "4.1.0",
  74. "mocha": "9.2.2",
  75. "nyc": "15.1.0",
  76. "supertest": "6.2.2"
  77. },
  78. "engines": {
  79. "node": ">= 0.8.0"
  80. },
  81. "files": [
  82. "HISTORY.md",
  83. "LICENSE",
  84. "README.md",
  85. "SECURITY.md",
  86. "index.js"
  87. ],
  88. "homepage": "https://github.com/pillarjs/send#readme",
  89. "keywords": [
  90. "static",
  91. "file",
  92. "server"
  93. ],
  94. "license": "MIT",
  95. "name": "send",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/pillarjs/send.git"
  99. },
  100. "scripts": {
  101. "lint": "eslint .",
  102. "test": "mocha --check-leaks --reporter spec --bail",
  103. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  104. "test-cov": "nyc --reporter=html --reporter=text npm test"
  105. },
  106. "version": "0.18.0"
  107. }