package.json
3.08 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"_args": [
[
{
"raw": "koa-qs@^2.0.0",
"scope": null,
"escapedName": "koa-qs",
"name": "koa-qs",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "koa-qs@>=2.0.0 <3.0.0",
"_id": "koa-qs@2.0.0",
"_inCache": true,
"_location": "/koa-qs",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "fengmk2",
"email": "fengmk2@gmail.com"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "koa-qs@^2.0.0",
"scope": null,
"escapedName": "koa-qs",
"name": "koa-qs",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/koa-qs/-/koa-qs-2.0.0.tgz",
"_shasum": "18d16b43508a541f092e514351dc09563a48819f",
"_shrinkwrap": null,
"_spec": "koa-qs@^2.0.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/koajs/qs/issues"
},
"dependencies": {
"merge-descriptors": "~0.0.2",
"qs": "~2.3.3"
},
"description": "qs for koa",
"devDependencies": {
"istanbul-harmony": "*",
"koa": "0",
"mocha": "2",
"should": "3",
"supertest": "0",
"urllib": "2"
},
"directories": {},
"dist": {
"shasum": "18d16b43508a541f092e514351dc09563a48819f",
"tarball": "https://registry.npmjs.org/koa-qs/-/koa-qs-2.0.0.tgz"
},
"engines": {
"iojs": ">= 1.0.0",
"node": ">= 0.11"
},
"files": [
"index.js"
],
"gitHead": "5472d3bd84510e4ff5027aa189f15c2619ea7694",
"homepage": "https://github.com/koajs/qs",
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "juliangruber",
"email": "julian@juliangruber.com"
},
{
"name": "dead_horse",
"email": "dead_horse@qq.com"
},
{
"name": "fengmk2",
"email": "fengmk2@gmail.com"
},
{
"name": "eivifj",
"email": "eivind.fjeldstad@gmail.com"
},
{
"name": "aheckmann",
"email": "aaron.heckmann+github@gmail.com"
},
{
"name": "dead-horse",
"email": "dead_horse@qq.com"
}
],
"name": "koa-qs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/koajs/qs.git"
},
"scripts": {
"test": "NODE_ENV=test mocha --harmony --require should --reporter spec",
"test-cov": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
},
"version": "2.0.0"
}