package.json
2.51 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
{
"_args": [
[
{
"raw": "request@2.29.0",
"scope": null,
"escapedName": "request",
"name": "request",
"rawSpec": "2.29.0",
"spec": "2.29.0",
"type": "version"
},
"C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\lol-api"
]
],
"_from": "request@2.29.0",
"_id": "request@2.29.0",
"_inCache": true,
"_location": "/request",
"_npmUser": {
"name": "mikeal",
"email": "mikeal.rogers@gmail.com"
},
"_npmVersion": "1.3.2",
"_phantomChildren": {},
"_requested": {
"raw": "request@2.29.0",
"scope": null,
"escapedName": "request",
"name": "request",
"rawSpec": "2.29.0",
"spec": "2.29.0",
"type": "version"
},
"_requiredBy": [
"/lol-api"
],
"_resolved": "https://registry.npmjs.org/request/-/request-2.29.0.tgz",
"_shasum": "0d4b8de70d26a9911a8344af9a0e8edab81ff1c3",
"_shrinkwrap": null,
"_spec": "request@2.29.0",
"_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\lol-api",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
},
"bugs": {
"url": "http://github.com/mikeal/request/issues"
},
"dependencies": {
"aws-sign2": "~0.5.0",
"forever-agent": "~0.5.0",
"form-data": "~0.1.0",
"hawk": "~1.0.0",
"http-signature": "~0.10.0",
"json-stringify-safe": "~5.0.0",
"mime": "~1.2.9",
"node-uuid": "~1.4.0",
"oauth-sign": "~0.3.0",
"qs": "~0.6.0",
"tough-cookie": "~0.9.15",
"tunnel-agent": "~0.3.0"
},
"description": "Simplified HTTP request client.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "0d4b8de70d26a9911a8344af9a0e8edab81ff1c3",
"tarball": "https://registry.npmjs.org/request/-/request-2.29.0.tgz"
},
"engines": [
"node >= 0.8.0"
],
"homepage": "https://github.com/mikeal/request#readme",
"main": "index.js",
"maintainers": [
{
"name": "mikeal",
"email": "mikeal.rogers@gmail.com"
}
],
"name": "request",
"optionalDependencies": {
"aws-sign2": "~0.5.0",
"form-data": "~0.1.0",
"hawk": "~1.0.0",
"http-signature": "~0.10.0",
"oauth-sign": "~0.3.0",
"tough-cookie": "~0.9.15",
"tunnel-agent": "~0.3.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mikeal/request.git"
},
"scripts": {
"test": "node tests/run.js"
},
"tags": [
"http",
"simple",
"util",
"utility"
],
"version": "2.29.0"
}