package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "on-headers@1.0.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "on-headers@1.0.1",
  10. "_id": "on-headers@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c=",
  13. "_location": "/on-headers",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "on-headers@1.0.1",
  19. "name": "on-headers",
  20. "escapedName": "on-headers",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/compression"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jshttp/on-headers/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Execute a listener when a response is about to write headers",
  40. "devDependencies": {
  41. "istanbul": "0.3.21",
  42. "mocha": "2.3.3",
  43. "supertest": "1.1.0"
  44. },
  45. "engines": {
  46. "node": ">= 0.8"
  47. },
  48. "files": [
  49. "LICENSE",
  50. "HISTORY.md",
  51. "README.md",
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jshttp/on-headers#readme",
  55. "keywords": [
  56. "event",
  57. "headers",
  58. "http",
  59. "onheaders"
  60. ],
  61. "license": "MIT",
  62. "name": "on-headers",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jshttp/on-headers.git"
  66. },
  67. "scripts": {
  68. "test": "mocha --reporter spec --bail --check-leaks test/",
  69. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  70. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  71. },
  72. "version": "1.0.1"
  73. }