Files
Selenium_test_website/node_modules/tcp-port-used/package.json

35 lines
838 B
JSON
Raw Normal View History

2023-03-06 14:23:39 +07:00
{
"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"
}
}