node-watchpack 2.4.0+~cs2.8.1-1 source package in Ubuntu

Changelog

node-watchpack (2.4.0+~cs2.8.1-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.1
  * Embed typescript declarations
  * New upstream version 2.4.0+~cs2.8.1

 -- Yadd <email address hidden>  Mon, 22 Aug 2022 10:45:49 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-watchpack_2.4.0+~cs2.8.1-1.dsc 2.9 KiB f2022674020813eb9e04f410bf251c05e0e5e307eef6f2b51fa1a53364406bae
node-watchpack_2.4.0+~cs2.8.1.orig-glob-to-regexp.tar.gz 4.6 KiB 8f5bdfd5c22ce0834419324d737e0027843bfcbf67ec82e18868d90cb9022927
node-watchpack_2.4.0+~cs2.8.1.orig-types-watchpack.tar.gz 3.3 KiB 31213ba459092fde65dc4b95c29a27b434a87e9579bc3f46ce255a02b6840c94
node-watchpack_2.4.0+~cs2.8.1.orig.tar.gz 47.3 KiB 62bd730c2c2e8324fdd24a379bb2a8e71313842f59c0b8116aae15bf952f78dd
node-watchpack_2.4.0+~cs2.8.1-1.debian.tar.xz 4.1 KiB 4a45a52951cf646e5b8caf000d2c7d7b37fbb99b9c78bb696fd3f24b87e3f244

Available diffs

No changes file available.

Binary packages built by this source

node-watchpack: Wrapper library for directory and file watching

 The watchpack high level API doesn't map directly to watchers. Instead a
 three level architecture ensures that for each directory only a single
 watcher exists.
 .
 This library is a dependency for webpack. Webpack takes code targeted at
 node.js and makes it run in the browser. Node.js comes with API of its own
 that is not available in the browsers. Webpack exposes this code
 to programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.