Encodes a registry URL. Memoized.
<pnpm|yarn|npm> add encode-registry
const encodeRegistry = require('encode-registry')
encodeRegistry('https://registry.npmjs.org/')
//> registry.npmjs.org
encodeRegistry('https://localhost:4873/')
//> localhost+4873