File: control

package info (click to toggle)
rainbow.js 2.1.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,148 kB
  • sloc: javascript: 4,771; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 1,081 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
Source: rainbow.js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gulp (>= 4),
               node-rollup-plugin-buble (>= 0.19.8~),
               node-through,
               uglifyjs (>= 3),
               node-yargs,
               rollup (>= 1.10~)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/rainbow.js
Vcs-Git: https://salsa.debian.org/js-team/rainbow.js.git
Homepage: https://craig.is/making/rainbows
Rules-Requires-Root: no

Package: libjs-rainbow
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Provides: ${nodejs:Provides}
 , node-rainbow-code (= ${binary:Version})
Description: code syntax highlighting library written in Javascript
 Rainbow is a code syntax highlighting library written in Javascript.
 .
 It was designed to be lightweight, easy to use, and extendable.
 Moreover, it is completely themable via CSS.