node-tapable 1.0.0-6 source package in Ubuntu

Changelog

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

  * Team upload
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Add .npmignore to drop test files
  * Enable upstream test (jest+babel-jest) and fix test for recent jest

 -- Yadd <email address hidden>  Thu, 04 Nov 2021 13:53:11 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-tapable_1.0.0-6.dsc 2.0 KiB a910c0f04c1a4891e85e694811454d2b44a1dee5271196f775c1d6d5cc4ffa98
node-tapable_1.0.0.orig.tar.gz 49.8 KiB be75993517efcc063fe0e0e507791255ba9a7e351da5cf70da75c21c720482ea
node-tapable_1.0.0-6.debian.tar.xz 4.4 KiB 42fbf162c36f1728428322d62cb0fc0d02bdf83252e993391f271a435c0d7872

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.