Source: psl.js Maintainer: Debian Javascript Maintainers Uploaders: Xavier Guimard , Utkarsh Gupta Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , mocha , 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.