node-expose-sspi-strict
Version:
Expose the Microsoft Windows SSPI interface in order to do NTLM and Kerberos authentication.
107 lines (106 loc) • 2.96 kB
JSON
{
"author": {
"name": "s0urceror",
"email": "sourceror@neximus.com",
"url": "http://neximus.com"
},
"bugs": {
"url": "https://github.com/S0urceror"
},
"bundleDependencies": false,
"dependencies": {
"base64-arraybuffer": "^0.2.0",
"debug": "^4.1.1",
"http-errors": "^1.7.3",
"node-fetch": "^2.6.0"
},
"deprecated": false,
"description": "Expose the Microsoft Windows SSPI interface in order to do NTLM and Kerberos authentication.",
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/express": "^4.17.2",
"@types/express-session": "^1.15.16",
"@types/http-errors": "^1.6.3",
"@types/mocha": "^7.0.2",
"@types/node-fetch": "^2.5.5",
"@types/serve-index": "^1.7.30",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"ejs": "^3.0.1",
"eslint": "^6.8.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"http-proxy-middleware": "^1.0.3",
"mocha": "^7.1.1",
"node-addon-api": "^2.0.0",
"nodemon": "^2.0.2",
"nyc": "^15.0.1",
"require-self": "^0.2.2",
"serve-index": "^1.9.1",
"source-map-support": "^0.5.16",
"standard-version": "^8.0.2",
"ts-node": "^8.6.2",
"typedoc": "^0.17.3",
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "^3.7.5"
},
"engines": {
"node": ">=12.16.1"
},
"gypfile": false,
"keywords": [
"SSPI",
"SSO",
"Single Sign On",
"node-addon",
"kerberos",
"NTLM",
"Negotiate",
"SPNEGO",
"authentication",
"auth",
"Microsoft",
"Windows"
],
"license": "ISC",
"main": "dist/index.js",
"name": "node-expose-sspi-strict",
"scripts": {
"build": "node-gyp rebuild -j 8 && node ./scripts/move-binary.js",
"build:arch": "ts-node ./scripts/build.ts",
"build:doc": "typedoc ./src/sso ./lib",
"build:ts": "tsc -p src",
"build:tsw": "tsc -p src -w",
"coverage": "nyc --reporter=html mocha",
"dev": "nodemon -x \"npm run build\"",
"devserve": "nodemon -x \"npm run build && ts-node examples/typescript/server.ts\"",
"devtest": "nodemon -x \"npm run build && npm run test\"",
"ex:client:server": "nodemon examples/client/server.js",
"ex:server": "nodemon examples/express-simple/server.js",
"ex:ts": "ts-node examples/typescript/index.ts",
"ex:ts:server": "nodemon examples/typescript/server.ts",
"lint": "eslint .",
"pretest": "require-self",
"release": "standard-version",
"start": "nodemon examples/typescript/server.ts",
"status": "ts-node scripts/status.ts",
"test": "mocha"
},
"version": "0.1.1",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": ">=12.16.1"
},
"pkgid": "node-expose-sspi-strict@0.1.1"
},
{
"code": "ENOTSUP",
"required": {
"node": ">=12.16.1"
},
"pkgid": "node-expose-sspi-strict@0.1.1"
}
]
}