File: control

package info (click to toggle)
node-w3c-keyname 2.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: javascript: 114; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: node-w3c-keyname
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Vinay Keshava <vinaykeshava@disroot.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , rollup
Standards-Version: 4.6.1
Homepage: https://github.com/marijnh/w3c-keyname#readme
Vcs-Git: https://salsa.debian.org/js-team/node-w3c-keyname.git
Vcs-Browser: https://salsa.debian.org/js-team/node-w3c-keyname
Rules-Requires-Root: no

Package: node-w3c-keyname
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: 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.