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
|
Source: node-expand-brackets
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)
, dh-buildinfo
, dh-sequence-nodejs
, mocha
, node-bash-match <!nocheck>
, node-multimatch <!nocheck>
, node-posix-character-classes
, node-regex-not
, node-snapdragon (>= 0.12.0)
, node-to-regex
, node-yargs-parser <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-expand-brackets
Vcs-Git: https://salsa.debian.org/js-team/node-expand-brackets.git
Homepage: https://github.com/jonschlinkert/expand-brackets
Rules-Requires-Root: no
Package: node-expand-brackets
Architecture: all
Depends: ${misc:Depends}
, node-posix-character-classes
, node-regex-not
, node-snapdragon (>= 0.12.0)
, node-to-regex
Breaks:
node-extglob (<< 3)
Description: Expand POSIX bracket expressions
Expand POSIX bracket expressions (character classes) in glob patterns.
.
Node.js is an event-based server-side JavaScript engine.
|