File: control

package info (click to toggle)
node-merge 2.1.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: javascript: 231; makefile: 7
file content (36 lines) | stat: -rw-r--r-- 1,186 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
30
31
32
33
34
35
36
Source: node-merge
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , chai
 , dh-sequence-nodejs
 , mocha
 , node-typescript
 , webpack
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-merge
Vcs-Git: https://salsa.debian.org/js-team/node-merge.git
Homepage: https://github.com/yeikos/js.merge
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: libjs-merge
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: JavaScript utility for merging multiple objects into one.
 Merge multiple objects into one, optionally creating a new cloned object.
 Similar to the jQuery.extend but more flexible. Works in Node.js and
 the browser.

Package: node-merge
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Nodejs utility for merging multiple objects into one.
 Merge multiple objects into one, optionally creating a new cloned object.
 Similar to the jQuery.extend but more flexible. Works in Node.js and
 the browser.