|
|
{
|
||
|
|
"name": "@tars/node-agent",
|
||
|
|
"preferGlobal": "true",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "TARS 框架中 Node.js 程序启动器,提供生产环境所需的服务特性",
|
||
|
|
"author": {
|
||
|
|
"name": "Superzheng",
|
||
|
|
"email": "superzheng@tencent.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.1.1",
|
||
|
|
"event-loop-lag" : "1.1.0",
|
||
|
|
"pidusage" : "1.0.4"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"node-agent": "./bin/node-agent"
|
||
|
|
},
|
||
|
|
"license" : "BSD-3-Clause"
|
||
|
|
}
|