package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "on-finished@2.3.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "on-finished@2.3.0",
  10. "_id": "on-finished@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
  13. "_location": "/on-finished",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "on-finished@2.3.0",
  19. "name": "on-finished",
  20. "escapedName": "on-finished",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/body-parser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  29. "_spec": "2.3.0",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/on-finished/issues"
  33. },
  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. "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. }