git0 0.2.5 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/bun.lock +159 -0
  2. package/docs/404.html +2 -3
  3. package/docs/Footer/index.html +2 -3
  4. package/docs/assets/js/1df93b7f.d8c05d2c.js +2 -0
  5. package/docs/assets/js/22dd74f7.237398b4.js +1 -0
  6. package/docs/assets/js/28ab763d.5714aa16.js +1 -0
  7. package/docs/assets/js/299d276b.1a1baa1c.js +1 -0
  8. package/docs/assets/js/68cef36b.c312447e.js +1 -0
  9. package/docs/assets/js/c3a618e1.965a31da.js +1 -0
  10. package/docs/assets/js/{main.c71c09a5.js → main.cf858a7d.js} +2 -2
  11. package/docs/assets/js/runtime~main.7520dc36.js +1 -0
  12. package/docs/functions/git0/index.html +48 -0
  13. package/docs/functions/github-api/index.html +149 -0
  14. package/docs/functions/index.html +4 -5
  15. package/docs/functions/modules/index.html +30 -0
  16. package/docs/index.html +3 -4
  17. package/docs/lunr-index-1749613752315.json +1 -0
  18. package/docs/lunr-index.json +1 -1
  19. package/docs/search-doc-1749613752315.json +1 -0
  20. package/docs/search-doc.json +1 -1
  21. package/docs/sitemap.xml +1 -1
  22. package/docs-config/.docusaurus/DONT-EDIT-THIS-FOLDER +5 -0
  23. package/docs-config/.docusaurus/client-manifest.json +259 -0
  24. package/docs-config/.docusaurus/client-modules.js +8 -0
  25. package/docs-config/.docusaurus/codeTranslations.json +1 -0
  26. package/docs-config/.docusaurus/docusaurus-lunr-search/default/__plugin.json +4 -0
  27. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/__mdx-loader-dependency.json +1 -0
  28. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/__plugin.json +4 -0
  29. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-175.json +1 -0
  30. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/p/index-466.json +1 -0
  31. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-git-0-1-md-d3e.json +19 -0
  32. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-git-0-md-299.json +19 -0
  33. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-github-api-md-28a.json +23 -0
  34. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-globals-md-4a8.json +19 -0
  35. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-index-md-c3a.json +23 -0
  36. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-functions-modules-md-68c.json +19 -0
  37. package/docs-config/.docusaurus/docusaurus-plugin-content-docs/default/site-src-index-md-d14.json +21 -0
  38. package/docs-config/.docusaurus/docusaurus-plugin-content-pages/default/__plugin.json +4 -0
  39. package/docs-config/.docusaurus/docusaurus-plugin-google-gtag/default/__plugin.json +4 -0
  40. package/docs-config/.docusaurus/docusaurus.config.mjs +378 -0
  41. package/docs-config/.docusaurus/globalData.json +65 -0
  42. package/docs-config/.docusaurus/i18n.json +17 -0
  43. package/docs-config/.docusaurus/lunr.client.js +5 -0
  44. package/docs-config/.docusaurus/registry.js +15 -0
  45. package/docs-config/.docusaurus/routes.js +61 -0
  46. package/docs-config/.docusaurus/routesChunkNames.json +45 -0
  47. package/docs-config/.docusaurus/site-metadata.json +51 -0
  48. package/docs-config/.docusaurus/site-storage.json +4 -0
  49. package/docs-config/bun.lock +6139 -0
  50. package/docs-config/config/customize-docs.js +4 -2
  51. package/docs-config/docusaurus.config.ts +0 -9
  52. package/docs-config/src/functions/git0.md +101 -0
  53. package/docs-config/src/functions/github-api.md +744 -0
  54. package/docs-config/src/functions/modules.md +4 -0
  55. package/docs-config/src/functions/typedoc-sidebar.cjs +12 -1
  56. package/docs-config/src/pages/index.tsx +289 -279
  57. package/docs-config/tsconfig.json +1 -1
  58. package/package.json +10 -7
  59. package/src/git0.js +380 -0
  60. package/src/github-api.js +473 -0
  61. package/docs/assets/js/1df93b7f.dfdf0ef3.js +0 -2
  62. package/docs/assets/js/22dd74f7.5e857962.js +0 -1
  63. package/docs/assets/js/4a829dc8.728a4445.js +0 -1
  64. package/docs/assets/js/c3a618e1.50a89e4d.js +0 -1
  65. package/docs/assets/js/d140250a.62af53aa.js +0 -1
  66. package/docs/assets/js/runtime~main.ef55418f.js +0 -1
  67. package/docs/functions/globals/index.html +0 -57
  68. package/docs/lunr-index-1749601667754.json +0 -1
  69. package/docs/search-doc-1749601667754.json +0 -1
  70. package/docs-config/src/functions/globals.md +0 -153
  71. package/docs-config/src/index.md +0 -127
  72. package/docs-config/tailwind.config.js +0 -13
  73. package/git0.js +0 -646
  74. /package/docs/assets/js/{1df93b7f.dfdf0ef3.js.LICENSE.txt → 1df93b7f.d8c05d2c.js.LICENSE.txt} +0 -0
  75. /package/docs/assets/js/{main.c71c09a5.js.LICENSE.txt → main.cf858a7d.js.LICENSE.txt} +0 -0
