You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
737 B

{
"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 <me@silverwind.io> (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"
}
}