node-tapable 2.2.1-3 source package in Ubuntu

Changelog

node-tapable (2.2.1-3) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.2
  * Update test snapshots (Closes: #1047746)

 -- Yadd <email address hidden>  Mon, 14 Aug 2023 09:17:56 +0400

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-tapable_2.2.1-3.dsc 2.0 KiB efae64a4fac62d23340bffb2692d2588ec2a7a9ee254beff62c3f41de632c0be
node-tapable_2.2.1.orig.tar.gz 96.1 KiB d33fc56bb880678e65e5c28e369ff1c4a52246063d7a81dbf3d59d93938a561d
node-tapable_2.2.1-3.debian.tar.xz 9.9 KiB 4dc20fa3d4dca222f0ce41582be981d9f787dd635b03edae1493bbd4d1a8795a

Available diffs

No changes file available.

Binary packages built by this source

node-tapable: just a little module for plugins

 Tapable is a class for plugin binding and applying.
 .
 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.