class LicenseFinder::NpmPackage

def author_name(author)

def author_name(author)
  if author.instance_of?(String)
    author_name_from_combined(author)
  else
    author['name']
  end
end