# ranyitz/qnm

:mag: cli utility for querying the node_modules directory

Repository: https://github.com/ranyitz/qnm
Canonical: https://ross.abutalabs.com/products/qnm
Language: TypeScript
License: MIT
License Family: permissive
Topics: npm, javascript, cli, nodejs, typescript, yarn
Last push: 2026-01-21T23:57:16+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 63, release rhythm 35, longevity 100
- inputs: {"age_days": 3102, "days_push": 224, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2066, forks 35 (observed 2026-08-28T04:06:10.123595+00:00)

## What it is
qnm is a fast CLI utility for querying the node_modules directory to see which versions of packages are installed, including nested duplicates. It supports npm and yarn, monorepos, fuzzy search, and explains why a package was installed.

## Use cases
- check which version of lodash is installed in node_modules
- find all duplicate instances of a package across nested node_modules
- figure out why a package was installed
- fuzzy search installed packages interactively
- inspect installed package versions in a monorepo
- see when an installed package version was released and what the latest version is

## When to choose
- npm list is too slow or noisy for your workflow
- you need to debug duplicate or nested package versions
- you work with npm or yarn projects including monorepos

## When to avoid
- you need to manage or install packages rather than inspect them
- you are not working in a Node.js project

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, search-engine
- domain: developer-tools, backend
- platform: cli, cross-platform
- tags: node-modules, npm, yarn, package-versions, fuzzy-search, monorepo, typescript, command-line, nodejs

## Member repositories
- ranyitz/qnm (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:10.123595+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:56:54.323407+00:00, confidence not recorded.
  - readme: https://github.com/ranyitz/qnm (fetched 2026-08-28T04:06:10.123595+00:00, sha 12ecbe8b12c3)
  - registry_npm: https://registry.npmjs.org/qnm (fetched 2026-08-29T10:37:29.006161+00:00, sha e2457f9b5f4e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
