@merna/map-to-registry

3.15.0 • Public • Published

@lerna/map-to-registry

Produce registry uri and auth of package name from npm config

Usage

This is an extraction of an internal npm utility. Caveat emptor.

"use strict";

const mapToRegistry = require("@lerna/map-to-registry");
const npmConf = require("@lerna/npm-conf");

const config = npmConf();
const { uri, auth } = mapToRegistry("my-package", config);

uri and auth are suitable for arguments to npm-registry-client instance method parameters.

Install lerna for access to the lerna CLI.

Package Sidebar

Install

npm i @merna/map-to-registry

Weekly Downloads

0

Version

3.15.0

License

MIT

Unpacked Size

5.93 kB

Total Files

4

Last publish

Collaborators

  • aokonechnikov