liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
87
88
89
90
{
  "_from": "oauth2orize@1.11.1",
  "_id": "oauth2orize@1.11.1",
  "_inBundle": false,
  "_integrity": "sha512-9dSx/Gwm0J2Rvj4RH9+h7iXVnRXZ6biwWRgb2dCeQhCosODS0nYdM9I/G7BUGsjbgn0pHjGcn1zcCRtzj2SlRA==",
  "_location": "/oauth2orize",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "oauth2orize@1.11.1",
    "name": "oauth2orize",
    "escapedName": "oauth2orize",
    "rawSpec": "1.11.1",
    "saveSpec": null,
    "fetchSpec": "1.11.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/oauth2orize/-/oauth2orize-1.11.1.tgz",
  "_shasum": "00b6cafe2036a0a3aab0380627dc7cfd5b5e9a9c",
  "_spec": "oauth2orize@1.11.1",
  "_where": "/home/l/plc/node-red",
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "https://www.jaredhanson.me/"
  },
  "bugs": {
    "url": "https://github.com/jaredhanson/oauth2orize/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Samuel Judson",
      "url": "https://www.sjudson.com/"
    }
  ],
  "dependencies": {
    "debug": "2.x.x",
    "uid2": "0.0.x",
    "utils-merge": "1.x.x"
  },
  "deprecated": false,
  "description": "OAuth 2.0 authorization server toolkit for Node.js.",
  "devDependencies": {
    "chai": "2.x.x",
    "chai-connect-middleware": "0.3.x",
    "chai-oauth2orize-grant": "0.3.x",
    "make-node": "0.3.x",
    "mocha": "2.x.x"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/jaredhanson"
  },
  "homepage": "https://github.com/jaredhanson/oauth2orize#readme",
  "keywords": [
    "oauth",
    "oauth2",
    "auth",
    "authz",
    "authorization",
    "connect",
    "express",
    "passport",
    "middleware"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "name": "oauth2orize",
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/oauth2orize.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
  },
  "version": "1.11.1"
}