File: control

package info (click to toggle)
node-dom4 2.1.6%2Bdfsg2%2B~2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 268 kB
  • sloc: javascript: 2,465; makefile: 69
file content (36 lines) | stat: -rw-r--r-- 1,015 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-dom4
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Homepage: https://github.com/WebReflection/dom4
Vcs-Git: https://salsa.debian.org/js-team/node-dom4.git
Vcs-Browser: https://salsa.debian.org/js-team/node-dom4
Rules-Requires-Root: no

Package: node-dom4
Architecture: all
Depends:
 ${misc:Depends}
 ,
Provides: ${nodejs:Provides}
Description: Polyfill for new DOM Level 4 entries
 This is a fully tested and covered polyfill for both new DOM Level 4
 parentNode entries:
 .
  Element#prepend()
  Element#append()
 .
 And for new DOM Level 4 childNode entries:
 .
  Element#before()
  Element#after()
  Element#replaceWith() ( Element#replace() has been recently deprecated )
  Element#remove()
 .
 Node.js is an event-based server-side JavaScript engine.