diff options
Diffstat (limited to 'node_modules/lodash.escape/README.md')
-rw-r--r-- | node_modules/lodash.escape/README.md | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/node_modules/lodash.escape/README.md b/node_modules/lodash.escape/README.md index 7cbc65384..b012def33 100644 --- a/node_modules/lodash.escape/README.md +++ b/node_modules/lodash.escape/README.md @@ -1,15 +1,18 @@ -# lodash.escape v2.4.1 +# lodash.escape v3.2.0 -The [Lo-Dash](http://lodash.com/) function [`_.escape`](http://lodash.com/docs#escape) as a [Node.js](http://nodejs.org/) module generated by [lodash-cli](https://npmjs.org/package/lodash-cli). +The [lodash](https://lodash.com/) method `_.escape` exported as a [Node.js](https://nodejs.org/) module. -## Author +## Installation -| [](https://twitter.com/jdalton "Follow @jdalton on Twitter") | -|---| -| [John-David Dalton](http://allyoucanleet.com/) | +Using npm: +```bash +$ {sudo -H} npm i -g npm +$ npm i --save lodash.escape +``` -## Contributors +In Node.js: +```js +var escape = require('lodash.escape'); +``` -| [](https://twitter.com/blainebublitz "Follow @BlaineBublitz on Twitter") | [](https://twitter.com/kitcambridge "Follow @kitcambridge on Twitter") | [](https://twitter.com/mathias "Follow @mathias on Twitter") | -|---|---|---| -| [Blaine Bublitz](http://www.iceddev.com/) | [Kit Cambridge](http://kitcambridge.be/) | [Mathias Bynens](http://mathiasbynens.be/) | +See the [documentation](https://lodash.com/docs#escape) or [package source](https://github.com/lodash/lodash/blob/3.2.0-npm-packages/lodash.escape) for more details. |