class LicenseFinder::NpmPackage

def author_name_from_combined(author)

def author_name_from_combined(author)
  matches = author.match(/^(.*?)\s*(<.*?>)?\s*(\(.*?\))?\s*$/)
  matches[1]
end