File: control

package info (click to toggle)
node-unicode-loose-match 2.5.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: javascript: 2,900; makefile: 24; sh: 7
file content (26 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
24
25
26
Source: node-unicode-loose-match
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),
               dpkg-dev (>= 1.18.8),
               node-jsesc (>= 2.5.1),
               node-unicode-property-aliases (>= 1.1.0),
               node-unicode-property-value-aliases (>= 3.3.0),
	       node-lodash (>= 4.0) <!nocheck>,
               nodejs (>= 6.11.2~)
Standards-Version: 4.1.5
Homepage: https://github.com/mathiasbynens/unicode-loose-match
Vcs-Git: https://salsa.debian.org/js-team/node-unicode-loose-match.git
Vcs-Browser: https://salsa.debian.org/js-team/node-unicode-loose-match

Package: node-unicode-loose-match
Architecture: all
Depends: nodejs, ${misc:Depends}
Description: Unicode loose matching implementation for Node.js
 This package provides an implementation of the UAX44-LM3 norm, that is the
 loose matching algorithm for symbolic values, as it is defined in the Unicode
 Standard.
 .
 Node.js is an event-based server-side JavaScript engine.