a72463b79ccdaa97beb5c3e12862d59579f0fc4bc558961a3693ec7d368a2376ff80426db33fcb0e39c3e80e8a1e9ecace706002898210c9c3ebeb908c5a41 495 B

123456789101112131415161718
  1. # lodash.defaultsdeep v4.6.1
  2. The [Lodash](https://lodash.com/) method `_.defaultsDeep` 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.defaultsdeep
  8. ```
  9. In Node.js:
  10. ```js
  11. var defaultsDeep = require('lodash.defaultsdeep');
  12. ```
  13. See the [documentation](https://lodash.com/docs#defaultsDeep) or [package source](https://github.com/lodash/lodash/blob/4.6.1-npm-packages/lodash.defaultsdeep) for more details.