# protocol-numbers

> Assigned Internet Protocol Numbers (from iana.org)

Latest version **0.0.0** (published 2012-11-02) · 0 weekly downloads

## Install

```sh
npm install protocol-numbers
pnpm add protocol-numbers
yarn add protocol-numbers
bun add protocol-numbers
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2012-11-02 |
| First published | 2012-11-02 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Dave Eddy |
| Maintainers | bahamas10 |
| Keywords | iana, protocol |

## Links

- npm: https://www.npmjs.com/package/protocol-numbers
- Repository: https://github.com/bahamas10/node-protocol-numbers
- npm.io page: https://npm.io/package/protocol-numbers

## Recent versions

- 0.0.0 (latest) — 2012-11-02

## README

IANA Protocol Numbers
=====================

Assigned Internet Protocol Numbers (from iana.org)

Usage
-----

In Node.js

``` js
> var protocols = require('protocol-numbers')
undefined
> protocols[4].name
'IPv4'
> protocols[4].description
'IPv4 encapsulation'
> 
```

In the Browser

```
<script src="protocol-numbers.js"></script>
<script>
    alert(protocol_numbers[4].name); // => 'IPv4'
</script>
```

Up to date list
---------------

You can generate an up-to-date list of the protocols.  Follow these steps:

    git clone git://github.com/bahamas10/node-protocol-numbers.git
    cd node-protocol-numbers
    npm install # for xml2js and request
    make

This will run the included script `get-list.js` and redirect the output for you

Installation
------------

    npm install protocol-numbers

License
-------

MIT Licensed

---
_Source: https://npm.io/package/protocol-numbers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
