Source: node-terminal-link
Section: javascript
Priority: optional
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-ansi-escapes <!nocheck>
 , node-has-flag <!nocheck>
 , node-supports-color <!nocheck>
 , ava <!nocheck>
Standards-Version: 4.7.4
Homepage: https://github.com/sindresorhus/terminal-link#readme
Vcs-Git: https://salsa.debian.org/js-team/node-terminal-link.git
Vcs-Browser: https://salsa.debian.org/js-team/node-terminal-link
Rules-Requires-Root: no

Package: node-terminal-link
Architecture: all
Depends:
 ${misc:Depends}
 , node-ansi-escapes
 , node-has-flag
 , node-supports-color
Multi-Arch: foreign
Breaks: node-jest-debbundle (<< 29.6.2~ds5~)
Replaces: node-jest-debbundle (<< 29.6.2~ds5~)
Provides: ${nodejs:Provides}
Description: create clickable links on the Node.js terminal
 On suitable terminal (OSC 8 enabled) create clickable links on the terminal.
 For unsupported terminals, the link will be printed as plain text.
 .
 This include small package:
 - node-supports-hyperlinks: detect is terminal supports hyperlinks
 .
 Node.js is an event-based server-side JavaScript engine.
