iana-rels

0.1.0 • Public • Published

iana-rels

A list of official IANA link relations.

Usage

The export is an object where each key is Link Relation Name converted to camelCase. (eg: create-form is now createForm)

var rels = require('iana-rels');
 
console.log(rels.self);
// {
//   name: 'self',
//   description: 'Conveys an identifier for the link\'s context.',
//   reference: '[RFC4287]',
//   notes: ''
// }

Status

The current list being exported was last updated 2015-01-21. If you notice the list gets updated again, we can simply update this module to reflect that. (just submit an issue)

Readme

Keywords

none

Package Sidebar

Install

npm i iana-rels

Weekly Downloads

167

Version

0.1.0

License

none

Last publish

Collaborators

  • dominicbarnes