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
| {
| "_from": "passport-strategy@1.x.x",
| "_id": "passport-strategy@1.0.0",
| "_inBundle": false,
| "_integrity": "sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA==",
| "_location": "/passport-strategy",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "passport-strategy@1.x.x",
| "name": "passport-strategy",
| "escapedName": "passport-strategy",
| "rawSpec": "1.x.x",
| "saveSpec": null,
| "fetchSpec": "1.x.x"
| },
| "_requiredBy": [
| "/passport",
| "/passport-http-bearer",
| "/passport-oauth2-client-password"
| ],
| "_resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",
| "_shasum": "b5539aa8fc225a3d1ad179476ddf236b440f52e4",
| "_spec": "passport-strategy@1.x.x",
| "_where": "/home/l/plc/node-red/node_modules/passport",
| "author": {
| "name": "Jared Hanson",
| "email": "jaredhanson@gmail.com",
| "url": "http://www.jaredhanson.net/"
| },
| "bugs": {
| "url": "http://github.com/jaredhanson/passport-strategy/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "An abstract class implementing Passport's strategy API.",
| "devDependencies": {
| "chai": "1.x.x",
| "mocha": "1.x.x"
| },
| "engines": {
| "node": ">= 0.4.0"
| },
| "homepage": "https://github.com/jaredhanson/passport-strategy#readme",
| "keywords": [
| "passport",
| "strategy"
| ],
| "licenses": [
| {
| "type": "MIT",
| "url": "http://www.opensource.org/licenses/MIT"
| }
| ],
| "main": "./lib",
| "name": "passport-strategy",
| "repository": {
| "type": "git",
| "url": "git://github.com/jaredhanson/passport-strategy.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.0"
| }
|
|