node-headjs 1.0.3+dfsg.1-5 source package in Ubuntu

Changelog

node-headjs (1.0.3+dfsg.1-5) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.1, no changes needed.
  * Fix autopkgtest

 -- Yadd <email address hidden>  Thu, 01 Dec 2022 06:34:04 +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 Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-headjs_1.0.3+dfsg.1-5.dsc 1.9 KiB 4e934220a0f5a86bb5d43c460a8442a7f7231445c3b77097633a4660832a4960
node-headjs_1.0.3+dfsg.1.orig.tar.xz 638.9 KiB 242dccc12c16444f590def9f0dcce1a6700d7b6241df26560727e478a87053d0
node-headjs_1.0.3+dfsg.1-5.debian.tar.xz 3.8 KiB e761dcf6afe753d00a87d76c926042e10be24866cc05d004780b185cde9d46e8

Available diffs

No changes file available.

Binary packages built by this source

libjs-headjs: javascript libraryt for resource loading

 headjs is a javascript library that has the following features:
  * Speed up your apps: Load JS & CSS asynchronously and in parallel, but
    execute them in order
  * Load one asset if a condition is met, else fallback and load a different
    one
  * Manage script dependencies, and execute callbacks once they are loaded
  * Cross-browser compatible <<pseudo media-queries>> let you code against
    different resolutions & devices
  * Fix quirks in specific browsers by quickly applying dedicated CSS/JS logic
  * Detect various browsers & their versions
  * Check if the client supports a certain Browser, HTML5, or CSS3 feature
  * Automatically generates JS and CSS classes for browsers & features that
    where detected
  * Automatically generates CSS classes, to know what page or section a user
    is viewing
  * Know if the user is in landscape or portrait mode
  * Or whether the client is using a mobile or desktop device
  * Get old browsers to support HTML5 elements like nav, sidebar, header,
    footer
 .
 Node.js is an event-based server-side JavaScript engine.