node-webpack-sources 3.2.3+~3.2.0-2 source package in Ubuntu

Changelog

node-webpack-sources (3.2.3+~3.2.0-2) unstable; urgency=medium

  * Team upload
  * Add patch for jest >= 29 (Closes: #1022396)

 -- Yadd <email address hidden>  Sun, 23 Oct 2022 18:39:31 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-webpack-sources_3.2.3+~3.2.0-2.dsc 2.5 KiB 034996077d08ce86003c587af81183f77592fc5c1fc0575d7b313730a5780400
node-webpack-sources_3.2.3+~3.2.0.orig-types-webpack-sources.tar.gz 3.9 KiB 10434956ef92df432366d6d4b94f6ef3afb40a489a83f274e1a91d53867ae9db
node-webpack-sources_3.2.3+~3.2.0.orig.tar.gz 214.0 KiB 6a468c18865ec1f676c7ce90691440515fe57e1479b1276dbaa9540899077040
node-webpack-sources_3.2.3+~3.2.0-2.debian.tar.xz 6.2 KiB f2ffad9c45ad40b6e53396eea07d7857f4957fa96f535e8ea658c434be2707b5

Available diffs

No changes file available.

Binary packages built by this source

node-webpack-sources: Source code handling classes for webpack

 This library contains multiple classes which represent a `Source`. A `Source`
 can be asked for source code, size, source map and hash.
 .
 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.