# npmq **Repository Path**: mirrors_regular/npmq ## Basic Information - **Project Name**: npmq - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # npmq An npm registry follower that stores package mata data in a flumedb and offers a query CLI. > Note: this requires a lot of bandwidth and disk space (~6GB at the time of writing) ## Installation ``` sh npm i -g npmq npmq server path/to/where/you/want/the/db/to/be/created # in a new terminal: npmq -h ``` ## Some examples ``` npmq whois isaacs npmq whatDoTheyUse substack domictarr maxogden # most popular packages among a group npmq repo ssb # all packages with repo URLs starting with "ssb" npmq size scuttlebot --transitive --dev # size of scuttlebot tarball plus tarball size of all its transitive dependencies including top-level dev dependencies. ``` Output is double-newline-separated JSON. ## API See [manifest.md](https://github.com/regular/npmq/blob/master/manifest.md).