2021-11-17 05:28:02 +08:00
|
|
|
{
|
|
|
|
"name": "express-session-nedb",
|
2023-08-27 18:27:54 +08:00
|
|
|
"version": "1.0.2",
|
|
|
|
"description": "Use nedb as the storage container for express-session. 使用 nedb 作为 express-session 的存储容器",
|
2021-11-17 05:28:02 +08:00
|
|
|
"main": "index.js",
|
2021-11-17 05:57:41 +08:00
|
|
|
"type": "module",
|
2021-11-17 05:28:02 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/InvisibleFuture/express-session-nedb.git"
|
|
|
|
},
|
|
|
|
"author": "satori.love",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/InvisibleFuture/express-session-nedb/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/InvisibleFuture/express-session-nedb#readme"
|
|
|
|
}
|