I want to use a library (rtf), but that library requires files with different casing than the actual filenames; the file is called align.js but is required as Align.
Is there a way to tell Node.js to ignore casing when requireing files so I can use this terrible library on case-sensitive file systems?