mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update modules
This commit is contained in:
9
node_modules/tr46/README.md
generated
vendored
9
node_modules/tr46/README.md
generated
vendored
@@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user