diff options
Diffstat (limited to 'node_modules/lodash._reinterpolate/README.md')
-rw-r--r-- | node_modules/lodash._reinterpolate/README.md | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/node_modules/lodash._reinterpolate/README.md b/node_modules/lodash._reinterpolate/README.md index d362e36d6..1423e502f 100644 --- a/node_modules/lodash._reinterpolate/README.md +++ b/node_modules/lodash._reinterpolate/README.md @@ -1,15 +1,20 @@ -# lodash._reinterpolate v2.4.1 +# lodash._reinterpolate v3.0.0 -The internal [Lo-Dash](http://lodash.com/) variable `reInterpolate` as a [Node.js](http://nodejs.org/) module generated by [lodash-cli](https://npmjs.org/package/lodash-cli). +The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) internal `reInterpolate` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module. -## Author +## Installation -| [](https://twitter.com/jdalton "Follow @jdalton on Twitter") | -|---| -| [John-David Dalton](http://allyoucanleet.com/) | +Using npm: -## Contributors +```bash +$ {sudo -H} npm i -g npm +$ npm i --save lodash._reinterpolate +``` -| [](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/) | +In Node.js/io.js: + +```js +var reInterpolate = require('lodash._reinterpolate'); +``` + +See the [package source](https://github.com/lodash/lodash/blob/3.0.0-npm-packages/lodash._reinterpolate) for more details. |