@tryjsky/ntlm2
Version:
ntlm2 with Node v17 patch.
30 lines (29 loc) • 604 B
JSON
{
"name": "@tryjsky/ntlm2",
"version": "0.3.1",
"description": "ntlm2 with Node v17 patch.",
"keywords": [
"ntlm",
"ntlmv2",
"client",
"authentication"
],
"main": "./lib/index.js",
"author": {
"name": "Y., Ryota",
"email": "tryjsky@gmail.com",
"url": "https://github.com/tryjsky"
},
"repository": {
"type": "git",
"url": "https://github.com/tryjsky/node-ntlm-client.git"
},
"bugs": {
"url": "https://github.com/tryjsky/node-ntlm-client/issues"
},
"license": "MIT",
"dependencies": {
"extend": "^3.0.0",
"js-md4": "^0.3.2"
}
}