npm-username-to-packages

Fetches any packages associated with an npm username. 📨

MIT License

Downloads
3.8K
Stars
3

Usage

npm i npm-username-to-packages
import { npmUsernameToPackages } from "npm-username-to-packages";

await npmUsernameToPackages("joshuakgoldberg");
/*
[
	{
		"name": "ts-api-utils",
		...
	}
]
*/

See the .d.ts TypeScript types for a description of the package data.

Contributors

💙 This package was templated with create-typescript-app.

Package Rankings
Top 40.78% on Npmjs.org