node-querystring 0.2.0-2 source package in Ubuntu

Changelog

node-querystring (0.2.0-2) unstable; urgency=medium

  * Move to salsa
  * Run testsuite
  * Use CI
  * Bump compat and policy (no changes)

 -- Bastien Roucariès <email address hidden>  Wed, 30 May 2018 23:11:27 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-querystring_0.2.0-2.dsc 2.1 KiB ca08cca5a15505b28f98fefee52d9298e41c4a69c90243597aa0890d7f56fe76
node-querystring_0.2.0.orig.tar.gz 4.7 KiB 79106ef9345bc79928d9fb23d359ef8aec0bc8eb79dd832041d2c379589d6868
node-querystring_0.2.0-2.debian.tar.xz 2.7 KiB d49ef0b83e1f6087c660eb7af334b4bcf92e6740bd557a1aba295d3846c46eef

Available diffs

No changes file available.

Binary packages built by this source

node-querystring: 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.