Files
MinigameTest/node_modules/tcp-port-used/package.json
2023-03-07 10:52:05 +07:00

35 lines
838 B
JSON

{
"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"
}
}