Home
last modified time | relevance | path

Searched refs:registryUrl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/registry-url/
Dreadme.md25 const registryUrl = require('registry-url');
27 console.log(registryUrl());
39 const registryUrl = require('registry-url');
41 console.log(registryUrl('@myco'));
/third_party/node/deps/npm/node_modules/package-json/
Dindex.js4 const registryUrl = require('registry-url'); constant
10 const regUrl = registryUrl(scope);