pluralize(latest: 8.0.0) Pluralize and singularize any word
javascript-stringify(latest: 2.1.0) Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
camel-case(latest: 4.1.2) Transform into a string with the separator denoted by the next word capitalized
param-case(latest: 3.0.4) Transform into a lower cased string with dashes between words
pascal-case(latest: 3.1.2) Transform into a string of capitalized words without separators
dot-case(latest: 3.0.4) Transform into a lower case string with a period between words
no-case(latest: 3.0.4) Transform into a lower cased string with spaces between words
lower-case(latest: 2.0.2) Transforms the string to lower case
change-case(latest: 4.1.2) Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others
capital-case(latest: 1.0.4) Transform into a space separated string with each word capitalized
constant-case(latest: 3.0.4) Transform into upper case string with an underscore between words
header-case(latest: 2.0.4) Transform into a dash separated string of capitalized words
path-case(latest: 3.0.4) Transform into a lower case string with slashes between words
sentence-case(latest: 3.0.4) Transform into a lower case with spaces between words, then capitalize the string
snake-case(latest: 3.0.4) Transform into a lower case string with underscores between words
upper-case-first(latest: 2.0.2) Transforms the string with the first character in upper cased
upper-case(latest: 2.0.2) Transforms the string to upper case
path-to-regexp(latest: 6.2.1) Express style path to RegExp utility
is-lower-case(latest: 2.0.2) Returns `true` if the string is lower case only
is-upper-case(latest: 2.0.2) Returns `true` if the string is upper case only.
lower-case-first(latest: 2.0.2) Transforms the string with only the first character in lower case
swap-case(latest: 2.0.2) Transform a string by swapping every character from upper to lower case, or lower to upper case
title-case(latest: 3.0.3) Transform a string into title case following English rules
ts-node(latest: 10.9.1) TypeScript execution environment and REPL for node.js, with source map support