File: control

package info (click to toggle)
node-autolinker 1.8.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,344 kB
  • sloc: javascript: 6,128; makefile: 62
file content (28 lines) | stat: -rw-r--r-- 989 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
28
Source: node-autolinker
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Ring <dring@wolfishly.me>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-umd
 , uglifyjs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-autolinker
Vcs-Git: https://salsa.debian.org/js-team/node-autolinker.git
Homepage: https://github.com/gregjacobs/Autolinker.js
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-autolinker
Architecture: all
Depends: ${misc:Depends}
Provides: libjs-autolinker
Suggests: javascript-common
Multi-Arch: foreign
Description: Utility for automatically linking URLs, emails, etc. in text
 Autolinker is a utility for automatically adding hyperlinks to URLs, email
 addresses, phone numbers, Twitter handles, and hashtags in a given block of
 text or HTML.
 .
 Node.js is an event-based server-side JavaScript engine.