Source: node-mixin-deep
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , mocha
 , node-should
 , node-is-extendable (>= 0.1.1)
 , node-for-in (>= 0.1.4)
 , pkg-js-tools
Standards-Version: 4.3.0
Homepage: https://github.com/jonschlinkert/mixin-deep
Vcs-Browser: https://salsa.debian.org/js-team/node-mixin-deep
Vcs-Git: https://salsa.debian.org/js-team/node-mixin-deep.git

Package: node-mixin-deep
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-is-extendable (>= 0.1.1)
 , node-for-in (>= 0.1.4)
Description: Deeply mix the properties of objects into the first object
 Like merge-deep, but doesn't clone.
 .
 Node.js is an event-based server-side JavaScript engine.