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
  
     | 
    
      Source: node-ansi-styles
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Mathias Behrle <mbehrle@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.12.3~)
 , node-color-convert <!nocheck>
 , node-rollup-plugin-node-resolve
 , node-tape <!nocheck>
 , rollup
 , terser
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-ansi-styles
Vcs-Git: https://salsa.debian.org/js-team/node-ansi-styles.git
Homepage: https://github.com/sindresorhus/ansi-styles
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-ansi-styles
Architecture: all
Depends: ${misc:Depends}
 , node-color-convert
Provides: ${nodejs:Provides}
Multi-Arch: foreign
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.
 
     |