You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.2 KiB

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