pkg-lookup

Get statistics on packages

Usage no npm install needed!

<script type="module">
  import pkgLookup from 'https://cdn.skypack.dev/pkg-lookup';
</script>

README

🔍
pkg-lookup

npm npm bundle size (minified + gzip) Maintainability Test Coverage Known Vulnerabilities PRs Welcome

pkg-lookup is a simple CLI tool to help get details on NPM packages.

Install

yarn global add pkg-lookup

# or

npm install -g pkg-lookup

Usage

The easiest way to use pkg-lookup is via npx, the below command will return a short summary of the package, including is size (minifed and gzipped).

npx pkg-lookup react