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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335
|
Source: node-codemirror
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, node-babel7
, node-codemirror-state
, node-lezer-common (>= 1.1.0~)
, node-lezer-cpp
, node-lezer-css
, node-lezer-generator (>= 1.5.0~)
, node-lezer-html
, node-lezer-java
, node-lezer-javascript
, node-lezer-json
, node-lezer-markdown
, node-lezer-php
, node-lezer-python
, node-lezer-rust
, node-lezer-xml
, node-magic-string
, node-rollup-plugin-node-resolve
, node-tslib
, node-typescript
, node-w3c-keyname
, rollup
Standards-Version: 4.7.2
Homepage: https://github.com/codemirror/view#readme
Vcs-Git: https://salsa.debian.org/js-team/node-codemirror.git
Vcs-Browser: https://salsa.debian.org/js-team/node-codemirror
Rules-Requires-Root: no
Package: node-codemirror-lang-markdown
Architecture: all
Depends: ${misc:Depends}
, node-lezer-common
, node-lezer-markdown
, node-codemirror-lang-html
, node-codemirror-language
, node-codemirror-state
, node-codemirror-view
Description: Markdown language support for CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the Markdown language support.
Package: node-codemirror-autocomplete
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-language
, node-codemirror-state
, node-codemirror-view
, node-lezer-common
Description: Autocompletion for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the autocompletion support.
Package: node-codemirror-commands
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-language
, node-codemirror-state
, node-codemirror-view
, node-lezer-common (>= 1.1.0~)
Description: Collection of editing commands for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides a collection of editing commands language support.
Package: node-codemirror-lang-cpp
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-language
, node-lezer-cpp
Description: C++ language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the C++ language support.
Package: node-codemirror-lang-css
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-language
, node-codemirror-state
, node-codemirror-view
, node-lezer-common
, node-lezer-css
Description: CSS language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the CSS language support.
Package: node-codemirror-lang-html
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-autocomplete
, node-codemirror-lang-css
, node-codemirror-lang-javascript
, node-codemirror-language
, node-codemirror-state
, node-codemirror-view
, node-lezer-common
, node-lezer-css
, node-lezer-html
Description: HTML language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the HTML language support.
Package: node-codemirror-lang-java
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-language
, node-lezer-java
Description: Java language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the Java language support.
Package: node-codemirror-lang-javascript
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-autocomplete
, node-codemirror-language
, node-codemirror-lint
, node-codemirror-state
, node-codemirror-view
, node-lezer-common (>= 1.1.0~)
, node-lezer-javascript
Description: JavaScript language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the JavaScript language support.
Package: node-codemirror-lang-json
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-language
, node-lezer-json
Description: JSON language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the JSON language support.
Package: node-codemirror-lang-php
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-lang-html
, node-codemirror-language
, node-codemirror-state
, node-lezer-common
, node-lezer-php
Description: PHP language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the PHP language support.
Package: node-codemirror-lang-python
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-autocomplete
, node-codemirror-language
, node-lezer-python
Description: Python language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the Python language support.
Package: node-codemirror-lang-rust
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-language
, node-lezer-rust
Description: Rust language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the Rust language support.
Package: node-codemirror-lang-sql
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-autocomplete
, node-codemirror-language
, node-codemirror-state
, node-lezer-highlight
, node-lezer-lr
Description: SQL language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the SQL language support.
Package: node-codemirror-lang-wast
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-language
, node-lezer-highlight
, node-lezer-lr
Description: WebAssembly Text Format language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the WebAssembly Text language support.
Package: node-codemirror-lang-xml
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-autocomplete
, node-codemirror-language
, node-codemirror-state
, node-lezer-common
, node-lezer-xml
Description: XML language support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the XML language support.
Package: node-codemirror-language
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-state
, node-codemirror-view
, node-lezer-common (>= 1.1.0~)
, node-lezer-highlight
, node-lezer-lr
, node-style-mod
Description: Language support infrastructure for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the language support infrastructure.
Package: node-codemirror-legacy-modes
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-language
Description: Collection of ported stream language modes for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides a collection of ported stream language modes.
Package: node-codemirror-lint
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-state
, node-codemirror-view
, node-crelt
Description: Linting support for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the linting support.
Package: node-codemirror-search
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-state
, node-codemirror-view
, node-crelt
Description: Search functionality for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the search functionality.
Package: node-codemirror-view
Architecture: all
Depends: ${misc:Depends}
, node-codemirror-state
, node-style-mod
, node-w3c-keyname
Description: DOM view component for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
.
This package provides the DOM view component.
Package: node-crelt
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Tiny DOM-element creation utility
node-crelt provides a tiny DOM-element creation utility. It exports a single
function that returns a DOM element. It is called with
- a tag name string or DOM element
- an optional attribute object mapping names to values
- any number of children
Package: node-style-mod
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Minimal CSS module shim for generating CSS rules and anonymous class names
node-style-mod provides a minimal CSS module shim for generating CSS rules
and anonymous class names for sets of style declarations and attaching such
a set to a document or shadow root.
|