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
| {
| "_args": [
| [
| "httpntlm@1.7.6",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "httpntlm@1.7.6",
| "_id": "httpntlm@1.7.6",
| "_inBundle": false,
| "_integrity": "sha1-aZHoNSg2AH1nEBuD247Q+RX5BtA=",
| "_location": "/httpntlm",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "httpntlm@1.7.6",
| "name": "httpntlm",
| "escapedName": "httpntlm",
| "rawSpec": "1.7.6",
| "saveSpec": null,
| "fetchSpec": "1.7.6"
| },
| "_requiredBy": [
| "/soap"
| ],
| "_resolved": "https://registry.npmjs.org/httpntlm/-/httpntlm-1.7.6.tgz",
| "_spec": "1.7.6",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "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",
| "engines": {
| "node": ">=0.8.0"
| },
| "homepage": "https://github.com/SamDecrock/node-http-ntlm#readme",
| "licenses": [
| {
| "type": "MIT",
| "url": "http://www.opensource.org/licenses/mit-license.php"
| }
| ],
| "main": "./httpntlm",
| "name": "httpntlm",
| "repository": {
| "type": "git",
| "url": "git://github.com/SamDecrock/node-http-ntlm.git"
| },
| "scripts": {
| "jshint": "jshint *.js"
| },
| "version": "1.7.6"
| }
|
|