File tree Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " query-string" ,
3- "version" : " 5.1.1 " ,
4- "description" : " Parse and stringify URL query strings" ,
5- "license" : " MIT" ,
6- "repository" : " sindresorhus/query-string" ,
7- "author" : {
8- "name" : " Sindre Sorhus" ,
9- "email" : " sindresorhus@gmail.com" ,
10- "url" : " sindresorhus.com"
11- },
12- "engines" : {
13- "node" : " >=6"
14- },
15- "scripts" : {
16- "test" : " xo && ava"
17- },
18- "files" : [
19- " index.js"
20- ],
21- "keywords" : [
22- " browser" ,
23- " querystring" ,
24- " query" ,
25- " string" ,
26- " qs" ,
27- " param" ,
28- " parameter" ,
29- " url" ,
30- " parse" ,
31- " stringify" ,
32- " encode" ,
33- " decode" ,
34- " searchparams"
35- ],
36- "dependencies" : {
37- "decode-uri-component" : " ^0.2.0" ,
38- "strict-uri-encode" : " ^2.0.0"
39- },
40- "devDependencies" : {
41- "ava" : " *" ,
42- "xo" : " *"
43- }
2+ "name" : " query-string" ,
3+ "version" : " 6.0.0 " ,
4+ "description" : " Parse and stringify URL query strings" ,
5+ "license" : " MIT" ,
6+ "repository" : " sindresorhus/query-string" ,
7+ "author" : {
8+ "name" : " Sindre Sorhus" ,
9+ "email" : " sindresorhus@gmail.com" ,
10+ "url" : " sindresorhus.com"
11+ },
12+ "engines" : {
13+ "node" : " >=6"
14+ },
15+ "scripts" : {
16+ "test" : " xo && ava"
17+ },
18+ "files" : [
19+ " index.js"
20+ ],
21+ "keywords" : [
22+ " browser" ,
23+ " querystring" ,
24+ " query" ,
25+ " string" ,
26+ " qs" ,
27+ " param" ,
28+ " parameter" ,
29+ " url" ,
30+ " parse" ,
31+ " stringify" ,
32+ " encode" ,
33+ " decode" ,
34+ " searchparams"
35+ ],
36+ "dependencies" : {
37+ "decode-uri-component" : " ^0.2.0" ,
38+ "strict-uri-encode" : " ^2.0.0"
39+ },
40+ "devDependencies" : {
41+ "ava" : " *" ,
42+ "xo" : " *"
43+ }
4444}
You can’t perform that action at this time.
0 commit comments