1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  
     | 
    
      Source: node-require-all
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>
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.
 
     |