{
  "_args": [
    [
      "http-auth@3.1.3",
      "C:\\Users\\TouchSmart\\Desktop\\jazmin-chebar2"
    ]
  ],
  "_from": "http-auth@3.1.3",
  "_id": "http-auth@3.1.3",
  "_inBundle": false,
  "_integrity": "sha512-Jbx0+ejo2IOx+cRUYAGS1z6RGc6JfYUNkysZM4u4Sfk1uLlGv814F7/PIjQQAuThLdAWxb74JMGd5J8zex1VQg==",
  "_location": "/http-auth",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "http-auth@3.1.3",
    "name": "http-auth",
    "escapedName": "http-auth",
    "rawSpec": "3.1.3",
    "saveSpec": null,
    "fetchSpec": "3.1.3"
  },
  "_requiredBy": [
    "/live-server"
  ],
  "_resolved": "https://registry.npmjs.org/http-auth/-/http-auth-3.1.3.tgz",
  "_spec": "3.1.3",
  "_where": "C:\\Users\\TouchSmart\\Desktop\\jazmin-chebar2",
  "author": {
    "name": "Gevorg Harutyunyan",
    "url": "http://github.com/gevorg"
  },
  "bugs": {
    "url": "http://github.com/http-auth/http-auth/issues"
  },
  "dependencies": {
    "apache-crypt": "^1.1.2",
    "apache-md5": "^1.0.6",
    "bcryptjs": "^2.3.0",
    "uuid": "^3.0.0"
  },
  "description": "Node.js package for HTTP basic and digest access authentication.",
  "devDependencies": {
    "chai": "^3.5.0",
    "express": "^4.13.4",
    "hapi": "^15.0.3",
    "http-proxy": "^1.13.3",
    "koa": "^1.2.0",
    "mocha": "^3.1.2",
    "passport": "^0.3.2",
    "request": "^2.72.0"
  },
  "engines": {
    "node": ">=4.6.1"
  },
  "homepage": "http://http-auth.info",
  "keywords": [
    "http",
    "basic",
    "digest",
    "access",
    "authentication"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/http-auth/http-auth/blob/master/LICENSE"
    }
  ],
  "main": "./src/http-auth.js",
  "maintainers": [
    {
      "name": "gevorg",
      "email": "gevorg.ha@gmail.com"
    }
  ],
  "name": "http-auth",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/http-auth/http-auth.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "3.1.3"
}
