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
|
Source: node-querystring
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-retape <!nocheck>
, node-tap <!nocheck>
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.
|