@pome-sh/cli 0.1.0 → 0.1.1
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.
- package/dist/build-info.json +3 -3
- package/dist/src/doctor/checks.js +2 -2
- package/node_modules/@pome-sh/sdk/dist/db.d.ts +4 -4
- package/node_modules/@pome-sh/sdk/dist/db.js +93 -25
- package/node_modules/@pome-sh/sdk/dist/db.js.map +1 -1
- package/node_modules/@pome-sh/sdk/package.json +2 -6
- package/node_modules/@pome-sh/twin-github/README.md +2 -1
- package/node_modules/@pome-sh/twin-github/package.json +2 -3
- package/node_modules/@pome-sh/twin-slack/package.json +2 -3
- package/node_modules/@pome-sh/twin-stripe/README.md +2 -2
- package/node_modules/@pome-sh/twin-stripe/package.json +2 -3
- package/package.json +6 -7
- package/dist/src/recorder/verdictArtifact.d.ts +0 -71
- package/dist/src/recorder/verdictArtifact.js +0 -207
- package/dist/src/score/view.d.ts +0 -38
- package/dist/src/score/view.js +0 -59
- package/dist/src/twin/github/app.d.ts +0 -10
- package/dist/src/twin/github/app.js +0 -316
- package/dist/src/twin/github/db/migrations.d.ts +0 -2
- package/dist/src/twin/github/db/migrations.js +0 -64
- package/dist/src/twin/github/db/openDatabase.d.ts +0 -2
- package/dist/src/twin/github/db/openDatabase.js +0 -13
- package/dist/src/twin/github/db/queries.d.ts +0 -77
- package/dist/src/twin/github/db/queries.js +0 -93
- package/dist/src/twin/github/domain/seed.d.ts +0 -74
- package/dist/src/twin/github/domain/seed.js +0 -104
- package/dist/src/twin/github/domain/serializers.d.ts +0 -113
- package/dist/src/twin/github/domain/serializers.js +0 -76
- package/dist/src/twin/github/types.d.ts +0 -66
- package/dist/src/twin/github/types.js +0 -1
- package/dist/src/twin-github/app.d.ts +0 -9
- package/dist/src/twin-github/app.js +0 -327
- package/dist/src/twin-github/auth.d.ts +0 -16
- package/dist/src/twin-github/auth.js +0 -142
- package/dist/src/twin-github/build-info.d.ts +0 -7
- package/dist/src/twin-github/build-info.js +0 -52
- package/dist/src/twin-github/db.d.ts +0 -4
- package/dist/src/twin-github/db.js +0 -362
- package/dist/src/twin-github/domain.d.ts +0 -1649
- package/dist/src/twin-github/domain.js +0 -957
- package/dist/src/twin-github/errors.d.ts +0 -14
- package/dist/src/twin-github/errors.js +0 -34
- package/dist/src/twin-github/index.d.ts +0 -9
- package/dist/src/twin-github/index.js +0 -7
- package/dist/src/twin-github/mcp.d.ts +0 -17
- package/dist/src/twin-github/mcp.js +0 -281
- package/dist/src/twin-github/recorder.d.ts +0 -2
- package/dist/src/twin-github/recorder.js +0 -29
- package/dist/src/twin-github/seed.d.ts +0 -74
- package/dist/src/twin-github/seed.js +0 -107
- package/dist/src/twin-github/serializers.d.ts +0 -449
- package/dist/src/twin-github/serializers.js +0 -429
- package/dist/src/twin-github/server.d.ts +0 -1
- package/dist/src/twin-github/server.js +0 -34
- package/dist/src/twin-github/tools.d.ts +0 -1545
- package/dist/src/twin-github/tools.js +0 -347
- package/dist/src/twin-github/types.d.ts +0 -198
- package/dist/src/twin-github/types.js +0 -1
- package/dist/src/twin-github/unsupported-envelope.d.ts +0 -10
- package/dist/src/twin-github/unsupported-envelope.js +0 -29
- package/dist/src/twin-github/util.d.ts +0 -13
- package/dist/src/twin-github/util.js +0 -61
- package/dist/src/twin-slack/app.d.ts +0 -17
- package/dist/src/twin-slack/app.js +0 -683
- package/dist/src/twin-slack/auth.d.ts +0 -38
- package/dist/src/twin-slack/auth.js +0 -219
- package/dist/src/twin-slack/build-info.d.ts +0 -7
- package/dist/src/twin-slack/build-info.js +0 -9
- package/dist/src/twin-slack/db.d.ts +0 -4
- package/dist/src/twin-slack/db.js +0 -213
- package/dist/src/twin-slack/domain.d.ts +0 -236
- package/dist/src/twin-slack/domain.js +0 -1293
- package/dist/src/twin-slack/errors.d.ts +0 -16
- package/dist/src/twin-slack/errors.js +0 -60
- package/dist/src/twin-slack/index.d.ts +0 -8
- package/dist/src/twin-slack/index.js +0 -8
- package/dist/src/twin-slack/mcp.d.ts +0 -17
- package/dist/src/twin-slack/mcp.js +0 -226
- package/dist/src/twin-slack/recorder.d.ts +0 -2
- package/dist/src/twin-slack/recorder.js +0 -15
- package/dist/src/twin-slack/seed.d.ts +0 -49
- package/dist/src/twin-slack/seed.js +0 -139
- package/dist/src/twin-slack/serializers.d.ts +0 -141
- package/dist/src/twin-slack/serializers.js +0 -377
- package/dist/src/twin-slack/tools.d.ts +0 -97
- package/dist/src/twin-slack/tools.js +0 -171
- package/dist/src/twin-slack/types.d.ts +0 -164
- package/dist/src/twin-slack/types.js +0 -1
- package/dist/src/twin-slack/unsupported-envelope.d.ts +0 -12
- package/dist/src/twin-slack/unsupported-envelope.js +0 -61
- package/dist/src/twin-slack/upstream-types.d.ts +0 -19
- package/dist/src/twin-slack/upstream-types.js +0 -1
- package/dist/src/twin-slack/util.d.ts +0 -31
- package/dist/src/twin-slack/util.js +0 -136
- package/node_modules/base64-js/LICENSE +0 -21
- package/node_modules/base64-js/README.md +0 -34
- package/node_modules/base64-js/base64js.min.js +0 -1
- package/node_modules/base64-js/index.d.ts +0 -3
- package/node_modules/base64-js/index.js +0 -150
- package/node_modules/base64-js/package.json +0 -47
- package/node_modules/better-sqlite3/LICENSE +0 -21
- package/node_modules/better-sqlite3/README.md +0 -99
- package/node_modules/better-sqlite3/binding.gyp +0 -38
- package/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/node_modules/better-sqlite3/deps/common.gypi +0 -68
- package/node_modules/better-sqlite3/deps/copy.js +0 -31
- package/node_modules/better-sqlite3/deps/defines.gypi +0 -42
- package/node_modules/better-sqlite3/deps/download.sh +0 -123
- package/node_modules/better-sqlite3/deps/patches/1208.patch +0 -15
- package/node_modules/better-sqlite3/deps/sqlite3/sqlite3.c +0 -269395
- package/node_modules/better-sqlite3/deps/sqlite3/sqlite3.h +0 -14347
- package/node_modules/better-sqlite3/deps/sqlite3/sqlite3ext.h +0 -739
- package/node_modules/better-sqlite3/deps/sqlite3.gyp +0 -80
- package/node_modules/better-sqlite3/deps/test_extension.c +0 -21
- package/node_modules/better-sqlite3/lib/database.js +0 -90
- package/node_modules/better-sqlite3/lib/index.js +0 -3
- package/node_modules/better-sqlite3/lib/methods/aggregate.js +0 -43
- package/node_modules/better-sqlite3/lib/methods/backup.js +0 -67
- package/node_modules/better-sqlite3/lib/methods/function.js +0 -31
- package/node_modules/better-sqlite3/lib/methods/inspect.js +0 -7
- package/node_modules/better-sqlite3/lib/methods/pragma.js +0 -12
- package/node_modules/better-sqlite3/lib/methods/serialize.js +0 -16
- package/node_modules/better-sqlite3/lib/methods/table.js +0 -189
- package/node_modules/better-sqlite3/lib/methods/transaction.js +0 -78
- package/node_modules/better-sqlite3/lib/methods/wrappers.js +0 -54
- package/node_modules/better-sqlite3/lib/sqlite-error.js +0 -20
- package/node_modules/better-sqlite3/lib/util.js +0 -12
- package/node_modules/better-sqlite3/package.json +0 -59
- package/node_modules/better-sqlite3/src/addon.cpp +0 -47
- package/node_modules/better-sqlite3/src/better_sqlite3.cpp +0 -74
- package/node_modules/better-sqlite3/src/objects/backup.cpp +0 -120
- package/node_modules/better-sqlite3/src/objects/backup.hpp +0 -36
- package/node_modules/better-sqlite3/src/objects/database.cpp +0 -417
- package/node_modules/better-sqlite3/src/objects/database.hpp +0 -103
- package/node_modules/better-sqlite3/src/objects/statement-iterator.cpp +0 -113
- package/node_modules/better-sqlite3/src/objects/statement-iterator.hpp +0 -50
- package/node_modules/better-sqlite3/src/objects/statement.cpp +0 -383
- package/node_modules/better-sqlite3/src/objects/statement.hpp +0 -58
- package/node_modules/better-sqlite3/src/util/bind-map.cpp +0 -73
- package/node_modules/better-sqlite3/src/util/binder.cpp +0 -193
- package/node_modules/better-sqlite3/src/util/constants.cpp +0 -172
- package/node_modules/better-sqlite3/src/util/custom-aggregate.cpp +0 -121
- package/node_modules/better-sqlite3/src/util/custom-function.cpp +0 -59
- package/node_modules/better-sqlite3/src/util/custom-table.cpp +0 -409
- package/node_modules/better-sqlite3/src/util/data-converter.cpp +0 -17
- package/node_modules/better-sqlite3/src/util/data.cpp +0 -194
- package/node_modules/better-sqlite3/src/util/helpers.cpp +0 -109
- package/node_modules/better-sqlite3/src/util/macros.cpp +0 -90
- package/node_modules/better-sqlite3/src/util/query-macros.cpp +0 -71
- package/node_modules/better-sqlite3/src/util/row-builder.cpp +0 -49
- package/node_modules/bindings/LICENSE.md +0 -22
- package/node_modules/bindings/README.md +0 -98
- package/node_modules/bindings/bindings.js +0 -221
- package/node_modules/bindings/package.json +0 -28
- package/node_modules/bl/.travis.yml +0 -17
- package/node_modules/bl/BufferList.js +0 -396
- package/node_modules/bl/LICENSE.md +0 -13
- package/node_modules/bl/README.md +0 -247
- package/node_modules/bl/bl.js +0 -84
- package/node_modules/bl/package.json +0 -37
- package/node_modules/bl/test/convert.js +0 -21
- package/node_modules/bl/test/indexOf.js +0 -492
- package/node_modules/bl/test/isBufferList.js +0 -32
- package/node_modules/bl/test/test.js +0 -869
- package/node_modules/buffer/AUTHORS.md +0 -70
- package/node_modules/buffer/LICENSE +0 -21
- package/node_modules/buffer/README.md +0 -410
- package/node_modules/buffer/index.d.ts +0 -186
- package/node_modules/buffer/index.js +0 -1817
- package/node_modules/buffer/package.json +0 -96
- package/node_modules/chownr/LICENSE +0 -15
- package/node_modules/chownr/README.md +0 -3
- package/node_modules/chownr/chownr.js +0 -167
- package/node_modules/chownr/package.json +0 -29
- package/node_modules/decompress-response/index.d.ts +0 -22
- package/node_modules/decompress-response/index.js +0 -58
- package/node_modules/decompress-response/license +0 -9
- package/node_modules/decompress-response/package.json +0 -56
- package/node_modules/decompress-response/readme.md +0 -48
- package/node_modules/deep-extend/CHANGELOG.md +0 -46
- package/node_modules/deep-extend/LICENSE +0 -20
- package/node_modules/deep-extend/README.md +0 -91
- package/node_modules/deep-extend/index.js +0 -1
- package/node_modules/deep-extend/lib/deep-extend.js +0 -150
- package/node_modules/deep-extend/package.json +0 -62
- package/node_modules/detect-libc/LICENSE +0 -201
- package/node_modules/detect-libc/README.md +0 -163
- package/node_modules/detect-libc/index.d.ts +0 -14
- package/node_modules/detect-libc/lib/detect-libc.js +0 -313
- package/node_modules/detect-libc/lib/elf.js +0 -39
- package/node_modules/detect-libc/lib/filesystem.js +0 -51
- package/node_modules/detect-libc/lib/process.js +0 -24
- package/node_modules/detect-libc/package.json +0 -44
- package/node_modules/end-of-stream/LICENSE +0 -21
- package/node_modules/end-of-stream/README.md +0 -54
- package/node_modules/end-of-stream/index.js +0 -96
- package/node_modules/end-of-stream/package.json +0 -37
- package/node_modules/expand-template/.travis.yml +0 -6
- package/node_modules/expand-template/LICENSE +0 -21
- package/node_modules/expand-template/README.md +0 -43
- package/node_modules/expand-template/index.js +0 -26
- package/node_modules/expand-template/package.json +0 -29
- package/node_modules/expand-template/test.js +0 -67
- package/node_modules/file-uri-to-path/.npmignore +0 -1
- package/node_modules/file-uri-to-path/.travis.yml +0 -30
- package/node_modules/file-uri-to-path/History.md +0 -21
- package/node_modules/file-uri-to-path/LICENSE +0 -20
- package/node_modules/file-uri-to-path/README.md +0 -74
- package/node_modules/file-uri-to-path/index.d.ts +0 -2
- package/node_modules/file-uri-to-path/index.js +0 -66
- package/node_modules/file-uri-to-path/package.json +0 -32
- package/node_modules/file-uri-to-path/test/test.js +0 -24
- package/node_modules/file-uri-to-path/test/tests.json +0 -13
- package/node_modules/fs-constants/LICENSE +0 -21
- package/node_modules/fs-constants/README.md +0 -26
- package/node_modules/fs-constants/browser.js +0 -1
- package/node_modules/fs-constants/index.js +0 -1
- package/node_modules/fs-constants/package.json +0 -19
- package/node_modules/github-from-package/.travis.yml +0 -4
- package/node_modules/github-from-package/LICENSE +0 -18
- package/node_modules/github-from-package/example/package.json +0 -8
- package/node_modules/github-from-package/example/url.js +0 -3
- package/node_modules/github-from-package/index.js +0 -17
- package/node_modules/github-from-package/package.json +0 -30
- package/node_modules/github-from-package/readme.markdown +0 -53
- package/node_modules/github-from-package/test/a.json +0 -8
- package/node_modules/github-from-package/test/b.json +0 -5
- package/node_modules/github-from-package/test/c.json +0 -5
- package/node_modules/github-from-package/test/d.json +0 -7
- package/node_modules/github-from-package/test/e.json +0 -5
- package/node_modules/github-from-package/test/url.js +0 -19
- package/node_modules/ieee754/LICENSE +0 -11
- package/node_modules/ieee754/README.md +0 -51
- package/node_modules/ieee754/index.d.ts +0 -10
- package/node_modules/ieee754/index.js +0 -85
- package/node_modules/ieee754/package.json +0 -52
- package/node_modules/inherits/LICENSE +0 -16
- package/node_modules/inherits/README.md +0 -42
- package/node_modules/inherits/inherits.js +0 -9
- package/node_modules/inherits/inherits_browser.js +0 -27
- package/node_modules/inherits/package.json +0 -29
- package/node_modules/ini/LICENSE +0 -15
- package/node_modules/ini/README.md +0 -102
- package/node_modules/ini/ini.js +0 -206
- package/node_modules/ini/package.json +0 -33
- package/node_modules/mimic-response/index.d.ts +0 -17
- package/node_modules/mimic-response/index.js +0 -77
- package/node_modules/mimic-response/license +0 -9
- package/node_modules/mimic-response/package.json +0 -42
- package/node_modules/mimic-response/readme.md +0 -78
- package/node_modules/minimist/.eslintrc +0 -29
- package/node_modules/minimist/.github/FUNDING.yml +0 -12
- package/node_modules/minimist/.nycrc +0 -14
- package/node_modules/minimist/CHANGELOG.md +0 -298
- package/node_modules/minimist/LICENSE +0 -18
- package/node_modules/minimist/README.md +0 -121
- package/node_modules/minimist/example/parse.js +0 -4
- package/node_modules/minimist/index.js +0 -263
- package/node_modules/minimist/package.json +0 -75
- package/node_modules/minimist/test/all_bool.js +0 -34
- package/node_modules/minimist/test/bool.js +0 -177
- package/node_modules/minimist/test/dash.js +0 -43
- package/node_modules/minimist/test/default_bool.js +0 -37
- package/node_modules/minimist/test/dotted.js +0 -24
- package/node_modules/minimist/test/kv_short.js +0 -32
- package/node_modules/minimist/test/long.js +0 -33
- package/node_modules/minimist/test/num.js +0 -38
- package/node_modules/minimist/test/parse.js +0 -209
- package/node_modules/minimist/test/parse_modified.js +0 -11
- package/node_modules/minimist/test/proto.js +0 -64
- package/node_modules/minimist/test/short.js +0 -69
- package/node_modules/minimist/test/stop_early.js +0 -17
- package/node_modules/minimist/test/unknown.js +0 -104
- package/node_modules/minimist/test/whitespace.js +0 -10
- package/node_modules/mkdirp-classic/LICENSE +0 -21
- package/node_modules/mkdirp-classic/README.md +0 -18
- package/node_modules/mkdirp-classic/index.js +0 -98
- package/node_modules/mkdirp-classic/package.json +0 -18
- package/node_modules/napi-build-utils/.github/workflows/run-npm-tests.yml +0 -31
- package/node_modules/napi-build-utils/LICENSE +0 -21
- package/node_modules/napi-build-utils/README.md +0 -52
- package/node_modules/napi-build-utils/index.js +0 -214
- package/node_modules/napi-build-utils/index.md +0 -0
- package/node_modules/napi-build-utils/package.json +0 -42
- package/node_modules/node-abi/LICENSE +0 -21
- package/node_modules/node-abi/README.md +0 -54
- package/node_modules/node-abi/abi_registry.json +0 -453
- package/node_modules/node-abi/index.js +0 -179
- package/node_modules/node-abi/package.json +0 -45
- package/node_modules/once/LICENSE +0 -15
- package/node_modules/once/README.md +0 -79
- package/node_modules/once/once.js +0 -42
- package/node_modules/once/package.json +0 -33
- package/node_modules/prebuild-install/CHANGELOG.md +0 -131
- package/node_modules/prebuild-install/CONTRIBUTING.md +0 -6
- package/node_modules/prebuild-install/LICENSE +0 -21
- package/node_modules/prebuild-install/README.md +0 -163
- package/node_modules/prebuild-install/asset.js +0 -44
- package/node_modules/prebuild-install/bin.js +0 -78
- package/node_modules/prebuild-install/download.js +0 -142
- package/node_modules/prebuild-install/error.js +0 -14
- package/node_modules/prebuild-install/help.txt +0 -16
- package/node_modules/prebuild-install/index.js +0 -1
- package/node_modules/prebuild-install/log.js +0 -33
- package/node_modules/prebuild-install/package.json +0 -67
- package/node_modules/prebuild-install/proxy.js +0 -35
- package/node_modules/prebuild-install/rc.js +0 -64
- package/node_modules/prebuild-install/util.js +0 -143
- package/node_modules/pump/.github/FUNDING.yml +0 -2
- package/node_modules/pump/.travis.yml +0 -5
- package/node_modules/pump/LICENSE +0 -21
- package/node_modules/pump/README.md +0 -74
- package/node_modules/pump/SECURITY.md +0 -5
- package/node_modules/pump/empty.js +0 -1
- package/node_modules/pump/index.js +0 -86
- package/node_modules/pump/package.json +0 -30
- package/node_modules/pump/test-browser.js +0 -66
- package/node_modules/pump/test-node.js +0 -53
- package/node_modules/rc/LICENSE.APACHE2 +0 -15
- package/node_modules/rc/LICENSE.BSD +0 -26
- package/node_modules/rc/LICENSE.MIT +0 -24
- package/node_modules/rc/README.md +0 -227
- package/node_modules/rc/browser.js +0 -7
- package/node_modules/rc/cli.js +0 -4
- package/node_modules/rc/index.js +0 -53
- package/node_modules/rc/lib/utils.js +0 -104
- package/node_modules/rc/package.json +0 -29
- package/node_modules/rc/test/ini.js +0 -16
- package/node_modules/rc/test/nested-env-vars.js +0 -50
- package/node_modules/rc/test/test.js +0 -59
- package/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/node_modules/readable-stream/LICENSE +0 -47
- package/node_modules/readable-stream/README.md +0 -106
- package/node_modules/readable-stream/errors-browser.js +0 -127
- package/node_modules/readable-stream/errors.js +0 -116
- package/node_modules/readable-stream/experimentalWarning.js +0 -17
- package/node_modules/readable-stream/lib/_stream_duplex.js +0 -126
- package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -37
- package/node_modules/readable-stream/lib/_stream_readable.js +0 -1027
- package/node_modules/readable-stream/lib/_stream_transform.js +0 -190
- package/node_modules/readable-stream/lib/_stream_writable.js +0 -641
- package/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -180
- package/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -183
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -96
- package/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -86
- package/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
- package/node_modules/readable-stream/lib/internal/streams/from.js +0 -52
- package/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -86
- package/node_modules/readable-stream/lib/internal/streams/state.js +0 -22
- package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/node_modules/readable-stream/package.json +0 -68
- package/node_modules/readable-stream/readable-browser.js +0 -9
- package/node_modules/readable-stream/readable.js +0 -16
- package/node_modules/safe-buffer/LICENSE +0 -21
- package/node_modules/safe-buffer/README.md +0 -584
- package/node_modules/safe-buffer/index.d.ts +0 -187
- package/node_modules/safe-buffer/index.js +0 -65
- package/node_modules/safe-buffer/package.json +0 -51
- package/node_modules/semver/LICENSE +0 -15
- package/node_modules/semver/README.md +0 -680
- package/node_modules/semver/bin/semver.js +0 -195
- package/node_modules/semver/classes/comparator.js +0 -143
- package/node_modules/semver/classes/index.js +0 -7
- package/node_modules/semver/classes/range.js +0 -577
- package/node_modules/semver/classes/semver.js +0 -350
- package/node_modules/semver/functions/clean.js +0 -8
- package/node_modules/semver/functions/cmp.js +0 -54
- package/node_modules/semver/functions/coerce.js +0 -62
- package/node_modules/semver/functions/compare-build.js +0 -9
- package/node_modules/semver/functions/compare-loose.js +0 -5
- package/node_modules/semver/functions/compare.js +0 -7
- package/node_modules/semver/functions/diff.js +0 -60
- package/node_modules/semver/functions/eq.js +0 -5
- package/node_modules/semver/functions/gt.js +0 -5
- package/node_modules/semver/functions/gte.js +0 -5
- package/node_modules/semver/functions/inc.js +0 -21
- package/node_modules/semver/functions/lt.js +0 -5
- package/node_modules/semver/functions/lte.js +0 -5
- package/node_modules/semver/functions/major.js +0 -5
- package/node_modules/semver/functions/minor.js +0 -5
- package/node_modules/semver/functions/neq.js +0 -5
- package/node_modules/semver/functions/parse.js +0 -18
- package/node_modules/semver/functions/patch.js +0 -5
- package/node_modules/semver/functions/prerelease.js +0 -8
- package/node_modules/semver/functions/rcompare.js +0 -5
- package/node_modules/semver/functions/rsort.js +0 -5
- package/node_modules/semver/functions/satisfies.js +0 -12
- package/node_modules/semver/functions/sort.js +0 -5
- package/node_modules/semver/functions/truncate.js +0 -48
- package/node_modules/semver/functions/valid.js +0 -8
- package/node_modules/semver/index.js +0 -93
- package/node_modules/semver/internal/constants.js +0 -37
- package/node_modules/semver/internal/debug.js +0 -11
- package/node_modules/semver/internal/identifiers.js +0 -29
- package/node_modules/semver/internal/lrucache.js +0 -42
- package/node_modules/semver/internal/parse-options.js +0 -17
- package/node_modules/semver/internal/re.js +0 -223
- package/node_modules/semver/package.json +0 -78
- package/node_modules/semver/preload.js +0 -4
- package/node_modules/semver/range.bnf +0 -17
- package/node_modules/semver/ranges/gtr.js +0 -6
- package/node_modules/semver/ranges/intersects.js +0 -9
- package/node_modules/semver/ranges/ltr.js +0 -6
- package/node_modules/semver/ranges/max-satisfying.js +0 -27
- package/node_modules/semver/ranges/min-satisfying.js +0 -26
- package/node_modules/semver/ranges/min-version.js +0 -63
- package/node_modules/semver/ranges/outside.js +0 -82
- package/node_modules/semver/ranges/simplify.js +0 -49
- package/node_modules/semver/ranges/subset.js +0 -249
- package/node_modules/semver/ranges/to-comparators.js +0 -10
- package/node_modules/semver/ranges/valid.js +0 -13
- package/node_modules/simple-concat/.travis.yml +0 -3
- package/node_modules/simple-concat/LICENSE +0 -20
- package/node_modules/simple-concat/README.md +0 -44
- package/node_modules/simple-concat/index.js +0 -15
- package/node_modules/simple-concat/package.json +0 -47
- package/node_modules/simple-concat/test/basic.js +0 -41
- package/node_modules/simple-get/.github/dependabot.yml +0 -15
- package/node_modules/simple-get/.github/workflows/ci.yml +0 -23
- package/node_modules/simple-get/LICENSE +0 -20
- package/node_modules/simple-get/README.md +0 -333
- package/node_modules/simple-get/index.js +0 -108
- package/node_modules/simple-get/package.json +0 -67
- package/node_modules/string_decoder/LICENSE +0 -48
- package/node_modules/string_decoder/README.md +0 -47
- package/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/node_modules/string_decoder/package.json +0 -34
- package/node_modules/strip-json-comments/index.js +0 -70
- package/node_modules/strip-json-comments/license +0 -21
- package/node_modules/strip-json-comments/package.json +0 -42
- package/node_modules/strip-json-comments/readme.md +0 -64
- package/node_modules/tar-fs/.travis.yml +0 -6
- package/node_modules/tar-fs/LICENSE +0 -21
- package/node_modules/tar-fs/README.md +0 -165
- package/node_modules/tar-fs/index.js +0 -392
- package/node_modules/tar-fs/package.json +0 -46
- package/node_modules/tar-fs/test/fixtures/a/hello.txt +0 -1
- package/node_modules/tar-fs/test/fixtures/b/a/test.txt +0 -1
- package/node_modules/tar-fs/test/fixtures/d/file1 +0 -0
- package/node_modules/tar-fs/test/fixtures/d/file2 +0 -0
- package/node_modules/tar-fs/test/fixtures/d/sub-dir/file5 +0 -0
- package/node_modules/tar-fs/test/fixtures/d/sub-files/file3 +0 -0
- package/node_modules/tar-fs/test/fixtures/d/sub-files/file4 +0 -0
- package/node_modules/tar-fs/test/fixtures/e/directory/.ignore +0 -0
- package/node_modules/tar-fs/test/fixtures/e/file +0 -0
- package/node_modules/tar-fs/test/fixtures/invalid.tar +0 -0
- package/node_modules/tar-fs/test/index.js +0 -457
- package/node_modules/tar-stream/LICENSE +0 -21
- package/node_modules/tar-stream/README.md +0 -168
- package/node_modules/tar-stream/extract.js +0 -257
- package/node_modules/tar-stream/headers.js +0 -295
- package/node_modules/tar-stream/index.js +0 -2
- package/node_modules/tar-stream/pack.js +0 -255
- package/node_modules/tar-stream/package.json +0 -58
- package/node_modules/tar-stream/sandbox.js +0 -11
- package/node_modules/tunnel-agent/LICENSE +0 -55
- package/node_modules/tunnel-agent/README.md +0 -4
- package/node_modules/tunnel-agent/index.js +0 -244
- package/node_modules/tunnel-agent/package.json +0 -22
- package/node_modules/util-deprecate/History.md +0 -16
- package/node_modules/util-deprecate/LICENSE +0 -24
- package/node_modules/util-deprecate/README.md +0 -53
- package/node_modules/util-deprecate/browser.js +0 -67
- package/node_modules/util-deprecate/node.js +0 -6
- package/node_modules/util-deprecate/package.json +0 -27
- package/node_modules/wrappy/LICENSE +0 -15
- package/node_modules/wrappy/README.md +0 -36
- package/node_modules/wrappy/package.json +0 -29
- package/node_modules/wrappy/wrappy.js +0 -33
|
@@ -1,449 +0,0 @@
|
|
|
1
|
-
import type { BranchRow, CheckRunRow, CommitRow, CommitStatusRow, FileRow, IssueCommentRow, IssueRow, LabelRow, PullRequestFileRow, PullRequestReviewRow, PullRequestRow, RepoRow } from "./types.js";
|
|
2
|
-
export declare function repoState(repo: RepoRow): Record<string, unknown>;
|
|
3
|
-
export declare function branchState(branch: BranchRow, repo: RepoRow): Record<string, unknown>;
|
|
4
|
-
export declare function fileState(file: FileRow, repo: RepoRow): Record<string, unknown>;
|
|
5
|
-
export declare function issueState(issue: IssueRow, repo: RepoRow, labels: string[], assignees: string[]): Record<string, unknown>;
|
|
6
|
-
export declare function issueCommentState(comment: IssueCommentRow, repo: RepoRow): Record<string, unknown>;
|
|
7
|
-
export declare function labelState(label: LabelRow, repo: RepoRow): Record<string, unknown>;
|
|
8
|
-
export declare function issueLabelsState(repo: RepoRow, issueNumber: number, labels: string[]): Record<string, unknown>;
|
|
9
|
-
export declare function issueAssigneesState(repo: RepoRow, issueNumber: number, assignees: string[]): Record<string, unknown>;
|
|
10
|
-
export declare function pullRequestState(pr: PullRequestRow, repo: RepoRow): Record<string, unknown>;
|
|
11
|
-
export declare function pullRequestReviewState(review: PullRequestReviewRow, repo: RepoRow): Record<string, unknown>;
|
|
12
|
-
export declare function userJson(login: string, type?: "User" | "Organization"): {
|
|
13
|
-
login: string;
|
|
14
|
-
id: number;
|
|
15
|
-
node_id: string;
|
|
16
|
-
avatar_url: string;
|
|
17
|
-
html_url: string;
|
|
18
|
-
type: "User" | "Organization";
|
|
19
|
-
site_admin: boolean;
|
|
20
|
-
};
|
|
21
|
-
export declare function repoJson(repo: RepoRow): {
|
|
22
|
-
id: number;
|
|
23
|
-
node_id: string;
|
|
24
|
-
name: string;
|
|
25
|
-
full_name: string;
|
|
26
|
-
owner: {
|
|
27
|
-
login: string;
|
|
28
|
-
id: number;
|
|
29
|
-
node_id: string;
|
|
30
|
-
avatar_url: string;
|
|
31
|
-
html_url: string;
|
|
32
|
-
type: "User" | "Organization";
|
|
33
|
-
site_admin: boolean;
|
|
34
|
-
};
|
|
35
|
-
private: boolean;
|
|
36
|
-
html_url: string;
|
|
37
|
-
description: string;
|
|
38
|
-
fork: boolean;
|
|
39
|
-
parent: {
|
|
40
|
-
full_name: string;
|
|
41
|
-
} | undefined;
|
|
42
|
-
url: string;
|
|
43
|
-
contents_url: string;
|
|
44
|
-
issues_url: string;
|
|
45
|
-
pulls_url: string;
|
|
46
|
-
default_branch: string;
|
|
47
|
-
created_at: string;
|
|
48
|
-
updated_at: string;
|
|
49
|
-
pushed_at: string;
|
|
50
|
-
};
|
|
51
|
-
export declare function branchJson(branch: BranchRow, repo: RepoRow): {
|
|
52
|
-
name: string;
|
|
53
|
-
commit: {
|
|
54
|
-
sha: string | null;
|
|
55
|
-
url: string | null;
|
|
56
|
-
};
|
|
57
|
-
protected: boolean;
|
|
58
|
-
};
|
|
59
|
-
export declare function commitJson(commit: CommitRow, repo: RepoRow): {
|
|
60
|
-
sha: string;
|
|
61
|
-
node_id: string;
|
|
62
|
-
commit: {
|
|
63
|
-
author: {
|
|
64
|
-
name: string;
|
|
65
|
-
email: string;
|
|
66
|
-
date: string;
|
|
67
|
-
};
|
|
68
|
-
committer: {
|
|
69
|
-
name: string;
|
|
70
|
-
email: string;
|
|
71
|
-
date: string;
|
|
72
|
-
};
|
|
73
|
-
message: string;
|
|
74
|
-
tree: {
|
|
75
|
-
sha: string;
|
|
76
|
-
url: string;
|
|
77
|
-
};
|
|
78
|
-
url: string;
|
|
79
|
-
};
|
|
80
|
-
url: string;
|
|
81
|
-
html_url: string;
|
|
82
|
-
author: {
|
|
83
|
-
login: string;
|
|
84
|
-
id: number;
|
|
85
|
-
node_id: string;
|
|
86
|
-
avatar_url: string;
|
|
87
|
-
html_url: string;
|
|
88
|
-
type: "User" | "Organization";
|
|
89
|
-
site_admin: boolean;
|
|
90
|
-
};
|
|
91
|
-
committer: {
|
|
92
|
-
login: string;
|
|
93
|
-
id: number;
|
|
94
|
-
node_id: string;
|
|
95
|
-
avatar_url: string;
|
|
96
|
-
html_url: string;
|
|
97
|
-
type: "User" | "Organization";
|
|
98
|
-
site_admin: boolean;
|
|
99
|
-
};
|
|
100
|
-
parents: {
|
|
101
|
-
sha: string;
|
|
102
|
-
url: string;
|
|
103
|
-
}[];
|
|
104
|
-
};
|
|
105
|
-
export declare function contentFileJson(file: FileRow, repo: RepoRow): {
|
|
106
|
-
type: string;
|
|
107
|
-
encoding: string;
|
|
108
|
-
size: number;
|
|
109
|
-
name: string;
|
|
110
|
-
path: string;
|
|
111
|
-
content: string;
|
|
112
|
-
sha: string;
|
|
113
|
-
url: string;
|
|
114
|
-
git_url: string;
|
|
115
|
-
html_url: string;
|
|
116
|
-
download_url: string;
|
|
117
|
-
};
|
|
118
|
-
export declare function contentDirectoryEntryJson(path: string, repo: RepoRow, branch: string, file?: FileRow): {
|
|
119
|
-
type: string;
|
|
120
|
-
size: number;
|
|
121
|
-
name: string;
|
|
122
|
-
path: string;
|
|
123
|
-
sha: string;
|
|
124
|
-
url: string;
|
|
125
|
-
git_url: string | null;
|
|
126
|
-
html_url: string;
|
|
127
|
-
download_url: string | null;
|
|
128
|
-
};
|
|
129
|
-
export declare function labelJson(label: LabelRow): {
|
|
130
|
-
id: number;
|
|
131
|
-
node_id: string;
|
|
132
|
-
url: string;
|
|
133
|
-
name: string;
|
|
134
|
-
color: string;
|
|
135
|
-
default: boolean;
|
|
136
|
-
description: string;
|
|
137
|
-
};
|
|
138
|
-
export declare function issueJson(issue: IssueRow, repo: RepoRow, labels?: LabelRow[], assignees?: string[], comments?: number): {
|
|
139
|
-
id: number;
|
|
140
|
-
node_id: string;
|
|
141
|
-
number: number;
|
|
142
|
-
title: string;
|
|
143
|
-
body: string;
|
|
144
|
-
state: "open" | "closed";
|
|
145
|
-
locked: boolean;
|
|
146
|
-
user: {
|
|
147
|
-
login: string;
|
|
148
|
-
id: number;
|
|
149
|
-
node_id: string;
|
|
150
|
-
avatar_url: string;
|
|
151
|
-
html_url: string;
|
|
152
|
-
type: "User" | "Organization";
|
|
153
|
-
site_admin: boolean;
|
|
154
|
-
};
|
|
155
|
-
labels: {
|
|
156
|
-
id: number;
|
|
157
|
-
node_id: string;
|
|
158
|
-
url: string;
|
|
159
|
-
name: string;
|
|
160
|
-
color: string;
|
|
161
|
-
default: boolean;
|
|
162
|
-
description: string;
|
|
163
|
-
}[];
|
|
164
|
-
assignee: {
|
|
165
|
-
login: string;
|
|
166
|
-
id: number;
|
|
167
|
-
node_id: string;
|
|
168
|
-
avatar_url: string;
|
|
169
|
-
html_url: string;
|
|
170
|
-
type: "User" | "Organization";
|
|
171
|
-
site_admin: boolean;
|
|
172
|
-
} | null;
|
|
173
|
-
assignees: {
|
|
174
|
-
login: string;
|
|
175
|
-
id: number;
|
|
176
|
-
node_id: string;
|
|
177
|
-
avatar_url: string;
|
|
178
|
-
html_url: string;
|
|
179
|
-
type: "User" | "Organization";
|
|
180
|
-
site_admin: boolean;
|
|
181
|
-
}[];
|
|
182
|
-
comments: number;
|
|
183
|
-
html_url: string;
|
|
184
|
-
repository_url: string;
|
|
185
|
-
labels_url: string;
|
|
186
|
-
comments_url: string;
|
|
187
|
-
created_at: string;
|
|
188
|
-
updated_at: string;
|
|
189
|
-
closed_at: string | null;
|
|
190
|
-
};
|
|
191
|
-
export declare function issueCommentJson(comment: IssueCommentRow, repo: RepoRow): {
|
|
192
|
-
id: number;
|
|
193
|
-
node_id: string;
|
|
194
|
-
body: string;
|
|
195
|
-
user: {
|
|
196
|
-
login: string;
|
|
197
|
-
id: number;
|
|
198
|
-
node_id: string;
|
|
199
|
-
avatar_url: string;
|
|
200
|
-
html_url: string;
|
|
201
|
-
type: "User" | "Organization";
|
|
202
|
-
site_admin: boolean;
|
|
203
|
-
};
|
|
204
|
-
html_url: string;
|
|
205
|
-
issue_url: string;
|
|
206
|
-
created_at: string;
|
|
207
|
-
updated_at: string;
|
|
208
|
-
};
|
|
209
|
-
export declare function pullRequestJson(pr: PullRequestRow, baseRepo: RepoRow, headRepo: RepoRow, commits?: number, changedFiles?: number, headSha?: string | null, baseSha?: string | null): {
|
|
210
|
-
id: number;
|
|
211
|
-
node_id: string;
|
|
212
|
-
number: number;
|
|
213
|
-
state: "open" | "closed";
|
|
214
|
-
locked: boolean;
|
|
215
|
-
title: string;
|
|
216
|
-
body: string;
|
|
217
|
-
user: {
|
|
218
|
-
login: string;
|
|
219
|
-
id: number;
|
|
220
|
-
node_id: string;
|
|
221
|
-
avatar_url: string;
|
|
222
|
-
html_url: string;
|
|
223
|
-
type: "User" | "Organization";
|
|
224
|
-
site_admin: boolean;
|
|
225
|
-
};
|
|
226
|
-
html_url: string;
|
|
227
|
-
url: string;
|
|
228
|
-
issue_url: string;
|
|
229
|
-
commits_url: string;
|
|
230
|
-
review_comments_url: string;
|
|
231
|
-
review_comment_url: string;
|
|
232
|
-
comments_url: string;
|
|
233
|
-
statuses_url: string;
|
|
234
|
-
head: {
|
|
235
|
-
label: string;
|
|
236
|
-
ref: string;
|
|
237
|
-
sha: string | null;
|
|
238
|
-
repo: {
|
|
239
|
-
id: number;
|
|
240
|
-
node_id: string;
|
|
241
|
-
name: string;
|
|
242
|
-
full_name: string;
|
|
243
|
-
owner: {
|
|
244
|
-
login: string;
|
|
245
|
-
id: number;
|
|
246
|
-
node_id: string;
|
|
247
|
-
avatar_url: string;
|
|
248
|
-
html_url: string;
|
|
249
|
-
type: "User" | "Organization";
|
|
250
|
-
site_admin: boolean;
|
|
251
|
-
};
|
|
252
|
-
private: boolean;
|
|
253
|
-
html_url: string;
|
|
254
|
-
description: string;
|
|
255
|
-
fork: boolean;
|
|
256
|
-
parent: {
|
|
257
|
-
full_name: string;
|
|
258
|
-
} | undefined;
|
|
259
|
-
url: string;
|
|
260
|
-
contents_url: string;
|
|
261
|
-
issues_url: string;
|
|
262
|
-
pulls_url: string;
|
|
263
|
-
default_branch: string;
|
|
264
|
-
created_at: string;
|
|
265
|
-
updated_at: string;
|
|
266
|
-
pushed_at: string;
|
|
267
|
-
};
|
|
268
|
-
user: {
|
|
269
|
-
login: string;
|
|
270
|
-
id: number;
|
|
271
|
-
node_id: string;
|
|
272
|
-
avatar_url: string;
|
|
273
|
-
html_url: string;
|
|
274
|
-
type: "User" | "Organization";
|
|
275
|
-
site_admin: boolean;
|
|
276
|
-
};
|
|
277
|
-
};
|
|
278
|
-
base: {
|
|
279
|
-
label: string;
|
|
280
|
-
ref: string;
|
|
281
|
-
sha: string | null;
|
|
282
|
-
repo: {
|
|
283
|
-
id: number;
|
|
284
|
-
node_id: string;
|
|
285
|
-
name: string;
|
|
286
|
-
full_name: string;
|
|
287
|
-
owner: {
|
|
288
|
-
login: string;
|
|
289
|
-
id: number;
|
|
290
|
-
node_id: string;
|
|
291
|
-
avatar_url: string;
|
|
292
|
-
html_url: string;
|
|
293
|
-
type: "User" | "Organization";
|
|
294
|
-
site_admin: boolean;
|
|
295
|
-
};
|
|
296
|
-
private: boolean;
|
|
297
|
-
html_url: string;
|
|
298
|
-
description: string;
|
|
299
|
-
fork: boolean;
|
|
300
|
-
parent: {
|
|
301
|
-
full_name: string;
|
|
302
|
-
} | undefined;
|
|
303
|
-
url: string;
|
|
304
|
-
contents_url: string;
|
|
305
|
-
issues_url: string;
|
|
306
|
-
pulls_url: string;
|
|
307
|
-
default_branch: string;
|
|
308
|
-
created_at: string;
|
|
309
|
-
updated_at: string;
|
|
310
|
-
pushed_at: string;
|
|
311
|
-
};
|
|
312
|
-
user: {
|
|
313
|
-
login: string;
|
|
314
|
-
id: number;
|
|
315
|
-
node_id: string;
|
|
316
|
-
avatar_url: string;
|
|
317
|
-
html_url: string;
|
|
318
|
-
type: "User" | "Organization";
|
|
319
|
-
site_admin: boolean;
|
|
320
|
-
};
|
|
321
|
-
};
|
|
322
|
-
merged: boolean;
|
|
323
|
-
merge_commit_sha: string | null;
|
|
324
|
-
draft: boolean;
|
|
325
|
-
commits: number;
|
|
326
|
-
additions: number;
|
|
327
|
-
deletions: number;
|
|
328
|
-
changed_files: number;
|
|
329
|
-
created_at: string;
|
|
330
|
-
updated_at: string;
|
|
331
|
-
closed_at: string | null;
|
|
332
|
-
merged_at: string | null;
|
|
333
|
-
};
|
|
334
|
-
export declare function pullRequestFileJson(file: PullRequestFileRow): {
|
|
335
|
-
sha: string;
|
|
336
|
-
filename: string;
|
|
337
|
-
status: "added" | "modified" | "removed" | "renamed";
|
|
338
|
-
additions: number;
|
|
339
|
-
deletions: number;
|
|
340
|
-
changes: number;
|
|
341
|
-
blob_url: string;
|
|
342
|
-
raw_url: string;
|
|
343
|
-
contents_url: string;
|
|
344
|
-
patch: string;
|
|
345
|
-
};
|
|
346
|
-
export declare function reviewJson(review: PullRequestReviewRow, repo: RepoRow): {
|
|
347
|
-
id: number;
|
|
348
|
-
node_id: string;
|
|
349
|
-
user: {
|
|
350
|
-
login: string;
|
|
351
|
-
id: number;
|
|
352
|
-
node_id: string;
|
|
353
|
-
avatar_url: string;
|
|
354
|
-
html_url: string;
|
|
355
|
-
type: "User" | "Organization";
|
|
356
|
-
site_admin: boolean;
|
|
357
|
-
};
|
|
358
|
-
body: string;
|
|
359
|
-
state: "APPROVED" | "CHANGES_REQUESTED" | "COMMENTED";
|
|
360
|
-
html_url: string;
|
|
361
|
-
pull_request_url: string;
|
|
362
|
-
commit_id: string | null;
|
|
363
|
-
submitted_at: string;
|
|
364
|
-
};
|
|
365
|
-
export declare function statusJson(status: CommitStatusRow, repo: RepoRow): {
|
|
366
|
-
id: number;
|
|
367
|
-
node_id: string;
|
|
368
|
-
state: "error" | "success" | "failure" | "pending";
|
|
369
|
-
description: string;
|
|
370
|
-
target_url: string;
|
|
371
|
-
context: string;
|
|
372
|
-
created_at: string;
|
|
373
|
-
updated_at: string;
|
|
374
|
-
url: string;
|
|
375
|
-
};
|
|
376
|
-
export declare function commitStatusState(status: CommitStatusRow, repo: RepoRow): Record<string, unknown>;
|
|
377
|
-
export declare function checkRunJson(run: CheckRunRow, repo: RepoRow): {
|
|
378
|
-
id: number;
|
|
379
|
-
node_id: string;
|
|
380
|
-
head_sha: string;
|
|
381
|
-
external_id: string;
|
|
382
|
-
url: string;
|
|
383
|
-
html_url: string;
|
|
384
|
-
details_url: string;
|
|
385
|
-
status: "queued" | "in_progress" | "completed";
|
|
386
|
-
conclusion: "success" | "failure" | "skipped" | "neutral" | "cancelled" | "timed_out" | "action_required" | "stale" | null;
|
|
387
|
-
started_at: string;
|
|
388
|
-
completed_at: string | null;
|
|
389
|
-
output: {
|
|
390
|
-
title: string | null;
|
|
391
|
-
summary: string | null;
|
|
392
|
-
text: null;
|
|
393
|
-
annotations_count: number;
|
|
394
|
-
annotations_url: string;
|
|
395
|
-
};
|
|
396
|
-
name: string;
|
|
397
|
-
check_suite: null;
|
|
398
|
-
app: null;
|
|
399
|
-
pull_requests: never[];
|
|
400
|
-
};
|
|
401
|
-
export declare function checkRunState(run: CheckRunRow, repo: RepoRow): Record<string, unknown>;
|
|
402
|
-
export declare function combinedStatusJson(repo: RepoRow, sha: string, statuses: CommitStatusRow[]): {
|
|
403
|
-
state: string;
|
|
404
|
-
sha: string;
|
|
405
|
-
total_count: number;
|
|
406
|
-
statuses: {
|
|
407
|
-
id: number;
|
|
408
|
-
node_id: string;
|
|
409
|
-
state: "error" | "success" | "failure" | "pending";
|
|
410
|
-
description: string;
|
|
411
|
-
target_url: string;
|
|
412
|
-
context: string;
|
|
413
|
-
created_at: string;
|
|
414
|
-
updated_at: string;
|
|
415
|
-
url: string;
|
|
416
|
-
}[];
|
|
417
|
-
repository: {
|
|
418
|
-
id: number;
|
|
419
|
-
node_id: string;
|
|
420
|
-
name: string;
|
|
421
|
-
full_name: string;
|
|
422
|
-
owner: {
|
|
423
|
-
login: string;
|
|
424
|
-
id: number;
|
|
425
|
-
node_id: string;
|
|
426
|
-
avatar_url: string;
|
|
427
|
-
html_url: string;
|
|
428
|
-
type: "User" | "Organization";
|
|
429
|
-
site_admin: boolean;
|
|
430
|
-
};
|
|
431
|
-
private: boolean;
|
|
432
|
-
html_url: string;
|
|
433
|
-
description: string;
|
|
434
|
-
fork: boolean;
|
|
435
|
-
parent: {
|
|
436
|
-
full_name: string;
|
|
437
|
-
} | undefined;
|
|
438
|
-
url: string;
|
|
439
|
-
contents_url: string;
|
|
440
|
-
issues_url: string;
|
|
441
|
-
pulls_url: string;
|
|
442
|
-
default_branch: string;
|
|
443
|
-
created_at: string;
|
|
444
|
-
updated_at: string;
|
|
445
|
-
pushed_at: string;
|
|
446
|
-
};
|
|
447
|
-
commit_url: string;
|
|
448
|
-
url: string;
|
|
449
|
-
};
|