package.json 2.2 KB

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