File: control

package info (click to toggle)
node-qs 6.13.0%2Bds%2B~6.9.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,904 kB
  • sloc: javascript: 3,403; makefile: 9
file content (58 lines) | stat: -rw-r--r-- 1,665 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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-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 <!nocheck>
 , node-inherits
 , node-is-arguments
 , node-is-callable
 , node-is-generator-function
 , node-is-typed-array
 , node-lodash <!nocheck>
 , node-object-inspect
 , node-safer-buffer <!nocheck>
 , node-set-function-length
 , node-side-channel <!nocheck>
 , node-tape <!nocheck>
 , node-util
 , node-which-typed-array
Standards-Version: 4.7.0
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.