node-wrappy 1.0.1-1 source package in Ubuntu

Changelog

node-wrappy (1.0.1-1) unstable; urgency=low

  * Initial release

 -- Thorsten Alteholz <email address hidden>  Fri, 04 Sep 2015 06:24:41 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-wrappy_1.0.1-1.dsc 2.1 KiB b626a6c9c0d77652c5cab96c82fa09b32a002695040707ba57684109e94a8b5b
node-wrappy_1.0.1.orig.tar.gz 2.1 KiB 550aad331e605ac0f9ba770096ca8aea7db2cbcb2d24fc16dd6f6848f227c93d
node-wrappy_1.0.1-1.debian.tar.xz 1.9 KiB 77aedd1ccce6139d35685d817fc35080a66c3fbef4d8b022cc8acea5a9ff2d99

No changes file available.

Binary packages built by this source

node-wrappy: Callback wrapping utility

 Returns a wrapper function that returns a wrapped callback
 The wrapper function should do some stuff, and return a
 presumably different callback function.
 This makes sure that own properties are retained, so that
 decorations and such are not lost along the way.
 .
 Node.js is an event-based server-side JavaScript engine.