npm-username-to-packages
TypeScript icon, indicating that this package has built-in type declarations

0.1.4Β β€’Β PublicΒ β€’Β Published

npm-username-to-packages

Fetches any packages associated with an npm username. πŸ“¨

πŸ‘ͺ All Contributors: 2 🀝 Code of Conduct: Kept πŸ§ͺ Coverage πŸ“ License: MIT πŸ“¦ npm version πŸ’ͺ TypeScript: Strict

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

Josh Goldberg ✨
Josh Goldberg ✨

πŸ’» πŸ–‹ πŸ“– πŸ€” πŸš‡ 🚧 πŸ“† πŸ”§ πŸ›
Maggie
Maggie

πŸ›

πŸ’™ This package was templated with create-typescript-app.

Readme

Keywords

none

Package Sidebar

Install

npm i npm-username-to-packages

Weekly Downloads

648

Version

0.1.4

License

MIT

Unpacked Size

10.7 kB

Total Files

12

Last publish

Collaborators

  • joshuakgoldberg