ibmapm-restclient
Version:
Node.js rest client for ICAM.
74 lines (73 loc) • 2.05 kB
JSON
{
"name": "ibmapm-restclient",
"main": "./lib/restclient/httpsender.js",
"version": "20.8.0",
"readme": "Node.js Rest Client",
"description": "Node.js rest client for ICAM.",
"dependencies": {
"https-proxy-agent": "^4.0.0",
"kubernetes-client": "^3.16.0",
"log4js": "^4.5.1",
"properties": "^1.2.1",
"request": "^2.72.0",
"uuid": "^2.0.2"
},
"devDependencies": {
"async": "^0.9.0",
"chai": "^3.5.0",
"coveralls": "^3.0.6",
"eslint": "^6.3.0",
"eslint-config-strongloop": "^2.1.0",
"intercept-stdout": "~0.1.2",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.12.0",
"nyc": "^11.0.2",
"should": "^9.0.0",
"should-http": "0.0.4",
"tap": "12.x",
"tap-junit": "2.0.0",
"unexpected": "^10.13.3"
},
"scripts": {
"test": "./node_modules/.bin/nyc --cache ./node_modules/.bin/tap --timeout=120 tests/*tests.js | tap-junit --output . --name jenkins-test-results",
"coverage": "./node_modules/.bin/nyc report --reporter=lcovonly"
},
"license": "Apache-2.0",
"bugs": {
"email": "yuecchen@cn.ibm.com",
"url": "https://github.com/IBM/node-ibmapm-restclient/issues"
},
"author": {
"name": "Yue Chen",
"email": "yuecchen@cn.ibm.com"
},
"repository": {
"type": "git",
"url": "git@github.com:IBM/node-ibmapm-restclient.git"
},
"contributors": [
{
"name": "Hui Jun Song",
"email": "songhj@cn.ibm.com"
},
{
"name": "Yue Chen",
"email": "yuecchen@cn.ibm.com"
},
{
"name": "Ravi Gadekarla",
"email": "rgadekar@us.ibm.com"
},
{
"name": "Yanfeng Shi",
"email": "shiyanf@cn.ibm.com"
}
],
"keywords": [
"restclient",
"apm",
"ibm",
"performance",
"monitoring"
]
}