Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "a-rel", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "List of link types for `rel` on `a` and `area`", | ||
@@ -18,2 +18,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/wooorm/a-rel/issues", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -29,15 +33,15 @@ "contributors": [ | ||
"devDependencies": { | ||
"bail": "^1.0.1", | ||
"bail": "^1.0.0", | ||
"browserify": "^16.0.0", | ||
"concat-stream": "^2.0.0", | ||
"hast-util-select": "^3.0.0", | ||
"hast-util-to-string": "^1.0.1", | ||
"prettier": "^1.12.1", | ||
"hast-util-to-string": "^1.0.0", | ||
"prettier": "^1.0.0", | ||
"rehype-parse": "^6.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.4.0", | ||
"tinyify": "^2.5.0", | ||
"unified": "^7.0.0", | ||
"xo": "^0.24.0" | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"unified": "^8.0.0", | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -44,0 +48,0 @@ "scripts": { |
@@ -7,17 +7,17 @@ # a-rel | ||
List of values viable for use in `rel` attributes on `a` | ||
(and `area`) elements, as defined by the [MicroFormats][extensions] **formats** | ||
and **HTML5 link type extensions** tables. | ||
List of values viable for use in `rel` attributes on `a` (and `area`) elements, | ||
as defined by the [MicroFormats][extensions] **formats** and **HTML5 link type | ||
extensions** tables. | ||
## Installation | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install a-rel | ||
``` | ||
## Usage | ||
## Use | ||
```javascript | ||
```js | ||
var aRel = require('a-rel') | ||
@@ -47,4 +47,4 @@ | ||
`Array.<string>` — List of lower-case possible link types for `rel` | ||
on `a` and `area` elements. | ||
`Array.<string>` — List of lowercase possible link types for `rel` on `a` and | ||
`area` elements. | ||
@@ -59,2 +59,4 @@ ## Related | ||
— List of HTML character encoding labels | ||
* [`html-link-types`](https://github.com/wooorm/html-link-types) | ||
— List of link types as used in HTML | ||
* [`link-rel`](https://github.com/wooorm/link-rel) | ||
@@ -61,0 +63,0 @@ — List of link types for `rel` on `link` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6041
91