UNPKG

aws-delivlib

Version:

A fabulous library for defining continuous pipelines for building, testing and releasing code libraries.

54 lines (53 loc) 1.39 kB
{ "name": "@octokit/oauth-methods", "version": "2.0.6", "description": "Set of stateless request methods to create, check, reset, refresh, and delete user access tokens for OAuth and GitHub Apps", "repository": "https://github.com/octokit/oauth-methods.js", "keywords": [ "github", "api", "sdk", "toolkit", "oauth" ], "author": "Gregor Martynus (https://dev.to/gr2m)", "license": "MIT", "dependencies": { "@octokit/oauth-authorization-url": "^5.0.0", "@octokit/request": "^6.2.3", "@octokit/request-error": "^3.0.3", "@octokit/types": "^9.0.0", "btoa-lite": "^1.0.0" }, "devDependencies": { "@octokit/tsconfig": "^2.0.0", "@types/btoa-lite": "^1.0.0", "@types/jest": "^29.0.0", "@types/node": "^18.0.0", "esbuild": "^0.17.19", "fetch-mock": "^9.11.0", "glob": "^10.2.7", "jest": "^29.0.0", "prettier": "2.8.8", "semantic-release": "^21.0.0", "semantic-release-plugin-update-version-in-files": "^1.1.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "peerDependencies": {}, "publishConfig": { "access": "public" }, "engines": { "node": ">= 14" }, "files": [ "dist-*/**", "bin/**" ], "main": "dist-node/index.js", "browser": "dist-web/index.js", "types": "dist-types/index.d.ts", "module": "dist-src/index.js", "sideEffects": false }