package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "finalhandler@1.2.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "finalhandler@1.2.0",
  10. "_id": "finalhandler@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
  13. "_location": "/finalhandler",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "finalhandler@1.2.0",
  19. "name": "finalhandler",
  20. "escapedName": "finalhandler",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  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": "~1.0.2",
  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.25.4",
  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": "9.2.2",
  57. "nyc": "15.1.0",
  58. "readable-stream": "2.3.6",
  59. "safe-buffer": "5.2.1",
  60. "supertest": "6.2.2"
  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 --bail --check-leaks test/",
  81. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  82. "test-cov": "nyc --reporter=html --reporter=text npm test"
  83. },
  84. "version": "1.2.0"
  85. }