in index.js [5:7]
function replaceSpecialCharacters(registryUri) { return registryUri.replace(/[^a-zA-Z0-9_]+/g, '_') }