list-paths

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

list-paths is a Node.js utility that returns all directory paths (and optionally file paths) under a given directory, with sensible defaults to ignore node_modules, .git, and patterns from .gitignore. Version 1.0.2 is the current stable release; the package is minimal and stable with no recent updates. It differentiates from similar tools like glob or fast-glob by providing a simpler API focused solely on retrieving directory paths, with built-in filtering for Node.js projects. Ships TypeScript type definitions.