package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "on-finished@2.3.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "on-finished@2.3.0",
  10. "_id": "on-finished@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
  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. "/connect/finalhandler",
  28. "/express",
  29. "/finalhandler",
  30. "/send"
  31. ],
  32. "_resolved": "https://registry.nlark.com/on-finished/download/on-finished-2.3.0.tgz",
  33. "_spec": "2.3.0",
  34. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  35. "bugs": {
  36. "url": "https://github.com/jshttp/on-finished/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. },
  43. {
  44. "name": "Jonathan Ong",
  45. "email": "me@jongleberry.com",
  46. "url": "http://jongleberry.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "ee-first": "1.1.1"
  51. },
  52. "description": "Execute a callback when a request closes, finishes, or errors",
  53. "devDependencies": {
  54. "istanbul": "0.3.9",
  55. "mocha": "2.2.5"
  56. },
  57. "engines": {
  58. "node": ">= 0.8"
  59. },
  60. "files": [
  61. "HISTORY.md",
  62. "LICENSE",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jshttp/on-finished#readme",
  66. "license": "MIT",
  67. "name": "on-finished",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jshttp/on-finished.git"
  71. },
  72. "scripts": {
  73. "test": "mocha --reporter spec --bail --check-leaks test/",
  74. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  75. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  76. },
  77. "version": "2.3.0"
  78. }