summaryrefslogtreecommitdiff
path: root/debian/control
blob: 2505f42cbe979e416a4509785ac4e3337096a23f (plain)
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-mermaid
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
Section: javascript
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jison
 , node-babel-loader
 , node-babel7
 , node-css-loader
 , node-dagre-d3-renderer
 , node-dagre-layout
 , node-dompurify
 , node-graphlibrary (>= 2.2.0+really2.1.8+dfsg~)
 , node-moment
 , uglifyjs.terser
 , webpack (>= 4.43.0~)
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mermaid
Vcs-Git: https://salsa.debian.org/js-team/node-mermaid.git
Homepage: https://github.com/knsv/mermaid
Rules-Requires-Root: no

Package: node-mermaid
Architecture: all
Depends:
 ${misc:Depends}
Provides:
 ${nodejs:Provides}
Description: Markdownish syntax for generating flowcharts,
 sequence diagrams, class diagrams, gantt charts and git graphs.
 .
 It can help visualize flowcharts, diagrams, ganttcharts and git charts can be
 scripted in a markdown syntax, with a varitety of different symbols and chart
 types available. Since the diagram source is text based,
 it can be part of production scipts.
 .
 Automates the diagram generation instead of making it manually.
 .
 Node.js is an event-based server-side JavaScript engine.