{
  "_args": [
    [
      {
        "raw": "passport-http-bearer-sl@^1.0.1",
        "scope": null,
        "escapedName": "passport-http-bearer-sl",
        "name": "passport-http-bearer-sl",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/superlogin"
    ]
  ],
  "_from": "passport-http-bearer-sl@>=1.0.1 <2.0.0",
  "_id": "passport-http-bearer-sl@1.0.4",
  "_inCache": true,
  "_location": "/passport-http-bearer-sl",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "name": "colinskow",
    "email": "colinskow@gmail.com"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "passport-http-bearer-sl@^1.0.1",
    "scope": null,
    "escapedName": "passport-http-bearer-sl",
    "name": "passport-http-bearer-sl",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/superlogin"
  ],
  "_resolved": "https://registry.npmjs.org/passport-http-bearer-sl/-/passport-http-bearer-sl-1.0.4.tgz",
  "_shasum": "725c1c2470abde0b8780c00a3d10f62bfa8363d8",
  "_shrinkwrap": null,
  "_spec": "passport-http-bearer-sl@^1.0.1",
  "_where": "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/superlogin",
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "bugs": {
    "url": "http://github.com/colinskow/passport-http-bearer-sl/issues"
  },
  "dependencies": {
    "passport-strategy": "1.x.x"
  },
  "description": "HTTP Bearer authentication strategy for Passport.",
  "devDependencies": {
    "chai": "1.x.x",
    "chai-passport-strategy": "0.1.x",
    "mocha": "1.x.x"
  },
  "directories": {},
  "dist": {
    "shasum": "725c1c2470abde0b8780c00a3d10f62bfa8363d8",
    "tarball": "https://registry.npmjs.org/passport-http-bearer-sl/-/passport-http-bearer-sl-1.0.4.tgz"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "gitHead": "cec1135d0b5b7d64a9604e53eef95767c3c003d1",
  "homepage": "https://github.com/colinskow/passport-http-bearer-sl#readme",
  "keywords": [
    "passport",
    "auth",
    "authn",
    "authentication",
    "authz",
    "authorization",
    "http",
    "bearer",
    "token",
    "oauth",
    "SuperLogin"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "maintainers": [
    {
      "name": "colinskow",
      "email": "colinskow@gmail.com"
    }
  ],
  "name": "passport-http-bearer-sl",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/colinskow/passport-http-bearer-sl.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js"
  },
  "testling": {
    "browsers": [
      "chrome/latest"
    ],
    "harness": "mocha",
    "files": [
      "test/bootstrap/testling.js",
      "test/*.test.js"
    ]
  },
  "version": "1.0.4"
}
