File: control

package info (click to toggle)
node-array-union 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: javascript: 18; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 994 bytes parent folder | download
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
Source: node-array-union
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>,
           Utkarsh Gupta <guptautkarsh2102@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-nodejs,
 mocha <!nocheck>,
Standards-Version: 4.6.0
Homepage: https://github.com/sindresorhus/array-union
Vcs-Git: https://salsa.debian.org/js-team/node-array-union.git
Vcs-Browser: https://salsa.debian.org/js-team/node-array-union
Rules-Requires-Root: no

Package: node-array-union
Architecture: all
Depends:
 ${misc:Depends},
 node-array-uniq
Multi-Arch: foreign
Description: Create an array of unique values, in order, from the input arrays
 array-union creates an array of unique values, in order, from the input
 arrays.
 For usage, include `const arrayUnion = require('array-union');`
 .
 Node.js is an event-based server-side JavaScript engine.