Source: node-wrappy
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.6
Homepage: https://github.com/npm/wrappy
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-wrappy.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-wrappy.git

Package: node-wrappy
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: 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.
