node-tapable 1.0.0-4 source package in Ubuntu

Changelog

node-tapable (1.0.0-4) unstable; urgency=medium

  * Add Breaks: webpack (<< 4.0)

 -- Pirate Praveen <email address hidden>  Mon, 05 Aug 2019 14:37:44 +0000

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
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-tapable_1.0.0-4.dsc 2.0 KiB 5787dd8f96ae47f304bfd6412bd48c3a288791799133f8a93bcba1bd1217c5b7
node-tapable_1.0.0.orig.tar.gz 49.8 KiB be75993517efcc063fe0e0e507791255ba9a7e351da5cf70da75c21c720482ea
node-tapable_1.0.0-4.debian.tar.xz 2.2 KiB 26267466ffb8e999d2de952671f6103e565a3c32958f355e00229f7cec181244

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.