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 37 38 39
|
Source: node-entities
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Testsuite: autopkgtest-pkg-nodejs
Uploaders: Yadd <yadd@debian.org>,
Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, jest (>= 27) <!nocheck>
, node-assert <!nocheck>
, node-diff <!nocheck>
, node-source-map <!nocheck>
, node-source-map-support <!nocheck>
, node-typescript
, node-types-node
, node-types-jest (>= 27)
, node-yn (>= 4.0.0) <!nocheck>
, ts-jest (>= 27) <!nocheck>
, ts-node
Standards-Version: 4.6.2
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}
Breaks: node-cheerio (<< 1.0.0~rc~10~)
, node-htmlparser2 (<< 8~)
, node-dom-serializer (<< 1.3.2~)
, node-markdown-it (<< 22.2.3+dfsg+~12.2.3-2~)
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.
|