{ "name": "is-port-reachable", "version": "2.0.1", "description": "Check if a local or remote port is reachable", "license": "MIT", "repository": "sindresorhus/is-port-reachable", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "contributors": [ "silverwind (github.com/silverwind)" ], "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "port", "reachable", "local", "remote", "host", "ip", "localhost", "address", "connect", "connectable", "online", "socket", "tcp", "is", "check" ], "devDependencies": { "ava": "^0.25.0", "xo": "^0.18.0" } }