A package for finding available package names in the npm registry (works locally).
You probably want it globally:
npm:
npm install --global english-words-that-are-not-yet-npm-packages
yarn:
yarn global add english-words-that-are-not-yet-npm-packages
var free = require('english-words-that-are-not-yet-npm-packages')
console.log(free)
Yields:
[
'aahed',
'aahing',
'aahs',
'aal',
'aalii',
'aaliis',
'aals',
'aardvarks',
'aardwolf',
'aardwolves'
]
english-words-that-are-not-yet-npm-packages | grep foo | tail -n 5
english-words-that-are-not-yet-npm-packages | wc -l
Yields:
webfooted
wholefood
wholefoods
woollyfoot
woollyfoots
248891
all-the-package-names
is updated daily by a bot.
To be sure you’re getting up-to-date results, reinstall this package.
words/an-array-of-english-words
— List of ~275,000 English wordsnice-registry/all-the-package-names
— List of all the public package names on npmfeross/available
— Scan npm for available package names