CDN Resources for cacache

Quick access to CDN links for the cacache package

CDN Resources for cacache
Various ways to access cacache via Content Delivery Networks

Package Installation

npm
npm install cacache
yarn
yarn add cacache
pnpm
pnpm add cacache

CDN 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>