parse-author
11
Parse a person, author, contributor or maintainer string into an object with name, email and url properties following NPM conventions. Useful for the `authors` property in package.json or for parsing an AUTHORS file into an array of person objects.
StringsDuplicates
9
This is a very simple command line program to find duplicate string labels in .strings files.
bbutils
7
A bunch of important low-level functions missing in FreePascal, e.g. string or array manipulation functions.
string-interner
5
Library that provides a data structure for bidirectional mapping between Strings and index-types which is useful for string interning such as symbol tables.