How can I make Node.js require files ignoring case even on case-sensitive file systems?

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?