File: control

package info (click to toggle)
node-minimatch 3.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • ctags: 18
  • sloc: sh: 12; makefile: 10
file content (28 lines) | stat: -rw-r--r-- 982 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
Source: node-minimatch
Section: javascript
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 10.0.0)
 , dh-buildinfo
 , dpkg-dev (>= 1.17.14)
 , node-brace-expansion (>= 1.1.7) <!nocheck>
 , node-tap (>= 8.0) <!nocheck>
Standards-Version: 4.1.0
Homepage: https://github.com/isaacs/minimatch
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-minimatch.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-minimatch.git
Testsuite: autopkgtest

Package: node-minimatch
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-brace-expansion (>= 1.1.7)
Description: Convert glob expressions into RegExp objects for Node.js
 A pure javascript, not strictly compatible, implementation of fnmatch/glob.
 Supports negation, comment, double-star, brace expansion.
 .
 Node.js is an event-based server-side javascript engine.