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 be17f36 commit f0e578cCopy full SHA for f0e578c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tiny-querystring",
3
"description": "Tiny parsing and formatting URL query strings for Node.js and browser",
4
- "version": "0.0.0",
+ "version": "0.0.0-0",
5
"main": "dist/tiny-querystring.js",
6
"module": "tiny-querystring.js",
7
"jsnext:main": "tiny-querystring.js",
@@ -24,7 +24,17 @@
24
},
25
"author": "Cap32",
26
"repository": "Cap32/tiny-querystring",
27
- "keywords": [],
+ "keywords": [
28
+ "querystring",
29
+ "qs",
30
+ "query",
31
+ "stringify",
32
+ "parse",
33
+ "nodejs",
34
+ "browser",
35
+ "tiny",
36
+ "mini"
37
+ ],
38
"license": "MIT",
39
"dependencies": {},
40
"devDependencies": {
0 commit comments