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
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, coffeescript
, mocha
, chai
, node-tmp
, node-iconv-lite
, node-jschardet
, nodejs
, pkg-js-tools
Standards-Version: 4.3.0
Homepage: https://github.com/mrkmg/node-external-editor#readme
Vcs-Git: https://salsa.debian.org/js-team/node-external-editor.git
Vcs-Browser: https://salsa.debian.org/js-team/node-external-editor
Package: node-external-editor
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-tmp (>= 0.0.28)
, node-iconv-lite
, node-jschardet
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.
|