Source: node-require-all Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Mike Gabriel Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-require-all Vcs-Git: https://salsa.debian.org/js-team/node-require-all.git Homepage: https://github.com/felixge/node-require-all Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-require-all Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Description: Require all Node.js module files within a directory This Node.js module provides an easy way to require all module files within a directory. . The require-all call also traverses subdirectories, an exclude regexp for subdirs can be specified. Additionally, a regexp filter can be given, so that only module files matching the filter pattern get included.