http-server: update module to latest

This commit is contained in:
Josh Tynjala
2023-05-16 12:53:26 -07:00
parent 571c2bd181
commit a0c6f92136
1540 changed files with 85700 additions and 7281 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "qs",
"main": "dist/qs.js",
"homepage": "https://github.com/hapijs/qs",
"authors": [
"Nathan LaFreniere <quitlahok@gmail.com>"
],
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"keywords": [
"querystring",
"qs"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}