File: control

package info (click to toggle)
node-braces 3.0.3%2B~3.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: javascript: 2,436; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 913 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-braces
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-fill-range (>= 7.1.1~) <!nocheck>
Standards-Version: 4.7.2
Homepage: https://github.com/micromatch/braces
Vcs-Git: https://salsa.debian.org/js-team/node-braces.git
Vcs-Browser: https://salsa.debian.org/js-team/node-braces
Rules-Requires-Root: no

Package: node-braces
Architecture: all
Depends:
 ${misc:Depends}
 , node-fill-range (>= 7.0.1)
Provides: ${nodejs:Provides}
Description: Fast, comprehensive, bash-like brace expansion implemented in JS
 Complete support for the Bash 4.3 braces specification, without sacrificing
 speed.
 .
 Node.js is an event-based server-side JavaScript engine.