Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
filename:my-package.ext 

Search by package tag:
tag:latest 

Search by package version:
version:1.0.0  prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search by last download date:
last_downloaded:<"30 days ago" 
last_downloaded:>"August 14, 2022 EST" 

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Search queries for all Generic-specific package types

Search by file path:
generic_filepath:path/to/file.txt

Search by directory:
generic_directory:path/to

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Generic, Go, Helm, Hex, HuggingFace, LuaRocks, Maven, MCP, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, VSX, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial

npm logo qs  6.13.0

One-liner (summary)

No summary - See description for more info.

Description

A querystring parser that supports nesting and arrays, with a depth limit
Status  Completed
Checksum (MD5) fc1a645c0cf8098064f21e7b2aea1b6c
Checksum (SHA-1) 6ca3bd58439f7e245655798997787b0d88a51906
Checksum (SHA-256) abffeabbdedc8e466c1bd75227e14ceb76e77f61be475dfcee0d3bbe6dd608fd
Checksum (SHA-512) fb7f2a23d48eafcb5f67842624da65314c6a8db7bb2cabef66059d13104e99df9e…
ECDSA Signature
ECDSA Fingerprint 2dead35865cb1869d2ce573718b8cd2b
Storage Region  Dublin, Ireland
Type  Source (contains source code or documentation)
Uploaded At 9 months, 3 weeks ago
Uploaded By Fetched by Cloudsmith
Slug Id qs-6130tgz-fqp2
Unique Id hBy5DqEBMLQG
Version (Raw) 6.13.0
Version (Parsed)
  • Major: 6
  • Minor: 13
  • Patch: 0
  • Type: SemVer (Strict)
  extended metadata
Package 100% Valid
Contributors Jordan Harband <ljharb@gmail.com>
Dependencies 'side-channel' '^1.0.6'
Dev Dependencies '@browserify/envify' '^6.0.0' | '@browserify/uglifyify' '^6.0.0' | '@ljharb/eslint-config' '^21.1.1' | 'browserify' '^16.5.2' | 'bundle-collapser' '^1.4.0' | 'common-shakeify' '~1.0.0' | 'eclint' '^2.8.1' | 'es-value-fixtures' '^1.4.2' | 'eslint' '=8.8.0' | 'evalmd' '^0.0.19' | 'for-each' '^0.3.3' | 'glob' '=10.3.7' | 'has-override-mistake' '^1.0.1' | 'has-property-descriptors' '^1.0.2' | 'has-symbols' '^1.0.3' | 'iconv-lite' '^0.5.1' | 'in-publish' '^2.0.1' | 'jackspeak' '=2.1.1' | 'mkdirp' '^0.5.5' | 'mock-property' '^1.0.3' | 'module-deps' '^6.2.3' | 'npmignore' '^0.3.1' | 'nyc' '^10.3.2' | 'object-inspect' '^1.13.2' | 'qs-iconv' '^1.0.4' | 'safe-publish-latest' '^2.0.0' | 'safer-buffer' '^2.1.2' | 'tape' '^5.8.1' | 'unassertify' '^3.0.1'
Engines 'node' '>=0.6'
Homepage URL https://github.com/ljharb/qs
Keywords parse | qs | query | querystring | stringify | url
Main lib/index.js
Repository Type git
Repository URL https://github.com/ljharb/qs.git
Scripts 'dist' 'mkdirp dist && browserify --standalone Qs -g unassertify -g @browserify/envify -g [@browserify/uglifyify --mangle.keep_fnames --compress.keep_fnames --format.indent_level=1 --compress.arrows=false --compress.passes=4 --compress.typeofs=false] -p common-sh' | 'lint' 'eslint --ext=js,mjs .' | 'postlint' 'eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\.git' | grep -v dist/)' | 'posttest' 'npx npm@'>=10.2' audit --production' | 'prepack' 'npmignore --auto --commentLines=autogenerated && npm run dist' | 'prepublish' 'not-in-publish || npm run prepublishOnly' | 'prepublishOnly' 'safe-publish-latest' | 'pretest' 'npm run --silent readme && npm run --silent lint' | 'readme' 'evalmd README.md' | 'test' 'npm run tests-only' | 'tests-only' 'nyc tape 'test/**/*.js''
pkg qs-6.13.0.tgz 9
54.0 KB
md5 sha1 sha256 sha512
Package Contents (qs-6.13.0.tgz)
Loading...

This package has 24 files/directories.

Last scanned

9 months, 3 weeks ago

Scan result

Clean

Vulnerability count

0

Max. severity

Unknown

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of 'qs' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/npm/qs/6.13.0/x/?render=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/npm/qs/6.13.0/)
|This version of 'qs' @ Cloudsmith|
.. |This version of 'qs' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/npm/qs/6.13.0/x/?render=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/npm/qs/6.13.0/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/npm/qs/6.13.0/x/?render=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/npm/qs/6.13.0/",title="This version of 'qs' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/npm/qs/6.13.0/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/npm/qs/6.13.0/x/?render=true" alt="This version of 'qs' @ Cloudsmith" /></a>

rendered as: This version of 'qs' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of 'qs' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/npm/qs/latest/x/?render=true&show_latest=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/npm/qs/latest/)
|Latest version of 'qs' @ Cloudsmith|
.. |Latest version of 'qs' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/npm/qs/latest/x/?render=true&show_latest=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/npm/qs/latest/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/npm/qs/latest/x/?render=true&show_latest=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/npm/qs/latest/",title="Latest version of 'qs' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/npm/qs/latest/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/npm/qs/latest/x/?render=true&show_latest=true" alt="Latest version of 'qs' @ Cloudsmith" /></a>

rendered as: Latest version of 'qs' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use qs @ version 6.13.0 ...

npm install 'qs@6.13.0'

You can also install the latest version of this package:

npm install 'qs'

If necessary, you can specify the registry directly:

npm install \
  --registry=https://npm.cloudsmith.io/demo-docs/awesome-repo/ \
  'qs@6.13.0'

Alternatively, you can add it to dependencies in your project package.json file:

{ "dependencies": { "qs": "6.13.0" } }

If you're using yarn, you need to add always-auth to your user or project .npmrc:

always-auth
Warning: We highly recommend using npm dependencies in your own project rather than installing directly.
Previous Version
Next Version
Top