Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/character-reference-invalid/readme.md')
-rw-r--r--tools/eslint/node_modules/character-reference-invalid/readme.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/character-reference-invalid/readme.md b/tools/eslint/node_modules/character-reference-invalid/readme.md
new file mode 100644
index 00000000000..ac6e3e1f384
--- /dev/null
+++ b/tools/eslint/node_modules/character-reference-invalid/readme.md
@@ -0,0 +1,51 @@
+# character-reference-invalid [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
+
+HTML invalid numeric character reference information.
+
+## Installation
+
+[npm][npm-install]:
+
+```bash
+npm install character-reference-invalid
+```
+
+## Usage
+
+```js
+console.log(characterReferenceInvalid[0x80]); // €
+console.log(characterReferenceInvalid[0x89]); // ‰
+console.log(characterReferenceInvalid[0x99]); // ™
+```
+
+## API
+
+### `characterReferenceInvalid`
+
+Mapping between invalid numeric character reference to replacements.
+
+## Support
+
+See [html.spec.whatwg.org][html].
+
+## License
+
+[MIT][license] © [Titus Wormer][author]
+
+<!-- Definitions -->
+
+[travis-badge]: https://img.shields.io/travis/wooorm/character-reference-invalid.svg
+
+[travis]: https://travis-ci.org/wooorm/character-reference-invalid
+
+[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/character-reference-invalid.svg
+
+[codecov]: https://codecov.io/github/wooorm/character-reference-invalid
+
+[npm-install]: https://docs.npmjs.com/cli/install
+
+[license]: LICENSE
+
+[author]: http://wooorm.com
+
+[html]: https://html.spec.whatwg.org/multipage/syntax.html#table-charref-overrides