File: control

package info (click to toggle)
node-utils-merge 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: makefile: 16
file content (25 lines) | stat: -rw-r--r-- 832 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
Source: node-utils-merge
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12)
 , chai <!nocheck>
 , mocha <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-utils-merge
Vcs-Git: https://salsa.debian.org/js-team/node-utils-merge.git
Homepage: https://github.com/jaredhanson/utils-merge
Rules-Requires-Root: no

Package: node-utils-merge
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Description: provides a merge utility function
 Simple merges the properties from a source object
 into a destination object.
 .
 Node.js is an event-based server-side JavaScript engine.