-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 783 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 783 Bytes
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
{
"name": "node-cacheable",
"version": "1.0.2",
"description": "In-memory cache wrapper with refresh lock.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chunlong",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2"
},
"dependencies": {
"debug": "^3.1.0",
"node-cache": "^4.1.1",
"pwait": "^1.0.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/longbill/node-cacheable.git"
},
"keywords": [
"cache",
"dataloader",
"lock",
"node-cache"
],
"bugs": {
"url": "https://github.com/longbill/node-cacheable/issues"
},
"homepage": "https://github.com/longbill/node-cacheable#readme"
}