Source: codemirror-js Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Gordon Ball Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-acorn (>= 6), node-rollup-plugin-buble, rollup Standards-Version: 4.6.2 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.