Files
codeql-action/node_modules/@octokit/oauth-authorization-url/package.json
2025-02-19 11:13:12 -08:00

45 lines
1.0 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "@octokit/oauth-authorization-url",
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"version": "7.1.1",
"description": "Universal library to retrieve GitHub’s identity URL for the OAuth web flow",
"repository": "github:octokit/oauth-authorization-url.js",
"files": [
"dist-*/**"
],
"keywords": [
"octokit",
"github",
"oauth"
],
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"devDependencies": {
"@octokit/tsconfig": "^3.0.0",
"@types/jest": "^29.0.0",
"esbuild": "^0.20.0",
"glob": "^10.2.6",
"jest": "^29.0.0",
"prettier": "3.2.5",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">= 18"
},
"types": "./dist-types/index.d.ts",
"exports": {
".": {
"types": "./dist-types/index.d.ts",
"import": "./dist-src/index.js",
"default": "./dist-src/index.js"
}
},
"sideEffects": false,
"unpkg": "dist-src/index.js"
}