File: control

package info (click to toggle)
node-unicode-data 0~20200315%2Bgitfc57d75a-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: makefile: 26; sh: 14
file content (36 lines) | stat: -rw-r--r-- 1,394 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
33
34
35
36
Source: node-unicode-data
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 12),
               node-fs-extra,
               node-got,
               node-jsesc (>= 2.5.1),
               node-lodash-packages,
               node-mkdirp (>= 0.5.1),
               node-regenerate (>= 1.4.0),
               node-unicode-loose-match,
               node-unicode-property-aliases (>= 1.5.0),
               node-unicode-property-value-aliases (>= 3.5.0),
               node-when,
               nodejs,
               unicode-data (>= 13.0.0-2)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-unicode-data
Vcs-Git: https://salsa.debian.org/js-team/node-unicode-data.git
Homepage: https://github.com/mathiasbynens/node-unicode-data
Rules-Requires-Root: no

Package: node-unicode-13.0.0
Provides: node-unicode-lastest (=${source:Version})
Architecture: all
Multi-Arch: foreign
Depends: nodejs,
         ${misc:Depends}
Description: Unicode 13.0.0 data for Node.js
 JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols,
 and regular expressions for Unicode v13.0.0’s categories, scripts, blocks,
 bidi, and other properties.
 .
 Node.js is an event-based server-side JavaScript engine.