package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "finalhandler@1.3.1",
  3. "_id": "finalhandler@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
  6. "_location": "/finalhandler",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "finalhandler@1.3.1",
  14. "name": "finalhandler",
  15. "escapedName": "finalhandler",
  16. "rawSpec": "1.3.1",
  17. "saveSpec": null,
  18. "fetchSpec": "1.3.1"
  19. },
  20. "_requiredBy": [
  21. "/express"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.1.tgz",
  24. "_shasum": "0c575f1d1d324ddd1da35ad7ece3df7d19088019",
  25. "_spec": "finalhandler@1.3.1",
  26. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\express",
  27. "author": {
  28. "name": "Douglas Christopher Wilson",
  29. "email": "doug@somethingdoug.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/pillarjs/finalhandler/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "debug": "2.6.9",
  37. "encodeurl": "~2.0.0",
  38. "escape-html": "~1.0.3",
  39. "on-finished": "2.4.1",
  40. "parseurl": "~1.3.3",
  41. "statuses": "2.0.1",
  42. "unpipe": "~1.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Node.js final http responder",
  46. "devDependencies": {
  47. "eslint": "7.32.0",
  48. "eslint-config-standard": "14.1.1",
  49. "eslint-plugin-import": "2.26.0",
  50. "eslint-plugin-markdown": "2.2.1",
  51. "eslint-plugin-node": "11.1.0",
  52. "eslint-plugin-promise": "5.2.0",
  53. "eslint-plugin-standard": "4.1.0",
  54. "mocha": "10.0.0",
  55. "nyc": "15.1.0",
  56. "readable-stream": "2.3.6",
  57. "safe-buffer": "5.2.1",
  58. "supertest": "6.2.4"
  59. },
  60. "engines": {
  61. "node": ">= 0.8"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "HISTORY.md",
  66. "SECURITY.md",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/pillarjs/finalhandler#readme",
  70. "license": "MIT",
  71. "name": "finalhandler",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/pillarjs/finalhandler.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "test": "mocha --reporter spec --check-leaks test/",
  79. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  80. "test-cov": "nyc --reporter=html --reporter=text npm test",
  81. "test-inspect": "mocha --reporter spec --inspect --inspect-brk test/"
  82. },
  83. "version": "1.3.1"
  84. }