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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages