deno.re is a service which distributes Deno modules from GitHub repositories. Take this one, for example:

import { bytes } from "https://deno.re/boywithkeyboard/[email protected]"

In contrast to deno.land/x, deno.re is not a stand-alone module registry, but instead leverages existing infrastructure and stores modules permanently.

You can import specific commits based on their SHA1 checksum, minify files on the fly or omit the entry point and let deno.re automatically find it for you.