node-webpack-sources 1.0.1-1 source package in Ubuntu

Changelog

node-webpack-sources (1.0.1-1) unstable; urgency=medium

  * New upstream release 

 -- Pirate Praveen <email address hidden>  Wed, 23 Aug 2017 20:11:35 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-webpack-sources_1.0.1-1.dsc 2.2 KiB 02ae72d6dc07660f9d6e09a5e4a1793be7910057bb567bf50fa97d75f5dee1d8
node-webpack-sources_1.0.1.orig.tar.gz 25.2 KiB c03237965e201861180557ef87aeccff2ed1e74d9e0c6f451896689b41bd44eb
node-webpack-sources_1.0.1-1.debian.tar.xz 2.2 KiB d6d86454ff28961a2b8aafc50ca380098676f1a9304af55584a134fbf76e7857

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.