{
  "_args": [
    [
      "axios-ntlm@1.4.1",
      "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend"
    ]
  ],
  "_from": "axios-ntlm@1.4.1",
  "_id": "axios-ntlm@1.4.1",
  "_inBundle": false,
  "_integrity": "sha512-6dKPhsfxONR3PyXFMsUM5g55cYNKifgkV2NV+ZesAHryKLeO+WhNgSnJecDER6jGUCl13OEhu8tCOLUMJFMGEQ==",
  "_location": "/axios-ntlm",
  "_phantomChildren": {
    "follow-redirects": "1.15.2",
    "form-data": "4.0.0",
    "proxy-from-env": "1.1.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "axios-ntlm@1.4.1",
    "name": "axios-ntlm",
    "escapedName": "axios-ntlm",
    "rawSpec": "1.4.1",
    "saveSpec": null,
    "fetchSpec": "1.4.1"
  },
  "_requiredBy": [
    "/soap"
  ],
  "_resolved": "https://registry.npmjs.org/axios-ntlm/-/axios-ntlm-1.4.1.tgz",
  "_spec": "1.4.1",
  "_where": "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend",
  "author": {
    "name": "CatButtes"
  },
  "bugs": {
    "url": "https://github.com/catbuttes/axios-ntlm/issues"
  },
  "dependencies": {
    "axios": "^1.3.2",
    "des.js": "^1.0.1",
    "dev-null": "^0.1.1",
    "js-md4": "^0.3.2"
  },
  "description": "An NTLM auth extension to the Axios HTTP library",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "typescript": "^4.9.3"
  },
  "homepage": "https://buttes.dev/axios-ntlm/",
  "keywords": [
    "axios",
    "ntlm",
    "authentication",
    "windows authentication",
    "windows",
    "auth"
  ],
  "license": "MIT",
  "main": "lib/ntlmClient.js",
  "name": "axios-ntlm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catbuttes/axios-ntlm.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "types": "lib/ntlmClient.d.ts",
  "version": "1.4.1"
}
