Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

iana-rels

The list of rels that IANA has registered.

readme

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)

changelog

0.1.0 / 2015-10-23

  • export properties with hyphens for better compatibility downstream

0.0.2 / 2015-08-16

  • adding helpful info
  • update meta

0.0.1 / 2015-08-16

  • Initial Release (official list last updated: 2015-01-21)