File: control

package info (click to toggle)
node-d3-scale 2.2.2%2B~2.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 708 kB
  • sloc: javascript: 4,364; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,244 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
Source: node-d3-scale
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-d3-array
 , node-d3-collection
 , node-d3-color <!nocheck>
 , node-d3-format
 , node-d3-interpolate
 , node-d3-time
 , node-d3-time-format
 , node-rollup-plugin-terser
 , node-tape <!nocheck>
 , rollup (>= 1~)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-scale
Vcs-Git: https://salsa.debian.org/js-team/node-d3-scale.git
Homepage: https://d3js.org/d3-scale/
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-d3-scale
Architecture: all
Depends: node-d3-array
 , node-d3-collection
 , node-d3-color
 , node-d3-format
 , node-d3-interpolate
 , node-d3-time
 , node-d3-time-format
 , ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Encodings that map abstract data to visual representation
 Scales are a convenient abstraction for a fundamental task in visualization:
 mapping a dimension of abstract data to a visual representation.
 .
 Node.js is an event-based server-side JavaScript engine.