package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "serve-index@1.9.1",
  12. "name": "serve-index",
  13. "escapedName": "serve-index",
  14. "rawSpec": "1.9.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.9.1"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  22. "_shasum": "d3768d69b1e7d82e5ce050fff5b453bea12a9239",
  23. "_spec": "serve-index@1.9.1",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/expressjs/serve-index/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "accepts": "~1.3.4",
  35. "batch": "0.6.1",
  36. "debug": "2.6.9",
  37. "escape-html": "~1.0.3",
  38. "http-errors": "~1.6.2",
  39. "mime-types": "~2.1.17",
  40. "parseurl": "~1.3.2"
  41. },
  42. "deprecated": false,
  43. "description": "Serve directory listings",
  44. "devDependencies": {
  45. "after": "0.8.2",
  46. "istanbul": "0.4.5",
  47. "mocha": "2.5.3",
  48. "supertest": "1.1.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.8.0"
  52. },
  53. "files": [
  54. "public/",
  55. "LICENSE",
  56. "HISTORY.md",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/expressjs/serve-index#readme",
  60. "license": "MIT",
  61. "name": "serve-index",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/expressjs/serve-index.git"
  65. },
  66. "scripts": {
  67. "test": "mocha --reporter spec --bail --check-leaks test/",
  68. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  69. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  70. },
  71. "version": "1.9.1"
  72. }