Source: node-url
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 10)
 , dh-buildinfo
 , nodejs
 , node-assert (>= 1.1.1)
 , mocha (>= 1.18.2)
Standards-Version: 3.9.8
Homepage: https://github.com/defunctzombie/node-url#readme
Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-url.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/node-url.git

Package: node-url
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-punycode (>= 1.3.2)
 , node-querystring (>= 0.2.0)
Description: core nodejs url packaged standalone for use with Browserify.
 url module provides utilities for URL resolution and parsing.
 .
 This module creates an url object which contain properties 
 which hold different parts of the url.
 .
 This module is used by browserify and is meant to
 have feature parity with node.js core url module.
 .
 Node.js is an event-based server-side JavaScript engine.
