Source: node-chokidar
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , mocha
 , chai
 , node-sinon
 , node-rimraf
 , node-sinon-chai
 , node-setimmediate
 , node-is-glob (>= 2.0.0)
 , node-is-binary-path (>= 1.0.0)
 , node-anymatch (>= 1.3.0)
 , node-readdirp (>= 2.0.0)
 , node-async-each (>= 1.0.0)
 , node-path-is-absolute (>= 1.0.0)
 , node-glob-parent (>= 2.0.0)
 , node-inherits (>= 2.0.1)
Standards-Version: 3.9.8
Homepage: https://github.com/paulmillr/chokidar
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-chokidar.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-chokidar.git

Package: node-chokidar
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-is-glob (>= 2.0.0)
 , node-is-binary-path (>= 1.0.0)
 , node-anymatch (>= 1.3.0)
 , node-readdirp (>= 2.0.0)
 , node-async-each (>= 1.0.0)
 , node-path-is-absolute (>= 1.0.0)
 , node-glob-parent (>= 2.0.0)
 , node-inherits (>= 2.0.1)
Description: wrapper around watch / watchFile / fsevents
 Chokidar does still rely on the Node.js core fs module, but when using
 fs.watch and fs.watchFile for watching, it normalizes the events it receives,
 often checking for truth by getting file stats and/or dir contents.
 .
 Node.js is an event-based server-side JavaScript engine.
