UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@octokit/plugin-throttling",
3 "description": "Octokit plugin for GitHub's recommended request throttling",
4 "version": "3.4.3",
5 "license": "MIT",
6 "files": [
7 "dist-*/",
8 "bin/"
9 ],
10 "pika": true,
11 "sideEffects": false,
12 "repository": "github:octokit/plugin-throttling.js",
13 "dependencies": {
14 "@octokit/types": "^6.0.1",
15 "bottleneck": "^2.15.3"
16 },
17 "peerDependencies": {
18 "@octokit/core": "^3.0.0"
19 },
20 "devDependencies": {
21 "@octokit/core": "^3.0.0",
22 "@octokit/request-error": "^2.0.0",
23 "@pika/pack": "^0.5.0",
24 "@pika/plugin-build-node": "^0.9.1",
25 "@pika/plugin-build-web": "^0.9.1",
26 "@pika/plugin-ts-standard-pkg": "^0.9.1",
27 "@types/fetch-mock": "^7.3.1",
28 "@types/jest": "^26.0.0",
29 "@types/node": "^14.0.1",
30 "fetch-mock": "^9.0.0",
31 "jest": "^27.0.0",
32 "npm-run-all": "^4.1.5",
33 "prettier": "2.3.1",
34 "semantic-release": "^17.0.0",
35 "semantic-release-plugin-update-version-in-files": "^1.0.0",
36 "ts-jest": "^27.0.0-next.12",
37 "typescript": "^4.0.2"
38 },
39 "publishConfig": {
40 "access": "public"
41 },
42 "source": "dist-src/index.js",
43 "types": "dist-types/index.d.ts",
44 "main": "dist-node/index.js",
45 "module": "dist-web/index.js"
46}