原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4176,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 1434800,
"Shell": 524,
"JavaScript": 4170,
"TypeScript": 199130,
"Tree-sitter Query": 412
},
"pushed_at": "2026-07-31T07:45:46Z",
"created_at": "2022-07-06T10:51:42Z",
"owner_type": "Organization",
"updated_at": "2026-07-31T07:46:11Z",
"description": "Ree Framework Monorepo",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Ruby",
"significant_languages": [
"Ruby",
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Glabix",
"type": "Organization",
"login": "glabix",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/108462693?v=4",
"created_at": "2022-06-30T10:14:52Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 1491
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "4ef0d8119c404e5b360c0bcb6f60182f88a4e48a",
"body": null,
"is_bot": false,
"headline": "bump ree_lib version to 1.3.9",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-07-31T07:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0677c6b10bb1f2d0b5d82d9df058ed9531ffbab5",
"body": null,
"is_bot": false,
"headline": "ability to hide routes in swagger",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-07-31T07:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b83dd080cc030e82d8d4566e52b366a64fd7fd",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.3.3",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-07-31T07:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbec219e61b25be5d9b1f98b38bffb803b8ddc84",
"body": null,
"is_bot": false,
"headline": "add visibility DSL for swagger routes",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-07-31T07:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fc43479503c10fad5cf97fdc8bba06e3b677081",
"body": null,
"is_bot": false,
"headline": "bump ruby-lsp-ree version to 0.1.27",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-04-12T13:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1184493eb62cd86fc2999b85c6cf0a1aebc731e9",
"body": null,
"is_bot": false,
"headline": "bump ree_lib version to 1.3.8",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-04-12T13:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d825f38f599f36344791f52e2fad5aa0e41f837",
"body": "Ruby-lsp-ree 0.1.27",
"is_bot": false,
"headline": "Merge pull request #159 from glabix/op_ruby_lsp_ree_0_1_27",
"author_name": "Ruslan",
"author_login": "rous-gg",
"committed_at": "2026-04-12T13:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc44e65b87538f7019a633f8720af74e2a4ad547",
"body": "add filter_params support to ree_logger roda plugin",
"is_bot": false,
"headline": "Merge pull request #158 from glabix/op_ree_logger_roda_params",
"author_name": "Ruslan",
"author_login": "rous-gg",
"committed_at": "2026-04-12T13:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b9fe04670f6c38f1183eedf6c6499a1cecc799",
"body": "Add exceptions traversal in BodyObjectsParser so that constants\nreferenced in rescue clauses (e.g. rescue SomeErr1, SomeErr2) are\ndetected as used and their import links are not removed.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "parse constants from rescue clause exceptions",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2026-04-10T08:30:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b5bffa85c0970245e89dd7172e196e5afb10a386",
"body": "Add arguments traversal for non-CallNode AST nodes (e.g. ReturnNode)\nin BodyObjectsParser so that imports like seconds_ago inside\nreturn MyDTO.new(updated_at: seconds_ago) are detected.\nFix spec helper to match bundled ruby-lsp API (remove configuration arg).\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "parse method calls inside return statements",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2026-04-10T08:27:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8a8ac935a2056aa2f579c6cac247f0209832a4fc",
"body": "Fix copy-paste bug in parsed_entity_document.rb where collections\nwere selected by :column instead of :collection. Remove leftover\npp debug output. Fix spec expectation to match 'build_dto do'.\nAdd entity auto-detection in build_class_document via has_build_dto?.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix entity collection parsing and spec",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2026-04-10T08:07:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2630b12a75e722924940f8271cbcca6638d442b5",
"body": null,
"is_bot": false,
"headline": "parse entity collection",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2026-04-09T15:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e97947f78d5c41989379ad27323a009ef0df691b",
"body": null,
"is_bot": false,
"headline": "fix specs",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2026-04-09T15:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "848e458c02de5ce54b59ef8875449eb7c31673a9",
"body": null,
"is_bot": false,
"headline": "fix docs indexing",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2026-04-09T12:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c3ede54fb3c15597c5e37e05177ae0a4748e30",
"body": null,
"is_bot": false,
"headline": "roda ree logger spec",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2026-04-03T12:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93bf1eb3cf5c2a0bc6d3cb1949c92ffb2333fef0",
"body": null,
"is_bot": false,
"headline": "upd gemfile lock",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2026-04-03T10:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e38a48028b6552bc1ff8d08efeac26129095125",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "add filter_params support to ree_logger roda plugin",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2026-04-03T08:53:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a02641bf94313077f394446098592dabca202ce1",
"body": null,
"is_bot": false,
"headline": "bump ree_spec version to 0.0.12",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-03-27T08:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d50142a2bdad8e2d6cfa0ef3b86fe3c40c63c7d",
"body": null,
"is_bot": false,
"headline": "-p & --file should work separately",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-03-27T08:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07723c27802688fbbec47ee8703d8cbf8b917a02",
"body": null,
"is_bot": false,
"headline": "ability to run specific spec files",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-03-27T08:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e3da620281d533446420700f7e4df3e7c4803f1",
"body": null,
"is_bot": false,
"headline": "bump ree_lib version to 1.3.7",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-03-20T09:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c71aa53b443fa91c5083885e370a2a8e5a9ebd6e",
"body": null,
"is_bot": false,
"headline": "read proxy from env",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-03-20T09:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aac60e2482a3e68fda21c7fa08b64770436e547",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.3.2",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-03-02T11:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f5b53ff6f674e8eec362ccd04ed393c22f913c",
"body": null,
"is_bot": false,
"headline": "do not use regexp matched for paths that include /",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-03-02T11:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5012ac995a93b8d1c8d70e63bb0c6a366456cbad",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.3.1",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-22T07:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c43dd7a2df5e82056b8114d4fd2ddb88bf091c1",
"body": "Add on_link hook",
"is_bot": false,
"headline": "Merge pull request #156 from glabix/feature/on_link_hook",
"author_name": "Ruslan",
"author_login": "rous-gg",
"committed_at": "2026-02-22T06:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29cb8de664bf752472af4f318919a3a8841f295a",
"body": null,
"is_bot": false,
"headline": "Add on_link hook",
"author_name": "Alexey Belousov",
"author_login": "belousovAV",
"committed_at": "2026-02-22T02:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a797787556bd35e90c73c5ad9ccdd15cb180816",
"body": "…sion",
"is_bot": false,
"headline": "Add ostruct gem to Gemfile and update Gemfile.lock to include its ver…",
"author_name": "Alexey Belousov",
"author_login": "belousovAV",
"committed_at": "2026-02-22T02:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e0afe5b90af57ac5e85abbab51367e60ff8f7e",
"body": "…r improved dependency management",
"is_bot": false,
"headline": "Update Gemfile.lock to bump several gem versions and add checksums fo…",
"author_name": "Alexey Belousov",
"author_login": "belousovAV",
"committed_at": "2026-02-22T02:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e488d52dc304b58819e4d07d50a5a97391052dc9",
"body": null,
"is_bot": false,
"headline": "Update Gemfile.lock and add benchmark dependency to ree_lib",
"author_name": "Alexey Belousov",
"author_login": "belousovAV",
"committed_at": "2026-02-22T02:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36638c77b9d468fb65c69cd50087c7c60f85ac9d",
"body": null,
"is_bot": false,
"headline": "Add logger dependency to ree_spec and update Gemfile.lock",
"author_name": "Alexey Belousov",
"author_login": "belousovAV",
"committed_at": "2026-02-22T02:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c88a61748220e14f88a391845a8751b7f6f59c1",
"body": "…levant files",
"is_bot": false,
"headline": "Update RuboCop configuration to target Ruby version 4.0 across all re…",
"author_name": "Alexey Belousov",
"author_login": "belousovAV",
"committed_at": "2026-02-22T02:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e64512532b6b597e50c442d3b7e3f82efaada5",
"body": null,
"is_bot": false,
"headline": "Update Gemfile.lock",
"author_name": "Alexey Belousov",
"author_login": "belousovAV",
"committed_at": "2026-02-22T02:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0df946c94a853b40adab20346756681eb94b2863",
"body": null,
"is_bot": false,
"headline": "Update Gemfile.lock",
"author_name": "Alexey Belousov",
"author_login": "belousovAV",
"committed_at": "2026-02-22T02:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f6901f71b89bf5891dc0c182b1a5ec79c261ce",
"body": null,
"is_bot": false,
"headline": "Update CI rubies list",
"author_name": "Alexey Belousov",
"author_login": "belousovAV",
"committed_at": "2026-02-22T02:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "667fefd9ca3b90c37fbcdaa56a2feed7053e0c90",
"body": null,
"is_bot": false,
"headline": "bump ree_lib version to 1.3.6",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-20T08:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21864f9005061e7fa6d70fefc1ee67a9937cb38f",
"body": null,
"is_bot": false,
"headline": "set ruby version to 4.0.1",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-20T08:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c349bd61635f32d80b197f4f0e947ab16afb38",
"body": "get rid off rollbar appender",
"is_bot": false,
"headline": "migrate from Oj to Json",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-20T08:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951e93db837b3c9266b3b5692a5bafec34a2c2b5",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.3.0",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-20T08:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5ac864edbf76a47a75fd5ac357dd1dd6bcec005",
"body": null,
"is_bot": false,
"headline": "update ruby version",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-20T08:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fc390aa173b6434c80c466f3095a80c67cbace6",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.2.9",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-10T05:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f035c6ff94616f2d221b07fbfe94f6c2520d4c5",
"body": null,
"is_bot": false,
"headline": "add hide_ree_lib param",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-10T05:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5acf68d21d25f700f25d974ae5634b1c1e9ea554",
"body": null,
"is_bot": false,
"headline": "bump ree_version to 1.2.8",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-10T05:24:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66f1564adb149c09d98efdc6f52edc59d1d871a9",
"body": null,
"is_bot": false,
"headline": "fix spec",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-10T05:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b47fc1317fdd29d2f02f224475fda376a1dc3e83",
"body": null,
"is_bot": false,
"headline": "merge",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-10T05:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98d1a0b51a21e9a0ab671b0bdcc732edfbe8bab4",
"body": null,
"is_bot": false,
"headline": "do not exit specs on fail",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-10T05:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d09a30427cb79c7d051c048f814c1c46cb51329",
"body": null,
"is_bot": false,
"headline": "bump ree_lib version to 1.3.5",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T16:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95ccd09f9c40c33bc7e0f5fa1205906e9313aec8",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.2.7",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T16:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6963c1064c4bab976284122572450f5d1df9a01e",
"body": "…rocs",
"is_bot": false,
"headline": "refactor ree plugins system: get rid off method added hooks and use P…",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T16:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c14d4c3705aa9a149556da0f091bc3d3722c7b8",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.2.6",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T14:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a943903fd5779694d272b41da5751c3e902c3c1",
"body": null,
"is_bot": false,
"headline": "change dir search pattern",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T14:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9feb77e98742b3c13eeb87733b2487d729eb46",
"body": null,
"is_bot": false,
"headline": "bump ree version 1.2.5",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T13:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820fea1273fa2cd0194068c074834ff459a4a3da",
"body": null,
"is_bot": false,
"headline": "ree licensing",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T13:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b160a7a6cd2c49b807a06de67fa4a5398836edc",
"body": null,
"is_bot": false,
"headline": "enable benchmark mode",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T12:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5939193999be42c9d7e50ec2ac1ddf3f373ba17",
"body": null,
"is_bot": false,
"headline": "bump ruby lsp version to 0.1.26",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T08:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31805c1e8e42ce165da950f389fe203bc1f82e23",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.2.4",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T08:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00dfeecf5f560b5b8010544fe73f8365d9aa03bc",
"body": "add support of becnhmark for ruby lsp ree plugin",
"is_bot": false,
"headline": "benchmark plugin should only wrap fn's call methods",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T07:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d62928b0ad64de34ef82227d98f31270d9982b9",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.2.3",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T06:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e36513609ea9596cb04b61d7bd4429d966738990",
"body": "…d Ree::Benchmark into it. Add more options for benchmark",
"is_bot": false,
"headline": "implement plugin system for method added. Integrate Ree::Contracts an…",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-09T06:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "222a5f745935f1b12275733d03ea70ddb48992c9",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.2.2",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-08T20:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e47b4407748424764a74ba71931be761e7b0380",
"body": null,
"is_bot": false,
"headline": "use call method aliasing",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-08T20:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05088b2ea2ace9ee8354f81e4f5f49a84829e7b4",
"body": null,
"is_bot": false,
"headline": "bump ree version to 1.2.1",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-08T19:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f196d20c7f21cec22a3ae8f2e97eab3078d474",
"body": null,
"is_bot": false,
"headline": "add benchmark mode",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-08T19:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8b60cc21a4e58450dc5bd78905b8e8c909e0f10",
"body": null,
"is_bot": false,
"headline": "bump ree_lib version to 1.3.4",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2026-02-03T07:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47b2ac36a38154a9351611c3e920991b9a4d416f",
"body": "Ree roda refactor",
"is_bot": false,
"headline": "Merge pull request #155 from glabix/ree_roda_refactor",
"author_name": "Ruslan",
"author_login": "rous-gg",
"committed_at": "2026-02-03T07:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aee0af5d714b3e01de40ed0e810df9a258070d0",
"body": null,
"is_bot": false,
"headline": "fix comments",
"author_name": "Konstantin Kim",
"author_login": "neonaddict",
"committed_at": "2025-12-18T23:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc6a5b96ecdf6ea60fd0e4573328c50fd598b5fc",
"body": null,
"is_bot": false,
"headline": "add ability to pass multiple warden_scopes to routes",
"author_name": "Konstantin Kim",
"author_login": "neonaddict",
"committed_at": "2025-12-18T20:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9da7e5d58ef111cf467cde40434563ebcfe578d7",
"body": null,
"is_bot": false,
"headline": "refactor ree_routes tree building logic",
"author_name": "Konstantin Kim",
"author_login": "neonaddict",
"committed_at": "2025-12-18T18:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be820cc9264e6da165ee6e1306c0d26c0a0d24a0",
"body": null,
"is_bot": false,
"headline": "bump ree_lib version to 1.3.3",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2025-10-05T09:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "000bc5f3c567e4f9e19f503b47bac47c593a116c",
"body": null,
"is_bot": false,
"headline": "add .to_s",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2025-10-05T09:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e63ce66741b35e2e76878e5262e4881d39a9b22",
"body": null,
"is_bot": false,
"headline": "bump ree_lib version to 1.3.2",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2025-10-04T10:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e1b01267a18713e87461def95ba92174e750ec8",
"body": null,
"is_bot": false,
"headline": "add splat opts support to ree actions",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2025-10-04T10:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97cc8302c53d7762355f6529c88ccd689dc665f9",
"body": null,
"is_bot": false,
"headline": "bump ruby-lsp-ree version to 0.1.25",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2025-07-11T14:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6496e9abc010f26d8a023e77b58a6218ee3593ba",
"body": "Ruby-lsp-ree-0.1.25",
"is_bot": false,
"headline": "Merge pull request #154 from glabix/op_ruby_lsp_ree_0_1_25",
"author_name": "Ruslan",
"author_login": "rous-gg",
"committed_at": "2025-07-11T14:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e966e0411226522102b28d0119a85e29e0e2a6e",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-07-11T11:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cf7e4627c544612a7d4c4e428cc571ca71113f6",
"body": null,
"is_bot": false,
"headline": "fix go-to-definition for consts from imports",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-07-11T11:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0d1b8e6774c313c5ec2741db554205ce1a0a53",
"body": null,
"is_bot": false,
"headline": "specify ruby lsp version for specs",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-07-11T10:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5df3f81737c74b77dc9621c98b3f52d051d65939",
"body": null,
"is_bot": false,
"headline": "for autocomplete inside import don't add links",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-07-11T10:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf8db65648bbdb4dcd9304f389713d011a3fe8b",
"body": null,
"is_bot": false,
"headline": "parse call objects with splat",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-07-11T09:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ba6b81341c8c6dc9282b14e17cb13e8c755059",
"body": null,
"is_bot": false,
"headline": "split unused links formatter specs",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-07-11T09:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd5556b31da457494435416435bd7b05690b098f",
"body": null,
"is_bot": false,
"headline": "fix parsing inside case conditions",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-07-11T09:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c0fc98c9f4af7846911dc653a394d6e8e99067",
"body": null,
"is_bot": false,
"headline": "remove new line between link groups",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-07-11T08:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf7ea983e862286f00cb11c8958472168493fb7",
"body": null,
"is_bot": false,
"headline": "bump ruby-lsp-ree version to 0.1.24",
"author_name": "Ruslan Gatiyatov",
"author_login": "rous-gg",
"committed_at": "2025-06-27T15:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b720131c9d83c898db831d5a65feb2a069e44f84",
"body": "Ruby-lsp-ree-0.1.24",
"is_bot": false,
"headline": "Merge pull request #153 from glabix/op_ruby_lsp_ree_0_1_24",
"author_name": "Ruslan",
"author_login": "rous-gg",
"committed_at": "2025-06-27T15:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c518cf731b0cc82d48d55828d7f6804d4ac1db61",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-27T14:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2ab4ba2303e251e40507fac071734578d3ee6a7",
"body": null,
"is_bot": false,
"headline": "sort links inside groups",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-23T09:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96ec1077e4bf675420ab124e6b750c4b5b897c1",
"body": null,
"is_bot": false,
"headline": "render import section",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-20T13:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca3b2e3f875739b183c02ca04cbe5b25d5dc0ec0",
"body": null,
"is_bot": false,
"headline": "cleanup blank lines on sort",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-20T13:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe2348e5c9150f255d53d7e1b6242980bf5de9d",
"body": null,
"is_bot": false,
"headline": "fix specs",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-20T13:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "663ac16cdf5d2472793b8c9838f2cf979baa9179",
"body": null,
"is_bot": false,
"headline": "editor insert links block",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-20T11:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da26aed46c94a4857853e3b98aeb135bb0569059",
"body": null,
"is_bot": false,
"headline": "render_import_link",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-20T11:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9613eaf24ba98389e3a99af149c4c7ebc61e3c1c",
"body": null,
"is_bot": false,
"headline": "render_file_path_link",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-20T11:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0dbc4d69a9d60d7ba1ec33673e918457dcd1964",
"body": null,
"is_bot": false,
"headline": "render_object_link",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-20T10:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab1fdd9bfde7455806b620f91252c20d1412107",
"body": null,
"is_bot": false,
"headline": "rewrite sourt formatter",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-20T10:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4309b5d795855e53826fe7c2690a758a2308151",
"body": null,
"is_bot": false,
"headline": "add formatter guard",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-19T12:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9628c82d559b799a7825c422330528f132a24cb5",
"body": null,
"is_bot": false,
"headline": "go-to-definition for import link package",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-19T12:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0293c35b1034ca11422165af87bd41400a26f49d",
"body": null,
"is_bot": false,
"headline": "go-to-definition from import link",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-19T11:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b3dd6d0264128937952db2a5d10c46c89442bfc",
"body": null,
"is_bot": false,
"headline": "multi-object link go-to-definition",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-19T09:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ecafb57da49a0eb504086f575eafe9a07abe2f7",
"body": null,
"is_bot": false,
"headline": "add guard",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-19T09:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66a38bc2a1f6a3c92f660322a1966133e96da1d0",
"body": null,
"is_bot": false,
"headline": "fix unused links formatter",
"author_name": "Oleg Potapov",
"author_login": "oleggg-lgtm",
"committed_at": "2025-06-19T09:17:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 68,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ree",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/ree",
"is_deprecated": false,
"latest_version": "1.3.3",
"repository_url": "https://github.com/glabix/ree/tree/main/ree",
"versions_count": 64,
"total_downloads": 47778,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2022-07-23T11:50:16.464000Z",
"latest_published_at": "2026-07-31T07:44:58.521000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "ree_lib",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/ree_lib",
"is_deprecated": false,
"latest_version": "1.3.9",
"repository_url": "https://github.com/glabix/ree/tree/main/ree_lib",
"versions_count": 137,
"total_downloads": 99088,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2022-07-23T11:59:41.982000Z",
"latest_published_at": "2026-07-31T07:45:54.814000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "ree",
"exists": true,
"license": "MIT",
"keywords": [
"event tree",
"bubbling"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/ree",
"is_deprecated": false,
"latest_version": "0.1.1-2",
"repository_url": "https://github.com/caasi/Ree",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 35,
"first_published_at": "2012-07-26T22:42:26.924000Z",
"latest_published_at": "2012-08-02T18:39:16.940000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5110
},
{
"name": "ree_spec",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/ree_spec",
"is_deprecated": false,
"latest_version": "0.0.12",
"repository_url": "https://github.com/glabix/ree/tree/main/ree_spec",
"versions_count": 12,
"total_downloads": 6732,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-08-28T10:12:42.969000Z",
"latest_published_at": "2026-03-27T08:46:21.876000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 125
},
{
"name": "ruby-lsp-ree",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/ruby-lsp-ree",
"is_deprecated": false,
"latest_version": "0.1.27",
"repository_url": "https://github.com/glabix/ree/tree/main/ruby-lsp-ree",
"versions_count": 28,
"total_downloads": 11922,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-01-31T13:26:11.869000Z",
"latest_published_at": "2026-04-12T13:17:39.179000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 109
}
]
},
"popularity": {
"forks": 7,
"stars": 18,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-09-12",
"count": 1
},
{
"date": "2022-10-22",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"ree_vscode/client/tsconfig.json",
"ree_vscode/server/tsconfig.json",
"ree_vscode/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 30079,
"source_files_sampled": 1107,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"ree/Gemfile",
"ree_lib/Gemfile",
"ree_spec/Gemfile",
"ree_vscode/package.json",
"ruby-lsp-ree/Gemfile"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": "npm:ree@0.1.1-2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"rubygems"
],
"dependencies": [
{
"name": "rake",
"manifest": "ree/Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 13.0"
},
{
"name": "rspec",
"manifest": "ree/Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 3.0"
},
{
"name": "ree",
"manifest": "ree_lib/Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rake",
"manifest": "ree_lib/Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 13.0"
},
{
"name": "rake",
"manifest": "ree_spec/Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 13.0"
},
{
"name": "rake",
"manifest": "ruby-lsp-ree/Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 13.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rake",
"direct": true,
"version": "13.2.1",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": "13.3.1",
"ecosystem": "rubygems"
},
{
"name": "ree",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ree",
"direct": true,
"version": "1.3.0",
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": "3.13.0",
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": "3.13.2",
"ecosystem": "rubygems"
},
{
"name": "@discoveryjs/json-ext",
"direct": false,
"version": "0.5.7",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/config-array",
"direct": false,
"version": "0.9.5",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/object-schema",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "@jridgewell/set-array",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/source-map",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.4.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@tootallnate/once",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@types/eslint",
"direct": false,
"version": "8.4.3",
"ecosystem": "npm"
},
{
"name": "@types/eslint-scope",
"direct": false,
"version": "3.7.3",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "0.0.51",
"ecosystem": "npm"
},
{
"name": "@types/glob",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.11",
"ecosystem": "npm"
},
{
"name": "@types/minimatch",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@types/mocha",
"direct": false,
"version": "9.1.1",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "14.18.16",
"ecosystem": "npm"
},
{
"name": "@types/vscode",
"direct": false,
"version": "1.66.0",
"ecosystem": "npm"
},
{
"name": "@types/vscode",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "5.21.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "5.21.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "5.21.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "5.21.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "5.21.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "5.21.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "5.21.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "5.21.0",
"ecosystem": "npm"
},
{
"name": "@ungap/promise-all-settled",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@vscode/test-electron",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "@vscode/test-electron",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/ast",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/floating-point-hex-parser",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-api-error",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-buffer",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-numbers",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-wasm-bytecode",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-wasm-section",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/ieee754",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/leb128",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/utf8",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-edit",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-gen",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-opt",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-parser",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wast-printer",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webpack-cli/configtest",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@webpack-cli/info",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@webpack-cli/serve",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "@xtuc/ieee754",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@xtuc/long",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.7.1",
"ecosystem": "npm"
},
{
"name": "acorn-import-assertions",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.11.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "ajv-keywords",
"direct": false,
"version": "3.5.2",
"ecosystem": "npm"
},
{
"name": "ajv-keywords",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "aproba",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "are-we-there-yet",
"direct": false,
"version": "1.1.7",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "big-integer",
"direct": false,
"version": "1.6.51",
"ecosystem": "npm"
},
{
"name": "binary",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bluebird",
"direct": false,
"version": "3.4.7",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.20.4",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "buffer-indexof-polyfill",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "buffers",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001354",
"ecosystem": "npm"
},
{
"name": "chainsaw",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.5.3",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "chrome-trace-event",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "clone-deep",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "code-point-at",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "colorette",
"direct": false,
"version": "2.0.19",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "console-control-strings",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "copy-webpack-plugin",
"direct": false,
"version": "11.0.0",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "decompress-response",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "deep-extend",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "delegates",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "duplexer2",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.4.156",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.4",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "envinfo",
"direct": false,
"version": "7.8.1",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "0.9.3",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-android-64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-android-arm64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-darwin-64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-darwin-arm64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-freebsd-64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-freebsd-arm64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-linux-32",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-linux-64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-linux-arm",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-linux-arm64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-linux-mips64le",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-linux-ppc64le",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-linux-riscv64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-linux-s390x",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-netbsd-64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-openbsd-64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-sunos-64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-windows-32",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-windows-64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "esbuild-windows-arm64",
"direct": false,
"version": "0.14.39",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "8.14.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "eslint-utils",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "9.3.1",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "events",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "expand-template",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.2.11",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fastest-levenshtein",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.13.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.2.5",
"ecosystem": "npm"
},
{
"name": "fs-constants",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "fstream",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "functional-red-black-tree",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "gauge",
"direct": false,
"version": "2.7.4",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "github-from-package",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "glob-to-regexp",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "13.13.0",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "13.1.2",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "growl",
"direct": false,
"version": "1.10.5",
"ecosystem": "npm"
},
{
"name": "has",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-unicode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "import-local",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "interpret",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-plain-object",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isobject",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "jest-worker",
"direct": false,
"version": "27.5.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "kind-of",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lib/web-tree-sitter-ruby",
"direct": false,
"version": "0.19.0",
"ecosystem": "npm"
},
{
"name": "listenercount",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "loader-runner",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.21",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "loglevel",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "merge-options",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "mimic-response",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "0.5.6",
"ecosystem": "npm"
},
{
"name": "mkdirp-classic",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nan",
"direct": false,
"version": "2.15.0",
"ecosystem": "npm"
},
{
"name": "nan",
"direct": false,
"version": "2.17.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "napi-build-utils",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "neo-async",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "node-abi",
"direct": false,
"version": "2.30.1",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "noop-logger",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "npmlog",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "number-is-nan",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.1",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "prebuild-install",
"direct": false,
"version": "5.3.6",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "randombytes",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "rc",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.3.7",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "rechoir",
"direct": false,
"version": "0.7.1",
"ecosystem": "npm"
},
{
"name": "regexpp",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.0",
"ecosystem": "npm"
},
{
"name": "resolve-cwd",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "2.7.1",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": false,
"version": "7.5.5",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "schema-utils",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "schema-utils",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.3.7",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.3.8",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "set-blocking",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "setimmediate",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "shallow-clone",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "simple-concat",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "simple-get",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": false,
"version": "5.14.1",
"ecosystem": "npm"
},
{
"name": "terser-webpack-plugin",
"direct": false,
"version": "5.3.3",
"ecosystem": "npm"
},
{
"name": "text-table",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "traverse",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "tree-sitter-cli",
"direct": false,
"version": "0.20.6",
"ecosystem": "npm"
},
{
"name": "tree-sitter-cli",
"direct": false,
"version": "0.20.7",
"ecosystem": "npm"
},
{
"name": "tree-sitter-ruby",
"direct": false,
"version": "0.19.0",
"ecosystem": "npm"
},
{
"name": "ts-loader",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "tsutils",
"direct": false,
"version": "3.21.0",
"ecosystem": "npm"
},
{
"name": "tunnel-agent",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.20.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "4.6.4",
"ecosystem": "npm"
},
{
"name": "unzipper",
"direct": false,
"version": "0.10.11",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "vscode-jsonrpc",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "vscode-jsonrpc",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "vscode-languageclient",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-protocol",
"direct": false,
"version": "3.17.1",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-protocol",
"direct": false,
"version": "3.17.2",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-textdocument",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-types",
"direct": false,
"version": "3.17.1",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-types",
"direct": false,
"version": "3.17.2",
"ecosystem": "npm"
},
{
"name": "watchpack",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "web-tree-sitter",
"direct": false,
"version": "0.20.8",
"ecosystem": "npm"
},
{
"name": "webpack",
"direct": false,
"version": "5.73.0",
"ecosystem": "npm"
},
{
"name": "webpack-cli",
"direct": false,
"version": "4.10.0",
"ecosystem": "npm"
},
{
"name": "webpack-merge",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "webpack-sources",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-pm-runs",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "wide-align",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "wildcard",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.0",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.4",
"ecosystem": "npm"
},
{
"name": "yargs-unparser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "addressable",
"direct": false,
"version": "2.8.8",
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": "0.3.0",
"ecosystem": "rubygems"
},
{
"name": "benchmark",
"direct": false,
"version": "0.5.0",
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": "4.0.1",
"ecosystem": "rubygems"
},
{
"name": "binding_of_caller",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "binding_of_caller",
"direct": false,
"version": "2.0.0",
"ecosystem": "rubygems"
},
{
"name": "bootsnap",
"direct": false,
"version": "1.23.0",
"ecosystem": "rubygems"
},
{
"name": "commander",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "commander",
"direct": false,
"version": "5.0.0",
"ecosystem": "rubygems"
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.6",
"ecosystem": "rubygems"
},
{
"name": "crack",
"direct": false,
"version": "1.0.1",
"ecosystem": "rubygems"
},
{
"name": "crass",
"direct": false,
"version": "1.0.6",
"ecosystem": "rubygems"
},
{
"name": "date",
"direct": false,
"version": "3.5.1",
"ecosystem": "rubygems"
},
{
"name": "debug",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "debug",
"direct": false,
"version": "1.11.1",
"ecosystem": "rubygems"
},
{
"name": "debug_inspector",
"direct": false,
"version": "1.2.0",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.6.0",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.6.2",
"ecosystem": "rubygems"
},
{
"name": "erb",
"direct": false,
"version": "6.0.1",
"ecosystem": "rubygems"
},
{
"name": "faker",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "faker",
"direct": false,
"version": "3.6.0",
"ecosystem": "rubygems"
},
{
"name": "hashdiff",
"direct": false,
"version": "1.2.1",
"ecosystem": "rubygems"
},
{
"name": "highline",
"direct": false,
"version": "3.0.1",
"ecosystem": "rubygems"
},
{
"name": "i18n",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "i18n",
"direct": false,
"version": "1.14.8",
"ecosystem": "rubygems"
},
{
"name": "io-console",
"direct": false,
"version": "0.8.2",
"ecosystem": "rubygems"
},
{
"name": "irb",
"direct": false,
"version": "1.17.0",
"ecosystem": "rubygems"
},
{
"name": "language_server-protocol",
"direct": false,
"version": "3.17.0.4",
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": "1.6.6",
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": "1.7.0",
"ecosystem": "rubygems"
},
{
"name": "loofah",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "loofah",
"direct": false,
"version": "2.25.0",
"ecosystem": "rubygems"
},
{
"name": "msgpack",
"direct": false,
"version": "1.8.0",
"ecosystem": "rubygems"
},
{
"name": "nokogiri",
"direct": false,
"version": "1.19.1",
"ecosystem": "rubygems"
},
{
"name": "ostruct",
"direct": false,
"version": "0.6.3",
"ecosystem": "rubygems"
},
{
"name": "pg",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pg",
"direct": false,
"version": "1.6.3",
"ecosystem": "rubygems"
},
{
"name": "pp",
"direct": false,
"version": "0.6.3",
"ecosystem": "rubygems"
},
{
"name": "prettyprint",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "prism",
"direct": false,
"version": "1.3.0",
"ecosystem": "rubygems"
},
{
"name": "prism",
"direct": false,
"version": "1.9.0",
"ecosystem": "rubygems"
},
{
"name": "psych",
"direct": false,
"version": "5.3.1",
"ecosystem": "rubygems"
},
{
"name": "public_suffix",
"direct": false,
"version": "7.0.2",
"ecosystem": "rubygems"
},
{
"name": "racc",
"direct": false,
"version": "1.8.1",
"ecosystem": "rubygems"
},
{
"name": "rack",
"direct": false,
"version": "3.2.5",
"ecosystem": "rubygems"
},
{
"name": "rack-test",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rack-test",
"direct": false,
"version": "2.2.0",
"ecosystem": "rubygems"
},
{
"name": "rainbow",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rainbow",
"direct": false,
"version": "3.1.1",
"ecosystem": "rubygems"
},
{
"name": "rbs",
"direct": false,
"version": "3.8.1",
"ecosystem": "rubygems"
},
{
"name": "rdoc",
"direct": false,
"version": "7.2.0",
"ecosystem": "rubygems"
},
{
"name": "ree_lib",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ree_lib",
"direct": false,
"version": "1.3.6",
"ecosystem": "rubygems"
},
{
"name": "reline",
"direct": false,
"version": "0.6.3",
"ecosystem": "rubygems"
},
{
"name": "rexml",
"direct": false,
"version": "3.4.4",
"ecosystem": "rubygems"
},
{
"name": "roda",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "roda",
"direct": false,
"version": "3.101.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-core",
"direct": false,
"version": "3.13.3",
"ecosystem": "rubygems"
},
{
"name": "rspec-core",
"direct": false,
"version": "3.13.6",
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": "3.13.3",
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": "3.13.5",
"ecosystem": "rubygems"
},
{
"name": "rspec-mocks",
"direct": false,
"version": "3.13.2",
"ecosystem": "rubygems"
},
{
"name": "rspec-mocks",
"direct": false,
"version": "3.13.7",
"ecosystem": "rubygems"
},
{
"name": "rspec-support",
"direct": false,
"version": "3.13.2",
"ecosystem": "rubygems"
},
{
"name": "rspec-support",
"direct": false,
"version": "3.13.7",
"ecosystem": "rubygems"
},
{
"name": "ruby-lsp",
"direct": false,
"version": "0.25.0",
"ecosystem": "rubygems"
},
{
"name": "ruby-prof",
"direct": false,
"version": "2.0.2",
"ecosystem": "rubygems"
},
{
"name": "sequel",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sequel",
"direct": false,
"version": "5.101.0",
"ecosystem": "rubygems"
},
{
"name": "sorbet",
"direct": false,
"version": "0.5.11835",
"ecosystem": "rubygems"
},
{
"name": "sorbet-runtime",
"direct": false,
"version": "0.5.11835",
"ecosystem": "rubygems"
},
{
"name": "sorbet-static",
"direct": false,
"version": "0.5.11835",
"ecosystem": "rubygems"
},
{
"name": "sorbet-static-and-runtime",
"direct": false,
"version": "0.5.11835",
"ecosystem": "rubygems"
},
{
"name": "sqlite3",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sqlite3",
"direct": false,
"version": "2.9.0",
"ecosystem": "rubygems"
},
{
"name": "stringio",
"direct": false,
"version": "3.2.0",
"ecosystem": "rubygems"
},
{
"name": "timecop",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "timecop",
"direct": false,
"version": "0.9.10",
"ecosystem": "rubygems"
},
{
"name": "tsort",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "tzinfo",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "tzinfo",
"direct": false,
"version": "2.0.6",
"ecosystem": "rubygems"
},
{
"name": "warden",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "warden",
"direct": false,
"version": "1.2.9",
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": false,
"version": "3.26.1",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 490,
"direct_count": 7,
"indirect_count": 483
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 147,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 9
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rous-gg",
"commits": 644,
"avatar_url": "https://avatars.githubusercontent.com/u/452692?v=4"
},
{
"type": "User",
"login": "oleggg-lgtm",
"commits": 509,
"avatar_url": "https://avatars.githubusercontent.com/u/184370538?v=4"
},
{
"type": "User",
"login": "neonaddict",
"commits": 344,
"avatar_url": "https://avatars.githubusercontent.com/u/37348392?v=4"
},
{
"type": "User",
"login": "belousovAV",
"commits": 126,
"avatar_url": "https://avatars.githubusercontent.com/u/1791150?v=4"
},
{
"type": "User",
"login": "Laranto-spb",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/64079576?v=4"
},
{
"type": "User",
"login": "TacoBel42",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/58375466?v=4"
},
{
"type": "User",
"login": "vocrsz",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5602277?v=4"
},
{
"type": "User",
"login": "gvalmon",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1175021?v=4"
},
{
"type": "User",
"login": "besergey",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/17480683?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.389
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"testing.yml"
],
"has_docs_dir": false,
"linter_configs": [
".eslintrc.json",
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 8,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "2 out of 3 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 3/20 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "74 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4ef0d8119c404e5b360c0bcb6f60182f88a4e48a",
"ran_at": "2026-07-31T07:49:17Z",
"aggregate_score": 2.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T07:47:04Z",
"oldest_open_prs": [
{
"number": 104,
"created_at": "2024-08-15T21:18:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 138,
"created_at": "2025-04-28T10:29:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 157,
"created_at": "2026-02-08T23:43:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 160,
"created_at": "2026-04-23T11:08:25Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-04-12T13:16:04Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/glabix/ree",
"host": "github.com",
"name": "ree",
"owner": "glabix"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 49 is calibrated to 48 on the published index scale (record calibration 2026-08-02). High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At Risk ceiling of 34.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 49,
"calibrated": 48,
"calibration": "2026-08-02"
}
},
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 34,
"pct": 50
}
}
],
"value": 24,
"inputs": {
"security": 30,
"vitality": 38,
"community": 42,
"governance": 65,
"calibration": "2026-08-02",
"engineering": 66,
"ai_readiness": 45,
"weighted_overall_raw": 49,
"high_risk_jurisdiction_cap": 34,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 48,
"overall_after_jurisdiction_multiplier": 24
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 38,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 68,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "68 commits in the last year",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 68
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 42,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"forks": 7,
"stars": 18,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "18 stars",
"points": 20,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 18
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "weak",
"name": "Community health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_readme": true,
"has_license": false,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"packages": [
"ree",
"ree_lib",
"ree_spec",
"ruby-lsp-ree"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 165520,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "165,520 downloads all-time across rubygems",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 165520,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 9,
"top_contributor_share": 0.389
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 39% of commits",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"merged_prs": 147,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 9,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "147/156 decided PRs merged",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 147,
"decided": 156
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/20 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"followers": 3,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "glabix",
"public_repos": 2,
"account_age_days": 1491
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3 followers of glabix",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "glabix"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~4 yr old",
"points": 11.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ree",
"ree_lib",
"ree_spec",
"ruby-lsp-ree"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "4 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 4,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "137 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 137
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 66,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc.json, .rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json, .rubocop.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 3 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 30,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At Risk ceiling of 34.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 34,
"pct": 50
}
}
],
"value": 12,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.4,
"high_risk_jurisdiction_cap": 34,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 12,
"security_posture_before_jurisdiction": 24
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 3 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/20 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "74 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:ree@0.1.1-2 runtime dependency closure — what installing the published package pulls in — 2 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:ree@0.1.1-2",
"assessed": 2
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 2,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status. 1 match(es) from contributors below the commit-weight threshold (fewer than 50 commits and under 10% of sampled commits) are recorded for review and do not affect the score.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1
}
}
],
"value": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
},
{
"role": "top_contributor",
"count": 2,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"assessed_self_published_locations": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1); Russia: top_contributor (2); 1 match(es) below the commit-weight threshold (<50 commits and <10% of commits), review-only",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
},
{
"code": "jurisdiction_exposure_next",
"params": {
"role": "top_contributor",
"count": 2,
"country": "Russia"
}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1,
"share": 10,
"commits": 50
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 45,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.09,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "9 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"ree_vscode/client/tsconfig.json",
"ree_vscode/server/tsconfig.json",
"ree_vscode/tsconfig.json"
],
"agent_commit_share": 0.04,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".eslintrc.json, .rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json, .rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "ree_vscode/client/tsconfig.json, ree_vscode/server/tsconfig.json, ree_vscode/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "ree_vscode/client/tsconfig.json, ree_vscode/server/tsconfig.json, ree_vscode/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "4 of the last 100 commits agent-authored or agent-credited",
"points": 8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 30079,
"source_files_sampled": 1107,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby with type-check config (ree_vscode/client/tsconfig.json, ree_vscode/server/tsconfig.json, ree_vscode/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "ree_vscode/client/tsconfig.json, ree_vscode/server/tsconfig.json, ree_vscode/tsconfig.json",
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/1107 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1107,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6,
"framework": 2
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:rubygems",
"weight": 6
},
{
"tier": "description",
"label": "framework",
"source": "description:framework",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"npm package 'ree' points at a different repository (https://github.com/caasi/Ree); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-31T07:49:29.577089Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/glabix/ree.svg",
"full_name": "glabix/ree",
"license_state": "absent",
"license_spdx": null
}