• File: package.json
  • Full Path: /var/www/nodejs/callDir/node_modules/axios-ntlm/package.json
  • Date Modified: 06/03/2024 5:11 PM
  • File size: 885 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "axios-ntlm",
  "version": "1.4.2",
  "description": "An NTLM auth extension to the Axios HTTP library",
  "main": "lib/ntlmClient.js",
  "types": "lib/ntlmClient.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "author": "CatButtes",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catbuttes/axios-ntlm.git"
  },
  "bugs": {
    "url": "https://github.com/catbuttes/axios-ntlm/issues"
  },
  "keywords": [
    "axios",
    "ntlm",
    "authentication",
    "windows authentication",
    "windows",
    "auth"
  ],
  "homepage": "https://buttes.dev/axios-ntlm/",
  "devDependencies": {
    "@types/node": "^18.18.9",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "axios": "^1.6.1",
    "des.js": "^1.1.0",
    "dev-null": "^0.1.1",
    "js-md4": "^0.3.2"
  }
}