query-registry
Version:
Query the npm registry for packuments, manifests, packages and download counts
5 lines (4 loc) • 306 B
TypeScript
/** Base URL for the {@link https://registry.npmjs.org | npm registry API}. */
export declare const npmRegistryUrl = "https://registry.npmjs.org";
/** Base URL for the npm registry {@link https://api.npmjs.org | downloads API}. */
export declare const npmRegistryDownloadsApiUrl = "https://api.npmjs.org";