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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libjs-headjs: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 12:18:07 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

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

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.