公开记录
软件健康报告模式 0.27.0 · 指标 1.13.0 · 2026-07-22 22:47 UTC

jonaskello / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.

TypeScriptMIT★ 1,903 星标⑂ 107 复刻始于 2016年12月在 GitHub 上查看 ↗

jonaskello/tsconfig-paths 的健康指数为 100 分中的 48 分,处于「存在风险」区间。 其得分最高的类别是Engineering Quality(64/100),最低的是Vitality(27/100)。 最近一次更新在 149 天前。 近期的大部分工作由 1 位贡献者完成。

48
总分 / 100
存在风险

软件健康指数

指标归入加权类别,统一采用 1–100 量表。总体分先取类别加权平均;当公开证据触发高风险司法辖区政策时,评级会按政策调整,并设置 49(有风险)的上限。AI 就绪度不计入总体分。

48
优秀85-100堪称典范;基本满足所有检验标准
良好70-84健康;仅有轻微不足
中等50-69可接受,但存在明显不足;建议进行审查
存在风险30-49存在重大薄弱环节;采用时应保持审慎
危急1-29问题严重(项目被弃置、仅有单一维护者、缺乏基本工程规范)
活力社区与采用可持续性与治理工程质量安全AI 就绪度

评分画像

每条轴代表一个类别。形状比平均值更重要——健康的对象会填满整个图形,而“一峰一谷”式画像意味着某一维度的优势正掩盖另一维度的风险。

所有权

Jonas Kello个人账户
40 关注者141 个公开仓库始于 2011年3月@dividab

该仓库由个人账户拥有。相较于组织支持的项目,单一所有者项目的延续性风险更高。

软件包生态系统

注册表软件包版本月下载量版本数最近发布
npmtsconfig-paths指向其他仓库——不计分4.2.0378,235,848501211 天前

按类别列示的指标

活力

项目是否仍有生命——是否仍在编写代码,是否仍在发布版本?

27危急 · 占总体的 22%
评分方式
9.9/36推送新近度 — 最近一次推送于 149 天前
0.7/36提交节奏 — 52 周中有 1 周有提交
8.1/18提交量 — 最近一年 7 次提交
0/10OpenSSF Scorecard:Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
所用输入
commits_last_year7
human_commit_share1
days_since_last_push149
active_weeks_last_year1

发布纪律

40存在风险
评分方式
16.2/27有发布版本 — 55 个版本标签(无 GitHub 发布版本)
0/36发布时效 — 最近一次发布版本于 951 天前
19.8/27发布节奏 — 约每 72.3 天发布一次
0/10OpenSSF Scorecard:Signed-Releases — 无数据
所用输入
releases_count55
latest_release_tagv3.15.0
releases_from_tags
days_since_latest_release951
mean_days_between_releases72.3
已排除计分(无数据或不适用):OpenSSF Scorecard:Signed-Releases。 其余权重已重新归一化。

社区与采用

项目是否拥有用户、下载量与关注度,并具备欢迎贡献者参与的配置?

63中等 · 占总体的 18%
评分方式
53.2/60星标 — 1,903 个星标
16.9/25复刻 — 107 个复刻
4.3/15关注者 — 7 位关注者
所用输入
forks107
stars1,903
watchers7
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

社区健康

50中等
评分方式
22.5/22.5README
22.5/22.5许可证 — 可识别的许可证(MIT)
0/18CONTRIBUTING 指南
0/13.5行为准则
0/7.2议题模板
0/6.3PR 模板
所用输入
has_readme
has_license
has_contributing
has_issue_template
has_code_of_conduct
has_pull_request_template

可持续性与治理

项目能否在其成员之外延续——巴士系数、响应能力、由谁支持,以及软件包的维护状况?

48存在风险 · 占总体的 24%
评分方式
9/54巴士系数 — 1 位贡献者贡献了半数提交
4.6/22.5提交分布 — 头号贡献者编写了 79% 的提交
13.5/13.5贡献者广度 — 47 位贡献者
3/10OpenSSF Scorecard:Contributors — project has 1 contributing companies or organizations -- score normalized to 3
所用输入
bus_factor1
contributors_sampled47
top_contributor_share0.794
评分方式
22/46.8议题解决 — 47% 的议题已关闭
28.2/38.3PR 接受 — 已裁定的 PR 中 70/95 已合并
7.5/15OpenSSF Scorecard:Code-Review — Found 16/30 approved changesets -- score normalized to 5
所用输入
merged_prs70
open_issues90
closed_issues80
issue_closed_ratio0.471
closed_unmerged_prs25
评分方式
10/30所有权背书 — 个人(用户)账户
0/20已验证域名 — 不适用于个人账户
11.6/25所有者影响力 — jonaskello 有 40 位关注者
25/25既往记录 — 141 个公开仓库,账户约 15 年
所用输入
followers40
owner_typeUser
is_verified
owner_loginjonaskello
public_repos141
account_age_days5,612
已排除计分(无数据或不适用):已验证域名。 其余权重已重新归一化。

工程质量

基础的工程与文档实践是否到位?

64中等 · 占总体的 20%

工程实践

66中等
评分方式
24/24CI 工作流 — 1 个工作流
24/24存在测试
16/16Linter 配置 — .eslintrc.json
0/9.6Pre-commit 钩子
0/6.4.editorconfig
2/20OpenSSF Scorecard:CI-Tests — 3 out of 16 merged PRs checked by a CI test -- score normalized to 1
所用输入
has_ci
has_tests
has_editorconfig
has_linter_config
has_precommit_config

文档

60中等
评分方式
30/30README
0/25文档目录
0/15文档 / 主页站点
10/10仓库描述
10/10主题标签 — 3 个主题标签
10/10Wiki
所用输入
topicstsconfig-paths, typescript, tsconfig
has_wiki
homepage
has_readme
has_docs_dir
has_description

安全

可见的安全与供应链实践是否稳固,且不存在未解决的高风险司法辖区暴露?

43存在风险 · 占总体的 16%

安全态势

29危急
评分方式
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — 无数据
0.2/2.5CI-Tests — 3 out of 16 merged PRs checked by a CI test -- score normalized to 1
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
3.8/7.5Code-Review — Found 16/30 approved changesets -- score normalized to 5
0.8/2.5Contributors — project has 1 contributing companies or organizations -- score normalized to 3
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5许可证 — license file detected
0/7.5Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
0/5Packaging — 无数据
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — 无数据
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities — 38 existing vulnerabilities detected
所用输入
sourceopenssf_scorecard
checks_evaluated15
scorecard_versionv5.5.0
checks_inconclusive3
scorecard_aggregate2.9
已排除计分(无数据或不适用):branch_protection, packaging, signed_releases。 其余权重已重新归一化。
评分方式
35/35直接依赖不含已知公告 — 没有直接依赖携带已知公告
25/25间接依赖不含已知公告 — 没有间接依赖携带已知公告
0/40没有长期未处理的公告 — 没有公告带有发布日期
所用输入
sourceosv
advisories0
affected_packages0
assessed_packages3
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
已排除计分(无数据或不适用):没有长期未处理的公告。 其余权重已重新归一化。 比对的是 npm:tsconfig-paths@4.2.0 的运行时依赖闭包——安装已发布的软件包时真正被拉取进来的内容——共 3 个软件包。 未对可达性进行分析。

AI 就绪度

该仓库在多大程度上具备与 AI 编码代理协同开发与维护的条件?这是一枚独立的实验性徽章——权重为 0.0,因此单独呈现,不影响总体健康评分。

50中等 · 占总体的 0%
评分方式
0/45代理指令 — 没有 CLAUDE.md / AGENTS.md / 编辑器规则
0/15机器可读文档(llms.txt)
26.1/40可读的提交历史 — 100 次人类提交中有 49 次说明了意图(结构化标题或解释性正文)
所用输入
has_llms_txt
legible_history_share0.49
agent_instruction_files
agent_instruction_max_bytes
评分方式
0/18一条命令的引导启动
22/22自动化测试
11/11Lint / 格式化配置 — .eslintrc.json
11/11静态类型检查 — example/api/tsconfig.json, example/node/tsconfig.json, example/perf/tsconfig.json, example/project/tsconfig.json, tsconfig.json
10/10可复现环境 — lockfile
0/10已体现的代理实践 — 最近 100 次提交中没有代理编写的提交
0/8自动化维护 — 未观察到自动依赖更新
0/10OpenSSF Scorecard:Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
所用输入
has_nix
has_tests
lockfilesyarn.lock
has_dockerfile
typed_language
bootstrap_files
has_devcontainer
has_linter_config
typecheck_configsexample/api/tsconfig.json, example/node/tsconfig.json, example/perf/tsconfig.json, example/project/tsconfig.json, tsconfig.json
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
评分方式
45/45可类型检查的代码 — TypeScript(静态类型)
55/55可控的文件大小 — 采样的 29 个源文件中有 0 个超过 60KB
所用输入
primary_languageTypeScript
largest_source_bytes12,331
source_files_sampled29
oversized_source_files0

机器可读接口

40存在风险
评分方式
0/40API 模式(OpenAPI/GraphQL/proto)
0/20MCP 服务器
40/40可运行示例 — example
所用输入
example_dirsexample
has_mcp_signal
api_schema_files

关键数据

1,903GitHub 星标
47贡献者
7最近 12 个月提交数
149距最近推送天数
55发布版本数
1巴士系数(bus factor)
90开放议题
npm软件包生态系统数

