Source: node-chalk Maintainer: Debian Javascript Maintainers Uploaders: Mathias Behrle Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs (>= 0.12.3~) , node-ansi-styles , node-escape-string-regexp , node-execa , node-has-ansi , node-resolve-from , node-rollup-plugin-commonjs , node-rollup-plugin-node-resolve , node-strip-ansi , node-supports-color , node-tape , rollup Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-chalk Vcs-Git: https://salsa.debian.org/js-team/node-chalk.git Homepage: https://github.com/chalk/chalk#readme Rules-Requires-Root: no Package: node-chalk Architecture: all Depends: ${misc:Depends} , node-ansi-styles , node-escape-string-regexp , node-supports-color , nodejs:any (>= 14) Description: Terminal string styling for Node.js Chalk is a Node.js module which provides string styling via ANSI escape codes without extending String.prototype. . Node.js is an event-based server-side JavaScript engine.