{
  "_from": "basic-auth@~1.1.0",
  "_id": "basic-auth@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ=",
  "_location": "/basic-auth",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "basic-auth@~1.1.0",
    "name": "basic-auth",
    "escapedName": "basic-auth",
    "rawSpec": "~1.1.0",
    "saveSpec": null,
    "fetchSpec": "~1.1.0"
  },
  "_requiredBy": [
    "/morgan"
  ],
  "_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.1.0.tgz",
  "_shasum": "45221ee429f7ee1e5035be3f51533f1cdfd29884",
  "_spec": "basic-auth@~1.1.0",
  "_where": "/Users/Rob/Documents/htdocs/voting-app/node_modules/morgan",
  "bugs": {
    "url": "https://github.com/jshttp/basic-auth/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "node.js basic auth parser",
  "devDependencies": {
    "eslint": "3.10.2",
    "eslint-config-standard": "6.2.1",
    "eslint-plugin-markdown": "1.0.0-beta.3",
    "eslint-plugin-promise": "3.4.0",
    "eslint-plugin-standard": "2.0.1",
    "istanbul": "0.4.5",
    "mocha": "1.21.5"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "index.js"
  ],
  "homepage": "https://github.com/jshttp/basic-auth#readme",
  "keywords": [
    "basic",
    "auth",
    "authorization",
    "basicauth"
  ],
  "license": "MIT",
  "name": "basic-auth",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/basic-auth.git"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --check-leaks --reporter spec --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "version": "1.1.0"
}
