mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "netutil",
|
|
"description": "utils to find free ports in a range, checking if a port is open, etc",
|
|
"version": "0.0.2",
|
|
"author": {
|
|
"name": "ajax.org B.V.",
|
|
"email": "info@ajax.org"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Fabian Jakobs",
|
|
"email": "fabian@c9.io"
|
|
}
|
|
],
|
|
"main": "./netutil.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/c9/node-netutil.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/c9/architect/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"readme": "node.js network utils\n=====================\n\nprovides:\n\nFind the first free port on the server within the given range:\n\n`findFreePort(start, end, hostname, callback)`\n\n\nCheck whether the given port is open:\n\n`isPortOpen(hostname, port, timeout, callback)`\n\n\nGet the hostname of the current server:\n\n`getHostName(callback)`",
|
|
"readmeFilename": "README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/c9/node-netutil/issues"
|
|
},
|
|
"homepage": "https://github.com/c9/node-netutil#readme",
|
|
"_id": "netutil@0.0.2",
|
|
"_shasum": "a80390b4032fb7022c70ff5c0f3951607166beed",
|
|
"_resolved": "https://registry.npmjs.org/netutil/-/netutil-0.0.2.tgz",
|
|
"_from": "netutil@>=0.0.2 <0.1.0"
|
|
}
|