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 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "express-session",
  3. "_id": "express-session@1.15.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r0nrHTCYtAMrFwZ0kBzZEXa1vtPVrw0dKvGSrKP4dahwBQ1BJpF2/y1Pp4sCD/0kvxV4zZeclyvfmw0B4RMJQA==",
  6. "_location": "/express-session",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "express-session",
  12. "name": "express-session",
  13. "escapedName": "express-session",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.15.6.tgz",
  23. "_shasum": "47b4160c88f42ab70fe8a508e31cbff76757ab0a",
  24. "_spec": "express-session",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca",
  29. "url": "http://tjholowaychuk.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/expressjs/session/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Joe Wagner",
  42. "email": "njwjs722@gmail.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "cookie": "0.3.1",
  47. "cookie-signature": "1.0.6",
  48. "crc": "3.4.4",
  49. "debug": "2.6.9",
  50. "depd": "~1.1.1",
  51. "on-headers": "~1.0.1",
  52. "parseurl": "~1.3.2",
  53. "uid-safe": "~2.1.5",
  54. "utils-merge": "1.0.1"
  55. },
  56. "deprecated": false,
  57. "description": "Simple session middleware for Express",
  58. "devDependencies": {
  59. "after": "0.8.2",
  60. "cookie-parser": "1.4.3",
  61. "eslint": "3.19.0",
  62. "eslint-plugin-markdown": "1.0.0-beta.6",
  63. "express": "4.15.5",
  64. "istanbul": "0.4.5",
  65. "mocha": "2.5.3",
  66. "supertest": "1.1.0"
  67. },
  68. "engines": {
  69. "node": ">= 0.8.0"
  70. },
  71. "files": [
  72. "session/",
  73. "HISTORY.md",
  74. "LICENSE",
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/expressjs/session#readme",
  78. "license": "MIT",
  79. "name": "express-session",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/expressjs/session.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint --plugin markdown --ext js,md .",
  86. "test": "mocha --check-leaks --bail --no-exit --reporter spec test/",
  87. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --no-exit --reporter dot test/",
  88. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --no-exit --reporter spec test/"
  89. },
  90. "version": "1.15.6"
  91. }