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.
|