Getting shortcode attribute values and shortcode content with JavaScript regex

found it.

var str="[boutique_icon icon="phone"]1300 555 555<br />(07) 555 555[/boutique_icon]";

console.debug( wp.shortcode.next( 'boutique_icon', str ) );