package.json 2.8 KB

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