File: control

package info (click to toggle)
codemirror-js 5.59.2%2B~cs0.23.109-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,756 kB
  • sloc: javascript: 62,133; makefile: 21; sh: 5
file content (30 lines) | stat: -rw-r--r-- 1,176 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
Source: codemirror-js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Gordon Ball <gordon@chronitis.net>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nodejs,
               node-acorn (>= 6),
               node-rollup-plugin-buble,
               rollup
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/codemirror-js
Vcs-Git: https://salsa.debian.org/js-team/codemirror-js.git
Homepage: https://codemirror.net/
Rules-Requires-Root: no

Package: libjs-codemirror
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Recommends: javascript-common
Suggests: libjs-requirejs
Multi-Arch: foreign
Description: JavaScript editor interface for code-like content
 CodeMirror is a JavaScript library that can be used to create a relatively
 pleasant editor interface for code-like content -- computer programs, HTML
 markup, and similar.
 If a mode has been written for the language you are editing, the code will
 be coloured, and the editor will optionally help you with indentation.