How about using an offline registry, like all-the-package-names?
Using offline registry will also enable checking package names according to new package moniker rules, otherwise it'd be 59,049 http requests for jsonstream.
I implemented this in a PR to npm-name sindresorhus/npm-name#27, but thinking now, I think it might be better suited to implement in this repo.
Thoughts?
Edit: released my own package for now: name-exists
How about using an offline registry, like all-the-package-names?
Using offline registry will also enable checking package names according to new package moniker rules, otherwise it'd be 59,049 http requests for
jsonstream.I implemented this in a PR to npm-name sindresorhus/npm-name#27, but thinking now, I think it might be better suited to implement in this repo.
Thoughts?
Edit: released my own package for now: name-exists