File: control

package info (click to toggle)
node-unicode-data 0~20220914%2Bgitb601441-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 89,996 kB
  • sloc: javascript: 1,716; makefile: 27; sh: 23
file content (36 lines) | stat: -rw-r--r-- 1,372 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 (= 13),
               node-fs-extra,
               node-got,
               node-jsesc,
               node-lodash-packages,
               node-mkdirp,
               node-regenerate,
               node-unicode-loose-match,
               node-unicode-property-aliases (>= 1.5~),
               node-unicode-property-value-aliases (>= 3.6.0+ds-2),
               node-when,
               nodejs:any,
               unicode-data (>= 15.0.0~)
Standards-Version: 4.6.1
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-15.0.0
Provides: node-unicode-lastest (=${source:Version})
Architecture: all
Multi-Arch: foreign
Depends: nodejs:any,
         ${misc:Depends}
Description: Unicode 15.0.0 data for Node.js
 JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols,
 and regular expressions for Unicode v15.0.0’s categories, scripts, blocks,
 bidi, and other properties.
 .
 Node.js is an event-based server-side JavaScript engine.