humannames
Version:
A list, huge one (~200K) of human male/female first/last names.
34 lines (33 loc) • 720 B
JSON
{
"name": "humannames",
"version": "1.0.5",
"description": "A list, huge one (~200K) of human male/female first/last names.",
"main": "index.json",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finnlp/humannames.git"
},
"keywords": [
"human",
"names",
"given",
"names",
"male",
"female",
"surname",
"last",
"first"
],
"author": "Alex Corvi <alex@arrayy.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/finnlp/humannames/issues"
},
"homepage": "https://github.com/finnlp/humannames#readme"
}