File: control

package info (click to toggle)
node-vdom-to-html 2.3.1%2B~cs24.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 972 kB
  • sloc: javascript: 7,142; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 1,168 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
37
38
Source: node-vdom-to-html
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , mocha <!nocheck>
 , node-browserify
 , node-es5-ext <!nocheck>
 , node-escape-html <!nocheck>
 , node-global
 , node-is-object
 , node-param-case <!nocheck>
 , node-is-object <!nocheck>
 , node-xtend <!nocheck>
Standards-Version: 4.6.2
Homepage: https://github.com/nthtran/vdom-to-html#readme
Vcs-Git: https://salsa.debian.org/js-team/node-vdom-to-html.git
Vcs-Browser: https://salsa.debian.org/js-team/node-vdom-to-html
Rules-Requires-Root: no

Package: node-vdom-to-html
Architecture: all
Depends: ${misc:Depends}
 , node-es5-ext
 , node-escape-html
 , node-global
 , node-param-case
 , node-is-object
 , node-xtend
Provides: ${nodejs:Provides}
Description: Node.js library to turn virtual-dom nodes into HTML
 node-vdom-to-html turn virtual-dom nodes into HTML. virtual-dom is a
 collection of modules designed to provide a declarative way of
 representing the DOM.