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