JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 465,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 7562,
"TypeScript": 2408
},
"pushed_at": "2026-07-20T07:41:14Z",
"created_at": "2022-01-30T14:51:44Z",
"owner_type": "User",
"updated_at": "2026-07-20T07:41:31Z",
"description": "My eslint config preset",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "DevilTea",
"type": "User",
"login": "DevilTea",
"company": null,
"location": "Taiwan, Taipei",
"followers": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/16652879?v=4",
"created_at": "2016-01-11T17:53:23Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 3848
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v9.0.0",
"kind": "major",
"published_at": "2026-07-20T07:41:23Z"
},
{
"tag": "v8.0.2",
"kind": "patch",
"published_at": "2026-07-07T13:25:03Z"
},
{
"tag": "v8.0.1",
"kind": "patch",
"published_at": "2026-07-07T13:18:58Z"
},
{
"tag": "v6.0.1",
"kind": "patch",
"published_at": "2025-11-24T12:16:06Z"
}
],
"recent_commits": [
{
"oid": "c020dce80fe7cdf5489c96792fd7ff1f588d5df8",
"body": null,
"is_bot": true,
"headline": "chore: release v9.0.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-20T07:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c714d7c9fec577d93827140520558235b3b9df7",
"body": "Complete npm metadata and document the supported runtime matrix, opinionated defaults, customization behavior, editor setup, and breaking-change policy.",
"is_bot": false,
"headline": "docs: define the public package contract (#5)",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-20T07:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c5dae390b6bbe3ab5c21274441cb4ff5df2b54f",
"body": "Pin the upstream config exactly, run full validation before releases, serialize release jobs, and use GitHub-native generated notes for verified tags without adding release-only npm dependencies.",
"is_bot": false,
"headline": "ci: make dependency resolution and releases reproducible (#4)",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-20T06:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ebd682fab576a7b68fed3c9a3d952950376b8f8",
"body": "Validate the published tarball in isolated consumers, declare the effective ESLint 10.4+ peer contract, and test minimum/latest supported ESLint versions in CI.",
"is_bot": false,
"headline": "test: validate packed consumers across ESLint versions (#3)",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-20T06:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "981f8685b677f70a60e98b9f36bec6f940f0bb26",
"body": "Preserve nested JavaScript, TypeScript, and Vue options while layering project defaults. Add Node.js tests and CI coverage for the wrapper contract.",
"is_bot": false,
"headline": "fix: preserve nested config options and add tests (#2)",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-20T06:30:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cef1e8162a38238dd80f4d5b4541eb8366e732bd",
"body": null,
"is_bot": true,
"headline": "chore: release v8.0.2",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-07T13:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3771758122bd5d0cc0a0f01d8ea35bf17fa3d5b6",
"body": "An earlier dev-tooling upgrade moved it to devDependencies with\npnpm add -D; the published 8.0.0/8.0.1 therefore fail at import time\nin consumers (ERR_MODULE_NOT_FOUND). dist/index.mjs imports it at\nruntime — it belongs in dependencies, as it was in v7.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: declare @antfu/eslint-config as a runtime dependency",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-07T13:24:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b6ea7b96eb4df83439724761d0f3f67a28c23b6f",
"body": null,
"is_bot": true,
"headline": "chore: release v8.0.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-07T13:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be9cc2a591cfeeb370a01ae8aee2da4a59dc23b5",
"body": "The v8.0.0 publish was rejected with E422: provenance validates\nrepository.url against the GitHub repo and the field was missing.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add repository field (required by npm provenance verification)",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-07T13:18:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "95773b8f6720a0bd74a8be4c4ece8a64dabdbe5e",
"body": null,
"is_bot": true,
"headline": "chore: release v8.0.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-07T13:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad85ffc6121dc197eb77f7f18f9649a6c113ec2b",
"body": "Single canonical release.yml across managed repos (template:\nDevilTea/hub templates/workflows/release.yml):\n\n- workflow_dispatch with bump_type input is the only trigger\n- validate step runs the repo's build/publint/typecheck/test before bump\n- bumpp (pnpm exec, lockfile-pinned) bumps + pushes commit and v* tag\n- npm publish via trusted publishing (OIDC id-token) — no NPM_TOKEN\n- changelogithub generates GitHub release notes\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: unify release workflow (dispatch + validate + trusted publishing)",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-07T10:39:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f56d69583e2625d2d97dac11fecf12274d9ea8e6",
"body": "- @antfu/eslint-config 7.7.3 -> 9.1.0: v8/v9 breaking changes are\n React-plugin only; this Vue-oriented wrapper is unaffected. All\n custom overrides verified present in the v9 effective config\n (eslint --print-config). eslint peer range unchanged.\n- tsdown 0.22 bundles dependency dts by default a\n[…]\nports\n- typescript stays 5.9.x: @typescript-eslint 8.x peer requires <6.0.0\n- marked ! : consumers get antfu v9 rule changes -> publish as major\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps)!: @antfu/eslint-config 9, tsdown 0.22, bumpp 11",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-07T04:34:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8b4615ba0662bcec882badfe65ccf77687983213",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add agent rules (AGENTS.md + CLAUDE.md pointer)",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-06T15:12:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "09d9d0c30e621e702e592ae0a68567a5b0fb4041",
"body": "- pnpm audit --audit-level=moderate now exits clean\n- validated via repo scripts (lint / typecheck / build / test where present)\n- set shellEmulator: true (pnpm >=10.34 writes it back on install)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): upgrade dependencies to clear pnpm audit (9 -> 0)",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-06T05:11:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ae7523d4b2e62a0e4e60d4e14c9b0de9b9934168",
"body": "- engines.node >=24 (root and workspace packages)\n- CI single-version jobs use node-version 24; test matrices use [22, 24]\n- pin actions by commit SHA: checkout v7.0.0, setup-node v6.4.0,\n pnpm/action-setup v6.0.9, configure-pages v6.0.0,\n upload-pages-artifact v5.0.0, deploy-pages v5.0.0\n\nBaseline: DevilTea/hub templates/pnpm-security.md\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: unify Node 24 toolchain and SHA-pin GitHub Actions",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-06T04:47:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2e4b133fcc170ccdfc8c2475c37aabc81a0fe23b",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add shellEmulator to satisfy pnpm/yaml-enforce-settings lint rule",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-06T04:38:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "153b05484369e2d8c9abb6ad09679f69ba0a9459",
"body": "- pin packageManager to pnpm@10.34.4\n- add pnpm-workspace.yaml supply-chain settings (minimumReleaseAge,\n trustPolicy, blockExoticSubdeps, strictDepBuilds)\n- add scheduled pnpm audit workflow (security-audit.yml)\n\nBaseline: DevilTea/hub templates/pnpm-security.md\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: apply pnpm supply-chain security baseline",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-07-06T04:21:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "832caaf72959cb488808ba2d320f1a9339194452",
"body": null,
"is_bot": false,
"headline": "chore: release v7.0.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-02-25T16:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c047224a25c9b80b63807bbde0a0fa991ffd12",
"body": "…tool to `tsdown`, and integrate `publint`.",
"is_bot": false,
"headline": "chore: Update module extensions to `.mjs` and `.d.mts`, switch build …",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-02-25T16:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61d96a65854f90e69bc67bcb212c5b14e2993b89",
"body": "…y configure `antfu`.",
"is_bot": false,
"headline": "feat: Upgrade dependencies and refactor `deviltea` factory to directl…",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2026-02-25T16:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cc1487ae3347110078841eb452d23987118a456",
"body": null,
"is_bot": true,
"headline": "chore: release v6.0.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-24T12:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "685f81e37235a6b3322570bae2f9531769d8a7bf",
"body": null,
"is_bot": false,
"headline": "chore: add CI and release workflows for automated linting and versioning",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-11-24T12:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df8b6e7a9b8a601389ab2e669ccf229e972e7ab1",
"body": null,
"is_bot": false,
"headline": "chore: release v6.0.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-11-19T16:05:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12de335094f619118c6fe9fa1c978140c6e3b22a",
"body": null,
"is_bot": false,
"headline": "chore: release v5.0.1",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-11-19T16:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "999f411768441045579c00c09470c23a89eef390",
"body": "…ning",
"is_bot": false,
"headline": "fix: adjust newline-per-chained-call rule and disable consistent-chai…",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-11-19T16:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "240fe7130f1538ea184be4e6ae8acef3776628ae",
"body": "…dependencies\n\nUpgrade @antfu/eslint-config to 6.2.0 and update dependencies",
"is_bot": false,
"headline": "Merge pull request #1 from DevilTea/copilot/update-eslint-config-and-…",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-11-19T15:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7df9f1ec05c2157d8dbfc2faef27df6ed10017f",
"body": "Co-authored-by: DevilTea <16652879+DevilTea@users.noreply.github.com>",
"is_bot": true,
"headline": "Upgrade @antfu/eslint-config to 6.2.0 and update dependencies",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-11-19T15:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7156c4d9ef6e6276ed49ace751b5a1f75da2bc49",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-11-19T15:09:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b7d58c1d3ece2760adcbd7836440c86953084fe",
"body": null,
"is_bot": false,
"headline": "chore: release v5.0.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-08-09T03:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "118721620adfc5c624c25d77712857e03884bb83",
"body": null,
"is_bot": false,
"headline": "chore: update vscode settings.json",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-08-09T03:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3078c32bdfbe951846af5e12c7417015e63bced5",
"body": null,
"is_bot": false,
"headline": "chore: remove eslint complexity rule comment",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-08-09T03:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55e13246b547df6e0354295e0a2258155965e07",
"body": null,
"is_bot": false,
"headline": "feat!: update deps and drop cjs",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-08-09T03:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af53bb8342b8a8fbab682514f97c1310dbe01021",
"body": null,
"is_bot": false,
"headline": "chore: release v4.0.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-01-06T03:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbfdef11d83c2504aa985575ebf859c6ced3751",
"body": null,
"is_bot": false,
"headline": "feat: update",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2025-01-06T03:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "668e4181861d06a996a87003b66e4ac42c135201",
"body": null,
"is_bot": false,
"headline": "chore: release v3.4.1",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-07-19T07:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c603c181805472f93c1fcd1fef54b78168149c62",
"body": null,
"is_bot": false,
"headline": "chore: update release script",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-07-19T07:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "566c6533a9acf19e730240bc0b275e782306b55c",
"body": null,
"is_bot": false,
"headline": "chore: release v3.4.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-07-19T06:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c934a50017ccc7a973c37d412b6b441539f32bb1",
"body": null,
"is_bot": false,
"headline": "style: lint files",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-07-19T06:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9cb00fcb60a6f87cc88522d85a110e0fe61cf33",
"body": null,
"is_bot": false,
"headline": "docs: update README.md",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-07-19T06:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77695ade9c88b674572b624854747d6ed2282de5",
"body": null,
"is_bot": false,
"headline": "chore: update vscode settings",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-07-19T06:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7378bd82266aebea3b9333ccb0b29df39daf3094",
"body": null,
"is_bot": false,
"headline": "feat: update deps",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-07-19T06:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fce9f893bf16f3de9359e7a183aa6e6a3cf8079a",
"body": null,
"is_bot": false,
"headline": "chore: release v3.3.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-06-29T07:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30dc3a964418ae1cf5b04d06219dfc81f206539b",
"body": null,
"is_bot": false,
"headline": "feat: update",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-06-29T07:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1434209e13cfbf59ae61f03beb3d3943c1722be",
"body": null,
"is_bot": false,
"headline": "chore: release v3.2.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-04-15T01:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1250d218905579f73234b88d6543df77552cdd74",
"body": null,
"is_bot": false,
"headline": "feat: update deps and docs",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-04-15T01:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63e3a5cb49816e79b0605f663f6f7e224ca6c6d7",
"body": null,
"is_bot": false,
"headline": "chore: release v3.1.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-02-26T03:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7787a38f3d751bd3670120059f51a9206e2a4bfa",
"body": null,
"is_bot": false,
"headline": "feat: upgrade deps",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2024-02-26T03:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6cd7fe8b8feb13b8803091bafea9e8863923dc1",
"body": null,
"is_bot": false,
"headline": "chore: release v3.0.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-12-04T01:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37e9d85afaef6d4f02d078c46d7f4a6d3e099c6f",
"body": null,
"is_bot": false,
"headline": "feat!: update versions",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-12-04T01:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff5b0d113b75dccdd7c84177455297c302efbd3",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.7",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-11-06T05:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b80dc4b2b93cf3b10f9bc910c384486c02835c42",
"body": null,
"is_bot": false,
"headline": "feat: update deps",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-11-06T05:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3827571d96feb61045d7b1b1caa7863fb92e1fb9",
"body": null,
"is_bot": false,
"headline": "feat: update \"vue/v-on-event-hyphenation\"",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-11-06T05:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba96997db24475bc695ede8b6d8db8af3aff8527",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.6",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-27T03:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8edfaf68ed7ba8bd6c6a1ad2a09a9c2df0ea8a2",
"body": null,
"is_bot": false,
"headline": "fix: lock file",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-27T03:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed257690d282c72285aef45ffe6ca4583b21447f",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.5",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-27T03:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd3c0d6d8bc48da35778ebbc0a7c32ebb1a8c9ca",
"body": null,
"is_bot": false,
"headline": "feat: update deps",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-27T03:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9aa3db67e5991aedee16e8bc4f2f0582482bab0",
"body": null,
"is_bot": false,
"headline": "feat: remove style/max-len",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-27T03:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c016a4b327dc2da8a6cbdec4b5ee91856590369a",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.4",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-23T00:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "368dba471baf307b13620e9574cf601f068cd2e9",
"body": null,
"is_bot": false,
"headline": "feat: remove rule \"no-magic-numbers\"",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-23T00:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f9147a463c2ab5af8f3c1515df55f5018e9221",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.3",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-20T04:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ed09eae17db07b8d1bd5145bc74331a422d8916",
"body": null,
"is_bot": false,
"headline": "feat: add \"vue/component-name-in-template-casing\"",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-20T04:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a12da8ae3da0ac524f26db8284702f9f82f46e2b",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.2",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-20T01:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25867a9aaf2da5915fe20206386e72b1b540b3b8",
"body": null,
"is_bot": false,
"headline": "fix: package.json missing fields",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-20T01:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c35e0849a7a454f3c2767decf05b7d7ab833f91",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.1",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-20T01:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5d048e217731881afd357e5168a5a7550cee159",
"body": null,
"is_bot": false,
"headline": "fix: add missing package.json \"files\" field",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-20T01:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3e052e8b19b6d77a170d026c88d389ce207f2ca",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-20T01:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ed55d97579a168f2515c71ca647fbb679532f6",
"body": null,
"is_bot": false,
"headline": "style: change newlines",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-20T01:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "963867861c8ca6cea4fe12ea18cc8d206305f656",
"body": null,
"is_bot": false,
"headline": "chore: add .node-version file",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-20T01:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe15d7e8cfd5fb3015193e9baf51aa2bc56fed7",
"body": null,
"is_bot": false,
"headline": "feat: update rules",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-19T16:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a41c75958bee855002727840dfe20b5094aea2d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feat/flat-config'",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-19T15:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7774cb85f4bbae8476bc20ab68e9149f89b7009d",
"body": null,
"is_bot": false,
"headline": "feat!: switch to flat config",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-10-19T15:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f20487e9c3f30cef798cfac9502a4bf1e55568c",
"body": null,
"is_bot": false,
"headline": "chore: release v1.1.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-08-31T15:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a336d913d680273866ab5c60ec3735a43415acc3",
"body": null,
"is_bot": false,
"headline": "feat: update versions",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-08-31T15:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "467c04f1cef007ca8302fd56853276abb0e10c90",
"body": null,
"is_bot": false,
"headline": "chore: release v1.0.5",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-04-06T16:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0113d6b6a9444d3e3fd575ae890307a994d04d9",
"body": null,
"is_bot": false,
"headline": "feat: update deps",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-04-06T16:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fbcd25222c05f501ffd028e3283b9a15caac644",
"body": null,
"is_bot": false,
"headline": "chore: release v1.0.4",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-02-02T07:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8dbe9a9cf9c8526c4c24742ee95f56d65c43a2",
"body": null,
"is_bot": false,
"headline": "feat: update deps",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2023-02-02T07:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a7ad70f212783936c31cf75eff02f4d5a3af20d",
"body": null,
"is_bot": false,
"headline": "chore: release v1.0.3",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-10-30T15:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa11a8375d7f373e4c9facdd29efbac41123b0ec",
"body": null,
"is_bot": false,
"headline": "feat: update rules",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-10-30T15:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e59de083352a6844d5c04237f5064bf43e4361f",
"body": null,
"is_bot": false,
"headline": "chore: release v1.0.2",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-10-16T14:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1653a3eb0b975d1392da90a140166b05c5bf59df",
"body": null,
"is_bot": false,
"headline": "feat: update rules",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-10-16T14:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b740f3ff55977867e70c5a781634c0fe276849df",
"body": null,
"is_bot": false,
"headline": "chore: release v1.0.1",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-10-16T09:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "809a9c422fe9c56f6160c69db64ad5d51a19b152",
"body": null,
"is_bot": false,
"headline": "chore: fix npm scripts",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-10-16T09:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75136eec3b70ab3ad6bb9e9840fa6e1025d90b33",
"body": null,
"is_bot": false,
"headline": "feat: update rules",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-10-16T09:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0a2d107a53a8612a5f675e56baf8deecb1b6016",
"body": null,
"is_bot": false,
"headline": "chore: release v1.0.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-10-06T15:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf591704c95e34cdb978a4aeb9476ef60586f2d",
"body": null,
"is_bot": false,
"headline": "feat: new version",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-10-06T15:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b7b7d624b9ccbbd5d6e86be1ef6a2a07d010f6f",
"body": null,
"is_bot": false,
"headline": "chore: release v2.0.4",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-09-10T08:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b00ec1b48d17ab9fb97e1c59e2273ad4d0d1bff2",
"body": null,
"is_bot": false,
"headline": "chore: switch to bumpp instead of lerna",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-09-10T08:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263b3cec58182edb7b5e1e2229d34143f437757f",
"body": null,
"is_bot": false,
"headline": "v2.0.3",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-04-02T15:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c200bcf80c5d9408b5cefa618eec5b5d03a98df",
"body": null,
"is_bot": false,
"headline": "fix(ts): update naming-convention rule",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-04-02T15:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ed74789b6f30753cd466d52f3e9ee2c2f8ce4ad",
"body": null,
"is_bot": false,
"headline": "fix(base): remove eol rule",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-04-02T15:57:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68520441e2da7cdf161ae291e2079bcef77a64b",
"body": null,
"is_bot": false,
"headline": "style: fix eol",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-04-02T15:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a71834a1db61f8705084c4693a40a28723820211",
"body": null,
"is_bot": false,
"headline": "chore: update dep",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-03-09T01:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00bee9b8583dd32d4e0688b04fe0f7cbbea470c6",
"body": null,
"is_bot": false,
"headline": "v2.0.2",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-03-09T01:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44bfeeb9191974594f16aa10907ba9e409dc0cd",
"body": null,
"is_bot": false,
"headline": "fix(vue-ts): fix extending issue",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-03-09T01:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5afaa49e1ccd1e423224f133299c8dc9f12413e",
"body": null,
"is_bot": false,
"headline": "v2.0.1",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-03-08T15:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73c0e44eb8458f4e389a8ebd5572b17230237b3",
"body": null,
"is_bot": false,
"headline": "refactor(vue-ts): update index.js",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-03-08T15:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb231b5c113b0d9f930ac7306dc17c19e418e74b",
"body": null,
"is_bot": false,
"headline": "style(vue-ts): remove redundant newline",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-03-08T15:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810f3d59eb72043a5174a51e4a562c4f08636189",
"body": null,
"is_bot": false,
"headline": "fix(vue): remove typescript from peerDependencies",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-03-08T15:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86bcd208f136ba04ae9c2d02f6a6e22988b5e5a9",
"body": null,
"is_bot": false,
"headline": "v2.0.0",
"author_name": "DevilTea",
"author_login": "DevilTea",
"committed_at": "2022-03-08T15:17:29Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 32,
"latest_release_at": "2026-07-20T07:41:23Z",
"latest_release_tag": "v9.0.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 6,
"days_since_latest_release": 6,
"mean_days_between_releases": 79.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": "@deviltea/eslint-config",
"exists": true,
"license": "MIT",
"keywords": [
"eslint",
"eslint-config",
"eslintconfig",
"flat-config",
"typescript",
"vue"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@deviltea/eslint-config",
"is_deprecated": false,
"latest_version": "9.0.0",
"repository_url": "https://github.com/DevilTea/eslint-config",
"versions_count": 32,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 13452,
"first_published_at": "2022-01-05T14:44:42.971000Z",
"latest_published_at": "2026-07-20T07:41:21.212000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 3740,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4720
},
"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": 233,
"malicious_count": 0,
"assessed_package": "npm:@deviltea/eslint-config@9.0.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@antfu/eslint-config",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "9.1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@antfu/eslint-config",
"direct": true,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "@antfu/install-pkg",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "@clack/core",
"direct": false,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "@clack/prompts",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "@e18e/eslint-plugin",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@es-joy/jsdoccomment",
"direct": false,
"version": "0.84.0",
"ecosystem": "npm"
},
{
"name": "@es-joy/jsdoccomment",
"direct": false,
"version": "0.88.0",
"ecosystem": "npm"
},
{
"name": "@es-joy/resolve.exports",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-plugin-eslint-comments",
"direct": false,
"version": "4.7.2",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/compat",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.5.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/markdown",
"direct": false,
"version": "8.0.3",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@humanfs/types",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@ota-meshi/ast-token-store",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.127.0",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.138.0",
"ecosystem": "npm"
},
{
"name": "@pkgr/core",
"direct": false,
"version": "0.3.6",
"ecosystem": "npm"
},
{
"name": "@publint/pack",
"direct": false,
"version": "0.1.5",
"ecosystem": "npm"
},
{
"name": "@quansync/fs",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/base62",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@stylistic/eslint-plugin",
"direct": false,
"version": "5.10.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/debug",
"direct": false,
"version": "4.1.13",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/hast",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/jsesc",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/katex",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@types/mdast",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@types/ms",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/rule-tester",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@vitest/eslint-plugin",
"direct": false,
"version": "1.6.21",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-core",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-dom",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-sfc",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-ssr",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/shared",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ansis",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "are-docs-informative",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "args-tokenizer",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "ast-kit",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.41",
"ecosystem": "npm"
},
{
"name": "birpc",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "boolbase",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.4",
"ecosystem": "npm"
},
{
"name": "builtin-modules",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "bumpp",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001800",
"ecosystem": "npm"
},
{
"name": "ccount",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "change-case",
"direct": false,
"version": "5.4.4",
"ecosystem": "npm"
},
{
"name": "character-entities",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "comment-parser",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "comment-parser",
"direct": false,
"version": "1.4.7",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "core-js-compat",
"direct": false,
"version": "3.49.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "cssesc",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decode-named-character-reference",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "defu",
"direct": false,
"version": "6.1.7",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "detect-indent",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "devlop",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "diff-sequences",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "dts-resolver",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.387",
"ecosystem": "npm"
},
{
"name": "empathic",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.24.1",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "eslint-compat-utils",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "eslint-config-flat-gitignore",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-flat-config-utils",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "eslint-json-compat-utils",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "eslint-merge-processors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-antfu",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-command",
"direct": false,
"version": "3.5.2",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-es-x",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-import-lite",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-jsdoc",
"direct": false,
"version": "63.0.11",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-jsonc",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-n",
"direct": false,
"version": "18.2.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-no-only-tests",
"direct": false,
"version": "3.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-perfectionist",
"direct": false,
"version": "5.9.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-pnpm",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-regexp",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-toml",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-unicorn",
"direct": false,
"version": "68.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-unused-imports",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-vue",
"direct": false,
"version": "10.9.2",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-yml",
"direct": false,
"version": "3.5.0",
"ecosystem": "npm"
},
{
"name": "eslint-processor-vue-blocks",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "exsolve",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"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": "fast-string-truncated-width",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "fast-string-width",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fast-wrap-ansi",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "fault",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "find-up-simple",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "format",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.14.0",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "5.0.0-beta.5",
"ecosystem": "npm"
},
{
"name": "github-slugger",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "15.15.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "17.7.0",
"ecosystem": "npm"
},
{
"name": "globrex",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "hookable",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "html-entities",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "import-without-cache",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "is-builtin-module",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "jsdoc-type-pratt-parser",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "jsdoc-type-pratt-parser",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"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": "jsonc-eslint-parser",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "jsonc-parser",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "katex",
"direct": false,
"version": "0.16.47",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "local-pkg",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "longest-streak",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "markdown-table",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "mdast-util-find-and-replace",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mdast-util-from-markdown",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "mdast-util-frontmatter",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-autolink-literal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-strikethrough",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-table",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-task-list-item",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-math",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-phrasing",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-markdown",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "micromark",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-core-commonmark",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "micromark-extension-frontmatter",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-autolink-literal",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-strikethrough",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-table",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-tagfilter",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-task-list-item",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-math",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-factory-destination",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-label",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-space",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-title",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-whitespace",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-character",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-chunked",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-classify-character",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-combine-extensions",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-numeric-character-reference",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-string",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-encode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-html-tag-name",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-normalize-identifier",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-resolve-all",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-sanitize-uri",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-subtokenize",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-util-symbol",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-types",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "mlly",
"direct": false,
"version": "1.8.2",
"ecosystem": "npm"
},
{
"name": "module-replacements",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "mri",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.15",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "natural-orderby",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.50",
"ecosystem": "npm"
},
{
"name": "nth-check",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "object-deep-merge",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "package-manager-detector",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "parse-gitignore",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "parse-imports-exports",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "parse-statements",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pluralize",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "pnpm-workspace-yaml",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.16",
"ecosystem": "npm"
},
{
"name": "postcss-selector-parser",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "publint",
"direct": false,
"version": "0.3.21",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "refa",
"direct": false,
"version": "0.12.1",
"ecosystem": "npm"
},
{
"name": "regexp-ast-analysis",
"direct": false,
"version": "0.7.1",
"ecosystem": "npm"
},
{
"name": "regjsparser",
"direct": false,
"version": "0.13.2",
"ecosystem": "npm"
},
{
"name": "reserved-identifiers",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.0.0-rc.17",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "rolldown-plugin-dts",
"direct": false,
"version": "0.26.0",
"ecosystem": "npm"
},
{
"name": "sade",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "scslre",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"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": "sisteransi",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "spdx-exceptions",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "spdx-expression-parse",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "spdx-license-ids",
"direct": false,
"version": "3.0.23",
"ecosystem": "npm"
},
{
"name": "strip-indent",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "synckit",
"direct": false,
"version": "0.11.13",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "to-valid-identifier",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "toml-eslint-parser",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "tree-kill",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "tsdown",
"direct": false,
"version": "0.22.3",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "ufo",
"direct": false,
"version": "1.6.4",
"ecosystem": "npm"
},
{
"name": "unconfig",
"direct": false,
"version": "7.5.0",
"ecosystem": "npm"
},
{
"name": "unconfig-core",
"direct": false,
"version": "7.5.0",
"ecosystem": "npm"
},
{
"name": "unist-util-is",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "unist-util-remove-position",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-stringify-position",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit-parents",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "unrun",
"direct": false,
"version": "0.2.39",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "vue-eslint-parser",
"direct": false,
"version": "10.4.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "xml-name-validator",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "yaml-eslint-parser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "zwitch",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 373,
"direct_count": 1,
"indirect_count": 372
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "DevilTea",
"commits": 110,
"avatar_url": "https://avatars.githubusercontent.com/u/16652879?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml",
"security-audit.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"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": 0,
"reason": "Found 0/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 10,
"reason": "17 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c020dce80fe7cdf5489c96792fd7ff1f588d5df8",
"ran_at": "2026-07-26T09:01:33Z",
"aggregate_score": 4.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T07:41:14Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T07:05:40Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/DevilTea/eslint-config",
"host": "github.com",
"name": "eslint-config",
"owner": "DevilTea"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 58,
"vitality": 75,
"community": 35,
"governance": 54,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 32,
"human_commit_share": 0.93,
"days_since_last_push": 6,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "32 commits in the last year",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 32
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "17 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v9.0.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 79.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~79.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 79.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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 35,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"packages": [
"@deviltea/eslint-config"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 13452
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "13,452 downloads/month across npm",
"points": 55.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 13452,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 5,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/5 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 5
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 54,
"inputs": {
"followers": 46,
"owner_type": "User",
"is_verified": null,
"owner_login": "DevilTea",
"public_repos": 17,
"account_age_days": 3848
},
"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": "46 followers of DevilTea",
"points": 12,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 46,
"login": "DevilTea"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~10 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@deviltea/eslint-config"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "32 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 32
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.7
},
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "17 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"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:@deviltea/eslint-config@9.0.0 runtime dependency closure — what installing the published package pulls in — 233 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:@deviltea/eslint-config@9.0.0",
"assessed": 233
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 233,
"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": 233,
"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": 0,
"assessed_self_published_locations": 2
},
"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": "good",
"name": "AI Readiness",
"value": 79,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.946,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4720
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"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": "88 of 93 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 88,
"sampled": 93
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.09,
"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": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "9 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 9,
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 3740,
"source_files_sampled": 5,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-26T09:01:41.904215Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/DevilTea/eslint-config.svg",
"full_name": "DevilTea/eslint-config",
"license_state": "standard",
"license_spdx": "MIT"
}