node-less-loader 5.0.1-3 source package in Ubuntu
Changelog
node-less-loader (5.0.1-3) unstable; urgency=medium * Team upload [ Debian Janitor ] * Set upstream metadata fields: Bug-Submit * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright) * Remove constraints unnecessary since buster [ Yadd ] * Declare compliance with policy 4.5.1 * Fix GitHub tags regex * Use dh-sequence-nodejs * Update standards version to 4.6.0, no changes needed. * Fix filenamemangle * Drop dependency to nodejs -- Yadd <email address hidden> Mon, 03 Jan 2022 16:15:40 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-less-loader_5.0.1-3.dsc | 2.1 KiB | 8356c88e4ef93c2d89234bb2d239ddb1be6d13b8e6ff65caf0fc6fdf91cdc726 |
node-less-loader_5.0.1.orig.tar.gz | 123.5 KiB | b04eb18163a246498ee2986c787f70363e27b192aeabab09ec30a14a8777405f |
node-less-loader_5.0.1-3.debian.tar.xz | 3.0 KiB | 27f77385f6633ee447e848dc64dbe02a98c01cc248fe962eefa08895a1e7fb90 |
Available diffs
- diff from 5.0.1-2 to 5.0.1-3 (1.3 KiB)
No changes file available.
Binary packages built by this source
- node-less-loader: Less loader for webpack which compiles Less to CSS with webpack
This library is a less loader module 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.