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>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 12)
 , mocha <!nocheck>
 , node-is-extendable (>= 1.0.1) <!nocheck>
 , node-minimist <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.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
Rules-Requires-Root: no

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.
