
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
the-big-bang-theory
Advanced tools
Fetch random name of character in The Big Bang Theory

Photo credit : The Big Bang Theory Wiki
This project highly learned from sindresorhus/superb.
The name lists are just JSON files and can be used wherever you want.
$ npm i --save the-big-bang-theory
var theBigBangTheory = require('the-big-bang-theory'); // Conventional but classic way
import theBigBangTheory from 'the-big-bang-theory'; // Or much more modern ES6 way
theBigBangTheory();
// Leonard
theBigBangTheory();
// Sheldon
theBigBangTheory.words;
// ['Leonard', 'Sheldon', ...]
theBigBangTheory()
Type: string
Generate random character's name in The Big Bang Theory.
theBigBangTheory.names
Type: array
Fetch all of the names.
$ npm i the-big-bang-theory -g
$ npm the-big-bang-theory --help
Get random name of The Big Bang Theory
Examples
$ the-big-bang-theory
Leonard
$ the-big-bang-theory --all
Leonard
Sheldon
Penny
...
Options
--all Fetch all the names rather than a random name
MIT © WeiChiaChang
FAQs
Fetch random name of character in The Big Bang Theory
The npm package the-big-bang-theory receives a total of 1 weekly downloads. As such, the-big-bang-theory popularity was classified as not popular.
We found that the-big-bang-theory demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.