makePackageSafe

Makes the given package path safe to use

  • Converts the path to lowercase

  • Removes all characters that are not a-z, 0-9, ., or _

Return

The safe package path

Parameters

path

The package path to make safe