mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
I explicitly had to downgrade "@octokit/plugin-retry" to "^6.0.0". Other dependencies were upgraded.
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@octokit/request-error",
|
|
"version": "6.1.7",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"type": "module",
|
|
"description": "Error class for Octokit request errors",
|
|
"repository": "github:octokit/request-error.js",
|
|
"keywords": [
|
|
"octokit",
|
|
"github",
|
|
"api",
|
|
"error"
|
|
],
|
|
"author": "Gregor Martynus (https://github.com/gr2m)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^13.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/tsconfig": "^4.0.0",
|
|
"@types/node": "^22.0.0",
|
|
"@vitest/coverage-v8": "^3.0.0",
|
|
"esbuild": "^0.25.0",
|
|
"glob": "^11.0.0",
|
|
"prettier": "3.4.2",
|
|
"tinybench": "^3.0.0",
|
|
"typescript": "^5.0.0",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"files": [
|
|
"dist-*/**",
|
|
"bin/**"
|
|
],
|
|
"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"
|
|
}
|