package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "on-finished@2.4.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "on-finished@2.4.1",
  10. "_id": "on-finished@2.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  13. "_location": "/on-finished",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "on-finished@2.4.1",
  19. "name": "on-finished",
  20. "escapedName": "on-finished",
  21. "rawSpec": "2.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.1"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/express",
  28. "/finalhandler",
  29. "/send"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  32. "_spec": "2.4.1",
  33. "_where": "/Users/mac/projects/mime/mine",
  34. "bugs": {
  35. "url": "https://github.com/jshttp/on-finished/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. },
  42. {
  43. "name": "Jonathan Ong",
  44. "email": "me@jongleberry.com",
  45. "url": "http://jongleberry.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "ee-first": "1.1.1"
  50. },
  51. "description": "Execute a callback when a request closes, finishes, or errors",
  52. "devDependencies": {
  53. "eslint": "7.32.0",
  54. "eslint-config-standard": "14.1.1",
  55. "eslint-plugin-import": "2.25.4",
  56. "eslint-plugin-markdown": "2.2.1",
  57. "eslint-plugin-node": "11.1.0",
  58. "eslint-plugin-promise": "5.2.0",
  59. "eslint-plugin-standard": "4.1.0",
  60. "mocha": "9.2.1",
  61. "nyc": "15.1.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.8"
  65. },
  66. "files": [
  67. "HISTORY.md",
  68. "LICENSE",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jshttp/on-finished#readme",
  72. "license": "MIT",
  73. "name": "on-finished",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jshttp/on-finished.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": "2.4.1"
  85. }