{ "_from": "passport-http-bearer@1.0.1", "_id": "passport-http-bearer@1.0.1", "_inBundle": false, "_integrity": "sha512-SELQM+dOTuMigr9yu8Wo4Fm3ciFfkMq5h/ZQ8ffi4ELgZrX1xh9PlglqZdcUZ1upzJD/whVyt+YWF62s3U6Ipw==", "_location": "/passport-http-bearer", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "passport-http-bearer@1.0.1", "name": "passport-http-bearer", "escapedName": "passport-http-bearer", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/passport-http-bearer/-/passport-http-bearer-1.0.1.tgz", "_shasum": "147469ea3669e2a84c6167ef99dbb77e1f0098a8", "_spec": "passport-http-bearer@1.0.1", "_where": "/home/l/plc/node-red", "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" }, "bugs": { "url": "http://github.com/jaredhanson/passport-http-bearer/issues" }, "bundleDependencies": false, "dependencies": { "passport-strategy": "1.x.x" }, "deprecated": false, "description": "HTTP Bearer authentication strategy for Passport.", "devDependencies": { "chai": "1.x.x", "chai-passport-strategy": "0.1.x", "mocha": "1.x.x" }, "engines": { "node": ">= 0.4.0" }, "homepage": "https://github.com/jaredhanson/passport-http-bearer#readme", "keywords": [ "passport", "auth", "authn", "authentication", "authz", "authorization", "http", "bearer", "token", "oauth" ], "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "name": "passport-http-bearer", "repository": { "type": "git", "url": "git://github.com/jaredhanson/passport-http-bearer.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.1" }