Source: node-glob-parent Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-is-glob (>= 3.1~) , node-path-dirname Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-glob-parent Vcs-Git: https://salsa.debian.org/js-team/node-glob-parent.git Homepage: https://github.com/es128/glob-parent Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-glob-parent Architecture: all Depends: ${misc:Depends} , node-is-glob (>= 3.1~) , node-path-dirname 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.