-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 KB
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
{
"name": "hapi-request-user",
"description": "hapi plugin that shortcuts request.auth.credentials to request.user",
"version": "2.2.0",
"author": "Marcus Pöhls <marcus@futurestud.io>",
"bugs": {
"url": "https://github.com/futurestudio/hapi-request-user/issues"
},
"devDependencies": {
"@hapi/code": "~9.0.0",
"@hapi/hapi": "~21.3.0",
"@hapi/lab": "~25.2.0",
"eslint": "~7.32.0",
"eslint-config-standard": "~16.0.1",
"eslint-plugin-import": "~2.29.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~6.1.0",
"eslint-plugin-standard": "~4.1.0",
"husky": "~9.0.6"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/futurestudio/hapi-request-user#readme",
"keywords": [
"hapi",
"hapijs",
"hapi.js",
"plugin",
"hapi user",
"hapi auth",
"hapi authenthication",
"hapi plugin",
"futurestudio",
"user",
"authentication"
],
"license": "MIT",
"main": "lib/index.js",
"types": "typings",
"repository": {
"type": "git",
"url": "git+https://github.com/futurestudio/hapi-request-user.git"
},
"scripts": {
"test": "lab --assert @hapi/code --leaks --coverage --lint",
"prepush": "npm test"
}
}