when i was initalizing deno project
so, we made this,
the deep cached dependency mirror
as you know, many modules are requesting their dependencies from a lot of web servers (like githubusercontent, cdn.esm.sh, deno.land...)
it's okay when all of deps servers works well,
but if one of these web servers dead and you don't have any cache, *hell gate opens*
so we are trying to make following features:
you can request caching with our website.
automated system will scan requested code, check dependencies and download all of dependencies recursively.
when deep caching finishes, we will inject code's dependencies url to our mirror url.
so if you import our cached module, deno will use one web server(our mirror)
Copyright 2020~2023 depno.land collaborators.
See LICENCE to more infomation.