UNPKG

@badgateway/oauth2-client

Version:

OAuth2 client for browsers and Node.js. Tiny footprint, PKCE support

58 lines (57 loc) 1.33 kB
{ "name": "@badgateway/oauth2-client", "version": "3.3.0", "description": "OAuth2 client for browsers and Node.js. Tiny footprint, PKCE support", "main": "dist/index.js", "type": "module", "scripts": { "test": "make test", "prepublishOnly": "make build", "lint": "make lint" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/badgateway/oauth2-client.git" }, "keywords": [ "fetch", "oauth2", "pkce", "security", "bearer", "RFC6749", "RFC7636", "RFC7662", "RFC8414", "RFC8707" ], "author": "Evert Pot (https://evertpot.com)", "license": "MIT", "bugs": { "url": "https://github.com/badgateway/oauth2-client/issues" }, "homepage": "https://github.com/badgateway/oauth2-client#readme", "engines": { "node": ">= 18" }, "devDependencies": { "@curveball/bodyparser": "^1.0.0", "@curveball/core": "^1.0.0", "@curveball/http-errors": "^1.0.1", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.5.0", "eslint": "^9.10.0", "ts-loader": "^9.2.6", "typescript": "^5.0.4", "vite": "^6.3.2" }, "browser": "browser/oauth2-client.min.js", "files": [ "dist/", "src/", "browser/", "LICENSE", "README.md" ] }