package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "on-finished@2.4.1",
  3. "_id": "on-finished@2.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  6. "_location": "/on-finished",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "on-finished@2.4.1",
  12. "name": "on-finished",
  13. "escapedName": "on-finished",
  14. "rawSpec": "2.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "2.4.1"
  17. },
  18. "_requiredBy": [
  19. "/api-express-exporter/express-prom-bundle",
  20. "/body-parser",
  21. "/express",
  22. "/express-prom-bundle",
  23. "/finalhandler",
  24. "/send"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  27. "_shasum": "58c8c44116e54845ad57f14ab10b03533184ac3f",
  28. "_spec": "on-finished@2.4.1",
  29. "_where": "C:\\FatboarProject\\express-server\\node_modules\\express",
  30. "bugs": {
  31. "url": "https://github.com/jshttp/on-finished/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "ee-first": "1.1.1"
  47. },
  48. "deprecated": false,
  49. "description": "Execute a callback when a request closes, finishes, or errors",
  50. "devDependencies": {
  51. "eslint": "7.32.0",
  52. "eslint-config-standard": "14.1.1",
  53. "eslint-plugin-import": "2.25.4",
  54. "eslint-plugin-markdown": "2.2.1",
  55. "eslint-plugin-node": "11.1.0",
  56. "eslint-plugin-promise": "5.2.0",
  57. "eslint-plugin-standard": "4.1.0",
  58. "mocha": "9.2.1",
  59. "nyc": "15.1.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.8"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "LICENSE",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jshttp/on-finished#readme",
  70. "license": "MIT",
  71. "name": "on-finished",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jshttp/on-finished.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "test": "mocha --reporter spec --bail --check-leaks test/",
  79. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  80. "test-cov": "nyc --reporter=html --reporter=text npm test"
  81. },
  82. "version": "2.4.1"
  83. }