00001 # lodash v4.17.4
00002
00003 The [Lodash](https:
00004
00005 ## Installation
00006
00007 Using npm:
00008 ```shell
00009 $ npm i -g npm
00010 $ npm i --save lodash
00011 ```
00012
00013 In Node.js:
00014 ```js
00015
00016 var _ = require('lodash');
00017
00018 var _ = require('lodash/core');
00019
00020 var fp = require('lodash/fp');
00021
00022
00023 var array = require('lodash/array');
00024 var object = require('lodash/fp/object');
00025
00026
00027 var at = require('lodash/at');
00028 var curryN = require('lodash/fp/curryN');
00029 ```
00030
00031 See the [package source](https:
00032
00033 **Note:**<br>
00034 Install [n_](https:
00035
00036 ## Support
00037
00038 Tested in Chrome 54-55, Firefox 49-50, IE 11, Edge 14, Safari 9-10, Node.js 6-7, & PhantomJS 2.1.1.<br>
00039 Automated [browser](https: