package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "on-finished@~2.3.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
  6. "_location": "/on-finished",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "on-finished@~2.3.0",
  12. "name": "on-finished",
  13. "escapedName": "on-finished",
  14. "rawSpec": "~2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  22. "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
  23. "_spec": "on-finished@~2.3.0",
  24. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server/node_modules/body-parser",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/on-finished/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "[email protected]"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "[email protected]",
  37. "url": "http://jongleberry.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "ee-first": "1.1.1"
  42. },
  43. "deprecated": false,
  44. "description": "Execute a callback when a request closes, finishes, or errors",
  45. "devDependencies": {
  46. "istanbul": "0.3.9",
  47. "mocha": "2.2.5"
  48. },
  49. "engines": {
  50. "node": ">= 0.8"
  51. },
  52. "files": [
  53. "HISTORY.md",
  54. "LICENSE",
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jshttp/on-finished#readme",
  58. "license": "MIT",
  59. "name": "on-finished",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jshttp/on-finished.git"
  63. },
  64. "scripts": {
  65. "test": "mocha --reporter spec --bail --check-leaks test/",
  66. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  67. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  68. },
  69. "version": "2.3.0"
  70. }