Source: node-fdir
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , rollup
 , node-rollup-plugin-typescript
 , node-rollup-plugin-dts
 , node-rollup-plugin-terser
 , node-picomatch
Standards-Version: 4.7.4
Homepage: https://github.com/thecodrr/fdir#readme
Vcs-Git: https://salsa.debian.org/js-team/node-fdir.git
Vcs-Browser: https://salsa.debian.org/js-team/node-fdir
Rules-Requires-Root: no

Package: node-fdir
Architecture: all
Depends:
 ${misc:Depends}
 , node-picomatch
Multi-Arch: foreign
Description: fast directory crawler and globber for Node.js
 fdir is a fast, zero‑dependency directory crawler for Node.js. It traverses directory trees and returns
 file paths with minimal resource usage, supporting both synchronous and asynchronous operation.
 .
 A crawler walks through a filesystem hierarchy, visiting each directory and file to produce a complete listing.
 A globber matches files using wildcard patterns such as *.js or src/**/*.ts, selecting paths based
 on rules rather than full traversal.
 .
 Node.js is an event-based server-side JavaScript engine.
