Source: node-uniqs Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-uniqs Vcs-Git: https://salsa.debian.org/js-team/node-uniqs.git Homepage: https://github.com/fgnass/uniqs Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-uniqs Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Description: Tiny utility to create unions and de-duplicated lists For example, uniqs([2, 1, 1], [2, 3, 3, 4], [4, 3, 2]) will give [2, 1, 3, 4] as output. . Node.js is an event-based server-side JavaScript engine.