package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "/express",
  21. "/express/body-parser",
  22. "/finalhandler",
  23. "/send"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  26. "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
  27. "_spec": "on-finished@~2.3.0",
  28. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\body-parser",
  29. "bugs": {
  30. "url": "https://github.com/jshttp/on-finished/issues"
  31. },
  32. "bundleDependencies": false,
  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. "deprecated": false,
  48. "description": "Execute a callback when a request closes, finishes, or errors",
  49. "devDependencies": {
  50. "istanbul": "0.3.9",
  51. "mocha": "2.2.5"
  52. },
  53. "engines": {
  54. "node": ">= 0.8"
  55. },
  56. "files": [
  57. "HISTORY.md",
  58. "LICENSE",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jshttp/on-finished#readme",
  62. "license": "MIT",
  63. "name": "on-finished",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jshttp/on-finished.git"
  67. },
  68. "scripts": {
  69. "test": "mocha --reporter spec --bail --check-leaks test/",
  70. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  71. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  72. },
  73. "version": "2.3.0"
  74. }