File: control

package info (click to toggle)
node-runmd 1.4.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: javascript: 288; makefile: 8
file content (37 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download | duplicates (2)
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
Source: node-runmd
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-minimist (>= 1.2.8)
 , node-require-like (>= 0.1.2)
 , ava <!nocheck>
 , nodejs:any
Standards-Version: 4.7.3
Homepage: https://github.com/broofa/runmd
Vcs-Git: https://salsa.debian.org/js-team/node-runmd.git
Vcs-Browser: https://salsa.debian.org/js-team/node-runmd
Rules-Requires-Root: no

Package: node-runmd
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
 , node-minimist (>= 1.2.8)
 , node-require-like (>= 0.1.2)
 , nodejs:any
Description: Run code blocks embedded in markdown
 RunMD executes code blocks embedded in Markdown documents and annotates
 them with the resulting output.
 .
 This tool helps maintain accurate and reproducible examples in documentation.
 This tool ensures that the output shown in README files and other Markdown
 documents reflects the actual behaviour of the code.
 .
 Node.js is an event-based server-side JavaScript engine.