Source: node-supports-color
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Mathias Behrle <mbehrle@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper (>= 11~),
 node-has-flag,
 nodejs,
 pkg-js-tools
Standards-Version: 4.3.0
Homepage: https://github.com/sindresorhus/supports-color
Vcs-Git: https://salsa.debian.org/js-team/node-supports-color.git
Vcs-Browser: https://salsa.debian.org/js-team/node-supports-color

Package: node-supports-color
Architecture: all
Depends:
 node-has-flag,
 nodejs,
 ${misc:Depends},
Description: Detect whether a terminal supports color in Node.js
 supports-color is a Node.js module which provides an API to detect whether a
 terminal supports color.
 .
 Node.js is an event-based server-side JavaScript engine.
