Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
get-pkg
Get the package.json for a project from npm.
get-pkgs
Get the package.json for an array of repos from the npm registry, optionally filtering properties using glob patterns.
get-repository-url
Get the GitHub repository URL from a NPM package name.
npm-pkgs
List user npm packages from the [npmjs.com](http://npm.im)!
npm-list-author-packages
List an author's packages.
npm-package-download-counts
Get download counts for one or more packages.
@stdlib/namespace-pkg2related
Return package names related to a specified package name.
npm-pkgs-filter
Filter the list of user npm packages from the [npmjs.com](https://npmjs.com) using glob pattern, function, array or regex.
@stdlib/namespace-pkg2related-cli
Return package names related to a specified package name.
npm-list-package-dependents
List a package's dependents.
npm-author-download-counts
Get an author's package download counts.
npm-pkgs-cli
CLI for listing and filtering user npm packages from the npmjs.com! Using `tunnckoCore/npm-pkgs-filter`