update node modules

This commit is contained in:
s2
2020-07-20 16:20:39 +02:00
parent dcb748f037
commit f9fb05e4db
906 changed files with 124011 additions and 93468 deletions

9
node_modules/tr46/README.md generated vendored
View File

@@ -1,13 +1,15 @@
# tr46.js
# tr46
> An implementation of the [Unicode TR46 specification](http://unicode.org/reports/tr46/).
An JavaScript implementation of [Unicode Technical Standard #46: Unicode IDNA Compatibility Processing](https://unicode.org/reports/tr46/).
## Installation
[Node.js](http://nodejs.org) `>= 6` is required. To install, type this at the command line:
[Node.js](http://nodejs.org) ≥ 8 is required. To install, type this at the command line:
```shell
npm install tr46
# or
yarn add tr46
```
@@ -33,6 +35,7 @@ Available options:
* [`checkBidi`](#checkBidi)
* [`checkHyphens`](#checkHyphens)
* [`checkJoiners`](#checkJoiners)
* [`processingOption`](#processingOption)
* [`useSTD3ASCIIRules`](#useSTD3ASCIIRules)