package.json 2.0 KB

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