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
|
Source: psl.js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>,
Utkarsh Gupta <guptautkarsh2102@gmail.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, mocha <!nocheck>
, nodejs (>= 6)
, node-babel7
, node-browserify-lite
, node-punycode
, node-rollup-plugin-babel (>= 5.2~)
, node-rollup-plugin-commonjs (>= 15~)
, node-rollup-plugin-node-resolve (>= 11~)
, node-rollup-plugin-json (>= 4.1~)
, node-rollup-plugin-node-polyfills
, dh-sequence-nodejs
, rollup
, uglifyjs.terser
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/psl.js
Vcs-Git: https://salsa.debian.org/js-team/psl.js.git
Homepage: https://github.com/lupomontero/psl#readme
Rules-Requires-Root: no
Package: libjs-psl
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: Domain name parser based on the Public Suffix List
psl is a JavaScript domain name parser based on the Public Suffix List
(https://publicsuffix.org/). This implementation is tested against the test
data hosted by Mozilla and kindly provided by Comodo.
.
The Public Suffix List is a cross-vendor initiative to provide an accurate
list of domain name suffixes. A "public suffix" is one under which Internet
users can directly register names. Some examples of public suffixes are
".com", ".co.uk" and "pvt.k12.wy.us". The Public Suffix List is a list of all
known public suffixes.
.
This package provides the library for browsers.
Package: node-psl
Architecture: all
Depends:
${misc:Depends}
, libjs-psl
, node-punycode
, nodejs (>= 6)
Description: Node.js domain name parser based on the Public Suffix List
psl is a JavaScript domain name parser based on the Public Suffix List
(https://publicsuffix.org/). This implementation is tested against the test
data hosted by Mozilla and kindly provided by Comodo.
.
The Public Suffix List is a cross-vendor initiative to provide an accurate
list of domain name suffixes. A "public suffix" is one under which Internet
users can directly register names. Some examples of public suffixes are
".com", ".co.uk" and "pvt.k12.wy.us". The Public Suffix List is a list of all
known public suffixes.
.
This package provides the node.js module.
|