Source: node-parents Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper-compat (= 12) , dh-buildinfo , nodejs (>= 10) , node-tap (>= 0.2.5) Standards-Version: 4.4.0 Homepage: https://github.com/substack/node-parents Vcs-Git: https://salsa.debian.org/js-team/node-parents.git Vcs-Browser: https://salsa.debian.org/js-team/node-parents Package: node-parents Architecture: all Depends: ${misc:Depends} , nodejs (>= 10) Description: Node.js module returning all the parent directories This module return a list of all parent directories of a given directory. . This modules is useful for creating find(1) clone in pure javascript. . This module is a dependency of browserify, a tool that allows one to write Node.js-style modules that compile for use in the browser. . Node.js is an event-based server-side JavaScript engine.