-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 793 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
{
"name": "node-inflight-requests",
"version": "1.0.1",
"description": "Measure the number of inflight requests in your Node.js server. ",
"main": "index.js",
"dependencies": {
"end-of-stream": "^1.4.4"
},
"devDependencies": {
"mocha": "^6.2.2"
},
"scripts": {
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigneshshanmugam/node-inflight-requests.git"
},
"files": [
"index.js"
],
"keywords": [
"inflight",
"request",
"congestion"
],
"author": "Vignesh Shanmugam (me@vigneshh.in)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vigneshshanmugam/node-inflight-requests/issues"
},
"homepage": "https://github.com/vigneshshanmugam/node-inflight-requests#readme"
}