Source: node-glob-parent Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper (>= 11~) , nodejs , mocha , node-is-glob (>= 3.1~) , node-path-dirname (>= 1.0~) Standards-Version: 4.2.1 Homepage: https://github.com/es128/glob-parent Vcs-Git: https://salsa.debian.org/js-team/node-glob-parent.git Vcs-Browser: https://salsa.debian.org/js-team/node-glob-parent Package: node-glob-parent Architecture: all Depends: ${misc:Depends} , nodejs , node-is-glob (>= 3.1~) , node-path-dirname (>= 1.0~) Description: Extract the non-magic parent path from a glob string Javascript module to extract the non-magic parent path from a glob string. . For example, 'path/to/*.js' will return 'path/to' and '**/*.js' will return '.' . Node.js is an event-based server-side JavaScript engine.