deno.land / x / oauth4webapi@v1.2.2 / package.json

package.json
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
{ "name": "oauth4webapi", "version": "1.2.2", "description": "OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes", "keywords": [ "auth", "authentication", "authorization", "basic", "browser", "certified", "client", "cloudflare-workers", "deno", "electron", "fapi", "javascript", "nextjs", "node", "nodejs", "oauth", "oauth2", "oidc", "openid-connect", "openid", "vercel-edge" ], "homepage": "https://github.com/panva/oauth4webapi", "repository": "panva/oauth4webapi", "funding": { "url": "https://github.com/sponsors/panva" }, "license": "MIT", "author": "Filip Skokan <panva.ip@gmail.com>", "sideEffects": false, "type": "module", "main": "./build/index.js", "types": "./build/index.d.ts", "files": [ "build/index.js", "build/index.d.ts" ], "scripts": { "_format": "find src test tap examples conformance -type f -name '*.ts' -o -name '*.mjs' | xargs prettier", "build": "rm -rf build && tsc && tsc --declaration true --emitDeclarationOnly true --removeComments false && tsc -p test && tsc -p examples && tsc -p conformance && tsc -p tap", "conformance": "bash -c 'patch-package && source .node_flags.sh && ava --config conformance/ava.config.ts'", "docs": "patch-package && typedoc", "format": "npm run _format -- --write", "format-check": "npm run _format -- --check", "prepack": "npm run format && npm run docs && ./examples/.update-diffs.sh && git diff --quiet && npm run test && npm run build", "tap:deno": "./tap/.deno.sh", "tap:edge-runtime": "./tap/.edge-runtime.sh", "tap:node": "bash -c './tap/.node.sh'", "tap:workers": "./tap/.workers.sh", "tap:browsers": "./tap/.browsers.sh", "test": "bash -c 'source .node_flags.sh && ava'" }, "devDependencies": { "@esbuild-kit/esm-loader": "^2.5.0", "@types/node": "^18.11.2", "@types/qunit": "^2.19.3", "ava": "^4.3.3", "edge-runtime": "^1.1.0-beta.40", "jose": "^4.10.0", "patch-package": "^6.4.7", "prettier": "^2.7.1", "prettier-plugin-jsdoc": "^0.4.2", "qunit": "^2.19.2", "testcafe": "^2.0.1", "testcafe-browser-provider-browserstack": "^1.14.0", "timekeeper": "^2.2.0", "typedoc": "^0.23.17", "typedoc-plugin-markdown": "^3.13.6", "typescript": "^4.8.4", "undici": "^5.11.0", "workerd": "^1.20220926.3" }}
oauth4webapi

Version Info

Tagged at
2 years ago