package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "/body-parser",
  20. "/connect/finalhandler",
  21. "/express",
  22. "/finalhandler",
  23. "/send",
  24. "/serve-static/send"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  27. "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
  28. "_spec": "on-finished@~2.3.0",
  29. "_where": "E:\\workspace\\cfd-front-admin\\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. "istanbul": "0.3.9",
  52. "mocha": "2.2.5"
  53. },
  54. "engines": {
  55. "node": ">= 0.8"
  56. },
  57. "files": [
  58. "HISTORY.md",
  59. "LICENSE",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jshttp/on-finished#readme",
  63. "license": "MIT",
  64. "name": "on-finished",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jshttp/on-finished.git"
  68. },
  69. "scripts": {
  70. "test": "mocha --reporter spec --bail --check-leaks test/",
  71. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  72. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  73. },
  74. "version": "2.3.0"
  75. }