if (vendors.some(e => e.name === 'Magenic')) {
/* vendors contains the element we're looking for */
}