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
| {
| "_args": [
| [
| {
| "raw": "httpntlm@1.6.1",
| "scope": null,
| "escapedName": "httpntlm",
| "name": "httpntlm",
| "rawSpec": "1.6.1",
| "spec": "1.6.1",
| "type": "version"
| },
| "/root/rushmail/node_modules/smtp-connection"
| ]
| ],
| "_from": "httpntlm@1.6.1",
| "_id": "httpntlm@1.6.1",
| "_inCache": true,
| "_location": "/httpntlm",
| "_nodeVersion": "0.12.2",
| "_npmOperationalInternal": {
| "host": "packages-16-east.internal.npmjs.com",
| "tmp": "tmp/httpntlm-1.6.1.tgz_1462189866942_0.9128970899619162"
| },
| "_npmUser": {
| "name": "samdecrock",
| "email": "sam.decrock@gmail.com"
| },
| "_npmVersion": "2.7.4",
| "_phantomChildren": {},
| "_requested": {
| "raw": "httpntlm@1.6.1",
| "scope": null,
| "escapedName": "httpntlm",
| "name": "httpntlm",
| "rawSpec": "1.6.1",
| "spec": "1.6.1",
| "type": "version"
| },
| "_requiredBy": [
| "/smtp-connection"
| ],
| "_resolved": "https://registry.npmjs.org/httpntlm/-/httpntlm-1.6.1.tgz",
| "_shasum": "ad01527143a2e8773cfae6a96f58656bb52a34b2",
| "_shrinkwrap": null,
| "_spec": "httpntlm@1.6.1",
| "_where": "/root/rushmail/node_modules/smtp-connection",
| "author": {
| "name": "Sam Decrock",
| "url": "https://github.com/SamDecrock/"
| },
| "bugs": {
| "url": "https://github.com/SamDecrock/node-http-ntlm/issues"
| },
| "dependencies": {
| "httpreq": ">=0.4.22",
| "underscore": "~1.7.0"
| },
| "description": "httpntlm is a Node.js library to do HTTP NTLM authentication",
| "devDependencies": {},
| "directories": {},
| "dist": {
| "shasum": "ad01527143a2e8773cfae6a96f58656bb52a34b2",
| "tarball": "https://registry.npmjs.org/httpntlm/-/httpntlm-1.6.1.tgz"
| },
| "engines": {
| "node": ">=0.8.0"
| },
| "gitHead": "c5cecb5a94ef1fd33d5234aec3fad8c59b920eb2",
| "homepage": "https://github.com/SamDecrock/node-http-ntlm",
| "licenses": [
| {
| "type": "MIT",
| "url": "http://www.opensource.org/licenses/mit-license.php"
| }
| ],
| "main": "./httpntlm",
| "maintainers": [
| {
| "name": "samdecrock",
| "email": "sam.decrock@gmail.com"
| }
| ],
| "name": "httpntlm",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git://github.com/SamDecrock/node-http-ntlm.git"
| },
| "scripts": {
| "jshint": "jshint *.js"
| },
| "version": "1.6.1"
| }
|
|