Jon Schlinkert
Jon Schlinkert
common-words
Updated list of the 100 most common words in the English language. Useful for excluding these words from arrays.
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. Node.js/JavaScript util.
class-utils
Utils for working with JavaScript classes and prototype methods.
regex-cache
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.
justified
Wrap, align and justify the words in a string.
is-windows
Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)
log-utils
Basic logging utils: colors, symbols and timestamp.
get-repository-url
Get the GitHub repository URL from a NPM package name.
defaults-deep
Like `extend` but recursively copies only the missing properties/values to the target object.
object.defaults
Like `extend` but only copies missing properties/values to the target object.