File: control

package info (click to toggle)
node-unicode-data 0~20190414%2Bgitbf518e99-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 240 kB
  • sloc: makefile: 26; sh: 13
file content (32 lines) | stat: -rw-r--r-- 1,340 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
29
30
31
32
Source: node-unicode-data
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-fs-extra (>= 4.0.0),
               node-jsesc (>= 2.5.1),
               node-lodash-packages (>= 4.4.0),
               node-mkdirp (>= 0.5.1),
               node-regenerate (>= 1.3.3),
               node-request (>= 2.26.1),
               node-unicode-loose-match (>= 2.4.0),
               node-unicode-property-aliases (>= 1.3.0),
               node-unicode-property-value-aliases (>= 3.3~),
               node-when (>= 3.7.8),
               nodejs,
               unicode-data (>= 12.0.0)
Standards-Version: 4.3.0
Homepage: https://github.com/mathiasbynens/node-unicode-data
Vcs-Git: https://salsa.debian.org/js-team/node-unicode-data.git
Vcs-Browser: https://salsa.debian.org/js-team/node-unicode-data

Package: node-unicode-12.0.0
Architecture: all
Depends: nodejs, ${misc:Depends}
Description: Unicode 12.0.0 data for Node.js
 JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols,
 and regular expressions for Unicode v12.0.0’s categories, scripts, blocks,
 bidi, and other properties.
 .
 Node.js is an event-based server-side JavaScript engine.