forked from sebhildebrandt/http-graceful-shutdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.05 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
47
{
"name": "@calm/http-graceful-shutdown",
"version": "3.1.15",
"description": "gracefully shuts downs http server",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "https://github.com/sebhildebrandt/http-graceful-shutdown.git"
},
"keywords": [
"http",
"https",
"koa",
"express",
"fastify",
"shutdown",
"graceful",
"force",
"graceful-shutdown",
"http-shutdown",
"http-terminate",
"shutdown",
"kubernetes",
"prometheus",
"backend"
],
"author": "Sebastian Hildebrandt <[email protected]> (https://plus-innovations.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebhildebrandt/http-graceful-shutdown/issues"
},
"homepage": "https://github.com/sebhildebrandt/http-graceful-shutdown",
"dependencies": {
"debug": "^4.3.4"
},
"engineStrict": true,
"engines": {
"node": ">=4.0.0"
}
}