Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "qs",
3
"version": "3.1.0",
4
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
5
"homepage": "https://github.com/hapijs/qs",
6
"main": "index.js",
7
"dependencies": {},
8
"devDependencies": {
9
"browserify": "^10.2.1",
10
"code": "1.x.x",
11
"lab": "5.x.x"
12
},
13
"scripts": {
14
"test": "make test-cov",
15
"dist": "browserify --standalone Qs index.js > dist/qs.js"
16
},
17
"repository": {
18
"type": "git",
19
"url": "git+https://github.com/hapijs/qs.git"
20
},
21
"keywords": [
22
"querystring",
23
"qs"
24
],
25
"license": "BSD-3-Clause",
26
"gitHead": "e53b1b242a55f886531954ebdd78b3b20efadaf0",
27
"bugs": {
28
"url": "https://github.com/hapijs/qs/issues"
29
},
30
"_id": "[email protected]",
31
"_shasum": "d0e9ae745233a12dc43fb4f3055bba446261153c",
32
"_from": "qs@>=3.1.0 <3.2.0",
33
"_npmVersion": "2.9.0",
34
"_nodeVersion": "0.12.2",
35
"_npmUser": {
36
"name": "nlf",
37
"email": "[email protected]"
38
},
39
"dist": {
40
"shasum": "d0e9ae745233a12dc43fb4f3055bba446261153c",
41
"tarball": "http://registry.npmjs.org/qs/-/qs-3.1.0.tgz"
42
},
43
"maintainers": [
44
{
45
"name": "nlf",
46
"email": "[email protected]"
47
},
48
{
49
"name": "hueniverse",
50
"email": "[email protected]"
51
}
52
],
53
"directories": {},
54
"_resolved": "https://registry.npmjs.org/qs/-/qs-3.1.0.tgz"
55
}
56
57