File: control

package info (click to toggle)
node-glob 8.1.0%2B~cs8.5.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,920 kB
  • sloc: javascript: 4,165; sh: 75; makefile: 12
file content (40 lines) | stat: -rw-r--r-- 1,308 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
30
31
32
33
34
35
36
37
38
39
40
Source: node-glob
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>, Jérémy Lal <kapouer@melix.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-fs.realpath <!nocheck>
 , node-inflight <!nocheck>
 , node-inherits <!nocheck>
 , node-minimatch (>= 9) <!nocheck>
 , node-memfs <!nocheck>
 , node-mkdirp (>= 1) <!nocheck>
 , node-once <!nocheck>
 , node-rimraf <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-glob
Vcs-Git: https://salsa.debian.org/js-team/node-glob.git
Homepage: https://github.com/isaacs/node-glob
Rules-Requires-Root: no

Package: node-glob
Architecture: all
Depends: ${misc:Depends}
 , node-fs.realpath
 , node-inflight
 , node-inherits
 , node-minimatch (>= 9)
 , node-once
Provides: ${nodejs:Provides}
Breaks: node-typescript-types (<< 20201105-1~)
Description: glob functionality for Node.js
 node-glob is a glob implementation for Node.js
 .
 It features brace expansion, extended glob matching, globstar matching,
 and can be invoked synchronously as well as asynchronously.
 It uses minimatch for pattern matching.
 .
 Node.js is an event-based server-side javascript engine.