-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.06 KB
/
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
45
46
{
"name": "http-cache-middleware",
"version": "1.4.1",
"description": "HTTP Cache Middleware",
"main": "index.js",
"scripts": {
"test": "nyc mocha test/*.test.js --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkyberneees/http-cache-middleware.git"
},
"keywords": [
"http",
"cache",
"middleware"
],
"files": [
"index.js",
"utils.js",
"README.md",
"LICENSE"
],
"author": "Rolando Santamaria Maso <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkyberneees/http-cache-middleware/issues"
},
"homepage": "https://github.com/jkyberneees/http-cache-middleware#readme",
"devDependencies": {
"cache-manager-ioredis": "^2.1.0",
"chai": "^4.3.6",
"got": "^11.8.5",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"restana": "^4.9.6"
},
"dependencies": {
"@tusbar/cache-control": "^0.6.1",
"cache-manager": "^4.1.0",
"matcher": "^4.0.0",
"middleware-if-unless": "^1.3.0",
"ms": "^2.1.3",
"on-http-end": "^1.0.2"
}
}