File: control

package info (click to toggle)
node-extend 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 188 kB
  • sloc: makefile: 6; sh: 2
file content (25 lines) | stat: -rw-r--r-- 797 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-extend
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>, Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , node-tap <!nocheck>
Standards-Version: 4.2.1
Homepage: https://github.com/justmoon/node-extend
Vcs-Git: https://salsa.debian.org/js-team/node-extend.git
Vcs-Browser: https://salsa.debian.org/js-team/node-extend

Package: node-extend
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: port of jQuery.extend for Node.js
 This package contains a method extend() which merges
 the contents of two or more objects together into
 the first object.
 .
 Node.js is an event-based server-side JavaScript engine.