coordinator-node-client
Version:
分布式协调服务node客户端,用于获取微服务的可用地址,参照eureka-js-client.
26 lines (25 loc) • 572 B
JSON
{
"name": "coordinator-node-client",
"version": "3.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.eefung.com:oplate/antfact-coordinator-client-nodejs.git"
},
"keywords": [
"coordinator",
"client"
],
"author": "liwenjun",
"license": "ISC",
"dependencies": {
"lodash": "^4.13.1",
"deepmerge": "0.2.10",
"eureka-js-client": "4.3.0",
"socks5-http-client": "1.0.2"
}
}