File: control

package info (click to toggle)
node-querystring 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: makefile: 12; sh: 11
file content (35 lines) | stat: -rw-r--r-- 1,218 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
Source: node-querystring
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , nodejs (>= 6)
 , node-tap (>= 8) <!nocheck>
 , node-retape <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/Gozala/querystring
Vcs-Git: https://salsa.debian.org/js-team/node-querystring.git
Vcs-Browser: https://salsa.debian.org/js-team/node-querystring

Package: node-querystring
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Node's querystring module for all engines
 The querystring module provides utilities for parsing and formatting
 URL query strings.
 .
 On the World Wide Web, a query string is the part of a uniform
 resource locator (URL) containing data that does not fit conveniently
 into a hierarchical path structure. The query string commonly includes
 fields added to a base URL by a Web browser or other client
 application, for example as part of an HTML form.
 .
 node-querystring allow one to encode, decode, parse and
 stringify query string.
 .
 Node.js is an event-based server-side JavaScript engine.