@warsam-e/npm
v1.0.3
Published
Get information about a package or user from the NPM registry.
Readme
@warsam-e/npm
Get information about a package or user from the NPM registry.
Documentation live at https://warsame.me/npm
Installation
% bun i @warsam-e/npmUsage
Get User
import { npm_user } from '@warsam-e/npm';
const user = await npm_user('username');
const user_packages = await npm_packages('username');
const search_results = await npm_search('query');
const package_info = await npm_package('package-name');