UNPKG

full-name-generator

Version:

Generate random names using data from popular names and surnames of various countries.

10 lines (8 loc) 750 B
const britishSurnames = [ // https://web.archive.org/web/20231011211341/https://www.nrscotland.gov.uk/files//statistics/common-surnames/most-com-surnames-bmd-registers-22.csv 'Smith', 'Brown', 'Wilson', 'Stewart', 'Robertson', 'Campbell', 'Thomson', 'Anderson', 'Murray', 'Taylor', 'Scott', 'Macdonald', 'Clark', 'Reid', 'Mitchell', 'Walker', 'Young', 'Watson', 'Miller', 'Morrison', 'Paterson', 'Fraser', 'Gray', 'Ross', 'Graham', 'Davidson', 'Hamilton', 'Johnston', 'Henderson', 'Martin', 'Bell', 'Hunter', 'Kelly', 'Cameron', 'Ferguson', 'Mcdonald', 'Kerr', 'Duncan', 'Grant', 'Simpson', 'Mackenzie', 'Allan', 'Black', 'Jones', 'Mackay', 'Kennedy', 'Mclean', 'Gibson', 'Macleod', 'Marshall' ]; export default britishSurnames;