UNPKG

bower

Version:

The browser package manager

34 lines (33 loc) 585 B
{ "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" } }