File: control

package info (click to toggle)
node-external-editor 2.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,046 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
31
32
Source: node-external-editor
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: chai
 , debhelper-compat (= 12)
 , coffeescript
 , mocha
 , node-iconv-lite
 , node-jschardet (>= 2.1.1+repack-1~)
 , node-tmp
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-external-editor
Vcs-Git: https://salsa.debian.org/js-team/node-external-editor.git
Homepage: https://github.com/mrkmg/node-external-editor#readme
Rules-Requires-Root: no

Package: node-external-editor
Architecture: all
Depends: ${misc:Depends}
 , node-iconv-lite
 , node-jschardet (>= 2.1.1+repack-1~)
 , node-tmp
 , nodejs
Description: Edit a string with the users preferred text editor
 Node.js module to edit a string with the users preferred text editor,
 using either $VISUAL or $ENVIRONMENT.
 .
 Node.js is an event-based server-side JavaScript engine.