1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1× 1× | /** * @file * @desc npm handlers * @author https://github.com/hoperyy * @date 2017/08/11 */ const registryUrl = require('registry-url'); module.exports = { // user registry by default registry: registryUrl(), }; |