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.
44 lines
871 B
44 lines
871 B
3 years ago
|
{
|
||
|
"name": "koa-generic-session",
|
||
|
"description": "koa generic session store by memory, redis or others",
|
||
|
"repository": "koajs/generic-session",
|
||
|
"version": "1.11.7",
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"koa",
|
||
|
"middleware",
|
||
|
"session"
|
||
|
],
|
||
|
"author": "dead_horse <dead_horse@qq.com>",
|
||
|
"dependencies": {
|
||
|
"copy-to": "~2.0.1",
|
||
|
"crc": "~3.4.0",
|
||
|
"debug": "^3.2.5",
|
||
|
"parseurl": "~1.3.1",
|
||
|
"uid-safe": "~2.1.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"autod": "~2.1.3",
|
||
|
"blanket": "*",
|
||
|
"contributors": "*",
|
||
|
"istanbul-harmony": "*",
|
||
|
"koa": "^1.2.4",
|
||
|
"koa-redis": "~2.1.1",
|
||
|
"mm": "~1.5.0",
|
||
|
"mocha": "2",
|
||
|
"pedding": "^1.0.0",
|
||
|
"should": "~10.0.0",
|
||
|
"supertest": "~2.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.11.9"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"tag": "latest-1"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|