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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "connect-mongo",
  3. "_id": "connect-mongo@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Vs+QZ/6X6gbCrP1Ls7Oh/wlyY6pgpbPSrUKF5yRT+zd+4GZPNbjNquxquZ+Clv2+03HBXE7T4lVM0PUcaBhihg==",
  6. "_location": "/connect-mongo",
  7. "_phantomChildren": {
  8. "es6-promise": "3.2.1",
  9. "readable-stream": "2.2.7",
  10. "require_optional": "1.0.1"
  11. },
  12. "_requested": {
  13. "type": "tag",
  14. "registry": true,
  15. "raw": "connect-mongo",
  16. "name": "connect-mongo",
  17. "escapedName": "connect-mongo",
  18. "rawSpec": "",
  19. "saveSpec": null,
  20. "fetchSpec": "latest"
  21. },
  22. "_requiredBy": [
  23. "#USER",
  24. "/"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/connect-mongo/-/connect-mongo-2.0.3.tgz",
  27. "_shasum": "db6cabe1e3add5acc9ef9c486681027675a58ee5",
  28. "_spec": "connect-mongo",
  29. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  30. "bugs": {
  31. "url": "https://github.com/jdesboeufs/connect-mongo/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Casey Banner",
  37. "email": "kcbanner@gmail.com"
  38. },
  39. {
  40. "name": "Jerome Desboeufs",
  41. "email": "jerome.desboeufs@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "mongodb": "^2.0.36"
  46. },
  47. "deprecated": false,
  48. "description": "MongoDB session store for Express and Connect",
  49. "devDependencies": {
  50. "expect.js": "^0.3.1",
  51. "express-session": "^1.0.0",
  52. "mocha": "^5.0.1",
  53. "mongoose": "^4.1.2",
  54. "nyc": "^11.2.1",
  55. "xo": "^0.20.3"
  56. },
  57. "homepage": "https://github.com/jdesboeufs/connect-mongo#readme",
  58. "keywords": [
  59. "connect",
  60. "mongo",
  61. "mongodb",
  62. "session",
  63. "express"
  64. ],
  65. "license": "MIT",
  66. "name": "connect-mongo",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jdesboeufs/connect-mongo.git"
  70. },
  71. "scripts": {
  72. "cover": "nyc report --reporter=text-lcov",
  73. "lint": "xo src",
  74. "test": "nyc mocha"
  75. },
  76. "version": "2.0.3",
  77. "xo": {
  78. "space": 2,
  79. "semicolon": false
  80. }
  81. }