File: control

package info (click to toggle)
node-markdown-it-html5-embed 1.0.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: sh: 12; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 1,070 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
Source: node-markdown-it-html5-embed
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Naga Durga <vvndurga1007@gmail.com>,
           Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11~),
 nodejs,
 webpack,
 node-uglify
Standards-Version: 4.3.0
Homepage: https://github.com/cmrd-senya/markdown-it-html5-embed#readme
Vcs-Git: https://salsa.debian.org/js-team/node-markdown-it-html5-embed.git
Vcs-Browser: https://salsa.debian.org/js-team/node-markdown-it-html5-embed

Package: libjs-markdown-it-html5-embed
Architecture: all
Depends:
 ${misc:Depends},
 libjs-markdown-it
# markdown-it is available as libjs-markdown-it
# , node-markdown-it (>= 8.4.0)
# mimoza is in debian/node_modules
# , node-mimoza (>= 1.0.0)
Provides: node-markdown-it-html5-embed
Description: Markdown-it plugin for embedding audio/video in the HTML5 way
 This is a plugin for markdown-it which adds support for embedding audio/video
 in the HTML5 way.
 .
 markdown-it is a markdown parser.