File: control

package info (click to toggle)
node-external-editor 3.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: javascript: 65; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,163 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
33
34
35
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 (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-es6-shim <!nocheck>
 , node-iconv-lite <!nocheck>
 , node-jschardet (>= 2.1.1+repack-1~) <!nocheck>
 , node-tmp <!nocheck>
 , node-typescript
 , chai <!nocheck>
 , node-types-tmp
 , ts-node <!nocheck>
Standards-Version: 4.6.1
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
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.