1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
| {
| "_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"
| }
|
|