node-chokidar 3.5.3-2 source package in Ubuntu

Changelog

node-chokidar (3.5.3-2) unstable; urgency=medium

  * Team upload
  * Disable more tests (Closes: #1010864)

 -- Yadd <email address hidden>  Thu, 12 May 2022 06:31:58 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-chokidar_3.5.3-2.dsc 2.7 KiB 66dda6412345de788a906c8a7886c3b5c691ef57908c749c0360cb31c7864302
node-chokidar_3.5.3.orig-upath.tar.gz 7.8 KiB 73ed9ceee7c677bf1dd2aca6c2dce843975a6d267ff9afe754e6e3af69a11d10
node-chokidar_3.5.3.orig.tar.gz 46.5 KiB bdbdd7771a2821182aa18555d6eb0a986709f704086d261ebaa94f2fd392b1ef
node-chokidar_3.5.3-2.debian.tar.xz 5.6 KiB 9bd6bba35a5988d7e4b6797a39a172afcb6b932f57bce904880333cb7e19eefb

Available diffs

No changes file available.

Binary packages built by this source

node-chokidar: 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.