package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "serve-index@^1.9.1",
  3. "_id": "serve-index@1.9.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==",
  6. "_location": "/serve-index",
  7. "_phantomChildren": {
  8. "inherits": "2.0.4",
  9. "setprototypeof": "1.2.0",
  10. "toidentifier": "1.0.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "serve-index@^1.9.1",
  16. "name": "serve-index",
  17. "escapedName": "serve-index",
  18. "rawSpec": "^1.9.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^1.9.1"
  21. },
  22. "_requiredBy": [
  23. "/webpack-dev-server"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/serve-index/-/serve-index-1.9.2.tgz",
  26. "_shasum": "2988e3612106d78a5e4849ddff552ce7bd3d9bcb",
  27. "_spec": "serve-index@^1.9.1",
  28. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\webpack-dev-server",
  29. "author": {
  30. "name": "Douglas Christopher Wilson",
  31. "email": "doug@somethingdoug.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/expressjs/serve-index/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "accepts": "~1.3.8",
  39. "batch": "0.6.1",
  40. "debug": "2.6.9",
  41. "escape-html": "~1.0.3",
  42. "http-errors": "~1.8.0",
  43. "mime-types": "~2.1.35",
  44. "parseurl": "~1.3.3"
  45. },
  46. "deprecated": false,
  47. "description": "Serve directory listings",
  48. "devDependencies": {
  49. "after": "0.8.2",
  50. "eslint": "7.23.0",
  51. "eslint-plugin-markdown": "2.0.0",
  52. "mocha": "10.4.0",
  53. "nyc": "15.1.0",
  54. "supertest": "6.3.4"
  55. },
  56. "engines": {
  57. "node": ">= 0.8.0"
  58. },
  59. "files": [
  60. "public/",
  61. "LICENSE",
  62. "README.md",
  63. "index.js"
  64. ],
  65. "funding": {
  66. "type": "opencollective",
  67. "url": "https://opencollective.com/express"
  68. },
  69. "homepage": "https://github.com/expressjs/serve-index#readme",
  70. "license": "MIT",
  71. "name": "serve-index",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/expressjs/serve-index.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "test": "mocha --reporter spec --check-leaks test/",
  79. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  80. "test-cov": "nyc --reporter=html --reporter=text npm test"
  81. },
  82. "version": "1.9.2"
  83. }