iana-rels
v0.1.0
Published
The list of rels that IANA has registered.
Downloads
559
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)