package.json
1.4 KB
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
45
46
47
48
49
50
51
52
53
54
55
{
"_from": "qs@~4.0.0",
"_id": "qs@4.0.0",
"_inBundle": false,
"_integrity": "sha1-wx2bdOwn33XlQ6hseHKO2NRiNgc=",
"_location": "/qs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "qs@~4.0.0",
"name": "qs",
"escapedName": "qs",
"rawSpec": "~4.0.0",
"saveSpec": null,
"fetchSpec": "~4.0.0"
},
"_requiredBy": [
"/co-body"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
"_shasum": "c31d9b74ec27df75e543a86c78728ed8d4623607",
"_spec": "qs@~4.0.0",
"_where": "/Users/fzy/project/efang/node_modules/co-body",
"bugs": {
"url": "https://github.com/hapijs/qs/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"devDependencies": {
"browserify": "^10.2.1",
"code": "1.x.x",
"lab": "5.x.x"
},
"homepage": "https://github.com/hapijs/qs",
"keywords": [
"querystring",
"qs"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "qs",
"repository": {
"type": "git",
"url": "git+https://github.com/hapijs/qs.git"
},
"scripts": {
"dist": "browserify --standalone Qs lib/index.js > dist/qs.js",
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"version": "4.0.0"
}