Source: node-object-assign Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper (>= 11~) , nodejs Standards-Version: 4.2.1 Homepage: https://github.com/sindresorhus/object-assign#readme Vcs-Git: https://salsa.debian.org/js-team/node-object-assign.git Vcs-Browser: https://salsa.debian.org/js-team/node-object-assign Package: node-object-assign Architecture: all Depends: ${misc:Depends} , nodejs Provides: node-object.assign (= ${source:Version}) Description: ES2015 Object.assign() ponyfill Assigns enumerable own properties of source objects to the target object and returns the target object. Additional source objects will overwrite previous ones.