{
  "_args": [
    [
      "passport-ldapauth@2.1.4",
      "/app"
    ]
  ],
  "_from": "passport-ldapauth@2.1.4",
  "_id": "passport-ldapauth@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-VeVL69ZK+cpJe0DKMSGuwcf7k+V4dr0U0Y7ZhXL785pcRb5gRA6qYZfIH+XTsAzwqTK9l0Dn3Ds4weOZ1jKkLQ==",
  "_location": "/passport-ldapauth",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "passport-ldapauth@2.1.4",
    "name": "passport-ldapauth",
    "escapedName": "passport-ldapauth",
    "rawSpec": "2.1.4",
    "saveSpec": null,
    "fetchSpec": "2.1.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-2.1.4.tgz",
  "_spec": "2.1.4",
  "_where": "/app",
  "author": {
    "name": "Vesa Poikajärvi",
    "email": "vesa.poikajarvi@iki.fi"
  },
  "bugs": {
    "url": "https://github.com/vesse/passport-ldapauth/issues"
  },
  "contributors": [
    {
      "name": "Simon Gaeremynck",
      "email": "gaeremyncks@gmail.com"
    },
    {
      "name": "Michael Bailly",
      "email": "mbailly@linagora.com"
    },
    {
      "name": "Jason Gelinas",
      "email": "jason.gelinas@citi.com"
    },
    {
      "name": "arumi",
      "email": "arumi@wge7033.secheron.net"
    },
    {
      "name": "Anthony Hernandez",
      "email": "anthony.hernandez@clownphobia.com"
    },
    {
      "name": "Chris Harwood",
      "email": "harwood@teralogics.com"
    },
    {
      "name": "David Dolcimascolo",
      "email": "david.dolcimascolo@stordata.fr"
    }
  ],
  "dependencies": {
    "@types/node": "*",
    "@types/passport": "^1.0.0",
    "ldapauth-fork": "^4.3.2",
    "passport-strategy": "^1.0.0"
  },
  "description": "LDAP authentication strategy for Passport",
  "devDependencies": {
    "@types/basic-auth": "^1.1.3",
    "@types/bunyan": "^1.8.5",
    "@types/express": "^4.16.1",
    "basic-auth": "^2.0.1",
    "body-parser": "^1.17.2",
    "bunyan": "^1.8.10",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "express": "^4.16.4",
    "ldapjs": "^1.0.1",
    "merge": "1.2.1",
    "mocha": "^7.0.1",
    "passport": "^0.4.0",
    "supertest": "^4.0.2",
    "typescript": "^3.8.2",
    "watch": "^1.0.2"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "https://github.com/vesse/passport-ldapauth#readme",
  "keywords": [
    "ldap",
    "passport",
    "authentication",
    "ldapauth"
  ],
  "license": "MIT",
  "main": "./lib/passport-ldapauth",
  "name": "passport-ldapauth",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vesse/passport-ldapauth.git"
  },
  "scripts": {
    "lint": "eslint ./lib",
    "lint:watch": "watch 'npm run lint' ./lib --wait 0.5",
    "prepare": "npm run lint",
    "test": "NODE_PATH=lib mocha --reporter spec test/*-test.js",
    "test:typescript": "cd test/typescript && tsc",
    "test:watch": "watch 'npm test' ./lib ./test --wait 0.5"
  },
  "types": "./lib/passport-ldapauth/strategy.d.ts",
  "version": "2.1.4"
}
