package.json 2.2 KB

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