port-numbers
Version:
Get information on network port numbers and services, based on IANA's public listing
37 lines (36 loc) • 736 B
JSON
{
"name": "port-numbers",
"version": "2.0.22",
"description": "Get information on network port numbers and services, based on IANA's public listing",
"author": "silverwind <me@silverwind.io> (https://github.com/silverwind)",
"license": "BSD-2-Clause",
"repository": "silverwind/port-numbers",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=4"
},
"keywords": [
"port",
"port-numbers",
"numbers",
"tcp",
"udp",
"network",
"networking",
"iana",
"well-known"
],
"files": [
"index.js",
"ports.json",
"services.json"
],
"devDependencies": {
"csv-parse": "2.0.0",
"eslint": "^4.16.0",
"got": "^8.0.3",
"updates": "^2.1.0"
}
}