summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/string_decoder/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/string_decoder/README.md')
-rw-r--r--tools/node_modules/eslint/node_modules/string_decoder/README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/string_decoder/README.md b/tools/node_modules/eslint/node_modules/string_decoder/README.md
new file mode 100644
index 0000000000..dc3a2d2160
--- /dev/null
+++ b/tools/node_modules/eslint/node_modules/string_decoder/README.md
@@ -0,0 +1,28 @@
+# string_decoder
+
+***Node-core v7.0.0 string_decoder for userland***
+
+
+[![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/)
+[![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/)
+
+
+```bash
+npm install --save string_decoder
+```
+
+***Node-core string_decoderstring_decoder for userland***
+
+This package is a mirror of the string_decoder implementation in Node-core.
+
+Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v7.8.0/docs/api/).
+
+As of version 1.0.0 **string_decoder** uses semantic versioning.
+
+## Previous versions
+
+Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10.
+
+## Update
+
+The *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version.