File: control

package info (click to toggle)
node-unicode-match-property-ecmascript 1.0.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: javascript: 153; sh: 2; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: node-unicode-match-property-ecmascript
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper (>= 11), nodejs (>= 6)
Standards-Version: 4.1.5
Homepage: https://github.com/mathiasbynens/unicode-match-property-ecmascript
Vcs-Git: https://salsa.debian.org/js-team/node-unicode-match-property-ecmascript.git
Vcs-Browser: https://salsa.debian.org/js-team/node-unicode-match-property-ecmascript

Package: node-unicode-match-property-ecmascript
Architecture: all
Depends: node-unicode-canonical-property-names-ecmascript (>= 1.0.4),
         node-unicode-property-aliases-ecmascript (>= 1.0.4),
         nodejs (>= 6),
         ${misc:Depends}
Description: Match a Unicode property to its canonical name for Node.js
 This package provides a function to match a Unicode property or property
 alias to its canonical property name according to the algorithm used for
 RegExp Unicode property escapes in ECMAScript.
 .
 Node.js is an event-based server-side JavaScript engine.