Source: node-array-uniq Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Suhail P , Utkarsh Gupta Build-Depends: debhelper-compat (= 12) , node-tape , pkg-js-tools (>= 0.9.20~) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-array-uniq Vcs-Git: https://salsa.debian.org/js-team/node-array-uniq.git Homepage: https://github.com/sindresorhus/array-uniq Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-array-uniq Architecture: all Depends: ${misc:Depends} , nodejs Multi-Arch: foreign Description: Create an array without duplicates This module creates an array without duplicates. It is already pretty fast, but will be much faster when Set becomes available in V8 (especially with large arrays). . Node.js is an event-based server-side JavaScript engine.