package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "/body-parser",
  20. "/express",
  21. "/finalhandler",
  22. "/send"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  25. "_shasum": "58c8c44116e54845ad57f14ab10b03533184ac3f",
  26. "_spec": "on-finished@2.4.1",
  27. "_where": "C:\\Users\\86186\\Desktop\\小程序\\mini_huahua_service\\node_modules\\body-parser",
  28. "bugs": {
  29. "url": "https://github.com/jshttp/on-finished/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Douglas Christopher Wilson",
  35. "email": "doug@somethingdoug.com"
  36. },
  37. {
  38. "name": "Jonathan Ong",
  39. "email": "me@jongleberry.com",
  40. "url": "http://jongleberry.com"
  41. }
  42. ],
  43. "dependencies": {
  44. "ee-first": "1.1.1"
  45. },
  46. "deprecated": false,
  47. "description": "Execute a callback when a request closes, finishes, or errors",
  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.1",
  57. "nyc": "15.1.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.8"
  61. },
  62. "files": [
  63. "HISTORY.md",
  64. "LICENSE",
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/jshttp/on-finished#readme",
  68. "license": "MIT",
  69. "name": "on-finished",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jshttp/on-finished.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": "2.4.1"
  81. }