First upload version 0.0.1
This commit is contained in:
43
node_modules/@octokit/oauth-authorization-url/package.json
generated
vendored
Normal file
43
node_modules/@octokit/oauth-authorization-url/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user