package.json 2.6 KB

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