netport
Version:
Fast, CPU-friendly, minimalist, light-weight promise-based TCP/UDP port(s) scanner
44 lines (43 loc) • 891 B
JSON
{
"name": "netport",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"test": "jest"
},
"contributors": [
"BlazeInferno64",
"blazeinferno"
],
"types": "typings/index.d.ts",
"keywords": [
"netport",
"blazed.js",
"net",
"dgram",
"process",
"readtastic",
"portastic",
"blazed",
"typescript"
],
"jest": {
"testMatch": [
"**/test/**/*.js"
]
},
"author": "BlazeInferno64",
"license": "MIT",
"homepage": "https://github.com/blazeinferno64/netport.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/blazeinferno64/netport.js.git"
},
"description": "Fast, CPU-friendly, minimalist, light-weight promise-based TCP/UDP port(s) scanner",
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"jest": "^29.7.0"
}
}