UNPKG

1.36 kBSource Map (JSON)View Raw
1{"version":3,"file":"registries.esm.js","sources":["../../src/data/registries.ts"],"sourcesContent":["/**\n * npm registry\n *\n * @see {@link https://registry.npmjs.org}\n */\nexport const npmRegistry = 'https://registry.npmjs.org';\n\n/**\n * npm registry mirror by Cloudflare\n *\n * @remarks\n * This registry has CORS enabled and can be used to retrieve\n * package manifests and packuments in the browser.\n *\n * @see {@link https://npmjs.cf}\n * @see {@link https://registry.npmjs.cf}\n */\nexport const cloudflareRegistry = 'https://registry.npmjs.cf';\n\n/**\n * npm registry mirror by Yarn\n *\n * @see {@link https://registry.yarnpkg.com}\n */\nexport const yarnRegistry = 'https://registry.yarnpkg.com';\n\n/**\n * Mirrors of the npm registry.\n *\n * @see {@link cloudflareRegistry}\n * @see {@link yarnRegistry}\n */\nexport const npmRegistryMirrors = [cloudflareRegistry, yarnRegistry];\n\n/**\n * Downloads API for the npm registry\n *\n * @see {@link https://api.npmjs.org}\n */\nexport const npmRegistryDownloadsAPI = 'https://api.npmjs.org';\n"],"names":["npmRegistry","cloudflareRegistry","yarnRegistry","npmRegistryMirrors","npmRegistryDownloadsAPI"],"mappings":"AAAA;;;;;MAKaA,WAAW,GAAG;AAE3B;;;;;;;;;;;MAUaC,kBAAkB,GAAG;AAElC;;;;;;MAKaC,YAAY,GAAG;AAE5B;;;;;;;MAMaC,kBAAkB,GAAG,CAACF,kBAAD,EAAqBC,YAArB;AAElC;;;;;;MAKaE,uBAAuB,GAAG;;;;"}
\No newline at end of file