b5fb9f385f32c3bacb0f28b58f46fb8db9c6dff15fd686aff490472d37093523a12bc9bdc1379ece8a04a30841fd18a524398a4f663da5b6973179fc472a3d 474 B

123456789101112131415161718
  1. # lodash.mapvalues v4.6.0
  2. The [lodash](https://lodash.com/) method `_.mapValues` exported as a [Node.js](https://nodejs.org/) module.
  3. ## Installation
  4. Using npm:
  5. ```bash
  6. $ {sudo -H} npm i -g npm
  7. $ npm i --save lodash.mapvalues
  8. ```
  9. In Node.js:
  10. ```js
  11. var mapValues = require('lodash.mapvalues');
  12. ```
  13. See the [documentation](https://lodash.com/docs#mapValues) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.mapvalues) for more details.