package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "on-finished@^2.1.0",
  5. "D:\\work\\im\\node_modules\\koa"
  6. ]
  7. ],
  8. "_from": "on-finished@>=2.1.0 <3.0.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.1.0",
  22. "rawSpec": "^2.1.0",
  23. "scope": null,
  24. "spec": ">=2.1.0 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/koa",
  29. "/koa.io/koa"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  32. "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
  33. "_shrinkwrap": null,
  34. "_spec": "on-finished@^2.1.0",
  35. "_where": "D:\\work\\im\\node_modules\\koa",
  36. "bugs": {
  37. "url": "https://github.com/jshttp/on-finished/issues"
  38. },
  39. "contributors": [
  40. {
  41. "email": "doug@somethingdoug.com",
  42. "name": "Douglas Christopher Wilson"
  43. },
  44. {
  45. "email": "me@jongleberry.com",
  46. "name": "Jonathan Ong",
  47. "url": "http://jongleberry.com"
  48. }
  49. ],
  50. "dependencies": {
  51. "ee-first": "1.1.1"
  52. },
  53. "description": "Execute a callback when a request closes, finishes, or errors",
  54. "devDependencies": {
  55. "istanbul": "0.3.9",
  56. "mocha": "2.2.5"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "20f1336481b083cd75337992a16971aa2d906947",
  61. "tarball": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">= 0.8"
  65. },
  66. "files": [
  67. "HISTORY.md",
  68. "LICENSE",
  69. "index.js"
  70. ],
  71. "gitHead": "34babcb58126a416fcf5205768204f2e12699dda",
  72. "homepage": "https://github.com/jshttp/on-finished",
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "email": "doug@somethingdoug.com",
  77. "name": "dougwilson"
  78. },
  79. {
  80. "email": "jonathanrichardong@gmail.com",
  81. "name": "jongleberry"
  82. }
  83. ],
  84. "name": "on-finished",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jshttp/on-finished.git"
  90. },
  91. "scripts": {
  92. "test": "mocha --reporter spec --bail --check-leaks test/",
  93. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  94. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  95. },
  96. "version": "2.3.0"
  97. }