Rewrite, transfer to Profiscience GitHub org, set up CI
BREAKING CHANGES
Use named exports instead of exporting sync func by default (was 'module.exports = trueCasePathSync, now module.exports = { trueCasePath, trueCasePathSync }`)
If relying on (undocumented) glob options, those will no longer work