This repository was archived by the owner on Mar 17, 2023. It is now read-only.
forked from adamhalasz/querystrings
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
44 lines (44 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "querystrings",
"version": "0.4.0",
"description": "An advanced Query String parser that converts values into their correct Data Types and supports Nested Query Parameters. ",
"keywords": [
"qs",
"query string",
"parse query string",
"stringify query string",
"query",
"string",
"nested",
"numbers",
"booleans",
"objects",
"arrays",
"url",
"uri",
"convert",
"transform",
"traverse"
],
"bugs": {
"url": "http://github.com/adamhalasz/querystrings/issues",
"email": "mail@adamhalasz.com"
},
"repository": {
"type": "git",
"url": "https://github.com/adamhalasz/querystrings.git"
},
"license": "MIT",
"author": {
"name": "Halász Ádám",
"email": "mail@adamhalasz.com",
"url": "http://adamhalasz.com/"
},
"dependencies": {
"sugar": "1.4.1"
},
"main": "index.js",
"engines": {
"node": ">=0.8.0"
}
}