File: control

package info (click to toggle)
node-addressparser 1.0.1%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,344 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
29
30
31
32
33
34
35
36
37
Source: node-addressparser
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , chai <!nocheck>
 , mocha <!nocheck>
 , pkg-js-tools (>= 0.9.19~)
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-addressparser
Vcs-Git: https://salsa.debian.org/js-team/node-addressparser.git
Homepage: https://github.com/andris9/addressparser#readme
Rules-Requires-Root: no

Package: node-addressparser
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Node.js library to parse e-mail addresses
 Parse e-mail address fields.
 Input can be a single address ("andris@kreata.ee"),
 a formatted address ("Andris Reinman <andris@kreata.ee>"),
 a comma separated list of addresses
 ("andris@kreata.ee, andris.reinman@kreata.ee"),
 an address group ("disclosed-recipients:andris@kreata.ee;")
 or a mix of all the formats.
 .
 In addition to comma the semicolon is treated as the list delimiter as
 well (except when used in the group syntax), so a value
 "andris@kreata.ee; andris.reinman@kreata.ee" is identical to
 "andris@kreata.ee, andris.reinman@kreata.ee".
 .
 Node.js is an event-based server-side JavaScript engine.