Current File : //proc/self/root/proc/self/root/usr/lib/node_modules/bower/lib/node_modules/timed-out/package.json |
{
"name": "timed-out",
"version": "3.1.3",
"description": "Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged",
"license": "MIT",
"repository": "floatdrop/timed-out",
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && mocha"
},
"keywords": [
"http",
"https",
"get",
"got",
"url",
"uri",
"request",
"util",
"utility",
"simple"
],
"devDependencies": {
"mocha": "*",
"xo": "^0.16.0"
}
}