From abd94a7f5a50f43c797a11b53549ae48fff667c3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 10 Oct 2016 03:43:44 +0200 Subject: add node_modules to address #4364 --- node_modules/lodash._reescape/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 node_modules/lodash._reescape/README.md (limited to 'node_modules/lodash._reescape/README.md') diff --git a/node_modules/lodash._reescape/README.md b/node_modules/lodash._reescape/README.md new file mode 100644 index 000000000..c80ae07c0 --- /dev/null +++ b/node_modules/lodash._reescape/README.md @@ -0,0 +1,20 @@ +# lodash._reescape v3.0.0 + +The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) internal `reEscape` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module. + +## Installation + +Using npm: + +```bash +$ {sudo -H} npm i -g npm +$ npm i --save lodash._reescape +``` + +In Node.js/io.js: + +```js +var reEscape = require('lodash._reescape'); +``` + +See the [package source](https://github.com/lodash/lodash/blob/3.0.0-npm-packages/lodash._reescape) for more details. -- cgit v1.2.3