File: control

package info (click to toggle)
node-tldts 6.1.85-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,504 kB
  • sloc: javascript: 509; sh: 27; makefile: 20
file content (94 lines) | stat: -rw-r--r-- 3,213 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Source: node-tldts
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , chai
 , mocha
 , node-istanbul <!nocheck>
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-sourcemaps
 , node-rollup-plugin-terser
 , node-rollup-plugin-typescript
 , node-typescript
 , node-types-punycode
 , rollup
 , ts-node
Standards-Version: 4.7.2
Homepage: https://github.com/remusao/tldts#readme
Vcs-Git: https://salsa.debian.org/js-team/node-tldts.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tldts
Rules-Requires-Root: no

Package: node-tldts
Architecture: all
Depends: ${misc:Depends}
 , node-tldts-core
 , nodejs:any
Description: JavaScript library to extract fields from URLs
 node-tldts is a JavaScript library to extract hostnames, domains, public
 suffixes, top-level domains and subdomains from URLs.
 .
 It's tuned for performane, handles both URLs and hostnames, supports full
 Unicode/IDNA, can parse email addresses, detects IPv4 and IPv6 addresses,
 has small bundles and small memory footprint and is fully tested.

Package: node-tldts-core
Architecture: all
Depends: ${misc:Depends}
Description: core building blocks of tldts
 node-tldts is a JavaScript library to extract hostnames, domains, public
 suffixes, top-level domains and subdomains from URLs.
 .
 node-tldts-core provides common libraries for node-tldts and
 node-tldts-experimental

Package: node-tldts-experimental
Architecture: all
Depends: ${misc:Depends}
 , node-tldts-core
Description: Faster, experimental, unstable version of node-tldts
 node-tldts is a JavaScript library to extract hostnames, domains, public
 suffixes, top-level domains and subdomains from URLs.
 .
 node-tldts-experimental exposes the exact same API and is subjected to the
 same tests as node-tldts, but offers a different trade-off in terms of
 space, speed and accuracy.

Package: node-tldts-icann
Architecture: all
Depends: ${misc:Depends}
 , node-tldts-core
Description: Minimal implementation of node-tldts
 node-tldts is a JavaScript library to extract hostnames, domains, public
 suffixes, top-level domains and subdomains from URLs.
 .
 node-tldts-icann only contains the ICANN section of node-tldts.

Package: node-tldts-tests
Architecture: all
Depends: ${misc:Depends}
 , chai
 , mocha
Description: Common implementation for tests, used by different node-tldts*
 node-tldts is a JavaScript library to extract hostnames, domains, public
 suffixes, top-level domains and subdomains from URLs.
 .
 node-tldts-tests provide a common implementation for tests, used by different
 tldts implementations (node-tldts and node-tldts-experimental at the moment).

Package: node-tldts-utils
Architecture: all
Depends: ${misc:Depends}
 , node-punycode
Description: Common utils used internally in tldts
 node-tldts is a JavaScript library to extract hostnames, domains, public
 suffixes, top-level domains and subdomains from URLs.
 .
 Common utils used internally in tldts to parse public suffix rules and update
 internal data structures.