{
  "_args": [
    [
      "ldap-filter@0.3.3",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "ldap-filter@0.3.3",
  "_id": "ldap-filter@0.3.3",
  "_inBundle": false,
  "_integrity": "sha1-KxTGiiqdQQTb28kQocqF/Riel5c=",
  "_location": "/ldap-filter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ldap-filter@0.3.3",
    "name": "ldap-filter",
    "escapedName": "ldap-filter",
    "rawSpec": "0.3.3",
    "saveSpec": null,
    "fetchSpec": "0.3.3"
  },
  "_requiredBy": [
    "/ldapjs"
  ],
  "_resolved": "https://registry.npmjs.org/ldap-filter/-/ldap-filter-0.3.3.tgz",
  "_spec": "0.3.3",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "Patrick Mooney"
  },
  "bugs": {
    "url": "https://github.com/pfmooney/node-ldap-filter/issues"
  },
  "contributors": [
    {
      "name": "Mark Cavage",
      "email": "mcavage@gmail.com"
    },
    {
      "name": "Cody Peter Mello",
      "email": "cody.mello@joyent.com"
    }
  ],
  "dependencies": {
    "assert-plus": "^1.0.0"
  },
  "description": "API for handling LDAP-style filters",
  "devDependencies": {
    "faucet": "0.0.1",
    "istanbul": "^0.4.0",
    "tape": "^4.2.2"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">=0.8"
  },
  "homepage": "http://ldapjs.org",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "ldap-filter",
  "repository": {
    "type": "git",
    "url": "git://github.com/pfmooney/node-ldap-filter.git"
  },
  "scripts": {
    "test": "istanbul cover --print none test/run.js | ./node_modules/.bin/faucet"
  },
  "version": "0.3.3"
}
