package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "on-finished@~2.3.0",
  3. "_id": "on-finished@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
  6. "_location": "/on-finished",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "on-finished@~2.3.0",
  12. "name": "on-finished",
  13. "escapedName": "on-finished",
  14. "rawSpec": "~2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/finalhandler",
  20. "/node-res"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  23. "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
  24. "_spec": "on-finished@~2.3.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\finalhandler",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/on-finished/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "ee-first": "1.1.1"
  43. },
  44. "deprecated": false,
  45. "description": "Execute a callback when a request closes, finishes, or errors",
  46. "devDependencies": {
  47. "istanbul": "0.3.9",
  48. "mocha": "2.2.5"
  49. },
  50. "engines": {
  51. "node": ">= 0.8"
  52. },
  53. "files": [
  54. "HISTORY.md",
  55. "LICENSE",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jshttp/on-finished#readme",
  59. "license": "MIT",
  60. "name": "on-finished",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jshttp/on-finished.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --reporter spec --bail --check-leaks test/",
  67. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  68. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  69. },
  70. "version": "2.3.0"
  71. }