数据采集警告

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • npm package 'tsconfig-paths' points at a different repository (https://github.com/dividab/tsconfig-paths); excluded from ecosystem scoring

更多细节

Star 与 Fork 历史 0 ★ / 107 ⇿
0Star
107Fork
41发布

每颗 star 和每个 fork 的添加时间,来自 GitHub 并按天汇总。累计增长位于其构成来源——每日新增——的正上方,二者可相互对照:稳定的自然增长与短暂的突增形态截然不同。当这一差别可被衡量时,它会作为增长真实性予以报告。

02040608010012010432017-112022-022026-05
主版本 2次版本 21修订 18

每个点涵盖 8 天。

OpenSSF Scorecard 2.9 / 10
2.9综合

来自开源项目 OpenSSF Scorecard 的独立、工具无关的安全评估。每项检查奖励的是安全实践本身,而非特定供应商的工具。Scorecard 无法判定的检查项标记为 不适用,并从安全评分中剔除(绝不按零分计)。Scorecard v5.5.0 · 2026-07-22 22:47 UTC

10Binary-Artifactsno binaries found in the repo
不适用Branch-Protectioninternal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
1CI-Tests3 out of 16 merged PRs checked by a CI test -- score normalized to 1
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
5Code-ReviewFound 16/30 approved changesets -- score normalized to 5
3Contributorsproject has 1 contributing companies or organizations -- score normalized to 3
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
0Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
不适用Packagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
不适用Signed-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities38 existing vulnerabilities detected
直接依赖 3
注册表软件包版本约束清单文件
npmjson5^2.2.2package.json
npmminimist^1.2.6package.json
npmstrip-bom^3.0.0package.json
全部依赖 552

来自 GitHub 依赖图的完整解析依赖集合:6 个直接依赖与 546 个间接(传递)软件包。仓库提交锁文件时,传递闭包才是完整的。

注册表软件包版本关系
npmjson51.0.1直接
npmjson52.2.0直接
npmjson52.2.2直接
npmminimist1.2.6直接
npmstrip-bom3.0.0直接
npmstrip-bom4.0.0直接
npm@babel/code-frame7.10.4间接
npm@babel/code-frame7.16.0间接
npm@babel/compat-data7.16.4间接
npm@babel/core7.16.0间接
npm@babel/generator7.16.0间接
npm@babel/helper-compilation-targets7.16.3间接
npm@babel/helper-function-name7.16.0间接
npm@babel/helper-get-function-arity7.16.0间接
npm@babel/helper-hoist-variables7.16.0间接
npm@babel/helper-member-expression-to-functions7.16.0间接
npm@babel/helper-module-imports7.16.0间接
npm@babel/helper-module-transforms7.16.0间接
npm@babel/helper-optimise-call-expression7.16.0间接
npm@babel/helper-plugin-utils7.14.5间接
npm@babel/helper-replace-supers7.16.0间接
npm@babel/helper-simple-access7.16.0间接
npm@babel/helper-split-export-declaration7.16.0间接
npm@babel/helper-validator-identifier7.10.4间接
npm@babel/helper-validator-identifier7.15.7间接
npm@babel/helper-validator-option7.14.5间接
npm@babel/helpers7.16.3间接
npm@babel/highlight7.10.4间接
npm@babel/highlight7.16.0间接
npm@babel/parser7.16.4间接
npm@babel/plugin-syntax-async-generators7.8.4间接
npm@babel/plugin-syntax-bigint7.8.3间接
npm@babel/plugin-syntax-class-properties7.12.13间接
npm@babel/plugin-syntax-import-meta7.10.4间接
npm@babel/plugin-syntax-json-strings7.8.3间接
npm@babel/plugin-syntax-logical-assignment-operators7.10.4间接
npm@babel/plugin-syntax-nullish-coalescing-operator7.8.3间接
npm@babel/plugin-syntax-numeric-separator7.10.4间接
npm@babel/plugin-syntax-object-rest-spread7.8.3间接
npm@babel/plugin-syntax-optional-catch-binding7.8.3间接
npm@babel/plugin-syntax-optional-chaining7.8.3间接
npm@babel/plugin-syntax-top-level-await7.14.5间接
npm@babel/plugin-syntax-typescript7.16.0间接
npm@babel/template7.16.0间接
npm@babel/traverse7.16.3间接
npm@babel/types7.16.0间接
npm@bcoe/v8-coverage0.2.3间接
npm@cspotcode/source-map-consumer0.8.0间接
npm@cspotcode/source-map-support0.7.0间接
npm@es-joy/jsdoccomment0.29.0间接
npm@eslint/eslintrc1.2.2间接
npm@humanwhocodes/config-array0.9.5间接
npm@humanwhocodes/object-schema1.2.1间接
npm@istanbuljs/load-nyc-config1.1.0间接
npm@istanbuljs/schema0.1.3间接
npm@jest/console27.3.1间接
npm@jest/core27.3.1间接
npm@jest/environment27.3.1间接
npm@jest/fake-timers27.3.1间接
npm@jest/globals27.3.1间接
npm@jest/reporters27.3.1间接
npm@jest/source-map27.0.6间接
npm@jest/test-result27.3.1间接
npm@jest/test-sequencer27.3.1间接
npm@jest/transform27.3.1间接
npm@jest/types27.2.5间接
npm@nodelib/fs.scandir2.1.5间接
npm@nodelib/fs.stat2.0.5间接
npm@nodelib/fs.walk1.2.8间接
npm@sinonjs/commons1.8.3间接
npm@sinonjs/fake-timers8.1.0间接
npm@tootallnate/once1.1.2间接
npm@tsconfig/node101.0.8间接
npm@tsconfig/node121.0.9间接
npm@tsconfig/node141.0.1间接
npm@tsconfig/node161.0.2间接
npm@types/babel__core7.1.16间接
npm@types/babel__generator7.6.3间接
npm@types/babel__template7.4.1间接
npm@types/babel__traverse7.14.2间接
npm@types/color-name1.1.1间接
npm@types/graceful-fs4.1.5间接
npm@types/istanbul-lib-coverage2.0.3间接
npm@types/istanbul-lib-report3.0.0间接
npm@types/istanbul-reports3.0.1间接
npm@types/jest27.0.3间接
npm@types/json-schema7.0.11间接
npm@types/json50.0.29间接
npm@types/minimist1.2.2间接
npm@types/node16.11.9间接
npm@types/node6.0.54间接
npm@types/parse-json4.0.0间接
npm@types/prettier2.4.2间接
npm@types/stack-utils2.0.1间接
npm@types/strip-bom3.0.0间接
npm@types/strip-json-comments0.0.30间接
npm@types/yargs16.0.4间接
npm@types/yargs-parser20.2.1间接
npm@typescript-eslint/eslint-plugin5.22.0间接
npm@typescript-eslint/parser5.22.0间接
npm@typescript-eslint/scope-manager5.22.0间接
npm@typescript-eslint/type-utils5.22.0间接
npm@typescript-eslint/types5.22.0间接
npm@typescript-eslint/typescript-estree5.22.0间接
npm@typescript-eslint/utils5.22.0间接
npm@typescript-eslint/visitor-keys5.22.0间接
npmabab2.0.5间接
npmacorn7.4.1间接
npmacorn8.6.0间接
npmacorn8.7.0间接
npmacorn-globals6.0.0间接
npmacorn-jsx5.3.2间接
npmacorn-walk7.2.0间接
npmacorn-walk8.2.0间接
npmagent-base6.0.2间接
npmaggregate-error3.0.1间接
npmajv6.12.6间接
npmansi-colors4.1.1间接
npmansi-escapes4.3.1间接
npmansi-escapes4.3.2间接
npmansi-regex5.0.0间接
npmansi-regex5.0.1间接
npmansi-styles3.2.1间接
npmansi-styles4.2.1间接
npmansi-styles5.2.0间接
npmanymatch3.1.2间接
npmarg4.1.3间接
npmargparse1.0.10间接
npmargparse2.0.1间接
npmarray-includes3.1.4间接
npmarray-union2.1.0间接
npmarray.prototype.flat1.2.5间接
npmastral-regex2.0.0间接
npmasynckit0.4.0间接
npmbabel-jest27.3.1间接
npmbabel-plugin-istanbul6.1.1间接
npmbabel-plugin-jest-hoist27.2.0间接
npmbabel-preset-current-node-syntax1.0.1间接
npmbabel-preset-jest27.2.0间接
npmbalanced-match1.0.0间接
npmbrace-expansion1.1.8间接
npmbraces3.0.2间接
npmbrowser-process-hrtime1.0.0间接
npmbrowserslist4.18.1间接
npmbs-logger0.2.6间接
npmbser2.1.1间接
npmbuffer-from1.1.0间接
npmcall-bind1.0.2间接
npmcallsites3.1.0间接
npmcamelcase5.3.1间接
npmcamelcase6.2.1间接
npmcaniuse-lite1.0.30001282间接
npmchalk2.4.2间接
npmchalk4.1.0间接
npmchar-regex1.0.2间接
npmci-info2.0.0间接
npmci-info3.2.0间接
npmcjs-module-lexer1.2.2间接
npmclean-stack2.2.0间接
npmcli-cursor3.1.0间接
npmcli-truncate2.1.0间接
npmcliui7.0.4间接
npmco4.6.0间接
npmcollect-v8-coverage1.0.1间接
npmcolor-convert1.9.0间接
npmcolor-convert2.0.1间接
npmcolor-name1.1.3间接
npmcolor-name1.1.4间接
npmcombined-stream1.0.8间接
npmcommander5.1.0间接
npmcomment-parser1.3.1间接
npmcompare-versions3.6.0间接
npmconcat-map0.0.1间接
npmconvert-source-map1.8.0间接
npmcosmiconfig6.0.0间接
npmcreate-require1.1.1间接
npmcross-spawn7.0.3间接
npmcssom0.3.8间接
npmcssom0.4.4间接
npmcssstyle2.3.0间接
npmdata-urls2.0.0间接
npmdebug2.6.9间接
npmdebug3.2.7间接
npmdebug4.1.1间接
npmdebug4.3.2间接
npmdebug4.3.4间接
npmdecimal.js10.3.1间接
npmdedent0.7.0间接
npmdeep-is0.1.4间接
npmdeepmerge4.2.2间接
npmdefine-properties1.1.3间接
npmdelayed-stream1.0.0间接
npmdetect-newline3.1.0间接
npmdiff4.0.2间接
npmdiff-sequences27.0.6间接
npmdir-glob3.0.1间接
npmdoctrine2.1.0间接
npmdoctrine3.0.0间接
npmdomexception2.0.1间接
npmelectron-to-chromium1.3.904间接
npmemittery0.8.1间接
npmemoji-regex8.0.0间接
npmend-of-stream1.4.4间接
npmenquirer2.3.6间接
npmerror-ex1.3.2间接
npmes-abstract1.19.1间接
npmes-to-primitive1.2.1间接
npmescalade3.1.1间接
npmescape-string-regexp1.0.5间接
npmescape-string-regexp2.0.0间接
npmescape-string-regexp4.0.0间接
npmescodegen2.0.0间接
npmeslint8.14.0间接
npmeslint-config-prettier8.5.0间接
npmeslint-import-resolver-node0.3.6间接
npmeslint-module-utils2.7.3间接
npmeslint-plugin-import2.26.0间接
npmeslint-plugin-jsdoc39.2.9间接
npmeslint-scope5.1.1间接
npmeslint-scope7.1.1间接
npmeslint-utils3.0.0间接
npmeslint-visitor-keys2.1.0间接
npmeslint-visitor-keys3.3.0间接
npmespree9.3.1间接
npmesprima4.0.1间接
npmesquery1.4.0间接
npmesrecurse4.3.0间接
npmestraverse4.3.0间接
npmestraverse5.3.0间接
npmesutils2.0.2间接
npmexeca4.0.3间接
npmexeca5.1.1间接
npmexit0.1.2间接
npmexpect27.3.1间接
npmfast-deep-equal3.1.3间接
npmfast-glob3.2.11间接
npmfast-json-stable-stringify2.1.0间接
npmfast-levenshtein2.0.6间接
npmfastq1.13.0间接
npmfb-watchman2.0.1间接
npmfigures3.2.0间接
npmfile-entry-cache6.0.1间接
npmfill-range7.0.1间接
npmfind-up2.1.0间接
npmfind-up4.1.0间接
npmfind-versions3.2.0间接
npmflat-cache3.0.4间接
npmflatted3.2.5间接
npmform-data3.0.1间接
npmfs.realpath1.0.0间接
npmfsevents2.3.2间接
npmfunction-bind1.1.1间接
npmfunctional-red-black-tree1.0.1间接
npmgensync1.0.0-beta.2间接
npmget-caller-file2.0.5间接
npmget-intrinsic1.1.1间接
npmget-own-enumerable-property-symbols3.0.2间接
npmget-package-type0.1.0间接
npmget-stream5.1.0间接
npmget-stream6.0.1间接
npmget-symbol-description1.0.0间接
npmglob7.1.2间接
npmglob7.2.0间接
npmglob-parent5.1.2间接
npmglob-parent6.0.2间接
npmglobals11.12.0间接
npmglobals13.13.0间接
npmglobby11.1.0间接
npmgraceful-fs4.2.8间接
npmhas1.0.3间接
npmhas-bigints1.0.1间接
npmhas-flag3.0.0间接
npmhas-flag4.0.0间接
npmhas-symbols1.0.3间接
npmhas-tostringtag1.0.0间接
npmhtml-encoding-sniffer2.0.1间接
npmhtml-escaper2.0.2间接
npmhttp-proxy-agent4.0.1间接
npmhttps-proxy-agent5.0.0间接
npmhuman-signals1.1.1间接
npmhuman-signals2.1.0间接
npmhusky4.2.5间接
npmiconv-lite0.4.24间接
npmignore5.2.0间接
npmimport-fresh3.2.1间接
npmimport-fresh3.3.0间接
npmimport-local3.0.3间接
npmimurmurhash0.1.4间接
npmindent-string4.0.0间接
npminflight1.0.6间接
npminherits2.0.3间接
npminternal-slot1.0.3间接
npmis-arrayish0.2.1间接
npmis-bigint1.0.4间接
npmis-boolean-object1.1.2间接
npmis-callable1.2.4间接
npmis-core-module2.8.0间接
npmis-core-module2.9.0间接
npmis-date-object1.0.5间接
npmis-extglob2.1.1间接
npmis-fullwidth-code-point3.0.0间接
npmis-generator-fn2.1.0间接
npmis-glob4.0.3间接
npmis-negative-zero2.0.2间接
npmis-number7.0.0间接
npmis-number-object1.0.6间接
npmis-obj1.0.1间接
npmis-potential-custom-element-name1.0.1间接
npmis-regex1.1.4间接
npmis-regexp1.0.0间接
npmis-shared-array-buffer1.0.1间接
npmis-stream2.0.0间接
npmis-string1.0.7间接
npmis-symbol1.0.4间接
npmis-typedarray1.0.0间接
npmis-weakref1.0.2间接
npmisexe2.0.0间接
npmistanbul-lib-coverage3.2.0间接
npmistanbul-lib-instrument4.0.3间接
npmistanbul-lib-instrument5.1.0间接
npmistanbul-lib-report3.0.0间接
npmistanbul-lib-source-maps4.0.1间接
npmistanbul-reports3.0.5间接
npmjest27.3.1间接
npmjest-changed-files27.3.0间接
npmjest-circus27.3.1间接
npmjest-cli27.3.1间接
npmjest-config27.3.1间接
npmjest-diff27.3.1间接
npmjest-docblock27.0.6间接
npmjest-each27.3.1间接
npmjest-environment-jsdom27.3.1间接
npmjest-environment-node27.3.1间接
npmjest-get-type27.3.1间接
npmjest-haste-map27.3.1间接
npmjest-jasmine227.3.1间接
npmjest-leak-detector27.3.1间接
npmjest-matcher-utils27.3.1间接
npmjest-message-util27.3.1间接
npmjest-mock27.3.0间接
npmjest-pnp-resolver1.2.2间接
npmjest-regex-util27.0.6间接
npmjest-resolve27.3.1间接
npmjest-resolve-dependencies27.3.1间接
npmjest-runner27.3.1间接
npmjest-runtime27.3.1间接
npmjest-serializer27.0.6间接
npmjest-snapshot27.3.1间接
npmjest-util27.3.1间接
npmjest-validate27.3.1间接
npmjest-watcher27.3.1间接
npmjest-worker27.3.1间接
npmjs-tokens4.0.0间接
npmjs-yaml3.14.1间接
npmjs-yaml4.1.0间接
npmjsdoc-type-pratt-parser3.0.1间接
npmjsdom16.7.0间接
npmjsesc2.5.2间接
npmjson-parse-better-errors1.0.2间接
npmjson-schema-traverse0.4.1间接
npmjson-stable-stringify-without-jsonify1.0.1间接
npmkleur3.0.3间接
npmleven3.1.0间接
npmlevn0.3.0间接
npmlevn0.4.1间接
npmlines-and-columns1.1.6间接
npmlint-staged10.2.11间接
npmlistr22.3.3间接
npmlocate-path2.0.0间接
npmlocate-path5.0.0间接
npmlodash4.17.21间接
npmlodash.memoize4.1.2间接
npmlodash.merge4.6.2间接
npmlog-symbols4.0.0间接
npmlog-update4.0.0间接
npmlru-cache6.0.0间接
npmmake-dir3.1.0间接
npmmake-error1.2.1间接
npmmake-error1.3.6间接
npmmakeerror1.0.12间接
npmmerge-stream2.0.0间接
npmmerge21.4.1间接
npmmicromatch4.0.2间接
npmmicromatch4.0.4间接
npmmime-db1.51.0间接
npmmime-types2.1.34间接
npmmimic-fn2.1.0间接
npmminimatch3.0.4间接
npmminimatch3.1.2间接
npmms2.0.0间接
npmms2.1.2间接
npmnatural-compare1.4.0间接
npmnode-int640.4.0间接
npmnode-modules-regexp1.0.0间接
npmnode-releases2.0.1间接
npmnormalize-path3.0.0间接
npmnpm-run-path4.0.1间接
npmnwsapi2.2.0间接
npmobject-inspect1.12.0间接
npmobject-keys1.1.1间接
npmobject.assign4.1.2间接
npmobject.values1.1.5间接
npmonce1.4.0间接
npmonetime5.1.0间接
npmonetime5.1.2间接
npmopencollective-postinstall2.0.3间接
npmoptionator0.8.3间接
npmoptionator0.9.1间接
npmp-limit1.3.0间接
npmp-limit2.3.0间接
npmp-locate2.0.0间接
npmp-locate4.1.0间接
npmp-map4.0.0间接
npmp-try1.0.0间接
npmp-try2.2.0间接
npmparent-module1.0.1间接
npmparse-json5.0.1间接
npmparse56.0.1间接
npmpath-exists3.0.0间接
npmpath-exists4.0.0间接
npmpath-is-absolute1.0.1间接
npmpath-key3.1.1间接
npmpath-parse1.0.7间接
npmpath-type4.0.0间接
npmpicocolors1.0.0间接
npmpicomatch2.2.2间接
npmpicomatch2.3.0间接
npmpirates4.0.1间接
npmpkg-dir4.2.0间接
npmplease-upgrade-node3.2.0间接
npmprelude-ls1.1.2间接
npmprelude-ls1.2.1间接
npmprettier2.0.5间接
npmpretty-format27.3.1间接
npmprompts2.4.2间接
npmpsl1.8.0间接
npmpump3.0.0间接
npmpunycode2.1.1间接
npmqueue-microtask1.2.3间接
npmreact-is17.0.2间接
npmregexpp3.2.0间接
npmrequire-directory2.1.1间接
npmresolve1.20.0间接
npmresolve1.22.0间接
npmresolve-cwd3.0.0间接
npmresolve-from4.0.0间接
npmresolve-from5.0.0间接
npmresolve.exports1.1.0间接
npmrestore-cursor3.1.0间接
npmreusify1.0.4间接
npmrimraf2.6.2间接
npmrimraf3.0.2间接
npmrun-parallel1.2.0间接
npmrxjs6.6.0间接
npmsafe-buffer5.1.2间接
npmsafer-buffer2.1.2间接
npmsaxes5.0.1间接
npmsemver6.3.0间接
npmsemver7.3.5间接
npmsemver7.3.7间接
npmsemver-compare1.0.0间接
npmsemver-regex2.0.0间接
npmshebang-command2.0.0间接
npmshebang-regex3.0.0间接
npmside-channel1.0.4间接
npmsignal-exit3.0.2间接
npmsignal-exit3.0.6间接
npmsisteransi1.0.5间接
npmslash3.0.0间接
npmslice-ansi3.0.0间接
npmslice-ansi4.0.0间接
npmsource-map0.5.6间接
npmsource-map0.6.1间接
npmsource-map0.7.3间接
npmsource-map-support0.5.6间接
npmspdx-exceptions2.3.0间接
npmspdx-expression-parse3.0.1间接
npmspdx-license-ids3.0.11间接
npmsprintf-js1.0.3间接
npmstack-utils2.0.5间接
npmstring-argv0.3.1间接
npmstring-length4.0.2间接
npmstring-width4.2.0间接
npmstring.prototype.trimend1.0.4间接
npmstring.prototype.trimstart1.0.4间接
npmstringify-object3.3.0间接
npmstrip-ansi6.0.0间接
npmstrip-ansi6.0.1间接
npmstrip-final-newline2.0.0间接
npmstrip-json-comments3.1.1间接
npmsupports-color5.5.0间接
npmsupports-color7.1.0间接
npmsupports-color7.2.0间接
npmsupports-color8.1.1间接
npmsupports-hyperlinks2.2.0间接
npmsupports-preserve-symlinks-flag1.0.0间接
npmsymbol-tree3.2.4间接
npmterminal-link2.1.1间接
npmtest-exclude6.0.0间接
npmtext-table0.2.0间接
npmthroat6.0.1间接
npmthrough2.3.8间接
npmtmpl1.0.5间接
npmto-fast-properties2.0.0间接
npmto-regex-range5.0.1间接
npmtough-cookie4.0.0间接
npmtr462.1.0间接
npmts-jest27.0.7间接
npmts-node10.7.0间接
npmtsconfig-paths3.14.1间接
npmtslib1.13.0间接
npmtslib1.8.1间接
npmtsutils3.21.0间接
npmtype-check0.3.2间接
npmtype-check0.4.0间接
npmtype-detect4.0.8间接
npmtype-fest0.11.0间接
npmtype-fest0.20.2间接
npmtype-fest0.21.3间接
npmtypedarray-to-buffer3.1.5间接
npmtypescript4.5.2间接
npmunbox-primitive1.0.1间接
npmuniversalify0.1.2间接
npmuri-js4.4.1间接
npmv8-compile-cache2.3.0间接
npmv8-compile-cache-lib3.0.0间接
npmv8-to-istanbul8.1.0间接
npmw3c-hr-time1.0.2间接
npmw3c-xmlserializer2.0.0间接
npmwalker1.0.8间接
npmwebidl-conversions5.0.0间接
npmwebidl-conversions6.1.0间接
npmwhatwg-encoding1.0.5间接
npmwhatwg-mimetype2.3.0间接
npmwhatwg-url8.7.0间接
npmwhich2.0.2间接
npmwhich-boxed-primitive1.0.2间接
npmwhich-pm-runs1.0.0间接
npmword-wrap1.2.3间接
npmwrap-ansi6.2.0间接
npmwrap-ansi7.0.0间接
npmwrappy1.0.2间接
npmwrite-file-atomic3.0.3间接
npmws7.5.5间接
npmxml-name-validator3.0.0间接
npmxmlchars2.2.0间接
npmy18n5.0.8间接
npmyallist4.0.0间接
npmyaml1.10.0间接
npmyargs16.2.0间接
npmyargs-parser20.2.9间接
npmyn3.1.1间接
依赖安全公告 0

安装 npm:tsconfig-paths@4.2.0 会引入 3 个包(直接与传递):其中 0 个存在已知公告,0 个为直接依赖。

没有已知公告影响已评估的依赖。

公告表示依赖图中记录的版本落入某条公告的受影响范围。可达性未经分析,且依赖图包含开发与测试的版本固定——某项发现可能只涉及工具链而非交付的软件。

原始 JSON 报告 机器可读
{
  "data": {
    "repo": {
      "topics": [
        "tsconfig-paths",
        "typescript",
        "tsconfig"
      ],
      "is_fork": false,
      "size_kb": 472,
      "has_wiki": true,
      "homepage": null,
      "languages": {
        "JavaScript": 385,
        "TypeScript": 66005
      },
      "pushed_at": "2026-02-23T07:34:11Z",
      "created_at": "2016-12-30T10:31:33Z",
      "owner_type": "User",
      "updated_at": "2026-07-22T16:51:03Z",
      "description": "Load node modules according to tsconfig paths, in run-time or via API.",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "master",
      "license_spdx_raw": "MIT",
      "primary_language": "TypeScript",
      "significant_languages": [
        "TypeScript"
      ]
    },
    "owner": {
      "blog": null,
      "name": "Jonas Kello",
      "type": "User",
      "login": "jonaskello",
      "company": "@dividab ",
      "location": "Jönköping, Sweden",
      "followers": 40,
      "avatar_url": "https://avatars.githubusercontent.com/u/664076?v=4",
      "created_at": "2011-03-11T13:22:23Z",
      "is_verified": null,
      "public_repos": 141,
      "account_age_days": 5612
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v4.2.0",
          "kind": "minor",
          "published_at": "2023-03-29T20:44:40Z"
        },
        {
          "tag": "v4.1.2",
          "kind": "patch",
          "published_at": "2023-01-01T23:31:28Z"
        },
        {
          "tag": "v4.1.1",
          "kind": "patch",
          "published_at": "2022-11-30T20:18:25Z"
        },
        {
          "tag": "v4.1.0",
          "kind": "minor",
          "published_at": "2022-08-06T09:24:04Z"
        },
        {
          "tag": "v4.0.0",
          "kind": "major",
          "published_at": "2022-05-02T19:45:11Z"
        },
        {
          "tag": "v3.15.0",
          "kind": "minor",
          "published_at": "2023-12-14T14:36:45Z"
        },
        {
          "tag": "v3.14.2",
          "kind": "patch",
          "published_at": "2023-02-25T10:30:06Z"
        },
        {
          "tag": "v3.14.1",
          "kind": "patch",
          "published_at": "2022-03-22T19:06:46Z"
        },
        {
          "tag": "v3.14.0",
          "kind": "minor",
          "published_at": "2022-03-13T22:08:36Z"
        },
        {
          "tag": "v3.13.0",
          "kind": "minor",
          "published_at": "2022-03-03T22:34:38Z"
        },
        {
          "tag": "v3.12.0",
          "kind": "minor",
          "published_at": "2021-11-20T10:28:39Z"
        },
        {
          "tag": "v3.11.0",
          "kind": "minor",
          "published_at": "2021-08-24T21:14:13Z"
        },
        {
          "tag": "v3.10.1",
          "kind": "patch",
          "published_at": "2021-07-06T16:43:43Z"
        },
        {
          "tag": "v3.10.0",
          "kind": "minor",
          "published_at": "2021-07-06T15:35:40Z"
        },
        {
          "tag": "v3.9.0",
          "kind": "minor",
          "published_at": "2019-09-12T20:17:24Z"
        },
        {
          "tag": "v3.8.0",
          "kind": "minor",
          "published_at": "2019-02-05T20:29:11Z"
        },
        {
          "tag": "v3.7.0",
          "kind": "minor",
          "published_at": "2018-11-11T13:07:18Z"
        },
        {
          "tag": "v3.6.0",
          "kind": "minor",
          "published_at": "2018-09-10T20:31:49Z"
        },
        {
          "tag": "v3.5.0",
          "kind": "minor",
          "published_at": "2018-07-28T16:06:20Z"
        },
        {
          "tag": "v3.4.2",
          "kind": "patch",
          "published_at": "2018-06-30T15:36:08Z"
        },
        {
          "tag": "v3.4.1",
          "kind": "patch",
          "published_at": "2018-06-24T12:22:26Z"
        },
        {
          "tag": "v3.4.0",
          "kind": "minor",
          "published_at": "2018-06-12T10:50:08Z"
        },
        {
          "tag": "v3.3.2",
          "kind": "patch",
          "published_at": "2018-05-07T21:34:25Z"
        },
        {
          "tag": "v3.3.1",
          "kind": "patch",
          "published_at": "2018-04-17T06:53:55Z"
        },
        {
          "tag": "v3.3.0",
          "kind": "minor",
          "published_at": "2018-04-14T21:27:49Z"
        },
        {
          "tag": "v3.2.0",
          "kind": "minor",
          "published_at": "2018-03-31T09:02:37Z"
        },
        {
          "tag": "v3.1.3",
          "kind": "patch",
          "published_at": "2018-03-14T07:30:53Z"
        },
        {
          "tag": "v3.1.2",
          "kind": "patch",
          "published_at": "2018-03-13T21:43:17Z"
        },
        {
          "tag": "v3.1.1",
          "kind": "patch",
          "published_at": "2018-01-13T14:24:37Z"
        },
        {
          "tag": "v3.1.0",
          "kind": "minor",
          "published_at": "2018-01-13T13:32:59Z"
        },
        {
          "tag": "v3.0.0",
          "kind": "major",
          "published_at": "2018-01-13T13:02:43Z"
        },
        {
          "tag": "2.7.3",
          "kind": "patch",
          "published_at": "2018-01-03T11:07:24Z"
        },
        {
          "tag": "2.7.2",
          "kind": "patch",
          "published_at": "2018-01-02T15:10:32Z"
        },
        {
          "tag": "2.7.1",
          "kind": "patch",
          "published_at": "2018-01-02T14:34:11Z"
        },
        {
          "tag": "2.7.0",
          "kind": "minor",
          "published_at": "2018-01-02T14:22:37Z"
        },
        {
          "tag": "2.6.0",
          "kind": "minor",
          "published_at": "2017-12-09T22:58:15Z"
        },
        {
          "tag": "2.5.0",
          "kind": "minor",
          "published_at": "2017-12-09T22:36:13Z"
        },
        {
          "tag": "2.4.3",
          "kind": "patch",
          "published_at": "2017-12-08T23:41:02Z"
        },
        {
          "tag": "2.4.2",
          "kind": "patch",
          "published_at": "2017-12-08T23:26:56Z"
        },
        {
          "tag": "2.4.1",
          "kind": "patch",
          "published_at": "2017-12-08T23:02:39Z"
        },
        {
          "tag": "2.4.0",
          "kind": "minor",
          "published_at": "2017-11-18T14:44:20Z"
        },
        {
          "tag": "2.3.0",
          "kind": "minor",
          "published_at": "2017-08-31T18:23:38Z"
        },
        {
          "tag": "2.2.0",
          "kind": "minor",
          "published_at": "2017-05-26T09:11:21Z"
        },
        {
          "tag": "2.1.2",
          "kind": "patch",
          "published_at": "2017-03-18T17:55:42Z"
        },
        {
          "tag": "2.1.1",
          "kind": "patch",
          "published_at": "2017-02-15T18:39:25Z"
        },
        {
          "tag": "2.1.0",
          "kind": "minor",
          "published_at": "2017-01-24T17:53:01Z"
        },
        {
          "tag": "2.0.0",
          "kind": "major",
          "published_at": "2017-01-15T20:44:29Z"
        },
        {
          "tag": "1.1.0",
          "kind": "minor",
          "published_at": "2017-01-01T20:57:47Z"
        },
        {
          "tag": "1.0.0",
          "kind": "major",
          "published_at": "2016-12-30T11:12:18Z"
        },
        {
          "tag": "0.4.0",
          "kind": "minor",
          "published_at": "2016-12-30T10:45:46Z"
        },
        {
          "tag": "0.3.0",
          "kind": "minor",
          "published_at": "2016-12-30T00:19:10Z"
        },
        {
          "tag": "0.2.1",
          "kind": "patch",
          "published_at": "2016-12-29T15:48:06Z"
        },
        {
          "tag": "0.2.0",
          "kind": "minor",
          "published_at": "2016-12-29T15:28:51Z"
        },
        {
          "tag": "0.1.2",
          "kind": "patch",
          "published_at": "2016-12-28T17:31:35Z"
        },
        {
          "tag": "0.1.1",
          "kind": "patch",
          "published_at": "2016-12-28T17:12:47Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "3e95f102973842e670ad5d30e6beb0dd9992e416",
          "body": null,
          "is_bot": false,
          "headline": "chore: change repo URL to jonaskello (#288)",
          "author_name": "XhmikosR",
          "author_login": "XhmikosR",
          "committed_at": "2026-02-23T07:34:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7e0329908f6da5430e8cbe7534208c47fb1955ee",
          "body": "* package.json: explicitly set the files to install.\n\nNo need for an extra .npmignore file\n\n* Drop CHANGELOG.md",
          "is_bot": false,
          "headline": "package.json: explicitly set the files to install. (#285)",
          "author_name": "XhmikosR",
          "author_login": "XhmikosR",
          "committed_at": "2026-02-23T07:22:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "836f8970fa9bcda28e8a32933ea2d60f9b47fe6e",
          "body": "1. fix badge URLs\n2. Minor Markdown tweaks",
          "is_bot": false,
          "headline": "README.md: assorted tweaks (#287)",
          "author_name": "XhmikosR",
          "author_login": "XhmikosR",
          "committed_at": "2026-02-23T06:42:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3a3d69443b6d1ae774c2507be401941832ecbbf9",
          "body": null,
          "is_bot": false,
          "headline": "Use node 18 to setup CI workflow",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2026-02-22T11:03:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6bfa4544d1acd9c6c7fd84b471e20e1c571218b6",
          "body": "Removed Node.js version 12 from CI matrix.",
          "is_bot": false,
          "headline": "Update CI workflow to remove Node.js 12",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2026-02-22T10:56:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3687431865f5cadf50724de2c35c0327a9f7ff67",
          "body": null,
          "is_bot": false,
          "headline": "Fix node version variable in CI workflow",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2026-02-22T10:55:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5f4d26f406a8910e8931bf16c18b52be7c6fd388",
          "body": "On Windows, autocrlf is true by default",
          "is_bot": false,
          "headline": "Enforce LF (#286)",
          "author_name": "XhmikosR",
          "author_login": "XhmikosR",
          "committed_at": "2026-02-22T10:44:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "098e066632f5b9f35c956803fe60d17ffc60b688",
          "body": null,
          "is_bot": false,
          "headline": "docs: update readme to include bun install (#278)",
          "author_name": "Ashcon Partovi",
          "author_login": "Electroid",
          "committed_at": "2025-03-08T09:02:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fceb78a8e559098a80cc071190a62ffe9145a8a8",
          "body": null,
          "is_bot": false,
          "headline": "correct attribution in CHANGELOG.md (#277)",
          "author_name": "Jacob Smith",
          "author_login": "JakobJingleheimer",
          "committed_at": "2025-02-18T06:19:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5183c7fc5b0c446cf35c5c3ee8c090631faaeddc",
          "body": null,
          "is_bot": false,
          "headline": "Fix minor typo in README (#274)",
          "author_name": "esainane",
          "author_login": "esainane",
          "committed_at": "2024-10-18T13:32:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b4eb77bd1a49096f0fa1076e65a8182819b1dc2c",
          "body": "* Fix missing paths when using typescript's module nodenext feature\r\n\r\nThis resolution requires relative/mapped import paths to end with .js\r\n\r\nReference https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-beta/#esm-nodejs\r\n\r\n* Add tests from #213\r\n\r\nhttps://github.com/dividab/tsconfig-paths/pull/213\r\n\r\n* Add support for .mjs, .cjs and .jsx files",
          "is_bot": false,
          "headline": "Fix missing paths when using typescript's module nodenext feature (#216)",
          "author_name": "JJ",
          "author_login": "IgnusG",
          "committed_at": "2023-06-02T15:34:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "19eba1295fdcef278ce3fbad0d4b4e894128d3fe",
          "body": "Reconcile the package.json \"files\" field and .npmignore into the\r\n.npmignore file. Like package.json \"files\", an allowlist approach is\r\nused by first ignoring everything (with `/*`) and then listing the\r\npatterns that should be published using inverted patterns using the\r\nleading `!`. After, filter \n[…]\nment in the npm docs that say this\r\nexplicitly.\r\n\r\nAn alternative to the approach taken here would be to increase the\r\nspecificity of file patterns in the \"files\" array to avoid including\r\ntest files.",
          "is_bot": false,
          "headline": "Use an allowlist-based .npmignore file (#250)",
          "author_name": "Eric Cornelissen",
          "author_login": "ericcornelissen",
          "committed_at": "2023-05-24T06:37:56Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "11b774d994b897c6c8e87dda57375a285813731d",
          "body": null,
          "is_bot": false,
          "headline": "v4.2.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2023-03-29T20:44:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c47106b544c7b4e01805f2dbaabe659a9bb6315c",
          "body": null,
          "is_bot": false,
          "headline": "Add changelog for 4.2.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2023-03-29T20:44:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5156ef154aa0a223b426a5a916f070c7a8e0fa53",
          "body": "* Add support for extends as array of strings.\r\n\r\nTypeScript 5.0 added support for defining \"extends\" as an array of\r\nstrings. This commit adds support for this use case.\r\n\r\nIt's important to note that even with this change, \"baseUrl\" and\r\n\"paths\" are still always being completely overwritten if a l\n[…]\n\r\nfrom the first config.\r\n\r\nThis behaviour hasn't changed even when \"extends\" is an array of\r\nstrings, so this commit maintains this behaviour.\r\n\r\n* Add test for array extends without .json extension.",
          "is_bot": false,
          "headline": "Add support for extends as array of strings. (#245)",
          "author_name": "Bernardo",
          "author_login": "DanielSidhion",
          "committed_at": "2023-03-29T20:27:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "910a138301d2260b35c6becbf05ecfa44a5c654b",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 3.14.2",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2023-02-25T10:32:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "76dab7661d3cc158c751eba64b363b1d5e032e0f",
          "body": null,
          "is_bot": false,
          "headline": "v4.1.2",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2023-01-01T23:31:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4a5bfeed6a3bc4a0f34ae4a16ad376529e03a6a0",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 4.1.2",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2023-01-01T23:31:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9721a98718c9f6a35bb4029292204aaa90474bab",
          "body": "* bump JSON5 dependency to 2.2.2 to fix CVE-2022-46175\r\n\r\n* bump version to v.1.2\r\n\r\n* Revert \"bump version to v.1.2\"\r\n\r\nThis reverts commit 1603babdc92f093c8907a62b09a5bc8bbc1bea84.",
          "is_bot": false,
          "headline": "Bump JSON5 dependency to 2.2.2 to fix CVE-2022-46175 (#232)",
          "author_name": "Orlando Parisblue",
          "author_login": "oparisblue",
          "committed_at": "2023-01-01T23:28:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1b71683fa7d48a2e7b9cbae4825410594a1c7c81",
          "body": null,
          "is_bot": false,
          "headline": "v4.1.1",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-11-30T20:18:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73fdd5991d6542df4da0a6d22dbb18f5656b091d",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 4.1.1",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-11-30T20:17:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b732fcf0b894a65af5e997b284c40fc3e155837d",
          "body": null,
          "is_bot": false,
          "headline": "Skip stat call / throwing when files don't exist (#225)",
          "author_name": "Rob Stolarz",
          "author_login": "robstolarz",
          "committed_at": "2022-11-30T20:14:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "206e49a4dd016e9f7086c8a938266f74f9301568",
          "body": null,
          "is_bot": false,
          "headline": "v4.1.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-08-06T09:24:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e71c964000808500a34d7ac4ced6c8b7e98b99b3",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 4.1.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-08-06T09:23:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9124aa60f18efb52562431d0ec8dd03b4b36ba6a",
          "body": "* Add support for nested main field selectors\r\n\r\n* Update description of `mainFields`",
          "is_bot": false,
          "headline": "Add support for nested main field selectors (#218)",
          "author_name": "Aaron Adams",
          "author_login": "aaronadamsCA",
          "committed_at": "2022-08-06T09:20:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f42003925f4d56458d41daed80013c8ad23c88ea",
          "body": null,
          "is_bot": false,
          "headline": "Explicitly specify minimum Node.js version (#212)",
          "author_name": "Feng Yu",
          "author_login": "F3n67u",
          "committed_at": "2022-05-04T15:19:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ebc0ed3346725f75c3df7cb02f971de4e16bc26f",
          "body": "* fix: show problematic file path when encountering malformed JSON5\r\n\r\n* Fix missing assert",
          "is_bot": false,
          "headline": "fix: show problematic file path when encountering malformed JSON5 (#176)",
          "author_name": "François Wouts",
          "author_login": "fwouts",
          "committed_at": "2022-05-03T05:31:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9a3c0ed5556e5a9d0301933e5cb9bbf0362127e3",
          "body": null,
          "is_bot": false,
          "headline": "v4.0.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-05-02T19:45:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "63ffbe300c13fba68db2f0032d543155f36c25dd",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 4.0.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-05-02T19:44:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bad40f2288d6d82ba590f482ce62e02819c4e6b6",
          "body": "* Fix tests and lint for config-loader\r\n\r\n* Fix another broken test\r\n\r\n* Remove commented-out assertions\r\n\r\n* Remove unused parameters\r\n\r\n* Fix failing test\r\n\r\n* Remove remaining commented-out assertions\r\n\r\nCo-authored-by: Jonas Kello <jonaskello@users.noreply.github.com>",
          "is_bot": false,
          "headline": "Fix tests and lint (#211)",
          "author_name": "Nathan Walters",
          "author_login": "nwalters512",
          "committed_at": "2022-05-02T19:41:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8e4452c540c4b837c48aef43461f150871c9fdfc",
          "body": null,
          "is_bot": false,
          "headline": "Run CI on PR",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-05-02T19:08:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f773c30b0eea88a255e8a6c051bd688da25799e5",
          "body": "* New ci setup\r\n\r\n* Fix lint",
          "is_bot": false,
          "headline": "New ci setup (#210)",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-05-02T18:54:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "23ea90b6caa2ba98f884fc77741c4eee26cb5fc1",
          "body": "* Add test case\r\n\r\n* Allow absolute baseUrl in tsconfig.json\r\n\r\n* Apply suggestions from code review\r\n\r\n* Add changelog entry",
          "is_bot": false,
          "headline": "fix: allow absolute baseUrl in tsconfig.json (#174)",
          "author_name": "Nathan Walters",
          "author_login": "nwalters512",
          "committed_at": "2022-05-02T18:14:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e6bc84bc0c15dfbc30d757a4f6d85dfc551867b6",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade eslint and fix yarn.lock",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-05-02T18:12:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c31cf715b74ce215ead8c6435491662551b6ece7",
          "body": "The new version bundles typescript types.\r\n\r\nCo-authored-by: Jonas Kello <jonaskello@users.noreply.github.com>",
          "is_bot": false,
          "headline": "Update json5 to 2.2.x (#198)",
          "author_name": "Stian Jensen",
          "author_login": "stianjensen",
          "committed_at": "2022-05-02T18:03:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ba654b535ef9d519b1e9cebab40510437b5cbc64",
          "body": "Co-authored-by: yufeng.freeman <yufeng.freeman@bytedance.com>",
          "is_bot": false,
          "headline": "fix `yarn example:node` throw error (#201)",
          "author_name": "Feng Yu",
          "author_login": "F3n67u",
          "committed_at": "2022-05-02T17:56:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "25496bbeea7f2c309566533afa281054dc2132ee",
          "body": "* fix: tolerate an undefined `baseUrl` compiler option\r\n\r\n* chore: clean up changelog\r\n\r\n* chore: update changelog\r\n\r\nCo-authored-by: Jonas Kello <jonaskello@users.noreply.github.com>",
          "is_bot": false,
          "headline": "fix: tolerate an undefined `baseUrl` compiler option (#208)",
          "author_name": "Alec Larson",
          "author_login": "aleclarson",
          "committed_at": "2022-05-02T17:45:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10815971abd947212383f6ae1b690334f97c5540",
          "body": "* chore: update changelog and readme\r\n\r\n* refactor: move minimist usage into register.js\r\n\r\n* Revert \"refactor: move minimist usage into register.js\"\r\n\r\nThis reverts commit 3bc36fbfd00770faeabd4eea38cd86994744fa4c.\r\n\r\n* refactor: avoid minimist if `register` receives explicit options\r\n\r\n* chore: update changelog\r\n\r\n* chore: clean up changelog",
          "is_bot": false,
          "headline": "refactor: avoid minimist if `register` receives explicit options (#206)",
          "author_name": "Alec Larson",
          "author_login": "aleclarson",
          "committed_at": "2022-05-02T17:42:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fc7cd600f3be3635b92ad8d510fbf31faa78fcad",
          "body": "* feat(register): add `cwd` param\r\n\r\n* chore: update changelog and readme",
          "is_bot": false,
          "headline": "feat(register): add `cwd` param (#205)",
          "author_name": "Alec Larson",
          "author_login": "aleclarson",
          "committed_at": "2022-04-21T05:57:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9a6d9f8952863792ba2db4a8d6dbeabf9aafe714",
          "body": "* fix: don't join absolute paths with base\r\n\r\n* fix curves\r\n\r\n* fix curves\r\n\r\n* Update src/mapping-entry.ts\r\n\r\nCo-authored-by: Alec Larson <1925840+aleclarson@users.noreply.github.com>\r\n\r\n* Update CHANGELOG.md\r\n\r\n* Update CHANGELOG.md\r\n\r\nCo-authored-by: Alec Larson <1925840+aleclarson@users.noreply.github.com>",
          "is_bot": false,
          "headline": "fix: don't join absolute paths with baseUrl (#184)",
          "author_name": "NP",
          "author_login": "npdev453",
          "committed_at": "2022-04-21T05:55:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "98bbcdc52207758b66b029d3cb694999c80ffaa2",
          "body": "* feat: add support for jsconfig.json\r\n\r\n* Update src/tsconfig-loader.ts\r\n\r\nCo-authored-by: Michaël De Boey <info@michaeldeboey.be>\r\n\r\n* Update src/__tests__/tsconfig-loader.test.ts\r\n\r\nCo-authored-by: Alec Larson <1925840+aleclarson@users.noreply.github.com>\r\n\r\n* optimize readdir mock\r\n\r\n* add changelog\r\n\r\n* update readme\r\n\r\nCo-authored-by: Michaël De Boey <info@michaeldeboey.be>\r\nCo-authored-by: Alec Larson <1925840+aleclarson@users.noreply.github.com>",
          "is_bot": false,
          "headline": "feat: add support for jsconfig.json (#199)",
          "author_name": "Feng Yu",
          "author_login": "F3n67u",
          "committed_at": "2022-04-18T10:47:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e6bc77fdc991328c734cef88977532080e648b57",
          "body": "* chore: Migrate from TSLint to ESLint\r\n\r\n* Change lint script to eslint\r\n\r\n* fix warning\r\n\r\n* remove unused tslint disable\r\n\r\n* fix duplicate rule\r\n\r\nCo-authored-by: Jonas Kello <jonas.kello@gmail.com>",
          "is_bot": false,
          "headline": "chore: Migrate from TSLint to ESLint (#204)",
          "author_name": "Feng Yu",
          "author_login": "F3n67u",
          "committed_at": "2022-03-27T21:14:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df9a47f401061365f51b5cdd248e7d3d5cfb9529",
          "body": null,
          "is_bot": false,
          "headline": "v3.14.1",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-03-22T19:06:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "09d696f107ad150cff117838c6b5e8b425672d10",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 3.14.1",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-03-22T19:06:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "22b9d74abaf5f9fee19b94b008a0e528e73b8bca",
          "body": null,
          "is_bot": false,
          "headline": "Use minimist 1.2.6 for all deps",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-03-22T19:04:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b5d9eac992f0b0c310ecc49f6ea91cb861ee7afd",
          "body": "* Fixing pollution vulnerability in minimist\r\n\r\nfixing prototype Pollution vulnerability in minimist\r\n\r\nupdating minimist version to 1.2.6\r\n\r\nref: https://www.npmjs.com/advisories/1067259\r\n\r\n* updating yarn lock file\r\n\r\nCo-authored-by: g.jaganathan <gopi.jaganathan@deliveryhero.com>",
          "is_bot": false,
          "headline": "Fixing pollution vulnerability in minimist (#197)",
          "author_name": "gopijaganthan",
          "author_login": "gopijaganthan",
          "committed_at": "2022-03-22T18:49:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8062f6562c09c021a80a00333509d5d377a27b27",
          "body": null,
          "is_bot": false,
          "headline": "v3.14.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-03-13T22:08:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8c621371b4c751c13c747304bb407d90386e2ca8",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 3.14",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-03-13T22:08:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "02c37bc0b8b68402de2f4e7239236b065a119fe6",
          "body": "* fix root path\r\n\r\n* add test",
          "is_bot": false,
          "headline": "Fix the root path (#180)",
          "author_name": "Bright Lee",
          "author_login": "benevbright",
          "committed_at": "2022-03-13T21:54:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "60829c8017122ef9fe4fc65ac762257ea876c495",
          "body": null,
          "is_bot": false,
          "headline": "v3.13.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-03-03T22:34:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "87a9cb0f3523db1a32056dec8685aec4fc7b927f",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 3.13.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-03-03T22:34:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "95b7312585cac8f10db0abec5b60361e5bcfe208",
          "body": null,
          "is_bot": false,
          "headline": "Add missing extensions",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2022-03-03T22:32:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d1b2c30da1a02f57300efc6d6384c3ee84b26981",
          "body": "Originally during the file path resolution, file extensions were removed\r\nwithout explicit reason. This commit changes the resolution logic to keep file\r\nextensions, with the goal to add support for modern non-js extensions\r\nlike cjs. The change however keeps /xyz/index resolves as is as they\r\nstill\n[…]\n<cspotcode@gmail.com>\r\nCo-authored-by: Alec Larson <1925840+aleclarson@users.noreply.github.com>\r\n\r\nCo-authored-by: Katja Lutz <mail@katjalutz.ch>\r\nCo-authored-by: Andrew Bradley <cspotcode@gmail.com>",
          "is_bot": false,
          "headline": "fix: regard file extensions during path resolution (#133) (#193)",
          "author_name": "Alec Larson",
          "author_login": "aleclarson",
          "committed_at": "2022-03-03T22:27:33Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "8a76c5c4c35b45bec67bd71b74ce0cf5cb12bb9f",
          "body": null,
          "is_bot": false,
          "headline": "Remove old publish script",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T12:42:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9de71eb3d0c36c0bd41e5023498c0a56c749a5da",
          "body": "* Upgrade to jest\r\n\r\n* Fix tests\r\n\r\n* Remove llog\r\n\r\n* Test not working\r\n\r\n* Add explicit extensions (came from running mocha under ts-node)\r\n\r\n* All pass\r\n\r\n* Coverage",
          "is_bot": false,
          "headline": "Change testing framework to Jest (#186)",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T12:41:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cef69d6bb3a3d06f17e3637bfd46c30c0c879962",
          "body": null,
          "is_bot": false,
          "headline": "Codecov now uses github actions",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T10:52:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6f5431b422fce544b7cac28ea41c07ab6f622a60",
          "body": null,
          "is_bot": false,
          "headline": "Fix coverage filename",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T10:45:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "20e9891f93350ba069c0adaeed629687ff4454c7",
          "body": null,
          "is_bot": false,
          "headline": "Remove travis",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T10:45:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "697cee1a60ad2af3061dccdb67e407d8082d0dad",
          "body": null,
          "is_bot": false,
          "headline": "Update build badge",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T10:44:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "94ee4b78a84190a47d043c87a65cfa6329947490",
          "body": null,
          "is_bot": false,
          "headline": "Fix coverage filename",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T10:40:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ff212062d424ded09bf00b3e81fad17aea021e81",
          "body": null,
          "is_bot": false,
          "headline": "Add github actions",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T10:37:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b9f4f748e801c718ae4e0afb0141ad0758c080c6",
          "body": null,
          "is_bot": false,
          "headline": "v3.12.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T10:28:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ec9e1e3e223b4794de0357844e0ae299049dabec",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 3.12.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-11-20T10:28:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "835bab170a80d47616595c31a9d9b92e46acde6f",
          "body": null,
          "is_bot": false,
          "headline": "Add support for baseUrl override using TS_NODE_BASEURL env var (#185)",
          "author_name": "Farzan",
          "author_login": "information-security",
          "committed_at": "2021-11-20T10:20:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "31a7c8477035e7db955414adb5c527e234bb7758",
          "body": null,
          "is_bot": false,
          "headline": "Clarify bootstrapping",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-09-30T05:04:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6dc51e43111bea24c847f24d8c13debe305b58bd",
          "body": null,
          "is_bot": false,
          "headline": "v3.11.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-08-24T21:14:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d8c0d2fb10e81355da43435f0972efa24c5ec6e7",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 3.11.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-08-24T21:12:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b1115f24e09890904741cd5ffbc74dd6352e10f7",
          "body": "…#158)\" (#173)\n\nThis reverts commit 0b259d4cf6cffbc03ad362cfc6bb129d040375b7.",
          "is_bot": false,
          "headline": "Revert \"deps: bump json5 to use type definition provided officially (…",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-08-24T21:09:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "80bc8106ee580dea5d379e462fdd4cbeb43ecfcf",
          "body": null,
          "is_bot": false,
          "headline": "v3.10.1",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-07-06T16:43:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "beb9a47268bc7cc7f1979b537a68e23d6d53738e",
          "body": null,
          "is_bot": false,
          "headline": "Add changelog for 3.10.1",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-07-06T16:43:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "893b76df7ec945b13c6a34fccdcb152cded39717",
          "body": null,
          "is_bot": false,
          "headline": "Add register.js to published files",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-07-06T16:42:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9327fa1cafa6a7b4ac20eaaad2c83a694617152c",
          "body": null,
          "is_bot": false,
          "headline": "v3.10.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-07-06T15:35:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "766a0e872117b0ad28ab872095b64e6c6e419776",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog for 3.10.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-07-06T15:34:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2cf8b21b2b406da68b81edf5ef6fc0563a9fe329",
          "body": null,
          "is_bot": false,
          "headline": "Categorize changelog",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-07-06T15:33:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fb67ba26eaec10fdbdac26763e6994fc304a80ec",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog with unreleased PRs",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2021-07-06T15:32:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "079285a9f254977a0d10d98b4836866ee53e2a9c",
          "body": "TypeScript requires the file extension be specified in typings / types property. https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html",
          "is_bot": false,
          "headline": "Add file extenstion to typings property value (#151)",
          "author_name": "Dan Russell",
          "author_login": "dangrussell",
          "committed_at": "2021-07-06T15:06:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c49386cb979c220019749334697ffb2c79e69a98",
          "body": "…de_modules' prefix (#106)",
          "is_bot": false,
          "headline": "feat(tsconfig-loader): extends config from node_modules without './no…",
          "author_name": "George Zhao",
          "author_login": "zorji",
          "committed_at": "2021-07-06T15:05:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f289c99cf65392652da7eee855831afab62e36a5",
          "body": null,
          "is_bot": false,
          "headline": "fix typo (#165)",
          "author_name": "ねず",
          "author_login": "wonda-tea-coffee",
          "committed_at": "2021-06-27T09:44:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1fec36dfc685958d56400d9b5575efc4d5be549b",
          "body": "base will always be true, so I think it should be deleted",
          "is_bot": false,
          "headline": "Update tsconfig-loader.ts (#161)",
          "author_name": "fecqs",
          "author_login": "fecqs",
          "committed_at": "2021-04-24T16:32:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0b259d4cf6cffbc03ad362cfc6bb129d040375b7",
          "body": null,
          "is_bot": false,
          "headline": "deps: bump json5 to use type definition provided officially (#158)",
          "author_name": "Toru Kobayashi",
          "author_login": "koba04",
          "committed_at": "2021-02-13T10:02:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b916091e704c6736eb3c5f943bd418fae9c4796e",
          "body": null,
          "is_bot": false,
          "headline": "docs(README): fix typos (#156)",
          "author_name": "Pi Delport",
          "author_login": "PiDelport",
          "committed_at": "2021-02-05T18:32:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d8cc12abc12af05faf715200778f7e73a1269ac1",
          "body": "preseve -> preserve",
          "is_bot": false,
          "headline": "[TYPO] src/mapping-entry.ts (#145)",
          "author_name": "Sasha Rudan",
          "author_login": "mprinc",
          "committed_at": "2020-10-09T21:11:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6b17ee229e8fbebc618086f19597973a00d5cb4a",
          "body": "signare -> signature",
          "is_bot": false,
          "headline": "Fixed typo (#144)",
          "author_name": "Sasha Rudan",
          "author_login": "mprinc",
          "committed_at": "2020-10-09T17:33:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2461cc9c0aa6f02f27c679d1344adaf35ff05cf7",
          "body": null,
          "is_bot": false,
          "headline": "Cleanup precommit used by old version of husky",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2020-07-26T10:42:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c4ca84c0968680db11a6e10d9ebcdda220255575",
          "body": null,
          "is_bot": false,
          "headline": "Allow trailing comma",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2020-07-26T10:35:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d9935c454fd20cd58d09ca0373ea983eeb1896b",
          "body": null,
          "is_bot": false,
          "headline": "Use files in package.json instead of .npmignore (#137)",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2020-07-26T10:25:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "80808085fdde71648cf43993b1848f59d6e18ef0",
          "body": null,
          "is_bot": false,
          "headline": "Update .npmignore to ignore tests and json files (#109)",
          "author_name": "Gareth Jones",
          "author_login": "G-Rath",
          "committed_at": "2020-07-26T10:20:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2a63fd1e7079f9b54d8e8807f1240104e7124ca9",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade prettier and re-run it (#136)",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2020-07-26T10:17:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "720465935a11f394c525b98f65ad829409768ff8",
          "body": "* Update Readme fixes #116\r\n\r\n* Update README.md",
          "is_bot": false,
          "headline": "Update Readme fixes #116 (#123)",
          "author_name": "Ben Winding",
          "author_login": "benwinding",
          "committed_at": "2020-05-11T09:35:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "32338c66bd6bba26785e740b9a546258341d3bdb",
          "body": null,
          "is_bot": false,
          "headline": "Fix \"bootstraping\" typo (#111)",
          "author_name": "Misha Krieger-Raynauld",
          "author_login": "KRMisha",
          "committed_at": "2020-03-19T08:02:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7ace8a1ff77054641c6d1dd1cb873bf1dda82cf9",
          "body": null,
          "is_bot": false,
          "headline": "Update CHANGELOG.md (#96)",
          "author_name": "Oliver Joseph Ash",
          "author_login": "OliverJAsh",
          "committed_at": "2019-09-16T06:48:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "287867d1140c14366f280910099938c5c0976f3c",
          "body": null,
          "is_bot": false,
          "headline": "v3.9.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2019-09-12T20:17:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b57d2af91c05401fd7e40adfde07b44f4951cc92",
          "body": null,
          "is_bot": false,
          "headline": "New publish scripts",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2019-09-12T20:16:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "87fbea78fa659938f4994f88aaa6b4b75b0f6f9f",
          "body": "* yarn-deduplicate && yarn\r\n\r\n* Make extension config override instead of deep merge\r\n\r\nFixes https://github.com/dividab/tsconfig-paths/issues/94",
          "is_bot": false,
          "headline": "Make extension config override instead of deep merge (#95)",
          "author_name": "Oliver Joseph Ash",
          "author_login": "OliverJAsh",
          "committed_at": "2019-09-12T19:26:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d1cb8f5ee3d735bcef1e2efa04d315f6d6c8071c",
          "body": null,
          "is_bot": false,
          "headline": "mention ability to pass the tsconfig directly (#91)",
          "author_name": "Teodor Tanasoaia",
          "author_login": "teoxoy",
          "committed_at": "2019-08-03T12:43:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "47d729b39b8b2b75cb652c6a0c2d272e166764ec",
          "body": null,
          "is_bot": false,
          "headline": "Chore: Fix typo (#84)",
          "author_name": "vanppo",
          "author_login": "vanppo",
          "committed_at": "2019-05-17T06:17:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "913f30e80289efca049dc9f2a5c6f19482865ffd",
          "body": null,
          "is_bot": false,
          "headline": "3.8.0",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2019-02-05T20:29:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f664b756dded1ee55a8a5c50869f06c08fc8d255",
          "body": null,
          "is_bot": false,
          "headline": "Fix changelog",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2019-02-05T20:28:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aeda5f567f47cb5e4e86082d0ec3c3e4b805264b",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog",
          "author_name": "Jonas Kello",
          "author_login": "jonaskello",
          "committed_at": "2019-02-05T20:27:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6da68cbec7f11aa84ec7aeb14732d9edcdb82b68",
          "body": "this solves part of #72",
          "is_bot": false,
          "headline": "add option to avoid adding a match-all rule (#73)",
          "author_name": "Arpad Borsos",
          "author_login": "Swatinem",
          "committed_at": "2019-02-05T20:18:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 55,
      "commits_last_year": 7,
      "latest_release_at": "2023-12-14T14:36:45Z",
      "latest_release_tag": "v3.15.0",
      "releases_from_tags": true,
      "days_since_last_push": 149,
      "active_weeks_last_year": 1,
      "days_since_latest_release": 951,
      "mean_days_between_releases": 72.3
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 42,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "tsconfig-paths",
          "exists": true,
          "license": "MIT",
          "keywords": [],
          "ecosystem": "npm",
          "matches_repo": false,
          "registry_url": "https://www.npmjs.com/package/tsconfig-paths",
          "is_deprecated": false,
          "latest_version": "4.2.0",
          "repository_url": "https://github.com/dividab/tsconfig-paths",
          "versions_count": 50,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 17,
          "monthly_downloads": 378235848,
          "first_published_at": "2016-12-30T10:46:01.800000Z",
          "latest_published_at": "2023-03-29T20:47:10.433000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 1211
        }
      ]
    },
    "popularity": {
      "forks": 107,
      "stars": 1903,
      "watchers": 7,
      "fork_history": {
        "days": [
          {
            "date": "2017-11-01",
            "count": 1
          },
          {
            "date": "2018-01-03",
            "count": 1
          },
          {
            "date": "2018-04-02",
            "count": 1
          },
          {
            "date": "2018-04-13",
            "count": 1
          },
          {
            "date": "2018-05-02",
            "count": 1
          },
          {
            "date": "2018-06-10",
            "count": 1
          },
          {
            "date": "2018-06-25",
            "count": 1
          },
          {
            "date": "2018-06-27",
            "count": 1
          },
          {
            "date": "2018-07-09",
            "count": 1
          },
          {
            "date": "2018-07-28",
            "count": 1
          },
          {
            "date": "2018-11-03",
            "count": 1
          },
          {
            "date": "2018-11-10",
            "count": 1
          },
          {
            "date": "2019-01-15",
            "count": 1
          },
          {
            "date": "2019-01-24",
            "count": 1
          },
          {
            "date": "2019-03-19",
            "count": 1
          },
          {
            "date": "2019-03-21",
            "count": 1
          },
          {
            "date": "2019-04-08",
            "count": 1
          },
          {
            "date": "2019-05-07",
            "count": 1
          },
          {
            "date": "2019-05-08",
            "count": 1
          },
          {
            "date": "2019-06-13",
            "count": 1
          },
          {
            "date": "2019-07-29",
            "count": 1
          },
          {
            "date": "2019-08-03",
            "count": 1
          },
          {
            "date": "2019-09-10",
            "count": 1
          },
          {
            "date": "2019-09-11",
            "count": 1
          },
          {
            "date": "2020-03-19",
            "count": 1
          },
          {
            "date": "2020-04-03",
            "count": 1
          },
          {
            "date": "2020-05-08",
            "count": 1
          },
          {
            "date": "2020-05-11",
            "count": 1
          },
          {
            "date": "2020-05-19",
            "count": 1
          },
          {
            "date": "2020-07-24",
            "count": 1
          },
          {
            "date": "2020-08-11",
            "count": 1
          },
          {
            "date": "2020-08-24",
            "count": 1
          },
          {
            "date": "2020-09-16",
            "count": 1
          },
          {
            "date": "2020-09-18",
            "count": 1
          },
          {
            "date": "2020-10-09",
            "count": 1
          },
          {
            "date": "2020-11-09",
            "count": 1
          },
          {
            "date": "2020-11-19",
            "count": 1
          },
          {
            "date": "2020-12-06",
            "count": 1
          },
          {
            "date": "2020-12-22",
            "count": 1
          },
          {
            "date": "2021-02-05",
            "count": 1
          },
          {
            "date": "2021-02-10",
            "count": 1
          },
          {
            "date": "2021-03-26",
            "count": 1
          },
          {
            "date": "2021-07-26",
            "count": 1
          },
          {
            "date": "2021-07-28",
            "count": 2
          },
          {
            "date": "2021-08-24",
            "count": 1
          },
          {
            "date": "2021-08-27",
            "count": 1
          },
          {
            "date": "2021-09-14",
            "count": 1
          },
          {
            "date": "2021-09-15",
            "count": 1
          },
          {
            "date": "2021-09-28",
            "count": 1
          },
          {
            "date": "2021-10-29",
            "count": 1
          },
          {
            "date": "2021-11-14",
            "count": 1
          },
          {
            "date": "2021-11-19",
            "count": 1
          },
          {
            "date": "2022-01-18",
            "count": 1
          },
          {
            "date": "2022-03-09",
            "count": 1
          },
          {
            "date": "2022-03-10",
            "count": 1
          },
          {
            "date": "2022-03-22",
            "count": 2
          },
          {
            "date": "2022-03-25",
            "count": 1
          },
          {
            "date": "2022-04-08",
            "count": 1
          },
          {
            "date": "2022-04-20",
            "count": 1
          },
          {
            "date": "2022-04-26",
            "count": 1
          },
          {
            "date": "2022-05-14",
            "count": 1
          },
          {
            "date": "2022-05-16",
            "count": 2
          },
          {
            "date": "2022-05-20",
            "count": 1
          },
          {
            "date": "2022-07-29",
            "count": 1
          },
          {
            "date": "2022-08-05",
            "count": 1
          },
          {
            "date": "2022-08-09",
            "count": 1
          },
          {
            "date": "2022-08-13",
            "count": 1
          },
          {
            "date": "2022-09-02",
            "count": 1
          },
          {
            "date": "2022-11-30",
            "count": 1
          },
          {
            "date": "2022-12-08",
            "count": 1
          },
          {
            "date": "2023-01-05",
            "count": 1
          },
          {
            "date": "2023-01-08",
            "count": 1
          },
          {
            "date": "2023-01-10",
            "count": 1
          },
          {
            "date": "2023-01-20",
            "count": 1
          },
          {
            "date": "2023-01-25",
            "count": 1
          },
          {
            "date": "2023-03-05",
            "count": 1
          },
          {
            "date": "2023-03-14",
            "count": 1
          },
          {
            "date": "2023-03-16",
            "count": 1
          },
          {
            "date": "2023-03-29",
            "count": 1
          },
          {
            "date": "2023-03-30",
            "count": 1
          },
          {
            "date": "2023-04-07",
            "count": 1
          },
          {
            "date": "2023-07-05",
            "count": 1
          },
          {
            "date": "2023-09-28",
            "count": 1
          },
          {
            "date": "2023-10-18",
            "count": 1
          },
          {
            "date": "2023-10-22",
            "count": 1
          },
          {
            "date": "2023-11-13",
            "count": 1
          },
          {
            "date": "2023-12-05",
            "count": 1
          },
          {
            "date": "2023-12-19",
            "count": 1
          },
          {
            "date": "2024-03-24",
            "count": 1
          },
          {
            "date": "2024-06-15",
            "count": 1
          },
          {
            "date": "2024-09-24",
            "count": 1
          },
          {
            "date": "2024-10-18",
            "count": 1
          },
          {
            "date": "2024-10-30",
            "count": 1
          },
          {
            "date": "2024-11-05",
            "count": 1
          },
          {
            "date": "2024-12-27",
            "count": 1
          },
          {
            "date": "2025-03-06",
            "count": 1
          },
          {
            "date": "2025-07-07",
            "count": 1
          },
          {
            "date": "2026-01-19",
            "count": 1
          },
          {
            "date": "2026-04-09",
            "count": 1
          },
          {
            "date": "2026-04-24",
            "count": 1
          },
          {
            "date": "2026-05-15",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 104,
        "total_forks": 107
      },
      "star_history": null,
      "open_issues_and_prs": 113
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "example"
      ],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [
        "example/api/tsconfig.json",
        "example/node/tsconfig.json",
        "example/perf/tsconfig.json",
        "example/project/tsconfig.json",
        "tsconfig.json"
      ],
      "toolchain_manifests": [],
      "largest_source_bytes": 12331,
      "source_files_sampled": 29,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "package.json"
      ],
      "advisories": {
        "error": null,
        "scope": "published_package",
        "source": "osv",
        "findings": [],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 3,
        "malicious_count": 0,
        "assessed_package": "npm:tsconfig-paths@4.2.0",
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "npm"
      ],
      "dependencies": [
        {
          "name": "json5",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.2.2"
        },
        {
          "name": "minimist",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.2.6"
        },
        {
          "name": "strip-bom",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.0.0"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "json5",
            "direct": true,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "json5",
            "direct": true,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "json5",
            "direct": true,
            "version": "2.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "minimist",
            "direct": true,
            "version": "1.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "strip-bom",
            "direct": true,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-bom",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/code-frame",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/code-frame",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/compat-data",
            "direct": false,
            "version": "7.16.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/core",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/generator",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-compilation-targets",
            "direct": false,
            "version": "7.16.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-function-name",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-get-function-arity",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-hoist-variables",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-member-expression-to-functions",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-module-imports",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-module-transforms",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-optimise-call-expression",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-plugin-utils",
            "direct": false,
            "version": "7.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-replace-supers",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-simple-access",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-split-export-declaration",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-identifier",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-identifier",
            "direct": false,
            "version": "7.15.7",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-option",
            "direct": false,
            "version": "7.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helpers",
            "direct": false,
            "version": "7.16.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/highlight",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/highlight",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/parser",
            "direct": false,
            "version": "7.16.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-async-generators",
            "direct": false,
            "version": "7.8.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-bigint",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-class-properties",
            "direct": false,
            "version": "7.12.13",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-import-meta",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-json-strings",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-logical-assignment-operators",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-nullish-coalescing-operator",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-numeric-separator",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-object-rest-spread",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-optional-catch-binding",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-optional-chaining",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-top-level-await",
            "direct": false,
            "version": "7.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-typescript",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/template",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/traverse",
            "direct": false,
            "version": "7.16.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/types",
            "direct": false,
            "version": "7.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "@bcoe/v8-coverage",
            "direct": false,
            "version": "0.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "@cspotcode/source-map-consumer",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "@cspotcode/source-map-support",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "@es-joy/jsdoccomment",
            "direct": false,
            "version": "0.29.0",
            "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": "@istanbuljs/load-nyc-config",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@istanbuljs/schema",
            "direct": false,
            "version": "0.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/console",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/core",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/environment",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/fake-timers",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/globals",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/reporters",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/source-map",
            "direct": false,
            "version": "27.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/test-result",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/test-sequencer",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/transform",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/types",
            "direct": false,
            "version": "27.2.5",
            "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": "@sinonjs/commons",
            "direct": false,
            "version": "1.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@sinonjs/fake-timers",
            "direct": false,
            "version": "8.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@tootallnate/once",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@tsconfig/node10",
            "direct": false,
            "version": "1.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "@tsconfig/node12",
            "direct": false,
            "version": "1.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "@tsconfig/node14",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@tsconfig/node16",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__core",
            "direct": false,
            "version": "7.1.16",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__generator",
            "direct": false,
            "version": "7.6.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__template",
            "direct": false,
            "version": "7.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__traverse",
            "direct": false,
            "version": "7.14.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/color-name",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/graceful-fs",
            "direct": false,
            "version": "4.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@types/istanbul-lib-coverage",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/istanbul-lib-report",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/istanbul-reports",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/jest",
            "direct": false,
            "version": "27.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/json-schema",
            "direct": false,
            "version": "7.0.11",
            "ecosystem": "npm"
          },
          {
            "name": "@types/json5",
            "direct": false,
            "version": "0.0.29",
            "ecosystem": "npm"
          },
          {
            "name": "@types/minimist",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "16.11.9",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "6.0.54",
            "ecosystem": "npm"
          },
          {
            "name": "@types/parse-json",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/prettier",
            "direct": false,
            "version": "2.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/stack-utils",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/strip-bom",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/strip-json-comments",
            "direct": false,
            "version": "0.0.30",
            "ecosystem": "npm"
          },
          {
            "name": "@types/yargs",
            "direct": false,
            "version": "16.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/yargs-parser",
            "direct": false,
            "version": "20.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/eslint-plugin",
            "direct": false,
            "version": "5.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/parser",
            "direct": false,
            "version": "5.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/scope-manager",
            "direct": false,
            "version": "5.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/type-utils",
            "direct": false,
            "version": "5.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/types",
            "direct": false,
            "version": "5.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/typescript-estree",
            "direct": false,
            "version": "5.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/utils",
            "direct": false,
            "version": "5.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/visitor-keys",
            "direct": false,
            "version": "5.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "abab",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "acorn",
            "direct": false,
            "version": "7.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "acorn",
            "direct": false,
            "version": "8.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "acorn",
            "direct": false,
            "version": "8.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "acorn-globals",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "acorn-jsx",
            "direct": false,
            "version": "5.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "acorn-walk",
            "direct": false,
            "version": "7.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "acorn-walk",
            "direct": false,
            "version": "8.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "agent-base",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "aggregate-error",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "ajv",
            "direct": false,
            "version": "6.12.6",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-colors",
            "direct": false,
            "version": "4.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-escapes",
            "direct": false,
            "version": "4.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-escapes",
            "direct": false,
            "version": "4.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-regex",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-regex",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "3.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "4.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "5.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "anymatch",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "arg",
            "direct": false,
            "version": "4.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "argparse",
            "direct": false,
            "version": "1.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "argparse",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "array-includes",
            "direct": false,
            "version": "3.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "array-union",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "array.prototype.flat",
            "direct": false,
            "version": "1.2.5",
            "ecosystem": "npm"
          },
          {
            "name": "astral-regex",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "asynckit",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "babel-jest",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "babel-plugin-istanbul",
            "direct": false,
            "version": "6.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "babel-plugin-jest-hoist",
            "direct": false,
            "version": "27.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "babel-preset-current-node-syntax",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "babel-preset-jest",
            "direct": false,
            "version": "27.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "balanced-match",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "1.1.8",
            "ecosystem": "npm"
          },
          {
            "name": "braces",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "browser-process-hrtime",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "browserslist",
            "direct": false,
            "version": "4.18.1",
            "ecosystem": "npm"
          },
          {
            "name": "bs-logger",
            "direct": false,
            "version": "0.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "bser",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "buffer-from",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "call-bind",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "callsites",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "camelcase",
            "direct": false,
            "version": "5.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "camelcase",
            "direct": false,
            "version": "6.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "caniuse-lite",
            "direct": false,
            "version": "1.0.30001282",
            "ecosystem": "npm"
          },
          {
            "name": "chalk",
            "direct": false,
            "version": "2.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "chalk",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "char-regex",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "ci-info",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "ci-info",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "cjs-module-lexer",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "clean-stack",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "cli-cursor",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "cli-truncate",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "cliui",
            "direct": false,
            "version": "7.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "co",
            "direct": false,
            "version": "4.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "collect-v8-coverage",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "color-convert",
            "direct": false,
            "version": "1.9.0",
            "ecosystem": "npm"
          },
          {
            "name": "color-convert",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "color-name",
            "direct": false,
            "version": "1.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "color-name",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "combined-stream",
            "direct": false,
            "version": "1.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "commander",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "comment-parser",
            "direct": false,
            "version": "1.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "compare-versions",
            "direct": false,
            "version": "3.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "concat-map",
            "direct": false,
            "version": "0.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "convert-source-map",
            "direct": false,
            "version": "1.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "cosmiconfig",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "create-require",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "cross-spawn",
            "direct": false,
            "version": "7.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "cssom",
            "direct": false,
            "version": "0.3.8",
            "ecosystem": "npm"
          },
          {
            "name": "cssom",
            "direct": false,
            "version": "0.4.4",
            "ecosystem": "npm"
          },
          {
            "name": "cssstyle",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "data-urls",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "2.6.9",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "3.2.7",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "4.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "4.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "4.3.4",
            "ecosystem": "npm"
          },
          {
            "name": "decimal.js",
            "direct": false,
            "version": "10.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "dedent",
            "direct": false,
            "version": "0.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "deep-is",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "deepmerge",
            "direct": false,
            "version": "4.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "define-properties",
            "direct": false,
            "version": "1.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "delayed-stream",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "detect-newline",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "diff",
            "direct": false,
            "version": "4.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "diff-sequences",
            "direct": false,
            "version": "27.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "dir-glob",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "doctrine",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "doctrine",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "domexception",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "electron-to-chromium",
            "direct": false,
            "version": "1.3.904",
            "ecosystem": "npm"
          },
          {
            "name": "emittery",
            "direct": false,
            "version": "0.8.1",
            "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": "enquirer",
            "direct": false,
            "version": "2.3.6",
            "ecosystem": "npm"
          },
          {
            "name": "error-ex",
            "direct": false,
            "version": "1.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "es-abstract",
            "direct": false,
            "version": "1.19.1",
            "ecosystem": "npm"
          },
          {
            "name": "es-to-primitive",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "escalade",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "escape-string-regexp",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "escape-string-regexp",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "escape-string-regexp",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "escodegen",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint",
            "direct": false,
            "version": "8.14.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-config-prettier",
            "direct": false,
            "version": "8.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-import-resolver-node",
            "direct": false,
            "version": "0.3.6",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-module-utils",
            "direct": false,
            "version": "2.7.3",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-plugin-import",
            "direct": false,
            "version": "2.26.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-plugin-jsdoc",
            "direct": false,
            "version": "39.2.9",
            "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": "esprima",
            "direct": false,
            "version": "4.0.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.2",
            "ecosystem": "npm"
          },
          {
            "name": "execa",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "execa",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "exit",
            "direct": false,
            "version": "0.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "expect",
            "direct": false,
            "version": "27.3.1",
            "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": "fastq",
            "direct": false,
            "version": "1.13.0",
            "ecosystem": "npm"
          },
          {
            "name": "fb-watchman",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "figures",
            "direct": false,
            "version": "3.2.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": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "find-up",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "find-versions",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "flat-cache",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "flatted",
            "direct": false,
            "version": "3.2.5",
            "ecosystem": "npm"
          },
          {
            "name": "form-data",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "fs.realpath",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "fsevents",
            "direct": false,
            "version": "2.3.2",
            "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": "gensync",
            "direct": false,
            "version": "1.0.0-beta.2",
            "ecosystem": "npm"
          },
          {
            "name": "get-caller-file",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "get-intrinsic",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "get-own-enumerable-property-symbols",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "get-package-type",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "get-stream",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "get-stream",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "get-symbol-description",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "7.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "7.2.0",
            "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": "globals",
            "direct": false,
            "version": "11.12.0",
            "ecosystem": "npm"
          },
          {
            "name": "globals",
            "direct": false,
            "version": "13.13.0",
            "ecosystem": "npm"
          },
          {
            "name": "globby",
            "direct": false,
            "version": "11.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "graceful-fs",
            "direct": false,
            "version": "4.2.8",
            "ecosystem": "npm"
          },
          {
            "name": "has",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "has-bigints",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "has-flag",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "has-flag",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "has-symbols",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "has-tostringtag",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "html-encoding-sniffer",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "html-escaper",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "http-proxy-agent",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "https-proxy-agent",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "human-signals",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "human-signals",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "husky",
            "direct": false,
            "version": "4.2.5",
            "ecosystem": "npm"
          },
          {
            "name": "iconv-lite",
            "direct": false,
            "version": "0.4.24",
            "ecosystem": "npm"
          },
          {
            "name": "ignore",
            "direct": false,
            "version": "5.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "import-fresh",
            "direct": false,
            "version": "3.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "import-fresh",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "import-local",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "imurmurhash",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "indent-string",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "inflight",
            "direct": false,
            "version": "1.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "inherits",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "internal-slot",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "is-arrayish",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-bigint",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "is-boolean-object",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-callable",
            "direct": false,
            "version": "1.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "is-core-module",
            "direct": false,
            "version": "2.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-core-module",
            "direct": false,
            "version": "2.9.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-date-object",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "is-extglob",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-fullwidth-code-point",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-generator-fn",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-glob",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "is-negative-zero",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-number",
            "direct": false,
            "version": "7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-number-object",
            "direct": false,
            "version": "1.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "is-obj",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-potential-custom-element-name",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-regex",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "is-regexp",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-shared-array-buffer",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-stream",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-string",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "is-symbol",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "is-typedarray",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-weakref",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "isexe",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-coverage",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-instrument",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-instrument",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-report",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-source-maps",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-reports",
            "direct": false,
            "version": "3.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "jest",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-changed-files",
            "direct": false,
            "version": "27.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "jest-circus",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-cli",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-config",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-diff",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-docblock",
            "direct": false,
            "version": "27.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "jest-each",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-environment-jsdom",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-environment-node",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-get-type",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-haste-map",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-jasmine2",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-leak-detector",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-matcher-utils",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-message-util",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-mock",
            "direct": false,
            "version": "27.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "jest-pnp-resolver",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-regex-util",
            "direct": false,
            "version": "27.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "jest-resolve",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-resolve-dependencies",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-runner",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-runtime",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-serializer",
            "direct": false,
            "version": "27.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "jest-snapshot",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-util",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-validate",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-watcher",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-worker",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "js-tokens",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "js-yaml",
            "direct": false,
            "version": "3.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "js-yaml",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "jsdoc-type-pratt-parser",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "jsdom",
            "direct": false,
            "version": "16.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "jsesc",
            "direct": false,
            "version": "2.5.2",
            "ecosystem": "npm"
          },
          {
            "name": "json-parse-better-errors",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "json-schema-traverse",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "json-stable-stringify-without-jsonify",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "kleur",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "leven",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "levn",
            "direct": false,
            "version": "0.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "levn",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "lines-and-columns",
            "direct": false,
            "version": "1.1.6",
            "ecosystem": "npm"
          },
          {
            "name": "lint-staged",
            "direct": false,
            "version": "10.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "listr2",
            "direct": false,
            "version": "2.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "locate-path",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "locate-path",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "lodash",
            "direct": false,
            "version": "4.17.21",
            "ecosystem": "npm"
          },
          {
            "name": "lodash.memoize",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "lodash.merge",
            "direct": false,
            "version": "4.6.2",
            "ecosystem": "npm"
          },
          {
            "name": "log-symbols",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "log-update",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "make-dir",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "make-error",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "make-error",
            "direct": false,
            "version": "1.3.6",
            "ecosystem": "npm"
          },
          {
            "name": "makeerror",
            "direct": false,
            "version": "1.0.12",
            "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.2",
            "ecosystem": "npm"
          },
          {
            "name": "micromatch",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "mime-db",
            "direct": false,
            "version": "1.51.0",
            "ecosystem": "npm"
          },
          {
            "name": "mime-types",
            "direct": false,
            "version": "2.1.34",
            "ecosystem": "npm"
          },
          {
            "name": "mimic-fn",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "ms",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "ms",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "natural-compare",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "node-int64",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "node-modules-regexp",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "node-releases",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "normalize-path",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "npm-run-path",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "nwsapi",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "object-inspect",
            "direct": false,
            "version": "1.12.0",
            "ecosystem": "npm"
          },
          {
            "name": "object-keys",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "object.assign",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "object.values",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "once",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "onetime",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "onetime",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "opencollective-postinstall",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "optionator",
            "direct": false,
            "version": "0.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "optionator",
            "direct": false,
            "version": "0.9.1",
            "ecosystem": "npm"
          },
          {
            "name": "p-limit",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-limit",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-locate",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-locate",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-map",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-try",
            "direct": false,
            "version": "1.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": "parse-json",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "parse5",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-exists",
            "direct": false,
            "version": "3.0.0",
            "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.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "pirates",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "pkg-dir",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "please-upgrade-node",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "prelude-ls",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "prelude-ls",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "prettier",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "pretty-format",
            "direct": false,
            "version": "27.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "prompts",
            "direct": false,
            "version": "2.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "psl",
            "direct": false,
            "version": "1.8.0",
            "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": "react-is",
            "direct": false,
            "version": "17.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "regexpp",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "require-directory",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "resolve",
            "direct": false,
            "version": "1.20.0",
            "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": "resolve.exports",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "restore-cursor",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "reusify",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "rimraf",
            "direct": false,
            "version": "2.6.2",
            "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": "6.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "safe-buffer",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "safer-buffer",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "saxes",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "6.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "7.3.5",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "7.3.7",
            "ecosystem": "npm"
          },
          {
            "name": "semver-compare",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "semver-regex",
            "direct": false,
            "version": "2.0.0",
            "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": "side-channel",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "signal-exit",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "signal-exit",
            "direct": false,
            "version": "3.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "sisteransi",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "slash",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "slice-ansi",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "slice-ansi",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "source-map",
            "direct": false,
            "version": "0.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "source-map",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "source-map",
            "direct": false,
            "version": "0.7.3",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-support",
            "direct": false,
            "version": "0.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "spdx-exceptions",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "spdx-expression-parse",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "spdx-license-ids",
            "direct": false,
            "version": "3.0.11",
            "ecosystem": "npm"
          },
          {
            "name": "sprintf-js",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "stack-utils",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "string-argv",
            "direct": false,
            "version": "0.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "string-length",
            "direct": false,
            "version": "4.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "string-width",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "string.prototype.trimend",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "string.prototype.trimstart",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "stringify-object",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-ansi",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-ansi",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "strip-final-newline",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-json-comments",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "supports-color",
            "direct": false,
            "version": "5.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "supports-color",
            "direct": false,
            "version": "7.1.0",
            "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-hyperlinks",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "supports-preserve-symlinks-flag",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "symbol-tree",
            "direct": false,
            "version": "3.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "terminal-link",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "test-exclude",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "text-table",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "throat",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "through",
            "direct": false,
            "version": "2.3.8",
            "ecosystem": "npm"
          },
          {
            "name": "tmpl",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "to-fast-properties",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "to-regex-range",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "tough-cookie",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "tr46",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "ts-jest",
            "direct": false,
            "version": "27.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "ts-node",
            "direct": false,
            "version": "10.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "tsconfig-paths",
            "direct": false,
            "version": "3.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "tslib",
            "direct": false,
            "version": "1.13.0",
            "ecosystem": "npm"
          },
          {
            "name": "tslib",
            "direct": false,
            "version": "1.8.1",
            "ecosystem": "npm"
          },
          {
            "name": "tsutils",
            "direct": false,
            "version": "3.21.0",
            "ecosystem": "npm"
          },
          {
            "name": "type-check",
            "direct": false,
            "version": "0.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "type-check",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "type-detect",
            "direct": false,
            "version": "4.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "type-fest",
            "direct": false,
            "version": "0.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "type-fest",
            "direct": false,
            "version": "0.20.2",
            "ecosystem": "npm"
          },
          {
            "name": "type-fest",
            "direct": false,
            "version": "0.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "typedarray-to-buffer",
            "direct": false,
            "version": "3.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "4.5.2",
            "ecosystem": "npm"
          },
          {
            "name": "unbox-primitive",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "universalify",
            "direct": false,
            "version": "0.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "uri-js",
            "direct": false,
            "version": "4.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "v8-compile-cache",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "v8-compile-cache-lib",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "v8-to-istanbul",
            "direct": false,
            "version": "8.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "w3c-hr-time",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "w3c-xmlserializer",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "walker",
            "direct": false,
            "version": "1.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "webidl-conversions",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "webidl-conversions",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "whatwg-encoding",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "whatwg-mimetype",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "whatwg-url",
            "direct": false,
            "version": "8.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "which",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "which-boxed-primitive",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "which-pm-runs",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "word-wrap",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "wrap-ansi",
            "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": "write-file-atomic",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "ws",
            "direct": false,
            "version": "7.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "xml-name-validator",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "xmlchars",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "y18n",
            "direct": false,
            "version": "5.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "yallist",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "yaml",
            "direct": false,
            "version": "1.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "yargs",
            "direct": false,
            "version": "16.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "yargs-parser",
            "direct": false,
            "version": "20.2.9",
            "ecosystem": "npm"
          },
          {
            "name": "yn",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 552,
        "direct_count": 6,
        "indirect_count": 546
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 23,
        "merged_prs": 70,
        "open_issues": 90,
        "closed_ratio": 0.471,
        "closed_issues": 80,
        "closed_unmerged_prs": 25
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "jonaskello",
          "commits": 239,
          "avatar_url": "https://avatars.githubusercontent.com/u/664076?v=4"
        },
        {
          "type": "User",
          "login": "aleclarson",
          "commits": 4,
          "avatar_url": "https://avatars.githubusercontent.com/u/1925840?v=4"
        },
        {
          "type": "User",
          "login": "F3n67u",
          "commits": 4,
          "avatar_url": "https://avatars.githubusercontent.com/u/12343178?v=4"
        },
        {
          "type": "User",
          "login": "XhmikosR",
          "commits": 4,
          "avatar_url": "https://avatars.githubusercontent.com/u/349621?v=4"
        },
        {
          "type": "User",
          "login": "Jontem",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/4803402?v=4"
        },
        {
          "type": "User",
          "login": "OliverJAsh",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/921609?v=4"
        },
        {
          "type": "User",
          "login": "Nayni",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/7812833?v=4"
        },
        {
          "type": "User",
          "login": "mprinc",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/996001?v=4"
        },
        {
          "type": "User",
          "login": "JakobJingleheimer",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/3012099?v=4"
        },
        {
          "type": "User",
          "login": "nwalters512",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/1476544?v=4"
        }
      ],
      "contributors_sampled": 47,
      "top_contributor_share": 0.794
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [
        ".eslintrc.json"
      ],
      "has_editorconfig": false,
      "has_linter_config": true,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "yarn.lock"
      ],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 10,
            "reason": "no binaries found in the repo",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": null,
            "reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 1,
            "reason": "3 out of 16 merged PRs checked by a CI test -- score normalized to 1",
            "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": 5,
            "reason": "Found 16/30 approved changesets -- score normalized to 5",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 3,
            "reason": "project has 1 contributing companies or organizations -- score normalized to 3",
            "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": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 0,
            "reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
            "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": "38 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "3e95f102973842e670ad5d30e6beb0dd9992e416",
        "ran_at": "2026-07-22T22:47:04Z",
        "aggregate_score": 2.9,
        "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-02-23T07:34:52Z",
      "oldest_open_prs": [
        {
          "number": 78,
          "created_at": "2019-03-21T22:21:51Z",
          "last_comment_at": "2019-06-14T18:04:50Z",
          "last_comment_author": "francescorivola"
        },
        {
          "number": 112,
          "created_at": "2020-03-19T10:50:55Z",
          "last_comment_at": "2023-03-10T22:35:42Z",
          "last_comment_author": "effervescentia"
        },
        {
          "number": 124,
          "created_at": "2020-05-20T02:12:32Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 141,
          "created_at": "2020-09-16T14:28:46Z",
          "last_comment_at": "2024-02-23T11:00:45Z",
          "last_comment_author": "jonaskello"
        },
        {
          "number": 167,
          "created_at": "2021-07-26T12:58:26Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 177,
          "created_at": "2021-09-15T04:45:51Z",
          "last_comment_at": "2021-09-30T05:29:18Z",
          "last_comment_author": "jonaskello"
        },
        {
          "number": 203,
          "created_at": "2022-03-26T15:13:35Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 214,
          "created_at": "2022-05-16T04:25:15Z",
          "last_comment_at": "2023-01-24T12:23:29Z",
          "last_comment_author": "n123456789k"
        },
        {
          "number": 220,
          "created_at": "2022-08-09T01:14:21Z",
          "last_comment_at": "2022-08-09T03:34:52Z",
          "last_comment_author": "aleclarson"
        },
        {
          "number": 227,
          "created_at": "2022-12-08T05:01:22Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 228,
          "created_at": "2022-12-08T05:05:42Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 229,
          "created_at": "2022-12-08T14:27:36Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 230,
          "created_at": "2022-12-08T15:15:08Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 247,
          "created_at": "2023-04-04T18:16:05Z",
          "last_comment_at": "2024-04-26T16:32:25Z",
          "last_comment_author": "effervescentia"
        },
        {
          "number": 251,
          "created_at": "2023-07-05T19:09:13Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 264,
          "created_at": "2023-12-19T20:58:08Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 269,
          "created_at": "2024-06-15T11:59:51Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 272,
          "created_at": "2024-07-31T21:47:13Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 273,
          "created_at": "2024-09-24T23:23:11Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 281,
          "created_at": "2025-07-07T08:59:12Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2026-02-23T07:34:11Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 13,
          "created_at": "2017-10-05T19:31:26Z",
          "last_comment_at": "2017-10-07T12:53:47Z",
          "last_comment_author": "jonaskello"
        },
        {
          "number": 15,
          "created_at": "2017-10-31T17:13:43Z",
          "last_comment_at": "2019-03-21T22:19:47Z",
          "last_comment_author": "Athorcis"
        },
        {
          "number": 26,
          "created_at": "2018-01-03T13:06:08Z",
          "last_comment_at": "2018-08-07T06:35:28Z",
          "last_comment_author": "IlyaSemenov"
        },
        {
          "number": 52,
          "created_at": "2018-07-08T22:22:41Z",
          "last_comment_at": "2018-07-14T08:37:17Z",
          "last_comment_author": "JakobJingleheimer"
        },
        {
          "number": 55,
          "created_at": "2018-07-16T13:01:50Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 57,
          "created_at": "2018-07-25T18:45:48Z",
          "last_comment_at": "2018-07-25T18:47:41Z",
          "last_comment_author": "gynet"
        },
        {
          "number": 59,
          "created_at": "2018-07-31T09:10:09Z",
          "last_comment_at": "2022-07-23T17:55:51Z",
          "last_comment_author": "cadesalaberry"
        },
        {
          "number": 61,
          "created_at": "2018-10-23T15:34:19Z",
          "last_comment_at": "2024-05-13T12:38:33Z",
          "last_comment_author": "JanYork"
        },
        {
          "number": 66,
          "created_at": "2018-11-22T23:25:19Z",
          "last_comment_at": "2019-10-28T11:56:47Z",
          "last_comment_author": "wclr"
        },
        {
          "number": 67,
          "created_at": "2018-11-27T08:24:29Z",
          "last_comment_at": "2018-12-10T11:00:30Z",
          "last_comment_author": null
        },
        {
          "number": 68,
          "created_at": "2018-12-04T08:16:27Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 69,
          "created_at": "2018-12-17T08:25:09Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 70,
          "created_at": "2019-01-11T10:48:16Z",
          "last_comment_at": "2019-01-11T13:06:03Z",
          "last_comment_author": "sandervspl"
        },
        {
          "number": 72,
          "created_at": "2019-01-22T12:27:11Z",
          "last_comment_at": "2023-04-28T20:27:19Z",
          "last_comment_author": "blake-epistemix"
        },
        {
          "number": 75,
          "created_at": "2019-01-30T12:52:29Z",
          "last_comment_at": "2020-04-03T06:49:23Z",
          "last_comment_author": "ejhayes"
        },
        {
          "number": 76,
          "created_at": "2019-02-04T19:56:43Z",
          "last_comment_at": "2021-01-01T13:23:22Z",
          "last_comment_author": "belgattitude"
        },
        {
          "number": 77,
          "created_at": "2019-03-20T00:12:34Z",
          "last_comment_at": "2021-05-29T19:06:53Z",
          "last_comment_author": "mmesar"
        },
        {
          "number": 80,
          "created_at": "2019-04-05T08:23:43Z",
          "last_comment_at": "2022-03-27T18:13:21Z",
          "last_comment_author": "nabi-ebrahimi"
        },
        {
          "number": 81,
          "created_at": "2019-04-06T10:46:24Z",
          "last_comment_at": "2019-04-08T11:17:18Z",
          "last_comment_author": "azarus"
        },
        {
          "number": 83,
          "created_at": "2019-04-10T17:50:07Z",
          "last_comment_at": "2019-12-12T16:38:51Z",
          "last_comment_author": "ddurschlag"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/jonaskello/tsconfig-paths",
    "host": "github.com",
    "name": "tsconfig-paths",
    "owner": "jonaskello"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "at_risk",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 48,
      "inputs": {
        "security": 43,
        "vitality": 27,
        "community": 63,
        "governance": 48,
        "engineering": 64
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "critical",
        "name": "Vitality",
        "value": 27,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "critical",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 19,
            "inputs": {
              "commits_last_year": 7,
              "human_commit_share": 1,
              "days_since_last_push": 149,
              "active_weeks_last_year": 1
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 149 days ago",
                "points": 9.9,
                "status": "partial",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 149
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "1/52 weeks with commits",
                "points": 0.7,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 1
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "7 commits in the last year",
                "points": 8.1,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 7
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "at_risk",
            "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": 40,
            "inputs": {
              "releases_count": 55,
              "latest_release_tag": "v3.15.0",
              "releases_from_tags": true,
              "days_since_latest_release": 951,
              "mean_days_between_releases": 72.3
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "55 version tags (no GitHub releases)",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "version_tags_no_releases",
                    "params": {
                      "count": 55
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 951 days ago",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 951
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~72.3 days",
                "points": 19.8,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 72.3
                    }
                  }
                ],
                "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": "excellent",
            "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": 149,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 149 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 149
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 63,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "good",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 74,
            "inputs": {
              "forks": 107,
              "stars": 1903,
              "watchers": 7,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "1,903 stars",
                "points": 53.2,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 1903
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "107 forks",
                "points": 16.9,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 107
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "7 watchers",
                "points": 4.3,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 7
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "moderate",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "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": "recognized license (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "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": 0,
                "status": "missed",
                "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
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "at_risk",
        "name": "Sustainability & Governance",
        "value": 48,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 30,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 47,
              "top_contributor_share": 0.794
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "1 contributor(s) cover half of all commits",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 79% of commits",
                "points": 4.6,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 79
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "47 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 47
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 1 contributing companies or organizations -- score normalized to 3",
                "points": 3,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "moderate",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 58,
            "inputs": {
              "merged_prs": 70,
              "open_issues": 90,
              "closed_issues": 80,
              "issue_closed_ratio": 0.471,
              "closed_unmerged_prs": 25
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "47% of issues closed",
                "points": 22,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 47
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "70/95 decided PRs merged",
                "points": 28.2,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 70,
                      "decided": 95
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 16/30 approved changesets -- score normalized to 5",
                "points": 7.5,
                "status": "partial",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 58,
            "inputs": {
              "followers": 40,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "jonaskello",
              "public_repos": 141,
              "account_age_days": 5612
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "40 followers of jonaskello",
                "points": 11.6,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 40,
                      "login": "jonaskello"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "141 public repos, account ~15 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 141
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 15
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "moderate",
        "name": "Engineering Quality",
        "value": 64,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "moderate",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 66,
            "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",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".eslintrc.json"
                    }
                  }
                ],
                "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": "3 out of 16 merged PRs checked by a CI test -- score normalized to 1",
                "points": 2,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "topics": [
                "tsconfig-paths",
                "typescript",
                "tsconfig"
              ],
              "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": "3 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "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": 43,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "critical",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "branch_protection",
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 29,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 15,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 3,
              "scorecard_aggregate": 2.9
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "3 out of 16 merged PRs checked by a CI test -- score normalized to 1",
                "points": 0.2,
                "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 16/30 approved changesets -- score normalized to 5",
                "points": 3.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 1 contributing companies or organizations -- score normalized to 3",
                "points": 0.8,
                "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 detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "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": "38 existing vulnerabilities detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "excellent",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:tsconfig-paths@4.2.0 runtime dependency closure — what installing the published package pulls in — 3 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:tsconfig-paths@4.2.0",
                  "assessed": 3
                }
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 0,
              "affected_packages": 0,
              "assessed_packages": 3,
              "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": "excellent",
            "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": 3,
              "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": "excellent",
            "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.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 1,
              "assessed_self_published_locations": 14
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "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": "moderate",
        "name": "AI Readiness",
        "value": 50,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 26,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.49,
              "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": "49 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 26.1,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 49,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "moderate",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 54,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "yarn.lock"
              ],
              "has_dockerfile": false,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": true,
              "typecheck_configs": [
                "example/api/tsconfig.json",
                "example/node/tsconfig.json",
                "example/perf/tsconfig.json",
                "example/project/tsconfig.json",
                "tsconfig.json"
              ],
              "agent_commit_share": 0,
              "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",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".eslintrc.json"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "example/api/tsconfig.json, example/node/tsconfig.json, example/perf/tsconfig.json, example/project/tsconfig.json, tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "example/api/tsconfig.json, example/node/tsconfig.json, example/perf/tsconfig.json, example/project/tsconfig.json, 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": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "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": 100,
            "inputs": {
              "primary_language": "TypeScript",
              "largest_source_bytes": 12331,
              "source_files_sampled": 29,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "TypeScript (statically typed)",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "TypeScript"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/29 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 29,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "at_risk",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "example_dirs": [
                "example"
              ],
              "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": "example",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "example"
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "npm package 'tsconfig-paths' points at a different repository (https://github.com/dividab/tsconfig-paths); excluded from ecosystem scoring"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-22T22:47:26.924657Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jonaskello/tsconfig-paths.svg",
  "full_name": "jonaskello/tsconfig-paths",
  "license_state": "standard",
  "license_spdx": "MIT"
}

评分是信号,而非担保。 评分反映的是 GitHub 上公开可见的实践——不是代码审计,也不是安全保证。

缺失数据将被剔除并重新归一化权重,绝不按零分计。方法论已版本化并公开:指标 v1.13.0、模式 v0.27.0—— 完整方法论 · 指标知识库.

单项结果在整体记录中的位置: 汇总统计npm.