1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: node-chokidar
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
chai <!nocheck>
, debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-anymatch (>= 3.0.3+~2.0.7-2~) <!nocheck>
, node-async-each <!nocheck>
, node-braces <!nocheck>
, node-glob-parent <!nocheck>
, node-inherits <!nocheck>
, node-is-binary-path <!nocheck>
, node-is-glob <!nocheck>
, node-normalize-path <!nocheck>
, node-path-is-absolute <!nocheck>
, node-readdirp (>= 3.3.0) <!nocheck>
, node-rimraf (>= 4.0.0) <!nocheck>
, node-setimmediate <!nocheck>
, node-sinon (>= 7) <!nocheck>
, node-sinon-chai <!nocheck>
, nodejs <!nocheck>
Standards-Version: 4.7.2
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
Rules-Requires-Root: no
Package: node-chokidar
Architecture: all
Depends:
${misc:Depends}
, node-anymatch (>= 3.0.3+~2.0.7-2)
, node-async-each
, node-braces
, node-glob-parent
, node-inherits
, node-is-binary-path
, node-is-glob
, node-normalize-path
, node-path-is-absolute
, node-readdirp (>= 3.3.0)
, nodejs
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.
|