Source: node-qs Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Testsuite: autopkgtest-pkg-nodejs Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper-compat (= 13) , node-browserify-lite , node-iconv-lite , node-lodash , node-tape , 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.