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
|
Source: node-micromatch
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, mocha
, node-braces (>= 3.0.2) <!nocheck>
, node-anymatch (>= 3.1.1+~2.1.1) <!nocheck>
, dh-sequence-nodejs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-micromatch
Vcs-Git: https://salsa.debian.org/js-team/node-micromatch.git
Homepage: https://github.com/jonschlinkert/micromatch
Rules-Requires-Root: no
Package: node-micromatch
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-braces (>= 3.0.2)
, node-anymatch (>= 3.1.1+~2.1.1)
Provides: ${nodejs:Provides}
Breaks: node-typescript-types (<< 20201105-1~)
Description: Glob matching for javascript/node.js
A drop-in replacement and faster alternative to minimatch and multimatch.
.
Node.js is an event-based server-side JavaScript engine.
|