| Current Path : /etc/kibana/node_modules/socket-location/ |
| Current File : //etc/kibana/node_modules/socket-location/package.json |
{
"name": "socket-location",
"version": "1.0.0",
"description": "Get remote location of a socket as a string",
"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"
},
"devDependencies": {
"codecov": "^3.6.1",
"nyc": "^14.1.1",
"standard": "^14.3.1",
"tap": "^14.8.2"
},
"keywords": [
"socket",
"location"
],
"homepage": "https://github.com/Qard/socket-location#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Qard/socket-location.git"
},
"bugs": {
"url": "https://github.com/Qard/socket-location/issues"
}
}