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
  
     | 
    
      Source: node-isurl
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , chai <!nocheck>
 , mocha <!nocheck>
 , node-jsdom <!nocheck>
 , node-is-object <!nocheck>
 , node-lodash-packages <!nocheck>
 , node-has-to-string-tag-x <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-isurl
Vcs-Git: https://salsa.debian.org/js-team/node-isurl.git
Homepage: https://github.com/stevenvachon/isurl#readme
Rules-Requires-Root: no
Package: node-isurl
Architecture: all
Depends: ${misc:Depends}
 , nodejs
 , node-is-object
 , node-has-to-string-tag-x
Provides: ${nodejs:Provides}
Description: Checks whether a value is a WHATWG URL
 Works cross-realm/iframe and despite @@toStringTag. WHATWG URL API is used to
 parse, construct, normalise, and encode URLs. URLs will be encoded as per RFC
 3986.
 .
 The Web Hypertext Application Technology Working Group is a community of
 people interested in evolving HTML and related technologies.
 .
 Node.js is an event-based server-side JavaScript engine.
 
     |