File: control

package info (click to toggle)
node-markdown-it-html5-embed 1.0.0%2Bds-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 388 kB
  • sloc: javascript: 468; sh: 12; makefile: 9
file content (35 lines) | stat: -rw-r--r-- 1,220 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
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-compat (= 13)
 , dh-sequence-nodejs
 , rollup
 , node-rollup-plugin-node-resolve (>= 11~)
 , node-rollup-plugin-commonjs (>= 15~)
 , node-rollup-plugin-json (>= 4.1~)
 , terser
Standards-Version: 4.6.1
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
Rules-Requires-Root: no

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.