Source: node-qs
Section: javascript
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Testsuite: autopkgtest-pkg-nodejs
Uploaders: David Paleino <dapal@debian.org>,
 Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper-compat (= 12)
 , node-browserify-lite
 , node-iconv-lite <!nocheck>
 , node-lodash <!nocheck>
 , node-tape <!nocheck>
 , pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.1
Homepage: https://github.com/hapijs/qs
Vcs-Git: https://salsa.debian.org/js-team/node-qs.git
Vcs-Browser: https://salsa.debian.org/js-team/node-qs
Rules-Requires-Root: no

Package: node-qs
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Description: Parse, stringify query strings for Node.js
 This module can parse or stringify query strings, and supports
 nested objects with brackets notation.
 Parameters `depth` and `parameterLimit` help prevent abusive
 user input.
 .
 Node.js is an event-based server-side javascript engine.
