Upgrade octokit to v4.1.2
This commit is contained in:
parent
dbbcbe019d
commit
c1745a9831
1214 changed files with 160765 additions and 0 deletions
44
node_modules/@octokit/oauth-authorization-url/package.json
generated
vendored
Normal file
44
node_modules/@octokit/oauth-authorization-url/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue