Source: node-microsoft-fast-colors
Section: javascript
Maintainer: Debian Pan Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders: Yadd <yadd@debian.org>, Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.15.19~)
 , dh-nodejs
 , chai
 , mocha
 , node-rollup-plugin-babel
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-terser
 , node-rollup-plugin-typescript
 , node-rollup-plugin-typescript2
 , node-rollup-plugin-transform-tagged-template
 , node-typescript
 , rollup
Standards-Version: 4.7.4
Homepage: https://www.fast.design/
Vcs-Git: https://salsa.debian.org/js-team/node-microsoft-fast.git
Vcs-Browser: https://salsa.debian.org/js-team/node-microsoft-fast

Package: node-microsoft-fast-colors
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: color classes and utilities designed to make parsing and manipulating colors easy
 @microsoft/fast-colors provides a collection of color classes
 and high‑performance utilities designed to make parsing, interpreting,
 and manipulating colors both straightforward and reliable. Its API offers
 a consistent way to work with multiple color formats, enabling developers
 to convert, normalize, and analyze color values with minimal effort.
 .
 The library includes a set of lightweight data structures representing colors
 in various spaces such as RGB, RGBA, HSL, and HSV. These classes simplify the creation,
 validation, and comparison of colors, ensuring predictable behavior
 across different environments and rendering pipelines.
