File: control

package info (click to toggle)
node-minimatch 9.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 948 kB
  • sloc: javascript: 1,179; sh: 10; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,211 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
Source: node-minimatch
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-brace-expansion <!nocheck>
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-terser
 , node-tap (>= 15) <!nocheck>
 , node-types-brace-expansion
 , rollup
 , ts-node
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-minimatch
Vcs-Git: https://salsa.debian.org/js-team/node-minimatch.git
Homepage: https://github.com/isaacs/minimatch
Rules-Requires-Root: no

Package: node-minimatch
Architecture: all
Depends: ${misc:Depends}
 , node-brace-expansion
Breaks: node-typescript-types (<< 20201105-1~)
 , node-glob (<< 8.0.3+~cs8.4.15-2~)
Provides: ${nodejs:Provides}
Multi-Arch: foreign
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.