UNPKG

@nodesecure/scanner

Version:

A package API to run a static analysis of your module's dependencies.

4 lines 337 B
export declare function parseNpmRc(content: string): Record<string, string>; export declare function readNpmRc(location: string): Promise<Record<string, string>>; export declare function getRegistryForPackage(packageName: string, npmRcEntries: Record<string, string>, defaultRegistry: string): string; //# sourceMappingURL=npmrc.d.ts.map