First upload version 0.0.1

This commit is contained in:
Neyra
2026-02-05 15:27:49 +08:00
commit 8e9b7201ed
4182 changed files with 593136 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"name": "@octokit/oauth-authorization-url",
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"version": "8.0.0",
"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": "^4.0.0",
"@vitest/coverage-v8": "^3.0.0",
"esbuild": "^0.25.0",
"glob": "^11.0.0",
"prettier": "3.5.3",
"typescript": "^5.0.0",
"vitest": "^3.0.0"
},
"engines": {
"node": ">= 20"
},
"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"
}