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 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: node-fs-vacuum
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Navaneeth Kishore <daltonfury42@disroot.org>
Build-Depends:
debhelper (>= 11~)
, 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.
|