{
  "_args": [
    [
      "ldapjs@2.1.1",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "ldapjs@2.1.1",
  "_id": "ldapjs@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-XzF2BEGeM/nenYDAJvkDMYovZ07fIGalrYD+suprSqUWPCWpoa+a4vWl5g8o/En85m6NHWBpirDFNClWLAd77w==",
  "_location": "/ldapjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ldapjs@2.1.1",
    "name": "ldapjs",
    "escapedName": "ldapjs",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/activedirectory"
  ],
  "_resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "/var/www/html/ingfaq/backend",
  "bugs": {
    "url": "https://github.com/ldapjs/node-ldapjs/issues"
  },
  "dependencies": {
    "abstract-logging": "^2.0.0",
    "asn1": "^0.2.4",
    "assert-plus": "^1.0.0",
    "backoff": "^2.5.0",
    "ldap-filter": "^0.3.3",
    "once": "^1.4.0",
    "vasync": "^2.2.0",
    "verror": "^1.8.1"
  },
  "description": "LDAP client and server APIs",
  "devDependencies": {
    "get-port": "^5.1.1",
    "husky": "^4.2.5",
    "snazzy": "^8.0.0",
    "standard": "^14.0.2",
    "tap": "14.10.8"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "homepage": "http://ldapjs.org",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm run test"
    }
  },
  "license": "MIT",
  "main": "lib/index.js",
  "name": "ldapjs",
  "originalAuthor": "Mark Cavage <mcavage@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/ldapjs/node-ldapjs.git"
  },
  "scripts": {
    "lint": "standard | snazzy",
    "lint:ci": "standard",
    "test": "tap --no-cov",
    "test:ci": "tap --coverage-report=lcovonly",
    "test:cov": "tap",
    "test:cov:html": "tap --coverage-report=html",
    "test:integration": "tap --no-cov 'test-integration/**/*.test.js'",
    "test:integration:local": "docker-compose up -d && npm run test:integration && docker-compose down",
    "test:watch": "tap -n -w --no-coverage-report"
  },
  "version": "2.1.1"
}
