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

52
node_modules/@octokit/plugin-throttling/package.json generated vendored Normal file
View File

@@ -0,0 +1,52 @@
{
"name": "@octokit/plugin-throttling",
"version": "11.0.3",
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"description": "Octokit plugin for GitHub's recommended request throttling",
"repository": "github:octokit/plugin-throttling.js",
"author": "Simon Grondin (http://github.com/SGrondin)",
"license": "MIT",
"dependencies": {
"@octokit/types": "^16.0.0",
"bottleneck": "^2.15.3"
},
"peerDependencies": {
"@octokit/core": "^7.0.0"
},
"devDependencies": {
"@octokit/auth-app": "^8.1.2",
"@octokit/core": "^7.0.6",
"@octokit/request-error": "^7.0.2",
"@octokit/tsconfig": "^4.0.0",
"@types/node": "^24.0.0",
"@vitest/coverage-v8": "^3.0.0",
"esbuild": "^0.25.0",
"github-openapi-graphql-query": "^5.0.0",
"glob": "^11.0.0",
"npm-run-all2": "^8.0.0",
"prettier": "3.5.3",
"semantic-release-plugin-update-version-in-files": "^2.0.0",
"typescript": "^5.0.0",
"vitest": "^3.0.0"
},
"engines": {
"node": ">= 20"
},
"files": [
"dist-*/**",
"bin/**"
],
"types": "dist-types/index.d.ts",
"exports": {
".": {
"types": "./dist-types/index.d.ts",
"import": "./dist-bundle/index.js",
"default": "./dist-bundle/index.js"
}
},
"sideEffects": false
}