package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "on-headers@1.0.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "on-headers@1.0.2",
  9. "_id": "on-headers@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  12. "_location": "/on-headers",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "on-headers@1.0.2",
  18. "name": "on-headers",
  19. "escapedName": "on-headers",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/compression"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jshttp/on-headers/issues"
  36. },
  37. "description": "Execute a listener when a response is about to write headers",
  38. "devDependencies": {
  39. "eslint": "5.14.1",
  40. "eslint-config-standard": "12.0.0",
  41. "eslint-plugin-import": "2.16.0",
  42. "eslint-plugin-markdown": "1.0.0",
  43. "eslint-plugin-node": "8.0.1",
  44. "eslint-plugin-promise": "4.0.1",
  45. "eslint-plugin-standard": "4.0.0",
  46. "istanbul": "0.4.5",
  47. "mocha": "6.0.1",
  48. "supertest": "3.4.2"
  49. },
  50. "engines": {
  51. "node": ">= 0.8"
  52. },
  53. "files": [
  54. "LICENSE",
  55. "HISTORY.md",
  56. "README.md",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jshttp/on-headers#readme",
  60. "keywords": [
  61. "event",
  62. "headers",
  63. "http",
  64. "onheaders"
  65. ],
  66. "license": "MIT",
  67. "name": "on-headers",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jshttp/on-headers.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint --plugin markdown --ext js,md .",
  74. "test": "mocha --reporter spec --bail --check-leaks test/",
  75. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  76. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  77. "version": "node scripts/version-history.js && git add HISTORY.md"
  78. },
  79. "version": "1.0.2"
  80. }