{"library":"sync-fetch","install":[{"cmd":"npm install sync-fetch","imports":["const fetch = require('sync-fetch')","<script src=\"https://unpkg.com/sync-fetch\"></script>\n// 'fetch' is now globally available","const response = fetch('http://example.com');\nconst data = response.json(); // or .text(), .buffer(), etc."]},{"cmd":"yarn add sync-fetch","imports":[]},{"cmd":"pnpm add sync-fetch","imports":[]}]}