package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "serve-static@1.15.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "serve-static@1.15.0",
  10. "_id": "serve-static@1.15.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  13. "_location": "/serve-static",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "serve-static@1.15.0",
  19. "name": "serve-static",
  20. "escapedName": "serve-static",
  21. "rawSpec": "1.15.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.15.0"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.15.0.tgz",
  29. "_spec": "1.15.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  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": "~1.0.2",
  40. "escape-html": "~1.0.3",
  41. "parseurl": "~1.3.3",
  42. "send": "0.18.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.15.0"
  81. }