Source: node-fs-vacuum
Section: javascript
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Uploaders: Navaneeth Kishore <daltonfury42@disroot.org>
Build-Depends:
 debhelper (>= 12),
 dh-buildinfo,
 nodejs,
 node-tap,
 node-tmp,
 node-require-inject,
 node-errno,
 node-graceful-fs (>= 4.1.2),
 node-path-is-inside (>= 1.0.1),
 node-rimraf (>= 2.5.2),
 node-mkdirp
Standards-Version: 4.1.4
Homepage: https://github.com/npm/fs-vacuum
Vcs-Git: https://salsa.debian.org/js-team/node-fs-vacuum.git
Vcs-Browser: https://salsa.debian.org/js-team/node-fs-vacuum

Package: node-fs-vacuum
Architecture: all
Depends:
 ${misc:Depends},
 nodejs,
 node-graceful-fs (>= 4.1.2),
 node-path-is-inside (>= 1.0.1),
 node-rimraf (>= 2.5.2)
Description: Remove empty branches in a directory tree
 Recursively removes empty directories -- to a point.
 .
 Remove the empty branches of a directory tree, optionally up  to (but not
 including) a specified base directory. Optionally nukes the leaf directory.
 .
 Node.js is an event-based server-side JavaScript engine.
