You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.3 KiB

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