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
|
Source: node-ansi-styles
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Mathias Behrle <mbehrle@debian.org>
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 12),
node-color-convert <!nocheck>,
node-tape <!nocheck>,
pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/js-team/node-ansi-styles.git
Vcs-Browser: https://salsa.debian.org/js-team/node-ansi-styles
Homepage: https://github.com/sindresorhus/ansi-styles
Rules-Requires-Root: no
Package: node-ansi-styles
Architecture: all
Depends:
nodejs,
node-color-convert,
${misc:Depends}
Description: ANSI escape codes for styling strings in the terminal with Node.js
ansi-styles is a Node.js module which provides ANSI escape codes for styling
strings in the terminal.
.
Node.js is an event-based server-side JavaScript engine.
|