File: control

package info (click to toggle)
highlight.js 9.18.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,672 kB
  • sloc: javascript: 40,928; python: 342; makefile: 160; sh: 11
file content (69 lines) | stat: -rw-r--r-- 2,448 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: highlight.js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>,
 Thorsten Alteholz <debian@alteholz.de>,
 Ximin Luo <infinity0@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , latexmk
 , mocha <!nocheck>
 , node-async <!nocheck>
 , node-bluebird <!nocheck>
 , node-jsdom <!nocheck>
 , node-lodash <!nocheck>
 , node-should <!nocheck>
 , uglifyjs
 , python3
 , python3-sphinx
 , texlive-fonts-recommended
 , texlive-latex-base
 , texlive-latex-extra
 , texlive-plain-generic
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/highlight.js
Vcs-Git: https://salsa.debian.org/js-team/highlight.js.git
Homepage: https://highlightjs.org/
Rules-Requires-Root: no

Package: libjs-highlight.js
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Provides: libjs-highlight
Description: JavaScript library for syntax highlighting
 Highlight.js is a JavaScript library which automatically detects the
 language of code blocks in a web page, and provides syntax highlighting
 for them. The library supports more than fifty languages and is bundled
 with more than twenty style themes.
 .
 This package contains the library highlight.js usable in a web browser.

Package: node-highlight.js
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Provides: node-highlight, ${nodejs:Provides}
Breaks: node-typescript-types (<< 20201111~)
Description: JavaScript library for syntax highlighting - NodeJS
 Highlight.js is a JavaScript library which automatically detects the
 language of code blocks in a web page, and provides syntax highlighting
 for them. The library supports more than fifty languages and is bundled
 with more than twenty style themes.
 .
 This package contains the library highlight.js usable as a NodeJS module.

Package: highlight.js-doc
Architecture: all
Section: javascript
Depends: ${misc:Depends}
 , libjs-sphinxdoc
Description: JavaScript library for syntax highlighting - documentation
 Highlight.js is a JavaScript library which automatically detects the
 language of code blocks in a web page, and provides syntax highlighting
 for them. The library supports more than fifty languages and is bundled
 with more than twenty style themes.
 .
 This package contains the documentation of this library.