lodash.tostring(latest: 4.1.4) The lodash method `_.toString` exported as a module.
lodash._baseslice(latest: 4.0.0) The internal lodash function `baseSlice` exported as a module.
extend-shallow(latest: 3.0.2) Extend an object with the properties of additional objects. node.js/javascript util.
lodash._basefor(latest: 3.0.3) The internal lodash function `baseFor` exported as a module.
lodash.isarray(latest: 4.0.0) The lodash method `_.isArray` exported as a module.
lodash.isplainobject(latest: 4.0.6) The lodash method `_.isPlainObject` exported as a module.
lodash.keys(latest: 4.2.0) The lodash method `_.keys` exported as a module.
lodash.isbuffer(latest: 4.3.4) The lodash method `_.isBuffer` exported as a module.
normalize-path(latest: 3.0.0) Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
lodash.foreach(latest: 4.5.0) The lodash method `_.forEach` exported as a module.
assign-symbols(latest: 2.0.2) Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
lodash.assign(latest: 4.2.0) The lodash method `_.assign` exported as a module.
lodash._baseisequal(latest: 4.1.1) The internal lodash function `baseIsEqual` exported as a module.
lodash.sortby(latest: 4.7.0) The lodash method `_.sortBy` exported as a module.
lodash.map(latest: 4.6.0) The lodash method `_.map` exported as a module.
lodash._baseismatch(latest: 4.0.2) The internal lodash function `baseIsMatch` exported as a module.
lodash.get(latest: 4.4.2) The lodash method `_.get` exported as a module.
lodash.topairs(latest: 4.3.0) The lodash method `_.toPairs` exported as a module.
lodash.isstring(latest: 4.0.1) The lodash method `_.isString` exported as a module.
lodash.values(latest: 4.3.0) The lodash method `_.values` exported as a module.
is-valid-glob(latest: 1.0.0) Return true if a value is a valid glob pattern or patterns.
resolve-dir(latest: 1.0.1) Resolve a directory that is either local, global or in the user's home directory.
lodash.clone(latest: 4.5.0) The lodash method `_.clone` exported as a module.
lodash.clonedeep(latest: 4.5.0) The lodash method `_.cloneDeep` exported as a module.
replace-ext(latest: 2.0.0) Replaces a file extension with another one.
lodash.flatten(latest: 4.4.0) The lodash method `_.flatten` exported as a module.
lodash.debounce(latest: 4.0.8) The lodash method `_.debounce` exported as a module.
gulp-util(latest: 3.0.8) Utility functions for gulp plugins
lodash.defaults(latest: 4.2.0) The lodash method `_.defaults` exported as a module.
lodash.pick(latest: 4.4.0) The lodash method `_.pick` exported as a module.
lodash.reduce(latest: 4.6.0) The lodash method `_.reduce` exported as a module.
lodash.difference(latest: 4.5.0) The lodash method `_.difference` exported as a module.
lodash.union(latest: 4.6.0) The lodash method `_.union` exported as a module.
lodash.isempty(latest: 4.4.0) The lodash method `_.isEmpty` exported as a module.
lodash.uniq(latest: 4.5.0) The lodash method `_.uniq` exported as a module.
lodash.without(latest: 4.4.0) The lodash method `_.without` exported as a module.
lodash.assignwith(latest: 4.2.0) The lodash method `_.assignWith` exported as a module.
lodash.set(latest: 4.3.2) The lodash method `_.set` exported as a module.
lodash.memoize(latest: 4.1.2) The lodash method `_.memoize` exported as a module.
lodash.size(latest: 4.2.0) The lodash method `_.size` exported as a module.
lodash.pickby(latest: 4.6.0) The lodash method `_.pickBy` exported as a module.
lodash.transform(latest: 4.6.0) The lodash method `_.transform` exported as a module.
lodash.kebabcase(latest: 4.1.1) The lodash method `_.kebabCase` exported as a module.
lodash.camelcase(latest: 4.3.0) The lodash method `_.camelCase` exported as a module.
lodash.upperfirst(latest: 4.3.1) The lodash method `_.upperFirst` exported as a module.
lodash.groupby(latest: 4.6.0) The lodash method `_.groupBy` exported as a module.
lodash.flattendeep(latest: 4.4.0) The lodash method `_.flattenDeep` exported as a module.
lodash.chunk(latest: 4.2.0) The lodash method `_.chunk` exported as a module.
lodash.omit(latest: 4.5.0) The lodash method `_.omit` exported as a module.
lodash.orderby(latest: 4.6.0) The lodash method `_.orderBy` exported as a module.
lodash.partial(latest: 4.2.1) The lodash method `_.partial` exported as a module.
lodash.flatmap(latest: 4.5.0) The lodash method `_.flatMap` exported as a module.
lodash.has(latest: 4.5.2) The lodash method `_.has` exported as a module.
lodash.throttle(latest: 4.1.1) The lodash method `_.throttle` exported as a module.
lodash.ismatch(latest: 4.4.0) The lodash method `_.isMatch` exported as a module.
lodash.unescape(latest: 4.0.1) The lodash method `_.unescape` exported as a module.
lodash.zip(latest: 4.2.0) The lodash method `_.zip` exported as a module.
glob-parent(latest: 6.0.2) Extract the non-magic parent path from a glob string.
is-glob(latest: 4.0.3) Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet