{
  "_args": [
    [
      "activedirectory@0.7.2",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "activedirectory@0.7.2",
  "_id": "activedirectory@0.7.2",
  "_inBundle": false,
  "_integrity": "sha1-GShtEMaySpjMkG3GOCVhkWhvqR8=",
  "_location": "/activedirectory",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "activedirectory@0.7.2",
    "name": "activedirectory",
    "escapedName": "activedirectory",
    "rawSpec": "0.7.2",
    "saveSpec": null,
    "fetchSpec": "0.7.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/activedirectory/-/activedirectory-0.7.2.tgz",
  "_spec": "0.7.2",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "George Heeres",
    "email": "gheeres@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/gheeres/node-activedirectory/issues"
  },
  "dependencies": {
    "async": ">= 0.1.22",
    "bunyan": ">= 1.3.5",
    "ldapjs": ">= 0.7.1",
    "underscore": ">= 1.4.3"
  },
  "description": "ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.",
  "devDependencies": {
    "mocha": "^2.2.5"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">=0.8"
  },
  "homepage": "https://github.com/gheeres/node-activedirectory#readme",
  "keywords": [
    "ldap",
    "active directory"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "activedirectory",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gheeres/node-activedirectory.git"
  },
  "version": "0.7.2"
}
