to-absolute-glob
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
Updated by @phated
union-value
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Updated by @doowb
object.map
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
Updated by @doowb
array-sort
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
Updated by @doowb
template
Render templates using any engine. Supports, layouts, pages, partials and custom template types. Use template helpers, middleware, routes, loaders, and lots more. Powers assemble, …
Updated by @jonschlinkert
is-equal-shallow
Does a shallow comparison of two objects, returning false if the keys or values differ.
Updated by @jonschlinkert
regex-cache
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
Updated by @jonschlinkert
condense-newlines
Replace extraneous newlines with a single newline, or pass a specified number of newlines to use.
Updated by @jonschlinkert
prompt-confirm
Confirm (yes/no) prompt. Can be used standalone or with a prompt system like [Enquirer].
Updated by @doowb
pad-right
Right pad a string with zeros or a specified string. Fastest implementation.
Updated by @jonschlinkert
verb
Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used on hundreds of projects of all sizes to generate everything from API docs to …
Updated by @jonschlinkert