Source: node-qs Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-available-typed-arrays , node-browserify-lite , node-call-bind , node-define-data-property , node-deep-equal (>= 2.1) , node-es-abstract , node-for-each , node-function-bind , node-get-intrinsic , node-gopd , node-has , node-has-property-descriptors , node-has-proto , node-has-symbols , node-has-tostringtag , node-hasown , node-iconv-lite , node-inherits , node-is-arguments , node-is-callable , node-is-generator-function , node-is-typed-array , node-lodash , node-object-inspect , node-safer-buffer , node-set-function-length , node-side-channel , node-tape , node-util , node-which-typed-array Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/js-team/node-qs Vcs-Git: https://salsa.debian.org/js-team/node-qs.git Homepage: https://github.com/hapijs/qs Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-qs Architecture: all Depends: ${misc:Depends} , node-side-channel Provides: ${nodejs:Provides} , libjs-qs (= ${binary:Version}) 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.