UNPKG

qs

Version:

A querystring parser that supports nesting and arrays, with a depth limit

30 lines (29 loc) 752 B
{ "name": "qs", "description": "A querystring parser that supports nesting and arrays, with a depth limit", "homepage": "https://github.com/hapijs/qs", "version": "6.0.0", "repository": { "type": "git", "url": "https://github.com/hapijs/qs.git" }, "main": "lib/index.js", "keywords": [ "querystring", "qs" ], "engines": ">=4.0.0", "dependencies": {}, "devDependencies": { "browserify": "^10.2.1", "code": "2.x.x", "lab": "7.x.x" }, "scripts": { "test": "lab -a code -t 100 -L", "test-tap": "lab -a code -r tap -o tests.tap", "test-cov-html": "lab -a code -r html -o coverage.html", "dist": "browserify --standalone Qs lib/index.js > dist/qs.js" }, "license": "BSD-3-Clause" }