@@ -0,0 +1,378 @@
1
+ /*
2
+ * AUTOGENERATED - DON'T EDIT
3
+ * Your edits in this file will be overwritten in the next build!
4
+ * Modify the docusaurus.config.js file at your site's root instead.
5
+ */
6
+ export default {
7
+ "future": {
8
+ "v4": {
9
+ "removeLegacyPostBuildHeadAttribute": false,
10
+ "useCssCascadeLayers": false
11
+ },
12
+ "experimental_faster": {
13
+ "swcJsLoader": false,
14
+ "swcJsMinimizer": false,
15
+ "swcHtmlMinimizer": false,
16
+ "lightningCssMinimizer": false,
17
+ "mdxCrossCompilerCache": false,
18
+ "rspackBundler": false,
19
+ "rspackPersistentCache": false,
20
+ "ssgWorkerThreads": false
21
+ },
22
+ "experimental_storage": {
23
+ "type": "localStorage",
24
+ "namespace": false
25
+ },
26
+ "experimental_router": "browser"
27
+ },
28
+ "title": "git0 Docs",
29
+ "url": "https://git0.js.org",
30
+ "baseUrl": "/",
31
+ "onBrokenLinks": "ignore",
32
+ "onBrokenMarkdownLinks": "ignore",
33
+ "favicon": "https://i.imgur.com/857meew.png",
34
+ "projectName": "git0",
35
+ "presets": [
36
+ [
37
+ "classic",
38
+ {
39
+ "docs": {
40
+ "path": "src",
41
+ "routeBasePath": "/",
42
+ "sidebarPath": "./config/sidebars.ts"
43
+ },
44
+ "blog": false,
45
+ "theme": {
46
+ "customCss": "./config/docs-theme.css"
47
+ },
48
+ "gtag": {
49
+ "trackingID": "G-E5TZ32BZD",
50
+ "anonymizeIP": false
51
+ }
52
+ }
53
+ ]
54
+ ],
55
+ "plugins": [
56
+ "/home/deck/Projects/git0/docs-config/node_modules/docusaurus-lunr-search/src/index.js",
57
+ [
58
+ "docusaurus-plugin-typedoc",
59
+ {
60
+ "id": "functions",
61
+ "entryPoints": [
62
+ "../src/**/*"
63
+ ],
64
+ "exclude": [
65
+ "**/node_modules/**/*",
66
+ "pages/**/*"
67
+ ],
68
+ "tsconfig": "./tsconfig.json",
69
+ "out": "./src/functions",
70
+ "readme": "../readme.md",
71
+ "disableSources": false,
72
+ "sidebar": {
73
+ "pretty": true
74
+ },
75
+ "textContentMappings": {
76
+ "title.indexPage": "git0 API",
77
+ "title.memberPage": "{name}"
78
+ },
79
+ "parametersFormat": "htmlTable",
80
+ "indexFormat": "list",
81
+ "expandParameters": true,
82
+ "interfacePropertiesFormat": "htmlTable",
83
+ "propertyMembersFormat": "htmlTable",
84
+ "enumMembersFormat": "htmlTable",
85
+ "typeDeclarationFormat": "htmlTable",
86
+ "typeDeclarationVisibility": "compact",
87
+ "sanitizeComments": false,
88
+ "useHTMLEncodedBrackets": true,
89
+ "hideBreadcrumbs": false,
90
+ "hideGroupHeadings": true,
91
+ "hidePageHeader": true,
92
+ "hidePageTitle": true,
93
+ "outputFileStrategy": "modules",
94
+ "useCodeBlocks": true
95
+ }
96
+ ]
97
+ ],
98
+ "themeConfig": {
99
+ "src": {
100
+ "sidebar": {
101
+ "hideable": true
102
+ }
103
+ },
104
+ "navbar": {
105
+ "title": "git0 Docs",
106
+ "logo": {
107
+ "alt": "logo",
108
+ "src": "https://i.imgur.com/857meew.png",
109
+ "href": "/"
110
+ },
111
+ "items": [],
112
+ "hideOnScroll": false
113
+ },
114
+ "languageTabs": [
115
+ {
116
+ "highlight": "javascript",
117
+ "language": "nodejs",
118
+ "logoClass": "nodejs"
119
+ },
120
+ {
121
+ "highlight": "javascript",
122
+ "language": "javascript",
123
+ "logoClass": "javascript"
124
+ },
125
+ {
126
+ "highlight": "python",
127
+ "language": "python",
128
+ "logoClass": "python"
129
+ },
130
+ {
131
+ "highlight": "bash",
132
+ "language": "curl",
133
+ "logoClass": "curl"
134
+ },
135
+ {
136
+ "highlight": "powershell",
137
+ "language": "powershell",
138
+ "logoClass": "powershell"
139
+ },
140
+ {
141
+ "highlight": "rust",
142
+ "language": "rust",
143
+ "logoClass": "rust"
144
+ },
145
+ {
146
+ "highlight": "c",
147
+ "language": "c",
148
+ "logoClass": "c"
149
+ },
150
+ {
151
+ "highlight": "swift",
152
+ "language": "swift",
153
+ "logoClass": "swift"
154
+ },
155
+ {
156
+ "highlight": "kotlin",
157
+ "language": "kotlin",
158
+ "logoClass": "kotlin"
159
+ },
160
+ {
161
+ "highlight": "java",
162
+ "language": "java",
163
+ "logoClass": "java"
164
+ },
165
+ {
166
+ "highlight": "php",
167
+ "language": "php",
168
+ "logoClass": "php"
169
+ }
170
+ ],
171
+ "colorMode": {
172
+ "defaultMode": "light",
173
+ "disableSwitch": false,
174
+ "respectPrefersColorScheme": false
175
+ },
176
+ "docs": {
177
+ "versionPersistence": "localStorage",
178
+ "sidebar": {
179
+ "hideable": false,
180
+ "autoCollapseCategories": false
181
+ }
182
+ },
183
+ "blog": {
184
+ "sidebar": {
185
+ "groupByYear": true
186
+ }
187
+ },
188
+ "metadata": [],
189
+ "prism": {
190
+ "additionalLanguages": [],
191
+ "theme": {
192
+ "plain": {
193
+ "color": "#bfc7d5",
194
+ "backgroundColor": "#292d3e"
195
+ },
196
+ "styles": [
197
+ {
198
+ "types": [
199
+ "comment"
200
+ ],
201
+ "style": {
202
+ "color": "rgb(105, 112, 152)",
203
+ "fontStyle": "italic"
204
+ }
205
+ },
206
+ {
207
+ "types": [
208
+ "string",
209
+ "inserted"
210
+ ],
211
+ "style": {
212
+ "color": "rgb(195, 232, 141)"
213
+ }
214
+ },
215
+ {
216
+ "types": [
217
+ "number"
218
+ ],
219
+ "style": {
220
+ "color": "rgb(247, 140, 108)"
221
+ }
222
+ },
223
+ {
224
+ "types": [
225
+ "builtin",
226
+ "char",
227
+ "constant",
228
+ "function"
229
+ ],
230
+ "style": {
231
+ "color": "rgb(130, 170, 255)"
232
+ }
233
+ },
234
+ {
235
+ "types": [
236
+ "punctuation",
237
+ "selector"
238
+ ],
239
+ "style": {
240
+ "color": "rgb(199, 146, 234)"
241
+ }
242
+ },
243
+ {
244
+ "types": [
245
+ "variable"
246
+ ],
247
+ "style": {
248
+ "color": "rgb(191, 199, 213)"
249
+ }
250
+ },
251
+ {
252
+ "types": [
253
+ "class-name",
254
+ "attr-name"
255
+ ],
256
+ "style": {
257
+ "color": "rgb(255, 203, 107)"
258
+ }
259
+ },
260
+ {
261
+ "types": [
262
+ "tag",
263
+ "deleted"
264
+ ],
265
+ "style": {
266
+ "color": "rgb(255, 85, 114)"
267
+ }
268
+ },
269
+ {
270
+ "types": [
271
+ "operator"
272
+ ],
273
+ "style": {
274
+ "color": "rgb(137, 221, 255)"
275
+ }
276
+ },
277
+ {
278
+ "types": [
279
+ "boolean"
280
+ ],
281
+ "style": {
282
+ "color": "rgb(255, 88, 116)"
283
+ }
284
+ },
285
+ {
286
+ "types": [
287
+ "keyword"
288
+ ],
289
+ "style": {
290
+ "fontStyle": "italic"
291
+ }
292
+ },
293
+ {
294
+ "types": [
295
+ "doctype"
296
+ ],
297
+ "style": {
298
+ "color": "rgb(199, 146, 234)",
299
+ "fontStyle": "italic"
300
+ }
301
+ },
302
+ {
303
+ "types": [
304
+ "namespace"
305
+ ],
306
+ "style": {
307
+ "color": "rgb(178, 204, 214)"
308
+ }
309
+ },
310
+ {
311
+ "types": [
312
+ "url"
313
+ ],
314
+ "style": {
315
+ "color": "rgb(221, 221, 221)"
316
+ }
317
+ }
318
+ ]
319
+ },
320
+ "magicComments": [
321
+ {
322
+ "className": "theme-code-block-highlighted-line",
323
+ "line": "highlight-next-line",
324
+ "block": {
325
+ "start": "highlight-start",
326
+ "end": "highlight-end"
327
+ }
328
+ }
329
+ ]
330
+ },
331
+ "tableOfContents": {
332
+ "minHeadingLevel": 2,
333
+ "maxHeadingLevel": 3
334
+ }
335
+ },
336
+ "themes": [
337
+ "docusaurus-theme-openapi-docs"
338
+ ],
339
+ "stylesheets": [
340
+ {
341
+ "href": "https://use.fontawesome.com/releases/v5.11.0/css/all.css",
342
+ "type": "text/css"
343
+ }
344
+ ],
345
+ "baseUrlIssueBanner": true,
346
+ "i18n": {
347
+ "defaultLocale": "en",
348
+ "path": "i18n",
349
+ "locales": [
350
+ "en"
351
+ ],
352
+ "localeConfigs": {}
353
+ },
354
+ "onBrokenAnchors": "warn",
355
+ "onDuplicateRoutes": "warn",
356
+ "staticDirectories": [
357
+ "static"
358
+ ],
359
+ "customFields": {},
360
+ "scripts": [],
361
+ "headTags": [],
362
+ "clientModules": [],
363
+ "tagline": "",
364
+ "titleDelimiter": "|",
365
+ "noIndex": false,
366
+ "markdown": {
367
+ "format": "mdx",
368
+ "mermaid": false,
369
+ "mdx1Compat": {
370
+ "comments": true,
371
+ "admonitions": true,
372
+ "headingIds": true
373
+ },
374
+ "anchors": {
375
+ "maintainCase": false
376
+ }
377
+ }
378
+ };
@@ -0,0 +1,65 @@
1
+ {
2
+ "docusaurus-plugin-content-docs": {
3
+ "default": {
4
+ "path": "/",
5
+ "versions": [
6
+ {
7
+ "name": "current",
8
+ "label": "Next",
9
+ "isLast": true,
10
+ "path": "/",
11
+ "mainDocId": "functions/git0",
12
+ "docs": [
13
+ {
14
+ "id": "functions/git0",
15
+ "path": "/functions/git0",
16
+ "sidebar": "default"
17
+ },
18
+ {
19
+ "id": "functions/github-api",
20
+ "path": "/functions/github-api",
21
+ "sidebar": "default"
22
+ },
23
+ {
24
+ "id": "functions/index",
25
+ "path": "/functions/",
26
+ "sidebar": "default"
27
+ },
28
+ {
29
+ "id": "functions/modules",
30
+ "path": "/functions/modules",
31
+ "sidebar": "default"
32
+ }
33
+ ],
34
+ "draftIds": [],
35
+ "sidebars": {
36
+ "default": {
37
+ "link": {
38
+ "path": "/functions/git0",
39
+ "label": "functions/git0"
40
+ }
41
+ }
42
+ }
43
+ }
44
+ ],
45
+ "breadcrumbs": true
46
+ }
47
+ },
48
+ "docusaurus-plugin-google-gtag": {
49
+ "default": {
50
+ "trackingID": [
51
+ "G-E5TZ32BZD"
52
+ ],
53
+ "anonymizeIP": false,
54
+ "id": "default"
55
+ }
56
+ },
57
+ "docusaurus-lunr-search": {
58
+ "default": {
59
+ "fileNames": {
60
+ "searchDoc": "search-doc-1749613752315.json",
61
+ "lunrIndex": "lunr-index-1749613752315.json"
62
+ }
63
+ }
64
+ }
65
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "defaultLocale": "en",
3
+ "locales": [
4
+ "en"
5
+ ],
6
+ "path": "i18n",
7
+ "currentLocale": "en",
8
+ "localeConfigs": {
9
+ "en": {
10
+ "label": "English",
11
+ "direction": "ltr",
12
+ "htmlLang": "en",
13
+ "calendar": "gregory",
14
+ "path": "en"
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,5 @@
1
+ // THIS FILE IS AUTOGENERATED
2
+ // DO NOT EDIT THIS FILE!
3
+
4
+ import * as lunr from "lunr";
5
+ export default lunr;
@@ -0,0 +1,15 @@
1
+ export default {
2
+ "17896441": [() => import(/* webpackChunkName: "17896441" */ "@theme/DocItem"), "@theme/DocItem", require.resolveWeak("@theme/DocItem")],
3
+ "1df93b7f": [() => import(/* webpackChunkName: "1df93b7f" */ "@site/src/pages/index.tsx"), "@site/src/pages/index.tsx", require.resolveWeak("@site/src/pages/index.tsx")],
4
+ "22dd74f7": [() => import(/* webpackChunkName: "22dd74f7" */ "@generated/docusaurus-plugin-content-docs/default/p/index-466.json"), "@generated/docusaurus-plugin-content-docs/default/p/index-466.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/index-466.json")],
5
+ "28ab763d": [() => import(/* webpackChunkName: "28ab763d" */ "@site/src/functions/github-api.md"), "@site/src/functions/github-api.md", require.resolveWeak("@site/src/functions/github-api.md")],
6
+ "299d276b": [() => import(/* webpackChunkName: "299d276b" */ "@site/src/functions/git0.md"), "@site/src/functions/git0.md", require.resolveWeak("@site/src/functions/git0.md")],
7
+ "5e95c892": [() => import(/* webpackChunkName: "5e95c892" */ "@theme/DocsRoot"), "@theme/DocsRoot", require.resolveWeak("@theme/DocsRoot")],
8
+ "5e9f5e1a": [() => import(/* webpackChunkName: "5e9f5e1a" */ "@generated/docusaurus.config"), "@generated/docusaurus.config", require.resolveWeak("@generated/docusaurus.config")],
9
+ "68cef36b": [() => import(/* webpackChunkName: "68cef36b" */ "@site/src/functions/modules.md"), "@site/src/functions/modules.md", require.resolveWeak("@site/src/functions/modules.md")],
10
+ "a7456010": [() => import(/* webpackChunkName: "a7456010" */ "@generated/docusaurus-plugin-content-pages/default/__plugin.json"), "@generated/docusaurus-plugin-content-pages/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-pages/default/__plugin.json")],
11
+ "a7bd4aaa": [() => import(/* webpackChunkName: "a7bd4aaa" */ "@theme/DocVersionRoot"), "@theme/DocVersionRoot", require.resolveWeak("@theme/DocVersionRoot")],
12
+ "a94703ab": [() => import(/* webpackChunkName: "a94703ab" */ "@theme/DocRoot"), "@theme/DocRoot", require.resolveWeak("@theme/DocRoot")],
13
+ "aba21aa0": [() => import(/* webpackChunkName: "aba21aa0" */ "@generated/docusaurus-plugin-content-docs/default/__plugin.json"), "@generated/docusaurus-plugin-content-docs/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/__plugin.json")],
14
+ "ac46717f": [() => import(/* webpackChunkName: "ac46717f" */ "@site/src/pages/Footer.tsx"), "@site/src/pages/Footer.tsx", require.resolveWeak("@site/src/pages/Footer.tsx")],
15
+ "c3a618e1": [() => import(/* webpackChunkName: "c3a618e1" */ "@site/src/functions/index.md"), "@site/src/functions/index.md", require.resolveWeak("@site/src/functions/index.md")],};
@@ -0,0 +1,61 @@
1
+ import React from 'react';
2
+ import ComponentCreator from '@docusaurus/ComponentCreator';
3
+
4
+ export default [
5
+ {
6
+ path: '/Footer',
7
+ component: ComponentCreator('/Footer', '86a'),
8
+ exact: true
9
+ },
10
+ {
11
+ path: '/',
12
+ component: ComponentCreator('/', 'e5f'),
13
+ exact: true
14
+ },
15
+ {
16
+ path: '/',
17
+ component: ComponentCreator('/', '320'),
18
+ routes: [
19
+ {
20
+ path: '/',
21
+ component: ComponentCreator('/', '87c'),
22
+ routes: [
23
+ {
24
+ path: '/',
25
+ component: ComponentCreator('/', '1d6'),
26
+ routes: [
27
+ {
28
+ path: '/functions/',
29
+ component: ComponentCreator('/functions/', '5b3'),
30
+ exact: true,
31
+ sidebar: "default"
32
+ },
33
+ {
34
+ path: '/functions/git0',
35
+ component: ComponentCreator('/functions/git0', '8bf'),
36
+ exact: true,
37
+ sidebar: "default"
38
+ },
39
+ {
40
+ path: '/functions/github-api',
41
+ component: ComponentCreator('/functions/github-api', 'da5'),
42
+ exact: true,
43
+ sidebar: "default"
44
+ },
45
+ {
46
+ path: '/functions/modules',
47
+ component: ComponentCreator('/functions/modules', 'f7f'),
48
+ exact: true,
49
+ sidebar: "default"
50
+ }
51
+ ]
52
+ }
53
+ ]
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ path: '*',
59
+ component: ComponentCreator('*'),
60
+ },
61
+ ];
@@ -0,0 +1,45 @@
1
+ {
2
+ "/Footer-86a": {
3
+ "__comp": "ac46717f",
4
+ "__context": {
5
+ "plugin": "a7456010"
6
+ },
7
+ "config": "5e9f5e1a"
8
+ },
9
+ "/-e5f": {
10
+ "__comp": "1df93b7f",
11
+ "__context": {
12
+ "plugin": "a7456010"
13
+ },
14
+ "config": "5e9f5e1a"
15
+ },
16
+ "/-320": {
17
+ "__comp": "5e95c892",
18
+ "__context": {
19
+ "plugin": "aba21aa0"
20
+ }
21
+ },
22
+ "/-87c": {
23
+ "__comp": "a7bd4aaa",
24
+ "__props": "22dd74f7"
25
+ },
26
+ "/-1d6": {
27
+ "__comp": "a94703ab"
28
+ },
29
+ "/functions/-5b3": {
30
+ "__comp": "17896441",
31
+ "content": "c3a618e1"
32
+ },
33
+ "/functions/git0-8bf": {
34
+ "__comp": "17896441",
35
+ "content": "299d276b"
36
+ },
37
+ "/functions/github-api-da5": {
38
+ "__comp": "17896441",
39
+ "content": "28ab763d"
40
+ },
41
+ "/functions/modules-f7f": {
42
+ "__comp": "17896441",
43
+ "content": "68cef36b"
44
+ }
45
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "docusaurusVersion": "3.8.1",
3
+ "siteVersion": "4.2.0",
4
+ "pluginVersions": {
5
+ "docusaurus-plugin-content-docs": {
6
+ "type": "package",
7
+ "name": "@docusaurus/plugin-content-docs",
8
+ "version": "3.8.1"
9
+ },
10
+ "docusaurus-plugin-content-pages": {
11
+ "type": "package",
12
+ "name": "@docusaurus/plugin-content-pages",
13
+ "version": "3.8.1"
14
+ },
15
+ "docusaurus-plugin-google-gtag": {
16
+ "type": "package",
17
+ "name": "@docusaurus/plugin-google-gtag",
18
+ "version": "3.8.1"
19
+ },
20
+ "docusaurus-plugin-sitemap": {
21
+ "type": "package",
22
+ "name": "@docusaurus/plugin-sitemap",
23
+ "version": "3.8.1"
24
+ },
25
+ "docusaurus-plugin-svgr": {
26
+ "type": "package",
27
+ "name": "@docusaurus/plugin-svgr",
28
+ "version": "3.8.1"
29
+ },
30
+ "docusaurus-theme-classic": {
31
+ "type": "package",
32
+ "name": "@docusaurus/theme-classic",
33
+ "version": "3.8.1"
34
+ },
35
+ "docusaurus-lunr-search": {
36
+ "type": "package",
37
+ "name": "docusaurus-lunr-search",
38
+ "version": "3.6.0"
39
+ },
40
+ "docusaurus-plugin-typedoc": {
41
+ "type": "package",
42
+ "name": "docusaurus-plugin-typedoc",
43
+ "version": "1.4.0"
44
+ },
45
+ "docusaurus-theme-openapi": {
46
+ "type": "package",
47
+ "name": "docusaurus-theme-openapi-docs",
48
+ "version": "4.4.0"
49
+ }
50
+ }
51
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "type": "localStorage",
3
+ "namespace": ""
4
+ }