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
|
Source: node-chart.js
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-babel7
, node-clean-css
, node-color-convert
, node-merge-stream
, node-moment (>= 2.24.0+ds-2~)
, node-rollup-plugin-commonjs (>= 15~)
, node-rollup-plugin-node-resolve (>= 11~)
, node-rollup-plugin-terser
, node-supports-color
, node-terser
, rollup
, uglifyjs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-chart.js
Vcs-Git: https://salsa.debian.org/js-team/node-chart.js.git
Homepage: https://www.chartjs.org
Rules-Requires-Root: no
Package: node-chart.js
Architecture: all
Depends: ${misc:Depends}
, libjs-chart.js
, node-color-convert
, node-moment (>= 2.24.0+ds-2~)
, nodejs
Provides: ${nodejs:Provides}
Description: Simple HTML5 charts using the canvas element (Node module)
Simple yet flexible JavaScript charting for designers & developers.
.
This library allows you to visualize your data in 8 different ways; each of
them animated and customisable. It has great rendering performance across all
modern browsers (IE9+). And it redraws charts on window resize for perfect
scale granularity.
Package: libjs-chart.js
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Simple HTML5 charts using the canvas element (Browser)
Simple yet flexible JavaScript charting for designers & developers.
.
This library allows you to visualize your data in 8 different ways; each of
them animated and customisable. It has great rendering performance across all
modern browsers (IE9+). And it redraws charts on window resize for perfect
scale granularity.
.
Node.js is an event-based server-side JavaScript engine.
|