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
|
Source: node-restore-cursor
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-once <!nocheck>
, node-signal-exit (>= 4) <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-restore-cursor
Vcs-Git: https://salsa.debian.org/js-team/node-restore-cursor.git
Homepage: https://github.com/sindresorhus/restore-cursor
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-restore-cursor
Architecture: all
Depends: ${misc:Depends}
, node-once
, node-signal-exit (>= 4)
Breaks: node-cli-cursor (<< 4.0.0~)
Multi-Arch: foreign
Description: Gracefully restore the CLI cursor on exit
Node.js module to make the cursor reappear if the process crashes
even if it had been hidden interactively.
.
Node.js is an event-based server-side JavaScript engine.
|