package.json 2.2 KB

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