File: control

package info (click to toggle)
node-glob-parent 3.1.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: javascript: 346; makefile: 6; sh: 2
file content (29 lines) | stat: -rw-r--r-- 966 bytes parent folder | download
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
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.