longest
Get the longest item in an array.
node-lcs
Implementations for the Longest Common Substring algorithm [O(nm) time]
right-pad-values
Right pad the values of a given property for each object in an array. Useful for creating text columns or tables.
longest-value
Get the longest value for the given property from an array of objects, or the longest value in an object. Useful for aligning values for text tables, CLI help, etc.