项目原始demo,不改动
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

package.json 1.9 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "serve-index@1.9.1",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "serve-index@1.9.1",
  10. "_id": "serve-index@1.9.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
  13. "_location": "/serve-index",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "serve-index@1.9.1",
  19. "name": "serve-index",
  20. "escapedName": "serve-index",
  21. "rawSpec": "1.9.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.9.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  29. "_spec": "1.9.1",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/expressjs/serve-index/issues"
  37. },
  38. "dependencies": {
  39. "accepts": "~1.3.4",
  40. "batch": "0.6.1",
  41. "debug": "2.6.9",
  42. "escape-html": "~1.0.3",
  43. "http-errors": "~1.6.2",
  44. "mime-types": "~2.1.17",
  45. "parseurl": "~1.3.2"
  46. },
  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. }