package.json 2.6 KB

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