node-headjs 1.0.3+dfsg.1-3 source package in Ubuntu
Changelog
node-headjs (1.0.3+dfsg.1-3) unstable; urgency=medium * Team upload * Drop autopkgtest files, missing dependency -- Yadd <email address hidden> Mon, 03 Jan 2022 20:16:13 +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-headjs_1.0.3+dfsg.1-3.dsc | 1.9 KiB | 007ba517ed26e78354e234c228bfd9977bf31dca6ad359afe055d39f6ecb68d5 |
node-headjs_1.0.3+dfsg.1.orig.tar.xz | 638.9 KiB | 242dccc12c16444f590def9f0dcce1a6700d7b6241df26560727e478a87053d0 |
node-headjs_1.0.3+dfsg.1-3.debian.tar.xz | 3.6 KiB | 49d2626655ae3633a3d322779a42fd5d37bdf929732e9e53736168515cee9f7b |
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.