Ross ROSS = Recommend OSS · open-source software intelligence for agents

isaacs/node-glob

glob functionality for node.js observed · 2026-08-28

github.com/isaacs/node-glob · TypeScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6148
  • days_rel: n/a
  • days_push: 13
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

8714 stars · 537 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

The standard glob library for Node.js that matches files using shell-style patterns. It supports async, sync, and streaming APIs with pattern matching, ignore rules, and cancellation.

Use cases

  • find all js files in a project excluding node_modules
  • match files using shell glob patterns in node
  • stream matching files from multiple directories
  • list files by extension recursively
  • cancel a long-running file search after a timeout

When to choose

  • you need reliable, correct glob pattern matching in Node.js
  • you need sync, async, or streaming file matching APIs
  • you want a battle-tested, widely used glob implementation

When to avoid

  • you are not working in a JavaScript/Node.js environment
  • you need extremely fast globbing over huge filesystems and can accept a less correct alternative
  • you need recursive file watching rather than one-shot matching

Facets

library · maturity stable

file-system parser developer-tools files developer-tools cross-platform glob file-matching pattern-matching filesystem-walk command-line nodejs

1 source

Member repositories

RepositoryRoleHealth v2
isaacs/node-globmain76

For agents

markdown · JSON · MCP: product_card(name="isaacs/node-glob")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem