UNPKG

1.25 kBJSONView Raw
1{
2 "name": "httpntlm",
3 "description": "httpntlm is a Node.js library to do HTTP NTLM authentication",
4 "version": "1.8.9",
5 "dependencies": {
6 "des.js": "^1.0.1",
7 "httpreq": ">=0.4.22",
8 "js-md4": "^0.3.2",
9 "underscore": "~1.12.1"
10 },
11 "author": {
12 "name": "Sam Decrock",
13 "url": "https://github.com/SamDecrock/"
14 },
15 "contributors": [
16 {
17 "name": "Martin Andreas Ullrich",
18 "url": "https://github.com/dasMulli"
19 }
20 ],
21 "bugs": {
22 "url": "https://github.com/SamDecrock/node-http-ntlm/issues"
23 },
24 "engines": {
25 "node": ">=10.4.0"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git://github.com/SamDecrock/node-http-ntlm.git"
30 },
31 "main": "./httpntlm",
32 "licenses": [
33 {
34 "type": "MIT",
35 "url": "http://www.opensource.org/licenses/mit-license.php"
36 }
37 ],
38 "scripts": {
39 "jshint": "jshint *.js"
40 },
41 "funding": [
42 {
43 "type": "paypal",
44 "url": "https://www.paypal.com/donate/?hosted_button_id=2CKNJLZJBW8ZC"
45 },
46 {
47 "type": "buymeacoffee",
48 "url": "https://www.buymeacoffee.com/samdecrock"
49 }
50 ],
51 "devDependencies": {
52 "deep-equal": "^2.2.0",
53 "express": "^4.18.2",
54 "express-ntlm": "^2.6.2",
55 "rewire": "^6.0.0"
56 }
57}