package.json 1.9 KB

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