File: control

package info (click to toggle)
node-d3-force 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 620 kB
  • sloc: makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,039 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
Source: node-d3-force
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11)
 , nodejs
 , pkg-js-tools
 , rollup
 , uglifyjs.terser
 , node-d3-timer (>= 1)
 , node-d3-quadtree (>= 1)
 , node-d3-collection (>= 1)
 , node-d3-dispatch (>= 1)
Standards-Version: 4.4.0
Homepage: https://d3js.org/d3-force/
Vcs-Git: https://salsa.debian.org/js-team/node-d3-force.git
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-force
Testsuite: autopkgtest-pkg-nodejs

Package: node-d3-force
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-d3-timer (>= 1)
 , node-d3-quadtree (>= 1)
 , node-d3-collection (>= 1)
 , node-d3-dispatch (>= 1)
Description: Force-directed graph layout using velocity Verlet integration
 This module implements a velocity Verlet numerical integrator for simulating
 physical forces on particles.
 .
 Node.js is an event-based server-side JavaScript engine.