1.0.0 • Published 13 days ago

@f1stnpm2/beatae-dolore-nam v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

@f1stnpm2/beatae-dolore-nam

NPM Version node

Set of given and last names pulled from Wikidata

When using random names I needed a list of names. Wikidata has a lot of them, so I pulled them from there. As names don't change that often and are rather static this repo is a snapshot from Wikidata.

Maintainer Hint: Updating the file (with update-names.ts) will query different names than before as LIMIT in the SparQL query is non-deterministic.

Usage

Node.js

npm install @f1stnpm2/beatae-dolore-nam
import { FAMILY, UNISEX } from "@f1stnpm2/beatae-dolore-nam";

UNISEX;
//=> ['Akira', 'Alba', 'Jody', 'Marie', 'Sacha', …]

FAMILY;
//=> ['Hein', 'Ling', 'Owen', …]

randomItem(UNISEX);
//=> 'Jule'

Deno

via ghc.deno.dev

import {
	FAMILY,
	UNISEX,
} from "https://ghc.deno.dev/EdJoPaTo/@f1stnpm2/beatae-dolore-nam/index.ts";

UNISEX;
//=> ['Akira', 'Alba', 'Jody', 'Marie', 'Sacha', …]

FAMILY;
//=> ['Hein', 'Ling', 'Owen', …]

randomItem(UNISEX);
//=> 'Jule'
cloneshimcurllockfileprettynodejsInt16Arraypipecurriedschematapgetterdataviewcoercibleinspectjsdiffimmerpatchstreamless mixinsramdaPromise6to5superagentrfc4122ECMAScript 2021terminalexit-codeartwaites5streams2multi-packagetypescriptconfigurableincludesfsfastifyemitauthenticationsafeinternalcolumnimporttranspilerCSSStyleDeclarationcallbackstringifierduplexfast-copyutilsnumberwebsitebcryptUnderscorecompile lessargvspawntypaniontrimEndbabel-coreString.prototype.matchAllJSON-Schematouchlinuxcopyes2016findLastIndexArray.prototype.includesmakedescriptionmatchhttpparsesymbol.envObject.assignpositivesanitizationESpromisesvestdependency managerargument_.extendfseventsexecflattenregular expressioncryptodeepUint32ArrayUint8ClampedArrayvalidationdatarm -frReflect.getPrototypeOfrmdirclasses3dhigher-orderreuseestreemobilematchessidevalueperformanceparentses7macosschemecolorexecutablebootstrap lessassertionlazyjsonpathECMAScript 2017bootstrap cssajvpromiseprotocol-buffersUint16Arraygradients cssjsonschemaeslintObject.isinputjsontypedspinnerequalhelperstacithasOwnjson-schema-validationinstallECMAScript 2015chaiframersymlinkplugincorees2015redux-toolkittimeTypeBoxenvironmentHyBideep-clonebusyponyfilldomcharactersvariablescompareBigInt64ArrayES3eslintpluginavamake dirjavascriptES2015testereventDispatcherhookssetPrototypeOfcensorfetchexpressionconcurrencycallbindslotArray.prototype.flatMaprm -rfprogressarraysnamesMicrosoftdeterministicTypedArrayECMAScript 3cjkeditora11yPushefficientpruneawaitfast-deep-copydiffbreaksetES2018picomatchrequireutil.inspectcodesruntimestreamses-shimsmaptaskomitarrayzerocolumnswebhardlinksasyncstructuredClonewrapparserFloat64ArrayajaxexitinterruptsObject.definePropertychineseECMAScript 6rmcolorslastclassnameharmonydropkoreanlinewrapgetPrototypeOfprivate dataencryptionSetnegativecommandthroatextrastablestringES6serializerreadablestreamminimalcharacterairbnbTypeScripttextcode pointsbrowsergetintrinsicieoptionbrowserslistlrulibphonenumbertranspilehandlerstrimargsregexeventEmitter256package managerquoteutilopenerlessiterationES2022invarianttypesafebufferserializationkarmaES2020assertsreadcore-jsstdliboffsetwritevalidateRegExp#flagssliceString.prototype.trimArray.prototype.flattenxdg-opensignalsindicator$.extendnodees-abstractdefaultrandomtoolssharedoptimizergenericscallboundwordwrapprocessreact-hook-formpreserve-symlinkscorsyupArray.prototype.containsbundlingWebSocketsperformantArrayBuffer#slicecollection.es6cmdregularcryptpreprocessoroptimistvalidcall-bindenumerablelanguagejsxurlsreact animationsequencebundlerdeletejwtreducerthreeeslint-pluginECMAScript 2023flatansiObject.getPrototypeOfwatchingfast-clonerateObject.entriessetImmediatepoint-freebyteOffsetArrayBufferdragArray.prototype.findLastforEachreact-testing-librarywgetclientargumentsutilitywindowsimmutableRxJStyped arraylaunchjapanesecliguidformatfind-upwidthtrimRightnativeobjectconcatMapastcollectionutilitiesArray.prototype.flatstartmkdirstestless compilerpasswordcomputed-typessetterarktypees8awesomesauceaccessibilityshellpostcsssyntaxerrorECMAScript 2020circular
1.0.0

13 days ago