| Current Path : /etc/kibana/node_modules/http-request-to-url/ |
| Current File : //etc/kibana/node_modules/http-request-to-url/package.json |
{
"name": "http-request-to-url",
"version": "1.0.0",
"description": "Get url of an http client request",
"author": "Stephen Belanger <admin@stephenbelanger.com>",
"license": "MIT",
"main": "index.js",
"scripts": {
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"test": "standard && nyc tap test.js"
},
"dependencies": {
"await-event": "^2.1.0",
"socket-location": "^1.0.0"
},
"devDependencies": {
"codecov": "^3.6.1",
"nyc": "^14.1.1",
"standard": "^14.3.1",
"tap": "^14.8.2"
},
"keywords": [
"http",
"request",
"url",
"convert"
],
"homepage": "https://github.com/Qard/http-request-to-url#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Qard/http-request-to-url.git"
},
"bugs": {
"url": "https://github.com/Qard/http-request-to-url/issues"
}
}