Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

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