{
  "_args": [
    [
      "ldapauth-fork@4.3.3",
      "/app"
    ]
  ],
  "_from": "ldapauth-fork@4.3.3",
  "_id": "ldapauth-fork@4.3.3",
  "_inBundle": false,
  "_integrity": "sha512-x76VpQ5ZqkwAJmqwcD6KIwDiNEbgIGIPGwC/eA17e1dxWhlTx36w0DlLOFwjTuZ2iuaLTsZsUprlVqvSlwc/1Q==",
  "_location": "/ldapauth-fork",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ldapauth-fork@4.3.3",
    "name": "ldapauth-fork",
    "escapedName": "ldapauth-fork",
    "rawSpec": "4.3.3",
    "saveSpec": null,
    "fetchSpec": "4.3.3"
  },
  "_requiredBy": [
    "/passport-ldapauth"
  ],
  "_resolved": "https://registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-4.3.3.tgz",
  "_spec": "4.3.3",
  "_where": "/app",
  "author": {
    "name": "Vesa Poikajärvi",
    "email": "vesa.poikajarvi@iki.fi"
  },
  "bugs": {
    "url": "https://github.com/vesse/node-ldapauth-fork/issues"
  },
  "contributors": [
    {
      "name": "Trent Mick",
      "email": "trentm@gmail.com",
      "url": "http://trentm.com"
    },
    {
      "name": "Jacques Marneweck",
      "url": "https://github.com/jacques"
    },
    {
      "name": "Vesa Poikajärvi",
      "url": "https://github.com/vesse"
    }
  ],
  "dependencies": {
    "@types/ldapjs": "^1.0.0",
    "@types/node": "*",
    "bcryptjs": "^2.4.0",
    "ldapjs": "^1.0.2",
    "lru-cache": "^5.1.1"
  },
  "description": "Authenticate against an LDAP server",
  "devDependencies": {
    "@types/bunyan": "1.8.5",
    "bunyan": "^1.8.10",
    "eslint": "^5.9.0",
    "typescript": "^3.2.1",
    "watch": "^1.0.2"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "https://github.com/vesse/node-ldapauth-fork#readme",
  "keywords": [
    "authenticate",
    "ldap",
    "authentication",
    "auth"
  ],
  "license": "MIT",
  "main": "./lib/ldapauth.js",
  "name": "ldapauth-fork",
  "repository": {
    "type": "git",
    "url": "git://github.com/vesse/node-ldapauth-fork.git"
  },
  "scripts": {
    "lint": "eslint ./lib",
    "lint:watch": "watch 'npm run lint' ./lib --wait 0.5",
    "prepublishOnly": "npm run lint",
    "pretest": "cd test && tsc",
    "test": "cd test && node test.js"
  },
  "types": "./lib/ldapauth.d.ts",
  "version": "4.3.3"
}
