node-w3c-keyname 2.2.6-2 source package in Ubuntu

Changelog

node-w3c-keyname (2.2.6-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-w3c-keyname: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 14:26:06 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-w3c-keyname_2.2.6-2.dsc 2.0 KiB 89fa6928a1a559322f36e9cd6e0d7901be912f0e031a40738305afc2a369d6b3
node-w3c-keyname_2.2.6.orig.tar.gz 3.0 KiB b65fff39907b2734da91ae1c38548c7d6dd864cf5ad2d6c9e8e65d434773d0a9
node-w3c-keyname_2.2.6-2.debian.tar.xz 2.3 KiB 1e41a1116e64c114cebcb866cdf07420d26d68e0a2a9b5252db185a78a7d57e9

Available diffs

No changes file available.

Binary packages built by this source

node-w3c-keyname: Get a KeyboardEvent.key-style string from an event

 Tiny library that exports a function keyName that takes a keyboard event
 and returns a KeyboardEvent.key-style string. Will use the actual key
 property of the event if available, and fall back to a value synthesized
 from the keyCode
 otherwise.
 .
 Node.js is an event-based server-side JavaScript engine.