UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@octokit/plugin-throttling",
3 "description": "Octokit plugin for GitHub’s recommended request throttling",
4 "version": "3.1.0",
5 "license": "MIT",
6 "files": [
7 "dist-*/",
8 "bin/"
9 ],
10 "pika": true,
11 "sideEffects": false,
12 "homepage": "https://github.com/octokit/plugin-throttling.js#readme",
13 "bugs": {
14 "url": "https://github.com/octokit/plugin-throttling.js/issues"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/octokit/plugin-throttling.js.git"
19 },
20 "dependencies": {
21 "bottleneck": "^2.15.3",
22 "@octokit/types": "^2.0.1"
23 },
24 "devDependencies": {
25 "@octokit/core": "^2.0.0",
26 "@octokit/request-error": "^1.0.2",
27 "@pika/pack": "^0.5.0",
28 "@pika/plugin-build-node": "^0.8.1",
29 "@pika/plugin-build-web": "^0.8.1",
30 "@pika/plugin-ts-standard-pkg": "^0.8.1",
31 "@types/fetch-mock": "^7.3.1",
32 "@types/jest": "^24.0.18",
33 "@types/node": "^13.1.0",
34 "fetch-mock": "^8.0.0",
35 "jest": "^24.9.0",
36 "npm-run-all": "^4.1.5",
37 "prettier": "^1.18.2",
38 "semantic-release": "^16.0.0",
39 "semantic-release-plugin-update-version-in-files": "^1.0.0",
40 "ts-jest": "^24.1.0",
41 "typescript": "^3.7.2"
42 },
43 "publishConfig": {
44 "access": "public"
45 },
46 "source": "dist-src/index.js",
47 "types": "dist-types/index.d.ts",
48 "main": "dist-node/index.js",
49 "module": "dist-web/index.js"
50}