UNPKG

1.01 kBTypeScriptView Raw
1/**
2 * npm registry
3 *
4 * @see {@link https://registry.npmjs.org}
5 */
6export declare const npmRegistry = "https://registry.npmjs.org";
7/**
8 * npm registry mirror by Cloudflare
9 *
10 * @remarks
11 * This registry has CORS enabled and can be used to retrieve
12 * package manifests and packuments in the browser.
13 *
14 * @see {@link https://npmjs.cf}
15 * @see {@link https://registry.npmjs.cf}
16 */
17export declare const cloudflareRegistry = "https://registry.npmjs.cf";
18/**
19 * npm registry mirror by Yarn
20 *
21 * @see {@link https://registry.yarnpkg.com}
22 */
23export declare const yarnRegistry = "https://registry.yarnpkg.com";
24/**
25 * Mirrors of the npm registry.
26 *
27 * @see {@link cloudflareRegistry}
28 * @see {@link yarnRegistry}
29 */
30export declare const npmRegistryMirrors: string[];
31/**
32 * Downloads API for the npm registry
33 *
34 * @see {@link https://api.npmjs.org}
35 */
36export declare const npmRegistryDownloadsAPI = "https://api.npmjs.org";
37//# sourceMappingURL=registries.d.ts.map
\No newline at end of file