package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "koa-redis@~0.1.1",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "koa-redis@>=0.1.1 <0.2.0",
  9. "_id": "koa-redis@0.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-redis",
  13. "_npmUser": {
  14. "email": "dead_horse@qq.com",
  15. "name": "dead_horse"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "koa-redis",
  21. "raw": "koa-redis@~0.1.1",
  22. "rawSpec": "~0.1.1",
  23. "scope": null,
  24. "spec": ">=0.1.1 <0.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/koa-redis/-/koa-redis-0.1.1.tgz",
  31. "_shasum": "f9c569d50f72604a9cb4be194652a8dfc897e987",
  32. "_shrinkwrap": null,
  33. "_spec": "koa-redis@~0.1.1",
  34. "_where": "D:\\work\\im",
  35. "author": {
  36. "email": "dead_horse@qq.com",
  37. "name": "dead_horse"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/dead-horse/koa-redis/issues"
  41. },
  42. "dependencies": {
  43. "co-redis": "~1.1.0",
  44. "debug": "~1.0.1",
  45. "redis": "~0.10.3"
  46. },
  47. "description": "koa session with redis",
  48. "devDependencies": {
  49. "autod": "~0.2.0",
  50. "blanket": "*",
  51. "co": "~3.0.6",
  52. "contributors": "*",
  53. "coveralls": "*",
  54. "koa": "~0.7.0",
  55. "koa-sess": "0.1.0-beta1",
  56. "mocha": "*",
  57. "mocha-lcov-reporter": "*",
  58. "should": "~4.0.1",
  59. "supertest": "0.8.2",
  60. "travis-cov": "*"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "f9c569d50f72604a9cb4be194652a8dfc897e987",
  65. "tarball": "https://registry.npmjs.org/koa-redis/-/koa-redis-0.1.1.tgz"
  66. },
  67. "engines": {
  68. "node": ">= 0.11.9"
  69. },
  70. "homepage": "https://github.com/dead-horse/koa-redis",
  71. "keywords": [
  72. "koa",
  73. "middleware",
  74. "session",
  75. "redis"
  76. ],
  77. "license": "MIT",
  78. "maintainers": [
  79. {
  80. "email": "dead_horse@qq.com",
  81. "name": "dead_horse"
  82. }
  83. ],
  84. "name": "koa-redis",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/dead-horse/koa-redis.git"
  90. },
  91. "version": "0.1.1"
  92. }