Source: node-glob-parent
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , mocha <!nocheck>
 , node-is-glob (>= 3.1~) <!nocheck>
 , node-path-dirname (>= 1.0~) <!nocheck>
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.
