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-value-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),
node-jsesc (>= 2.5.1),
node-unicode-property-value-aliases-ecmascript (>= 1.0.3),
nodejs (>= 6)
Standards-Version: 4.1.5
Homepage: https://github.com/mathiasbynens/unicode-match-property-value-ecmascript
Vcs-Git: https://salsa.debian.org/js-team/node-unicode-match-property-value-ecmascript.git
Vcs-Browser: https://salsa.debian.org/js-team/node-unicode-match-property-value-ecmascript
Package: node-unicode-match-property-value-ecmascript
Architecture: all
Depends: nodejs (>= 6), ${misc:Depends}
Description: Match a Unicode property value to its canonical version in Node.js
This module provides a function to match a Unicode property value to its
canonical version (without applying the loose matching algorithm) following
the RegExp Unicode property escapes in ECMAScript.
.
Node.js is an event-based server-side JavaScript engine.
|