You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "on-finished@~2.3.0",
  5. "/var/www/noelle.codes/node/node_modules/express"
  6. ]
  7. ],
  8. "_from": "on-finished@>=2.3.0 <2.4.0",
  9. "_id": "on-finished@2.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/on-finished",
  13. "_npmUser": {
  14. "email": "doug@somethingdoug.com",
  15. "name": "dougwilson"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "on-finished",
  21. "raw": "on-finished@~2.3.0",
  22. "rawSpec": "~2.3.0",
  23. "scope": null,
  24. "spec": ">=2.3.0 <2.4.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/body-parser",
  29. "/express",
  30. "/finalhandler",
  31. "/send"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  34. "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
  35. "_shrinkwrap": null,
  36. "_spec": "on-finished@~2.3.0",
  37. "_where": "/var/www/noelle.codes/node/node_modules/express",
  38. "bugs": {
  39. "url": "https://github.com/jshttp/on-finished/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Douglas Christopher Wilson",
  44. "email": "doug@somethingdoug.com"
  45. },
  46. {
  47. "name": "Jonathan Ong",
  48. "email": "me@jongleberry.com",
  49. "url": "http://jongleberry.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "ee-first": "1.1.1"
  54. },
  55. "description": "Execute a callback when a request closes, finishes, or errors",
  56. "devDependencies": {
  57. "istanbul": "0.3.9",
  58. "mocha": "2.2.5"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "20f1336481b083cd75337992a16971aa2d906947",
  63. "tarball": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">= 0.8"
  67. },
  68. "files": [
  69. "HISTORY.md",
  70. "LICENSE",
  71. "index.js"
  72. ],
  73. "gitHead": "34babcb58126a416fcf5205768204f2e12699dda",
  74. "homepage": "https://github.com/jshttp/on-finished",
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "dougwilson",
  79. "email": "doug@somethingdoug.com"
  80. },
  81. {
  82. "name": "jongleberry",
  83. "email": "jonathanrichardong@gmail.com"
  84. }
  85. ],
  86. "name": "on-finished",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jshttp/on-finished.git"
  92. },
  93. "scripts": {
  94. "test": "mocha --reporter spec --bail --check-leaks test/",
  95. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  96. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  97. },
  98. "version": "2.3.0"
  99. }