File: control

package info (click to toggle)
node-d3-transition 1.3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 560 kB
  • sloc: javascript: 2,912; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,290 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
Source: node-d3-transition
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-d3-color
 , node-d3-dispatch
 , node-d3-ease
 , node-d3-interpolate
 , node-d3-selection
 , node-d3-timer
 , node-jsdom <!nocheck>
 , node-rollup-plugin-terser
 , node-tape <!nocheck>
 , nodejs
 , rollup
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-transition
Vcs-Git: https://salsa.debian.org/js-team/node-d3-transition.git
Homepage: https://d3js.org/d3-transition/
Rules-Requires-Root: no

Package: node-d3-transition
Architecture: all
Depends: ${misc:Depends}
 , node-d3-color
 , node-d3-dispatch
 , node-d3-ease
 , node-d3-interpolate
 , node-d3-selection
 , node-d3-timer
Multi-Arch: foreign
Description: Animated transitions for D3 selections
 A transition is a selection-like interface for animating changes to the DOM.
 Instead of applying changes instantaneously, transitions smoothly interpolate
 the DOM from its current state to the desired target state over a given
 duration.
 .
 Node.js is an event-based server-side JavaScript engine.