File: control

package info (click to toggle)
node-d3 5.16.0-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,748 kB
  • sloc: javascript: 591; makefile: 2
file content (104 lines) | stat: -rw-r--r-- 3,004 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Source: node-d3
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>,
           Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-rollup-plugin-node-resolve (>= 11~)
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-buble
 , node-rollup-plugin-terser
# for rollup-plugin-ascii component
 , node-jsesc
#
 , node-json2module
 , node-tape <!nocheck>
 , rollup (>= 1.8~)
 , node-d3-array (>= 1.2.4~)
 , node-d3-axis (>= 1.0.12~)
 , node-d3-brush (>= 1.0.6~)
 , node-d3-chord (>= 1.0.6~)
 , node-d3-collection (>= 1.0.7~)
 , node-d3-color
 , node-d3-contour
 , node-d3-dispatch (>= 1.0.5~)
 , node-d3-drag (>= 1.2.3~)
 , node-d3-dsv (>= 1.1.1~)
 , node-d3-ease (>= 1.0.5~)
 , node-d3-fetch
 , node-d3-force (>= 1.2.1~)
 , node-d3-format (>= 1:1.2.2~)
 , node-d3-geo (>= 1.9.1~)
 , node-d3-hierarchy (>= 1.1.8~)
 , node-d3-interpolate (>= 1.1.6~)
 , node-d3-path (>= 1.0.7~)
 , node-d3-polygon (>= 1.0.5~)
 , node-d3-quadtree (>= 1.0.6~)
 , node-d3-random (>= 1.1.2~)
 , node-d3-scale (>= 2~)
 , node-d3-scale-chromatic
 , node-d3-selection (>= 1.4~)
 , node-d3-shape (>= 1.3.5~)
 , node-d3-time (>= 1.0.8~)
 , node-d3-time-format (>= 2.1.1~)
 , node-d3-timer (>= 1.0.9~)
 , node-d3-transition (>= 1.1.1~)
 , node-d3-voronoi (>= 1.1.4~)
 , node-d3-zoom (>= 1.7.3~)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-d3
Vcs-Git: https://salsa.debian.org/js-team/node-d3.git
Homepage: https://d3js.org
Rules-Requires-Root: no

Package: node-d3
Architecture: all
Depends:
 ${misc:Depends}
 , node-d3-array (>= 1.2.4~)
 , node-d3-axis (>= 1.0.12~)
 , node-d3-brush (>= 1.0.6~)
 , node-d3-chord (>= 1.0.6~)
 , node-d3-collection (>= 1.0.7~)
 , node-d3-color
 , node-d3-contour
 , node-d3-dispatch (>= 1.0.5~)
 , node-d3-drag (>= 1.2.3~)
 , node-d3-dsv (>= 1.1.1~)
 , node-d3-ease (>= 1.0.5~)
 , node-d3-fetch
 , node-d3-force (>= 1.2.1~)
 , node-d3-format (>= 1:1.2.2~)
 , node-d3-geo (>= 1.9.1~)
 , node-d3-hierarchy (>= 1.1.8~)
 , node-d3-interpolate (>= 1.1.6~)
 , node-d3-path (>= 1.0.7~)
 , node-d3-polygon (>= 1.0.5~)
 , node-d3-quadtree (>= 1.0.6~)
 , node-d3-random (>= 1.1.2~)
 , node-d3-scale (>= 2~)
 , node-d3-scale-chromatic
 , node-d3-selection (>= 1.4~)
 , node-d3-shape (>= 1.3.5~)
 , node-d3-time (>= 1.0.8~)
 , node-d3-time-format (>= 2.1.1~)
 , node-d3-timer (>= 1.0.9~)
 , node-d3-transition (>= 1.1.1~)
 , node-d3-voronoi (>= 1.1.4~)
 , node-d3-zoom (>= 1.7.3~)
Provides: ${nodejs:Provides}
Description: Data-Driven Documents to visualize data
 Library for visualizing data using web standards
 using SVG, Canvas and HTML.
 .
 Combines visualization techniques with
 data-driven approach to DOM manipulation.
 .
 Gives users capabilities of modern browsers
 to design visual interface for data.
 .
 Node.js is an event-based server-side JavaScript engine.