toString: function()

in src/config.js [34:36]


      toString: function() {
        return `${this.scope ? this.scope + ':' : ''}registry=https:${this.registry}`;
      }