package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "serve-static@^1.14.1",
  3. "_id": "serve-static@1.15.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  6. "_location": "/serve-static",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "serve-static@^1.14.1",
  12. "name": "serve-static",
  13. "escapedName": "serve-static",
  14. "rawSpec": "^1.14.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.14.1"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/cli",
  20. "/@nuxt/loading-screen",
  21. "/@nuxt/server"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  24. "_shasum": "faaef08cffe0a1a62f60cad0c4e513cff0ac9540",
  25. "_spec": "serve-static@^1.14.1",
  26. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\cli",
  27. "author": {
  28. "name": "Douglas Christopher Wilson",
  29. "email": "doug@somethingdoug.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/expressjs/serve-static/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "encodeurl": "~1.0.2",
  37. "escape-html": "~1.0.3",
  38. "parseurl": "~1.3.3",
  39. "send": "0.18.0"
  40. },
  41. "deprecated": false,
  42. "description": "Serve static files",
  43. "devDependencies": {
  44. "eslint": "7.32.0",
  45. "eslint-config-standard": "14.1.1",
  46. "eslint-plugin-import": "2.25.4",
  47. "eslint-plugin-markdown": "2.2.1",
  48. "eslint-plugin-node": "11.1.0",
  49. "eslint-plugin-promise": "5.2.0",
  50. "eslint-plugin-standard": "4.1.0",
  51. "mocha": "9.2.2",
  52. "nyc": "15.1.0",
  53. "safe-buffer": "5.2.1",
  54. "supertest": "6.2.2"
  55. },
  56. "engines": {
  57. "node": ">= 0.8.0"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "HISTORY.md",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/expressjs/serve-static#readme",
  65. "license": "MIT",
  66. "name": "serve-static",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/expressjs/serve-static.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint .",
  73. "test": "mocha --reporter spec --bail --check-leaks test/",
  74. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  75. "test-cov": "nyc --reporter=html --reporter=text npm test",
  76. "version": "node scripts/version-history.js && git add HISTORY.md"
  77. },
  78. "version": "1.15.0"
  79. }