package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "express-session",
  3. "_id": "express-session@1.17.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t4oX2z7uoSqATbMfsxWMbNjAL0T5zpvcJCk3Z9wnPPN7ibddhnmDZXHfEcoBMG2ojKXZoCyPMc5FbtK+G7SoDg==",
  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.17.0.tgz",
  23. "_shasum": "9b50dbb5e8a03c3537368138f072736150b7f9b3",
  24. "_spec": "express-session",
  25. "_where": "E:\\workspace\\node\\qipai_server",
  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.4.0",
  47. "cookie-signature": "1.0.6",
  48. "debug": "2.6.9",
  49. "depd": "~2.0.0",
  50. "on-headers": "~1.0.2",
  51. "parseurl": "~1.3.3",
  52. "safe-buffer": "5.2.0",
  53. "uid-safe": "~2.1.5"
  54. },
  55. "deprecated": false,
  56. "description": "Simple session middleware for Express",
  57. "devDependencies": {
  58. "after": "0.8.2",
  59. "cookie-parser": "1.4.4",
  60. "eslint": "3.19.0",
  61. "eslint-plugin-markdown": "1.0.0",
  62. "express": "4.17.1",
  63. "mocha": "6.2.1",
  64. "nyc": "14.1.1",
  65. "supertest": "4.0.2"
  66. },
  67. "engines": {
  68. "node": ">= 0.8.0"
  69. },
  70. "files": [
  71. "session/",
  72. "HISTORY.md",
  73. "LICENSE",
  74. "index.js"
  75. ],
  76. "homepage": "https://github.com/expressjs/session#readme",
  77. "license": "MIT",
  78. "name": "express-session",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/expressjs/session.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme.js",
  85. "test": "mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
  86. "test-cov": "nyc npm test",
  87. "test-travis": "nyc npm test -- --no-exit",
  88. "version": "node scripts/version-history.js && git add HISTORY.md"
  89. },
  90. "version": "1.17.0"
  91. }