Source: node-qs
Section: javascript
Priority: optional
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 (= 13)
 , node-browserify-lite
 , node-iconv-lite <!nocheck>
 , node-lodash <!nocheck>
 , node-tape <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.5.0
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}
Multi-Arch: foreign
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.
