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 31 32 33 34 35 36 37
|
Source: node-chalk
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Mathias Behrle <mbehrle@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs (>= 0.12.3~)
, node-ansi-styles
, node-execa <!nocheck>
, node-has-ansi <!nocheck>
, node-resolve-from <!nocheck>
, node-rollup-plugin-commonjs
, node-rollup-plugin-node-resolve
, node-strip-ansi <!nocheck>
, node-supports-color
, ava <!nocheck>
, rollup
Standards-Version: 4.7.3
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
Package: node-chalk
Architecture: all
Depends: ${misc:Depends}
, node-ansi-styles
, node-supports-color
Multi-Arch: foreign
Breaks: jest (<< 29.6.2~ds1+~cs73.45.28-11~)
, node-jest-debbundle (<< 29.6.2~ds1+~cs73.45.28-11~)
, node-jest-worker (<< 29.6.2~ds1+~cs73.45.28-11~)
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.
|