File: control

package info (click to toggle)
node-extend-shallow 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 240 kB
  • sloc: makefile: 6; sh: 5
file content (26 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
26
Source: node-extend-shallow
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11)
 , mocha
 , nodejs
 , node-is-extendable (>= 1.0.1)
 , node-minimist
Standards-Version: 4.3.0
Homepage: https://github.com/jonschlinkert/extend-shallow
Vcs-Git: https://salsa.debian.org/js-team/node-extend-shallow.git
Vcs-Browser: https://salsa.debian.org/js-team/node-extend-shallow

Package: node-extend-shallow
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-is-extendable (>= 1.0.1)
Description: extend an object with the properties of additional objects
 node.js/javascript util.
 .
 Node.js is an event-based server-side JavaScript engine.