mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
53 lines
1.3 KiB
JSON
53 lines
1.3 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": "http://github.com/c9/node-netutil.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/c9/architect/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"gitHead": "80bfeb36c5e750b3219ff83c353016b14b2b4c52",
|
|
"bugs": {
|
|
"url": "https://github.com/c9/node-netutil/issues"
|
|
},
|
|
"homepage": "https://github.com/c9/node-netutil",
|
|
"_id": "netutil@0.0.2",
|
|
"scripts": {},
|
|
"_shasum": "a80390b4032fb7022c70ff5c0f3951607166beed",
|
|
"_from": "netutil@>=0.0.2 <0.1.0",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "fjakobs",
|
|
"email": "fabian.jakobs@web.de"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "fjakobs",
|
|
"email": "fabian.jakobs@web.de"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "a80390b4032fb7022c70ff5c0f3951607166beed",
|
|
"tarball": "https://registry.npmjs.org/netutil/-/netutil-0.0.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/netutil/-/netutil-0.0.2.tgz"
|
|
}
|