CDN Resources for cacache
Various ways to access cacache via Content Delivery Networks
Package Installation
npm
npm install cacacheyarn
yarn add cacachepnpm
pnpm add cacacheCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/cacache"></script>Unpkg
<script src="https://unpkg.com/cacache"></script>jsDelivr ESM
<script type="module">
  import cacache from 'https://cdn.jsdelivr.net/npm/cacache/+esm';
</script>Skypack
<script type="module">
  import cacache from 'https://cdn.skypack.dev/cacache';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages