UNPKG

@node-ntlm/axios

Version:
43 lines (42 loc) 814 B
{ "name": "@node-ntlm/axios", "version": "0.3.2", "license": "MIT", "description": "NTLM axios node utility function", "repository": { "type": "git", "url": "https://github.com/skrtheboss/node-ntlm.git", "directory": "packages/axios" }, "bugs": { "url": "https://github.com/skrtheboss/node-ntlm/issues" }, "keywords": [ "ntlm", "md4", "des", "node18", "node16", "node", "iis", "http", "https", "axios", "authentication", "windows authentication", "windows", "auth" ], "type": "commonjs", "engines": { "node": ">=16.19.0" }, "dependencies": { "@node-ntlm/core": "0.3.2", "axios": "^1.3.2", "dev-null": "^0.1.1", "tslib": "^2.5.0" }, "main": "./src/index.js", "types": "./src/index.d.ts" }