iana-registry-data-lib
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

iana-registry-data-lib

A package containing JSON files reflecting the current state of various IANA registries such as the JOSE, OAuth, and JWT registries. This package is intended to be used as a data source for other projects.

Installation

You can install this package using npm:

npm install iana-registry-data-lib
const { OAuthRegistry } = require('iana-registry-data-lib');
console.log(OAuthRegistry.OauthParameters.parameters);

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

  • Keywords
  • iana
  • registry
  • oauth
  • jose
  • jwt
  • rfc
  • ietf
  • importer
  • data
  • parser
  • json
  • csv

Author

Andy Barlow

Package Sidebar

Install

npm i iana-registry-data-lib

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

129 kB

Total Files

35

Last publish

Collaborators

  • 0xandybarlow