We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de7b7a commit d62f2c4Copy full SHA for d62f2c4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "query-strings-parser",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Middleware to transform query strings in a format that is recognized by the MongoDB, MySQL and other databases...",
5
"license": "MIT",
6
"main": "index.js",
@@ -25,17 +25,17 @@
25
],
26
"keywords": [
27
"middleware",
28
+ "query",
29
"query-string",
30
+ "querystring",
31
+ "querystrings",
32
+ "qs",
33
"parser",
34
"stringfy",
35
"encode",
36
"decode",
37
"searchparams",
38
"url",
- "querystring",
- "querystrings",
- "qs",
- "query",
39
"string"
40
41
"engines": {
@@ -48,4 +48,4 @@
48
"node-mocks-http": "^1.7.3",
49
"nyc": "^13.1.0"
50
}
51
-}
+}
0 commit comments