port-numbers

Holds information on network port numbers, based on IANA's data

BSD-2-Clause 169 个版本
安装
npm install port-numbers
yarn add port-numbers
pnpm add port-numbers
bun add port-numbers
README

port-numbers

npm module that holds information on network port numbers based on IANA's data.

Usage

Depending on your environment you may need to use import attributes, import assertions or nothing at all.

import ports from "port-numbers" with {type: "json"};

ports["6379/tcp"];
// ["redis", "An advanced key-value cache and store"]
ports["123/udp"];
// ["ntp", "Network Time Protocol"]

API

The export is a JSON object in with port/proto as key and [name, description] as value.

{
  "6379/tcp": [
    "redis",
    "An advanced key-value cache and store"
  ]
}

© silverwind, distributed under BSD licence

版本列表
8.0.32 2026-05-21
8.0.31 2026-04-21
8.0.30 2026-02-14
8.0.28 2025-07-16
8.0.27 2025-06-17
8.0.26 2025-05-20
8.0.25 2025-03-29
8.0.24 2025-03-12
8.0.23 2025-02-15
8.0.22 2025-01-24
8.0.21 2024-11-27
8.0.20 2024-11-23
8.0.19 2024-11-22
8.0.18 2024-11-20
8.0.17 2024-09-24
8.0.16 2024-08-15
8.0.15 2024-07-02
8.0.14 2024-06-13
8.0.13 2024-06-09
8.0.12 2024-05-23
8.0.11 2024-05-01
8.0.10 2024-03-18
8.0.9 2024-03-06
8.0.8 2024-03-04
8.0.3 2023-10-09
8.0.2 2023-09-20
8.0.1 2023-08-08
8.0.0 2023-07-20
7.1.0 2023-06-29
7.0.1 2023-06-29
7.0.0 2023-05-12
6.0.1 2020-09-20
6.0.0 2020-03-28
5.0.12 2020-03-28
5.0.11 2020-03-14
5.0.10 2020-03-07
5.0.9 2020-02-29
5.0.8 2020-02-15
5.0.7 2020-01-18
5.0.6 2020-01-11
5.0.5 2020-01-04
5.0.4 2019-12-21
5.0.3 2019-12-14
5.0.2 2019-11-30
5.0.1 2019-11-23
5.0.0 2019-11-21
4.0.20 2019-11-16
4.0.19 2019-11-08
4.0.18 2019-11-02
4.0.17 2019-10-05
4.0.16 2019-08-10
4.0.15 2019-08-03
4.0.14 2019-07-27
4.0.13 2019-07-06
4.0.12 2019-06-01
4.0.11 2019-05-18
4.0.10 2019-05-12
4.0.9 2019-05-12
4.0.8 2019-04-20
4.0.7 2019-03-30
4.0.6 2019-03-09
4.0.5 2019-03-06
4.0.4 2018-08-04
4.0.3 2018-07-07
4.0.2 2018-07-05
4.0.1 2018-06-09
4.0.0 2018-06-03
2.0.28 2018-04-21
2.0.27 2018-04-21
2.0.26 2018-03-31
2.0.25 2018-03-17
2.0.24 2018-03-03
2.0.23 2018-02-24
2.0.22 2018-02-17
2.0.21 2018-02-10
2.0.20 2018-01-27
2.0.19 2018-01-23
2.0.18 2018-01-20
2.0.17 2018-01-13
2.0.16 2018-01-06
2.0.15 2017-12-23
2.0.14 2017-12-16
2.0.13 2017-12-09
2.0.12 2017-12-03
2.0.11 2017-11-11
2.0.10 2017-10-28
2.0.9 2017-09-30
2.0.8 2017-09-06
2.0.7 2017-08-26
2.0.6 2017-08-19
2.0.5 2017-08-12
2.0.4 2017-07-22
2.0.3 2017-07-11
2.0.2 2017-07-01
2.0.1 2017-06-24
2.0.0 2017-06-21
1.2.8 2017-06-21
1.2.7 2017-05-20
1.2.6 2017-05-13
1.2.5 2017-04-29
1.2.4 2017-04-22
1.2.3 2017-04-08
1.2.2 2017-04-01
1.2.1 2017-03-17
1.2.0 2017-03-04
1.1.58 2017-03-04
1.1.57 2017-02-25
1.1.56 2017-02-18
1.1.55 2017-02-11
1.1.54 2017-02-04
1.1.53 2017-02-01
1.1.52 2017-01-31
1.1.51 2017-01-28
1.1.50 2017-01-25
1.1.49 2017-01-16
1.1.48 2017-01-06
1.1.47 2016-12-24
1.1.46 2016-12-15
1.1.45 2016-12-01
1.1.44 2016-11-21
1.1.43 2016-11-16
1.1.42 2016-11-03
1.1.41 2016-09-24
1.1.40 2016-07-13
1.1.39 2016-06-22
1.1.38 2016-06-06
1.1.37 2016-05-31
1.1.36 2016-05-14
1.1.35 2016-05-03
1.1.34 2016-04-06
1.1.33 2016-03-30
1.1.32 2016-03-07
1.1.31 2016-03-02
1.1.30 2016-02-06
1.1.29 2016-01-20
1.1.28 2016-01-13
1.1.27 2015-12-12
1.1.26 2015-11-13
1.1.25 2015-10-08
1.1.24 2015-09-26
1.1.23 2015-09-05
1.1.22 2015-08-22
1.1.21 2015-08-07
1.1.20 2015-07-28
1.1.19 2015-07-23
1.1.18 2015-07-18
1.1.17 2015-07-12
1.1.16 2015-06-30
1.1.15 2015-06-20
1.1.14 2015-06-14
1.1.13 2015-06-08
1.1.12 2015-06-01
1.1.11 2015-05-27
1.1.10 2015-05-19
1.1.9 2015-05-09
1.1.8 2015-04-25
1.1.7 2015-04-17
1.1.6 2015-04-11
1.1.5 2015-04-01
1.1.4 2015-03-12
1.1.3 2015-03-07
1.1.2 2015-02-26
1.1.1 2015-02-15
1.1.0 2015-02-08
1.0.0 2015-02-03
0.2.2 2015-01-30
0.2.1 2015-01-29
0.2.0 2015-01-24
0.1.0 2015-01-24