parse-css-dimension
Parse a CSS dimension (i.e., number, length, percentage) into a JavaScript object.
to-length
Converts value to an integer suitable for use as the length of an array-like object.
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.