File: control

package info (click to toggle)
node-entities 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 508 kB
  • sloc: makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,094 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-entities
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Testsuite: autopkgtest-pkg-nodejs
Uploaders: Xavier Guimard <yadd@debian.org>,
 Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 13)
 , node-typescript
 , mocha <!nocheck>
 , node-assert <!nocheck>
 , node-diff <!nocheck>
 , node-source-map <!nocheck>
 , node-source-map-support <!nocheck>
 , node-typescript-types (>= 20200219~) <!nocheck>
 , node-yn (>= 4.0.0) <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Homepage: https://github.com/fb55/entities
Vcs-Git: https://salsa.debian.org/js-team/node-entities.git
Vcs-Browser: https://salsa.debian.org/js-team/node-entities
Rules-Requires-Root: no

Package: node-entities
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Node.js module to encode and decode XML/HTML entities with ease
 node-entities encodes and decodes three selectable levels of entities: XML,
 HTML4, HTML5.
 .
 Node.js is an event-based server-side JavaScript engine.