-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.14 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.14 KB
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
48
49
{
"name": "@tars/node-agent",
"preferGlobal": "true",
"version": "2.2.2",
"description": "TARS Framework Node.js Launcher",
"author": {
"name": "ruanshudong",
"email": "ruanshudong@qq.com"
},
"homepage": "https://github.com/tars-node/node-agent",
"repository": {
"type": "git",
"url": "https://github.com/tars-node/node-agent.git"
},
"bugs": {
"url": "https://github.com/tars-node/node-agent/issues"
},
"keywords": [
"node-agent",
"node",
"tars"
],
"dependencies": {
"@tars/stream": "latest",
"@tars/rpc": "latest",
"@tars/monitor": "latest",
"@tars/notify": "latest",
"@tars/utils": "latest",
"@tars/winston-tars": "latest",
"commander": "2.9.0",
"chalk": "1.1.3",
"winston": "2.1.1",
"callsite": "1.0.0",
"wmic": "0.0.7",
"read-installed": "4.0.3",
"on-finished": "2.3.0",
"event-loop-lag": "1.1.0",
"pidusage": "1.0.4",
"compare-versions": "3.3.0",
"longstack": "1.0.0"
},
"bin": {
"node-agent": "./bin/node-agent"
},
"scripts": {
"test": "node test/process-container-shutdown.test.js"
},
"license" : "BSD-3-Clause"
}