Source: node-collection-visit Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper (>= 9) , dh-buildinfo , nodejs , mocha , node-map-visit (>= 1.0.0) , node-object-visit (>= 1.0.0) , node-clone-deep Standards-Version: 4.1.3 Homepage: https://github.com/jonschlinkert/collection-visit Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-collection-visit.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-collection-visit.git Package: node-collection-visit Architecture: all Depends: ${misc:Depends} , nodejs , node-object-visit (>= 1.0.0) , node-map-visit (>= 1.0.0) Description: Visit a method over items in object, or map visit over the objects Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or merge, useful when events are emitted on a method like get or set. . Node.js is an event-based server-side JavaScript engine.