Source: node-querystring Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-retape , node-tap Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-querystring Vcs-Git: https://salsa.debian.org/js-team/node-querystring.git Homepage: https://github.com/Gozala/querystring Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-querystring Architecture: all Depends: ${misc:Depends} , nodejs:any Multi-Arch: foreign Description: Node's querystring module for all engines The querystring module provides utilities for parsing and formatting URL query strings. . On the World Wide Web, a query string is the part of a uniform resource locator (URL) containing data that does not fit conveniently into a hierarchical path structure. The query string commonly includes fields added to a base URL by a Web browser or other client application, for example as part of an HTML form. . node-querystring allow one to encode, decode, parse and stringify query string. . Node.js is an event-based server-side JavaScript engine.