Source: node-resumer
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2@ubuntu.com>
Build-Depends: debhelper (>= 9),
               dh-buildinfo,
               nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/substack/resumer
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-resumer.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-resumer.git

Package: node-resumer
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-through2 (>= 2.3.4)
Description: through stream that starts paused and resumes on the next tick
 Return a through stream that starts out paused and resumes on the next tick,
 unless somebody called .pause().
 .
 This module has the same signature as through.
 .
 Node.js is an event-based server-side JavaScript engine.
