forked from FrankyBoy/request-ntlm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.51 KB
/
package.json
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
{
"name": "request-ntlm-continued",
"version": "0.1.1",
"description": "NTLM auth for NodeJS - continued from Colyn Brown's project",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/FrankyBoy/request-ntlm"
},
"contributors": [
{
"name": "Colyn Brown",
"email": "[email protected]"
},
{
"name": "Immanuel Hayden",
"email": "[email protected]"
},
{
"name": "Brett Profitt",
"email": "[email protected]"
}
],
"license": "ISC",
"dependencies": {
"agentkeepalive": "^1.2.0",
"async": "^0.7.0",
"lodash": "^2.4.1",
"request": "^2.34.0"
},
"gitHead": "df2f4dae302d61ff995a51918cc5d52c6269a0e7",
"bugs": {
"url": "https://github.com/FrankyBoy/request-ntlm/issues"
},
"homepage": "https://github.com/FrankyBoy/request-ntlm",
"_id": "[email protected]",
"scripts": {},
"_shasum": "91380e6b77c9f73cd94e356c551efa322b65feaa",
"_from": "request-ntlm-continued@*",
"_npmVersion": "1.4.26",
"_npmUser": {
"name": "ihayden",
"email": "[email protected]"
},
"maintainers": [
{
"name": "ihayden",
"email": "[email protected]"
}
],
"dist": {
"shasum": "91380e6b77c9f73cd94e356c551efa322b65feaa",
"tarball": "http://registry.npmjs.org/request-ntlm-continued/-/request-ntlm-continued-0.1.1.tgz"
},
"directories": {},
"_resolved": "http://registry.npmjs.org/request-ntlm-continued/-/request-ntlm-continued-0.1.1.tgz"
}