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.
34 lines
838 B
34 lines
838 B
{ |
|
"name": "tcp-port-used", |
|
"version": "1.0.2", |
|
"description": "A simple Node.js module to check if a TCP port is already bound.", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "./node_modules/.bin/mocha --reporter=list ./test.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/stdarg/tcp-port-used.git" |
|
}, |
|
"keywords": [ |
|
"tcp", |
|
"port", |
|
"available", |
|
"free", |
|
"check", |
|
"networking" |
|
], |
|
"author": "Edmond Meinfelder", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/stdargtcp-port-used/issues" |
|
}, |
|
"homepage": "https://github.com/stdarg/tcp-port-used", |
|
"dependencies": { |
|
"debug": "4.3.1", |
|
"is2": "^2.0.6" |
|
}, |
|
"devDependencies": { |
|
"mocha": "^8.2.1" |
|
} |
|
}
|
|
|