-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
44 lines (44 loc) · 913 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "memorystore",
"version": "1.6.7",
"description": "express-session full featured MemoryStore layer without leaks!",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "mocha --check-leaks --bail --no-exit test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roccomuso/memorystore.git"
},
"engines": {
"node": ">=0.10"
},
"keywords": [
"express-session",
"session",
"memory",
"store",
"memorystore",
"noleak",
"ram"
],
"author": "Rocco Musolino (roccomuso)",
"license": "MIT",
"bugs": {
"url": "https://github.com/roccomuso/memorystore/issues"
},
"homepage": "https://github.com/roccomuso/memorystore#readme",
"dependencies": {
"debug": "^4.3.0",
"lru-cache": "^4.0.3"
},
"devDependencies": {
"mocha": "9.2.0"
},
"standard": {
"env": [
"mocha"
]
}
}