package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "finalhandler@1.3.1",
  12. "name": "finalhandler",
  13. "escapedName": "finalhandler",
  14. "rawSpec": "1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.1.tgz",
  22. "_shasum": "0c575f1d1d324ddd1da35ad7ece3df7d19088019",
  23. "_spec": "finalhandler@1.3.1",
  24. "_where": "E:\\vue_project\\el-table-column\\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": "~2.0.0",
  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.26.0",
  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": "10.0.0",
  53. "nyc": "15.1.0",
  54. "readable-stream": "2.3.6",
  55. "safe-buffer": "5.2.1",
  56. "supertest": "6.2.4"
  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 --check-leaks test/",
  77. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  78. "test-cov": "nyc --reporter=html --reporter=text npm test",
  79. "test-inspect": "mocha --reporter spec --inspect --inspect-brk test/"
  80. },
  81. "version": "1.3.1"
  82. }