File: control

package info (click to toggle)
node-console-control-strings 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: javascript: 205; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,010 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
Source: node-console-control-strings
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ajinkya Chavan <cajinkya21@gmail.com>
Build-Depends: debhelper-compat (= 13)
 , node-tap
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-console-control-strings
Vcs-Git: https://salsa.debian.org/js-team/node-console-control-strings.git
Homepage: https://github.com/iarna/console-control-strings
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-console-control-strings
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: cross-platform tested terminal/console command strings
 This is a library for doing things like color and cursor positioning. This is
 a subset of both ansi and vt100. All control codes included work on both
 Windows & Unix-like OSes, except where noted.
 .
 Node.js is an event-based server-side JavaScript engine.