node-xtend 4.0.2-3 source package in Ubuntu

Changelog

node-xtend (4.0.2-3) unstable; urgency=medium

  * Team upload
  * Add the nodejs:native as b-d

 -- Bastien Roucariès <email address hidden>  Sat, 18 Sep 2021 21:47:55 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-xtend_4.0.2-3.dsc 2.0 KiB 9879c0fbc3e26c48c9e41f6051438e57ec8d7dfbfc16ea01b8a0e073b9647461
node-xtend_4.0.2.orig.tar.gz 2.6 KiB 54c577f900944c9eec43d833423b9a1c08eb6c64f65b9bf7dbc5d5a0ea04fa60
node-xtend_4.0.2-3.debian.tar.xz 2.6 KiB 6dfc8ffc91256dda1b0fb5173b1fd25d49efbdccd39697f7e9f5ae463b15c7f3

Available diffs

No changes file available.

Binary packages built by this source

node-xtend: Node.js library to easily extend an object

 xtend is a basic utility library which allows you to extend an object
 by appending all of the properties from each object in a list. When
 there are identical properties, the right-most property takes precedence.
 .
 Node.js is an event-based server-side JavaScript engine.