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 36 37 38 39 40 41 42
|
Source: node-qs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>, Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-browserify-lite
, node-debbundle-es-to-primitive
, node-deep-equal (>= 2.1)
, node-es-abstract
, node-function-bind
, node-has-symbols <!nocheck>
, node-iconv-lite <!nocheck>
, node-inherits
, node-lodash <!nocheck>
, node-object-inspect
, node-safer-buffer <!nocheck>
, node-side-channel <!nocheck>
, node-tape <!nocheck>
, node-util
Standards-Version: 4.6.1
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.
|