package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "on-finished@2.4.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "on-finished@2.4.1",
  9. "_id": "on-finished@2.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  12. "_location": "/on-finished",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "on-finished@2.4.1",
  18. "name": "on-finished",
  19. "escapedName": "on-finished",
  20. "rawSpec": "2.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.1"
  23. },
  24. "_requiredBy": [
  25. "/koa"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  28. "_spec": "2.4.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "bugs": {
  31. "url": "https://github.com/jshttp/on-finished/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. {
  39. "name": "Jonathan Ong",
  40. "email": "me@jongleberry.com",
  41. "url": "http://jongleberry.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "ee-first": "1.1.1"
  46. },
  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. }