File: control

package info (click to toggle)
node-unicode-match-property-ecmascript 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 104 kB
  • sloc: javascript: 153; makefile: 2; sh: 2
file content (25 lines) | stat: -rw-r--r-- 1,134 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
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-compat (= 13), nodejs
Standards-Version: 4.6.0
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
Rules-Requires-Root: no

Package: node-unicode-match-property-ecmascript
Architecture: all
Multi-Arch: foreign
Depends: node-unicode-canonical-property-names-ecmascript,
         node-unicode-property-aliases-ecmascript,
         nodejs:any,
         ${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.