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 41 42 43 44 45 46 47 48 49 50 51
|
Source: node-extglob
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 (= 12)
, nodejs
, node-array-unique (>= 0.3.2)
, node-bash-match
, node-define-property (>= 1.0.0)
, node-expand-brackets (>= 4.0.0)
, node-extend-shallow
, node-for-own (>= 1.0.0)
, node-fragment-cache (>= 0.2.1)
, node-minimist
, node-multimatch
, node-regex-not
, node-snapdragon (>= 0.12.0)
, node-to-regex
, mocha
, pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-extglob
Vcs-Git: https://salsa.debian.org/js-team/node-extglob.git
Homepage: https://github.com/jonschlinkert/extglob
Rules-Requires-Root: no
Package: node-extglob
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-array-unique (>= 0.3.2)
, node-define-property (>= 1.0.0)
, node-expand-brackets (>= 4.0.0)
, node-extend-shallow
, node-fragment-cache (>= 0.2.1)
, node-regex-not
, node-snapdragon (>= 0.12.0)
, node-to-regex
Description: Extended glob support for JavaScript
Node.js module that exports a function that takes a glob pattern as a string
plus some options and returns an object with the parsed AST and the compiled
output, which is a regex-compatible string that can be used for matching.
.
It handles negation patterns and nested patterns, and is compatible with
globbing in Bash 4.3.
.
Node.js is an event-based server-side JavaScript engine.
|