Source: node-tabbable
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-rollup-plugin-babel
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-terser
 , node-rollup-plugin-typescript
 , node-rollup-plugin-typescript2
 , node-rollup-plugin-transform-tagged-template
 , node-typescript
 , node-webpack-env
 , rollup
 , node-jsdom <!nocheck>
Standards-Version: 4.7.4
Homepage: https://github.com/focus-trap/tabbable#readme
Vcs-Git: https://salsa.debian.org/js-team/node-tabbable.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tabbable

Package: node-tabbable
Architecture: all
Depends:
 ${misc:Depends}
 , 
Description: Small utility that returns an array of all tabbable DOM nodes
 tabbable is a small utility that returns an array of all* tabbable DOM nodes
 within a containing node.
 .
 It provides a precise, cross‑browser‑aware implementation of the browser
 tab order, helping developers understand and control keyboard navigation
 behavior in complex interfaces. The library is designed to be lightweight,
 fast, and accurate, making it suitable for accessibility tooling,
 UI frameworks, and automated testing environments.
 .
 Node.js is an event-based server-side JavaScript engine.
