package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "on-headers@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "on-headers@1.0.2",
  10. "_id": "on-headers@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8=",
  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.npm.taobao.org/on-headers/download/on-headers-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }