package.json 2.2 KB

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