package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "serve-index@^1.9.1",
  3. "_id": "serve-index@1.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
  6. "_location": "/serve-index",
  7. "_phantomChildren": {
  8. "depd": "1.1.2",
  9. "ms": "2.0.0",
  10. "statuses": "1.5.0"
  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.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  26. "_shasum": "d3768d69b1e7d82e5ce050fff5b453bea12a9239",
  27. "_spec": "serve-index@^1.9.1",
  28. "_where": "D:\\jiayue\\pig-ui\\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.4",
  39. "batch": "0.6.1",
  40. "debug": "2.6.9",
  41. "escape-html": "~1.0.3",
  42. "http-errors": "~1.6.2",
  43. "mime-types": "~2.1.17",
  44. "parseurl": "~1.3.2"
  45. },
  46. "deprecated": false,
  47. "description": "Serve directory listings",
  48. "devDependencies": {
  49. "after": "0.8.2",
  50. "istanbul": "0.4.5",
  51. "mocha": "2.5.3",
  52. "supertest": "1.1.0"
  53. },
  54. "engines": {
  55. "node": ">= 0.8.0"
  56. },
  57. "files": [
  58. "public/",
  59. "LICENSE",
  60. "HISTORY.md",
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/expressjs/serve-index#readme",
  64. "license": "MIT",
  65. "name": "serve-index",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/expressjs/serve-index.git"
  69. },
  70. "scripts": {
  71. "test": "mocha --reporter spec --bail --check-leaks test/",
  72. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  73. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  74. },
  75. "version": "1.9.1"
  76. }