package.json 2.0 KB

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