Source: node-chokidar Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper (>= 11), dh-buildinfo, nodejs , mocha (>= 4) , chai , node-sinon , node-rimraf (>= 2.4.3) , node-sinon-chai , node-setimmediate , node-is-glob , node-is-binary-path , node-anymatch , node-readdirp (>= 2.0.0) , node-async-each , node-path-is-absolute , node-glob-parent , node-inherits , pkg-js-tools Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/js-team/node-chokidar Vcs-Git: https://salsa.debian.org/js-team/node-chokidar.git Homepage: https://github.com/paulmillr/chokidar Package: node-chokidar Architecture: all Depends: ${misc:Depends}, nodejs, node-is-glob, node-is-binary-path, node-anymatch, node-readdirp (>= 2.0.0), node-async-each, node-path-is-absolute, node-glob-parent, node-inherits 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.