原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"bootstrap",
"dashboard",
"admin-dashboard",
"html",
"html-template",
"colorlib",
"admin",
"admin-dashboard-template",
"admin-dashboard-ui",
"admin-template",
"admin-ui",
"css",
"dashboard-template",
"dashboard-templates",
"admin-panel",
"bootstrap-5",
"bootstrap-5-admin-template",
"bootstrap-5-dashboard",
"bootstrap-5-template",
"bootstrap-admin-panel"
],
"is_fork": false,
"size_kb": 56464,
"has_wiki": true,
"homepage": "https://gentelella.colorlib.com/",
"languages": {
"HTML": 591878,
"SCSS": 210885,
"Shell": 4374,
"JavaScript": 344275
},
"pushed_at": "2026-07-30T12:10:45Z",
"created_at": "2015-05-15T06:57:27Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T12:13:36Z",
"description": "Free Bootstrap 5 Admin Dashboard Template",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "HTML",
"significant_languages": [
"HTML",
"JavaScript",
"SCSS"
]
},
"owner": {
"blog": "https://colorlib.com",
"name": "Colorlib",
"type": "Organization",
"login": "ColorlibHQ",
"company": null,
"location": "Latvia",
"followers": 900,
"avatar_url": "https://avatars.githubusercontent.com/u/39128121?v=4",
"created_at": "2018-05-09T14:12:53Z",
"is_verified": null,
"public_repos": 192,
"account_age_days": 3003
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.0.3",
"kind": "patch",
"published_at": "2026-07-21T15:03:53Z"
},
{
"tag": "v4.0.2",
"kind": "patch",
"published_at": "2026-06-17T12:36:51Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2026-06-11T13:09:28Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2026-05-21T08:24:48Z"
},
{
"tag": "v4.0.0-rc.1",
"kind": "prerelease",
"published_at": "2026-05-02T16:35:40Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2026-04-23T13:21:47Z"
},
{
"tag": "2.1.4",
"kind": "patch",
"published_at": "2026-01-13T11:36:52Z"
},
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2025-09-05T19:18:30Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2025-07-28T18:32:03Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2025-06-20T10:32:13Z"
},
{
"tag": "2.0-beta2",
"kind": "other",
"published_at": "2019-11-20T13:13:33Z"
},
{
"tag": "2.0-beta1",
"kind": "other",
"published_at": "2019-10-24T10:43:34Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2017-01-25T15:52:41Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2016-06-03T15:39:41Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2016-05-19T08:08:55Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2016-04-22T17:40:16Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2016-03-29T10:29:34Z"
}
],
"recent_commits": [
{
"oid": "bd2f2856d75abad2b0b4ca7bc0166ddeb6b015a8",
"body": "Hero shots re-encoded 2880px PNG -> 1440px WebP (~55KB each, was ~380KB)\nand the premium promo grid to 1024px WebP. Total README image payload\ndrops from ~2.8MB to ~450KB so the layout settles instantly on first\nvisit. npm run screenshots now regenerates the WebP variants via cwebp.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Slim README screenshots to downscaled WebP for fast cold-cache loads",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-07-30T12:10:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f82eecb9bbc58566e1836ae3ff230df20cbff868",
"body": "Resolves the last open Dependabot alert (#86) — body-parser < 2.3.0 DoS\nwhen an invalid limit silently disables size enforcement. express 5.2.1\nallows body-parser ^2.2.1 but the lockfile had pinned 2.2.2; pull it\nforward to the patched 2.3.0. npm audit now reports 0 vulnerabilities in\nthe example.\n\n\n[…]\ne3: ^11.3.0 → ^13.0.1 (leaner tree; drops prebuild-install)\n- cors: ^2.8.5 → ^2.8.6\n- express: ^5.0.0 → ^5.2.1\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix body-parser DoS in express-sqlite example; refresh its deps",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-07-21T15:08:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "001008ebc266c5a13c6db3741bac52633f70871b",
"body": "Identify the high-severity item cleared by the 4.0.3 lockfile refresh as\nDependabot alert #85 — a DoS via exponential-time expansion of\nconsecutive non-expanding {} groups in brace-expansion < 5.0.7, fixed by\nthe 5.0.6 → 5.0.7 bump. Documentation only; no dependency or code change.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Sharpen 4.0.3 changelog: name the brace-expansion advisory",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-07-21T15:03:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "035b7ab8aac8839ffe5f18fb691c98caf332b3d6",
"body": "Bump dev dependencies to latest minor/patch versions and refresh the\nlockfile. No source or API changes; build verified, eslint clean,\nnpm audit 0 vulnerabilities.\n\n- @playwright/test, playwright: 1.61.0 → 1.61.1\n- eslint: 10.5.0 → 10.7.0\n- prettier: 3.8.4 → 3.9.6\n- sass: 1.101.0 → 1.101.3\n- terser:\n[…]\nars a high-severity\ntransitive advisory. Runtime deps (datatables.net 2.3.8, echarts 6.1.0,\nleaflet 1.9.4) were already at latest.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 4.0.3 — dependency refresh",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-07-21T15:00:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c4515bd2682660d79d6d0e64160a57cd86482451",
"body": "This reverts commit 2daed437840c14876428a61fccb5ed81c54d5123.",
"is_bot": false,
"headline": "Revert \"Add npm publish workflow with build provenance\"",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-06-22T12:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2daed437840c14876428a61fccb5ed81c54d5123",
"body": "Publishes to npm on GitHub Release with `npm publish --provenance`,\nproducing the verified provenance badge on npmjs.com. Replaces the\nclosed SLSA-template PR (#989), which attested placeholder artifacts\nand never touched the real package.\n\nRequires an `NPM_TOKEN` repo secret (or npm Trusted Publish\n[…]\nng via\nOIDC, in which case the token line can be dropped). prepublishOnly\nrebuilds dist/ so the tarball matches the tagged source.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add npm publish workflow with build provenance",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-06-22T12:09:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b57b3fdcca4de5b76c155188df27a77bca352240",
"body": "README linked to CHANGELOG.md (uppercase); the file is changelog.md.\nWorked on case-insensitive macOS but 404'd on GitHub.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix broken changelog link in README",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-06-17T13:05:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "683ec54132c1310244f8ccff1d887bca3d401f06",
"body": "Bump dev dependencies to latest minor/patch versions. No source or\nAPI changes; build verified, eslint clean, npm audit 0 vulnerabilities.\n\n- @playwright/test, playwright: 1.60.0 → 1.61.0\n- eslint: 10.4.0 → 10.5.0\n- prettier: 3.8.3 → 3.8.4\n- sass: 1.99.0 → 1.101.0\n- terser: 5.47.1 → 5.48.0\n- vite: 8\n[…]\n0, leaflet 1.9.4)\nwere already at latest. Backfill changelog entries for 4.0.0 and\n4.0.1, which shipped without changelog updates.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 4.0.2 — dependency refresh",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-06-17T12:36:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ab9f9daba434aa7467e9139f20113fb1646da13c",
"body": "These were committed earlier in 5a512e7 alongside the docs migration,\nbut they're really local-only tooling and shouldn't live in the repo:\n\n- docs/social-preview.png is uploaded directly to GitHub repo settings\n (Settings -> Social preview), not referenced from any committed file.\n- scripts/social\n[…]\ny CI.\n\nRemoving from index with `git rm --cached` (local files preserved) and\nadding to .gitignore so they stay out going forward.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stop tracking social-preview asset + generator",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-06-11T13:02:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f2953c1b2b1ae1303755e8799f2f65c3ba732443",
"body": "4.0.0 published before dist/ was added to the files field, so all\ncdn.jsdelivr.net/npm/gentelella@4/dist/* URLs in the docs 404'd.\n4.0.1 ships the pre-built dist/ so the demo HTML pages and assets\nare reachable straight off jsDelivr.\n\nprepublishOnly hook rebuilds dist/ before publish, so the tarball\ncontent always matches the current source.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 4.0.1 — ship dist/ in tarball for jsDelivr CDN",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-06-11T09:22:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a64999f9d3d2caefeed454e007bce7bf8ad03752",
"body": "- package.json: add \"dist\" to files (was src/production/types/vite.config.js\n only). Tarball grows ~14× (94→265 files, 240 kB→3.4 MB) but consumers\n now get the pre-built static template and every file is reachable via\n jsDelivr without a bundler. The size is mostly demo dashboard images.\n- Add \"\n[…]\nsset filenames\n and why src/main-v4.js isn't browser-loadable (SCSS source import).\n\nReady to publish as 4.0.1 when you're ready.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Ship dist/ in npm tarball + document jsDelivr CDN usage",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-06-11T09:18:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0f26b7c4945e351eabb5aacb6977cbed3249f05a",
"body": null,
"is_bot": false,
"headline": "Updated readme",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-06-11T09:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6093b5fb9f5f0e7624bbe202e997dcbddcb1a5bb",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reframe Haze premium screenshot to match the other cards",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-06-10T13:08:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dca15d38bf6b2da12c7bce15e6993fb066ba6130",
"body": "Two issues on the button group in general_elements.html:\n\n1. Active border bug — middle buttons (Day/Week/Month) lost their\n right border when active; only the last child (Year) showed it.\n Cause: every .btn-group .btn had border-right-width:0 and only\n :last-child restored it, so .active reco\n[…]\nd to .btn-group[data-group], so plain action button\n groups are unaffected. The period group opts in via\n data-group=\"period\".\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix button-group active border + add radio-style toggle (#986)",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-28T19:42:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "04d49be3af2144bd65cf5a8c450751465317bfd3",
"body": "The .dropzone is a <label> (inline by default), so its block children\nstacked top-aligned and the box could collapse on narrow screens.\nMake it a centered flex column with a 200px min-height so the icon and\nhint text sit dead-center both axes and the container keeps a\nconsistent size across breakpoints.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix dropzone alignment on file upload page (#985)",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-28T12:41:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5703bf61d9e984aa6778cf9179d60e43ac389327",
"body": "Bumps [qs](https://github.com/ljharb/qs) from 6.15.1 to 6.15.2.\n- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/qs/compare/v6.15.1...v6.15.2)\n\n---\nupdated-dependencies:\n- dependency-name: qs\n dependency-version: 6.15.2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump qs from 6.15.1 to 6.15.2 in /examples/express-sqlite (#984)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-28T12:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a512e72389831a130a0d5a8a9678c3bc7adb249",
"body": "…ar Docs link\n\nThe single source of truth for v4 documentation is now\nhttps://gentelella.colorlib.com/docs/. The 18 .md files under /docs\nare reduced to short redirect stubs that point readers at the live\nURL, so deep links from external sites stay graceful instead of\n404ing.\n\n- src/v4/shell-render.\n[…]\n 1280×640 GitHub social-preview generator (npm run build + node\n scripts/social-preview.mjs, with optional THEME/SCALE env vars)\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Retire local /docs in favor of gentelella.colorlib.com/docs; add topb…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-25T14:12:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e13bfe3dba435d40f8e1064a58cba481667bcb17",
"body": "Each preview screenshot is wrapped in an <a> pointing at the matching\npage on preview.colorlib.com — click the image, see it running:\n\n- Dashboard (light + dark) → /production/index.html\n- Inbox → /production/inbox.html\n- Kanban → /production/kanban.html\n- Theme → /production/theme.html\n\nThe DashboardPack premium screenshots already had product-page links;\nno change there.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: README screenshots now link to live demo pages (#983)",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-22T11:54:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dc87f3e038d0565602b3aa5b6572bc84c9b1b841",
"body": "The previous slugs apex-nextjs/ and zenith-nextjs/ returned 404. The\ncorrect slugs are apex-dashboard-nextjs/ and zenith-shadcn/. Also\nrefreshed the blurbs to match the current product descriptions\n(shadcn/ui, page counts, dashboard variant counts).\n\nVerified all 6 URLs return HTTP 200.",
"is_bot": false,
"headline": "Fix broken Apex and Zenith DashboardPack URLs",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-21T08:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ccb55d36618610f4ae51e12670af018b5b8695",
"body": "Swap the older Adminty / ArchitectUI / Kero / Cryptocurrency Dashboard\ncards for the current premium lineup: Apex, Zenith, Haze, TailPanel,\nAdmindek, SvelteForge Premium. All screenshots normalised to the\nexisting 1520x1032 aspect ratio so the grid stays visually consistent.",
"is_bot": false,
"headline": "Refresh DashboardPack promo grid with newer templates",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-21T08:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da3b9970c89f748937922e55c5a894da94b2c107",
"body": "Same 6-template grid used across other Colorlib repos (Adminator, etc.):\nTailPanel, Admindek, Adminty, ArchitectUI, Kero, Cryptocurrency Dashboard.\nUTM-tagged with utm_campaign=gentelella for attribution.",
"is_bot": false,
"headline": "Add DashboardPack premium templates promo section to README",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-21T08:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45437d4ae624cdbae6096ba2b41f41744b9967b1",
"body": "The AI helper files (CLAUDE.md, AGENTS.md, .cursor/rules/project.mdc)\npreviously documented showModal with { text, onClick } action keys and\nshowToast with an object argument. The actual API is { label, action }\nand showToast(message, opts) — corrected.\n\nAlso added a Documentation section to the project README pointing to\nthe new docs/ tree.",
"is_bot": false,
"headline": "Fix showModal/showToast API in AI helper files; link docs from README",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-21T08:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4daf89c36a577c220b36b0c177527fac5a8bbebe",
"body": "19 markdown files under docs/ covering setup, architecture, theming,\npages, components, charts, tables, forms, overlays, command palette,\napp modules, PWA, deployment, TypeScript, the data adapter, migration\nfrom v2, and a FAQ. Linked from the project README.",
"is_bot": false,
"headline": "Add comprehensive v4 documentation",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-21T08:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5675256d3c86e418a19eea874470ae005fbc22e3",
"body": null,
"is_bot": false,
"headline": "Updated readme",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-20T18:28:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa7730dfa18fabf8809f85d5badcbccd8ec3820c",
"body": null,
"is_bot": false,
"headline": "Added AI tool support",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-20T18:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd024fb391bbbf2e8262f6831d4588499c50d8d",
"body": "Bump dependencies to latest minor/patch versions and resolve\nbrace-expansion moderate CVE via npm audit fix:\n\n- @playwright/test, playwright: 1.48.0 → 1.60.0\n- eslint: 10.2.1 → 10.4.0\n- prettier: 3.7.4 → 3.8.3\n- sass: 1.97.2 → 1.99.0\n- terser: 5.44.1 → 5.47.1\n- vite: 8.0.10 → 8.0.13\n- datatables.net: 2.3.6 → 2.3.8\n- echarts: 6.0.0 → 6.1.0\n\nDrop -rc.2 suffix — v4.0.0 final.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 4.0.0 — dependency refresh for stable release",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-20T14:04:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "42ec74c84f0f50d2951e33a682b572463593d581",
"body": "Polish release on top of rc.1. Three themes: a real mobile responsive\npass, npm-package-ready distribution metadata, and developer ergonomics\n(page generator, TypeScript declarations, optional API hydration).\n\nLive preview: https://preview.colorlib.com/theme/gentelella-v4-rc1/\n\n## Mobile responsive \n[…]\nle, skeleton tiles, list lifecycle, submit spinner,\n banners) plus markup.js helper showcase\n\nSee changelog.md for the full diff.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 4.0.0-rc.2 — mobile pass + npm package distribution",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-05T14:21:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ec9a06a60d82203498ab1dfd5271ede5c2f69c56",
"body": "Complete rewrite of Gentelella for 2026. Bootstrap and jQuery removed; the\nentire design system is custom SCSS. 60 pages, 20 chart variants, fully\ninteractive inbox / kanban / calendar / settings, live theme generator,\ncomponent playground, command palette, PWA-ready.\n\nThis commit is the v4 release \n[…]\n Playwright smoke test for CI (no console errors across all pages)\n- Vite + GitHub Pages deploy workflow\n- Random-collision dev/preview ports (9173/9174)\n\nSee CHANGELOG.md for the full diff vs beta.1.",
"is_bot": false,
"headline": "Release 4.0.0-rc.1 — v4 redesign",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-05-02T16:27:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ec74460f0ade4e50dbd5ac731870c541dbd9865",
"body": "Bumps the Jekyll docs Gemfile.lock to address all open Dependabot\nadvisories under docs/ (no source changes — lockfile only):\n\n addressable 2.8.7 → 2.9.0 (high — ReDoS in templates)\n activesupport 8.0.2.1 → 8.1.3 (medium — DoS, XSS, ReDoS)\n nokogiri 1.18.9 → 1.19.2 (medium — \n[…]\n→ 1.1.1 (low — credential leakage bypass)\n\nPlus transitive bumps to ethon, dnsruby, just-the-docs, sawyer,\nminitest, listen, faraday-net_http, typhoeus, webrick, i18n, net-http.\n\nCloses #968, #975.",
"is_bot": false,
"headline": "docs: bundle update to resolve security advisories",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-04-23T13:27:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b5a6e1f622fb8dbb0e5740a77b2f48f3b7ea79a2",
"body": "Adds a basic devcontainer config so the repo can be opened in GitHub Codespaces / VS Code Dev Containers without setup. Closes #979.",
"is_bot": false,
"headline": "Add devcontainer.json for Codespaces",
"author_name": "danialzivehdar1992@gmail.com",
"author_login": null,
"committed_at": "2026-04-23T13:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e08f69ca77c20ca7e5b6590b84224e30017d9cdc",
"body": "Dependency refresh (Vite 8/Rolldown, ESLint 10, Uppy 5, jsdom 29) plus a\ncomprehensive polish pass: unified card design system, HTML validity sweep\n(~600 closing tags across 34 pages), head metadata standardisation,\nheading hierarchy, sidebar state persistence, tree-shaken ECharts (-32%),\nhref=\"#\" safety net, `<main>` + H1 semantics, asset-path and dev-server fixes.\n\nSee changelog.md for the full release notes.",
"is_bot": false,
"headline": "Release 2.2.0 — fresh for 2026",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-04-23T13:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd38278294b4e3dd9d15d2aedde7998fd2ab59ee",
"body": null,
"is_bot": false,
"headline": "updated changelog",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-02-15T12:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5147bd377ae63d5168bae9919a09ce16db7a564",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-02-15T12:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1d411efc726975d6ca5b047b1b92f78a75fccf7",
"body": null,
"is_bot": false,
"headline": "Updated documentation",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-02-15T12:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f44c6833a023d4f2aa73a00975b22ca8a3b00e14",
"body": null,
"is_bot": false,
"headline": "Fixed docs",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-02-14T21:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de24055ae95301ed5b4f4b82e8e09b4b69f975f7",
"body": null,
"is_bot": false,
"headline": "Fixed docs",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-02-14T21:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6281f0d0b53536f2c6e91bf95b82ac9d5d04ee88",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add DashboardPack premium templates section with screenshots",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-02-10T19:40:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14b77252937e0b6e742a061cb1eea1d770f11344",
"body": null,
"is_bot": false,
"headline": "Updated structure",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-13T12:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "132fe0cd5ac3b70220930a3adb723d6f4d900ee4",
"body": null,
"is_bot": false,
"headline": "Added preview link",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-13T11:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f1c00c47beff4895fbda6c2c294ce4de9525f7d",
"body": null,
"is_bot": false,
"headline": "Improved color schema",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-13T11:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e67bdb2756b82a1b1506bee40d18c7c9216cb7",
"body": null,
"is_bot": false,
"headline": "Avatat improvemenets",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-13T10:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "188244d5c099aa6e2726eb3f94cc72900be46e46",
"body": null,
"is_bot": false,
"headline": "Removed inline CSS",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-13T10:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9802c15bf792e39a4cac0a3efd60cfa5eebdb20",
"body": null,
"is_bot": false,
"headline": "Add Bootstrap Icons and fix navigation layout",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-12T19:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1240a16a964c26d8c59c0b27afdef147461cdf5c",
"body": "…html and main-upload.js\n\nRefactor: Replace jQuery WYSIWYG editor with Quill in inbox.html and main-inbox.js\n\nRemove: Delete jQuery setup file and related imports across multiple modules\n\nUpdate: Migrate from NProgress to Bootstrap 5 for loading indicators and remove related styles\n\nEnhance: Update \n[…]\n\n\nOptimize: Update table-optimizer.js to initialize DataTable using native API without jQuery dependency\n\nUpdate: Modify vite.config.js to reflect removal of unused libraries and add Uppy dependencies",
"is_bot": false,
"headline": "Refactor: Replace Dropzone with Uppy for file uploads in form_upload.…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-12T14:06:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "817ee2f04c9911c593a85da4f7ce1d8326b23284",
"body": "- Updated DOM utility functions to recommend Bootstrap 5's Collapse component for animations.\n- Refactored Vite configuration to optimize chunking for libraries and improve build performance.\n- Added a comprehensive Bootstrap 5 Migration & Consolidation Guide to streamline the transition and reduce custom code.\n- Identified and documented opportunities for CSS and JavaScript consolidation, including replacing custom animations and utility classes with Bootstrap equivalents.",
"is_bot": false,
"headline": "feat: Migrate to Bootstrap 5 and consolidate custom CSS/JS",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-12T12:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ffadb45b1d9462ca0d5a51a5b4af224d5f333f",
"body": null,
"is_bot": false,
"headline": "Added Vitest with proper testing",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-12T09:37:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86a3109c2c1977849c79c6b5723936cff1c724d3",
"body": "- Added a new module for ECharts that eliminates jQuery dependency.\n- Modernized initialization and chart setup for various chart types including pie, bar, line, scatter, map, gauge, and mixed charts.\n- Introduced responsive handling for charts on window resize.\n- Added utility functions for chart m\n[…]\nule for DOM manipulation without jQuery.\n- Provided a consistent API for selection, event handling, class manipulation, and animations.\n- Included methods for responsive design and visibility control.",
"is_bot": false,
"headline": "feat: Implement modern ECharts module without jQuery",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-12T09:17:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a09347e083b12e555ad27c6b89e80766c7b604bc",
"body": "- Deleted main.js and refactored to eliminate jQuery usage across the application.\n- Introduced a logger utility for consistent logging in development mode.\n- Updated chart initialization and dashboard pages to use modern DOM utilities.\n- Enhanced SCSS files with custom properties for better maintai\n[…]\n.\n- Improved error handling and logging in various modules including maps, weather, and tables.\n- Ensured all components are initialized without jQuery, enhancing performance and reducing bundle size.",
"is_bot": false,
"headline": "refactor: remove jQuery dependency and migrate to modern JavaScript",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-12T09:03:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d6c0a1edf40f4d31d2902c6ec02be12d0c7c4e1d",
"body": null,
"is_bot": false,
"headline": "Dependency update",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2026-01-12T08:18:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8698370f524f41cc09ef38fa3ebce8d276b4e88",
"body": "…patibility",
"is_bot": false,
"headline": "fix: Update devDependencies versions in package.json for improved com…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-11T11:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ea7d09828d33cbf86093ff08ee56d691e0cc52",
"body": "… of the document",
"is_bot": false,
"headline": "fix: Add JQUERY_ELIMINATION_PLAN.md to .gitignore to prevent tracking…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-11T11:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e13f1145b2ce8ab5e45f3da156938441a9f1d63",
"body": "…nd added UI/UX improvements",
"is_bot": false,
"headline": "fix: Update changelog for version 2.1.1 with corrected release date a…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-11T11:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51d06c4ec20a0e2805e8d1a0a02a77cd2e3efde2",
"body": "- Removed unnecessary whitespace in multiple files to improve code cleanliness.\n- Updated chart configuration and initialization logic in `chart-initializer.js`.\n- Enhanced DOM manipulation functions in `init-modern.js` and `sidebar-modern.js`.\n- Improved logging functionality in `main-core.js`.\n- F\n[…]\nization of progress bars in `main-minimal-modern.js`.\n- Minor adjustments to DataTables initialization in `main-tables.js`.\n- Updated SCSS styles for `.profile_info` to enhance layout and scalability.",
"is_bot": false,
"headline": "Refactor code for consistency and readability",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-11T10:57:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6b78c5e4ec7b28f1917ae8bc45505cc200047553",
"body": "…gress towards complete jQuery removal",
"is_bot": false,
"headline": "feat: Add jQuery Elimination Plan document outlining strategy and pro…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-11T10:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c6a2239167f67d81c5558d8934611d9c4ca700",
"body": null,
"is_bot": false,
"headline": "fix: Correct release date for version 2.1.1 in README and changelog",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-11T10:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f697d98313d70a69bd549a9ab2442222777e948e",
"body": "…ates and chart fixes; clean up README for clarity",
"is_bot": false,
"headline": "chore: Update version to 2.1.1; enhance changelog with dependency upd…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-05T13:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4b69c631ce1ccefece25d728922be28e887abd2",
"body": "- Removed various console.log and console.warn statements from chart-initializer.js, main-core.js, main-form-advanced.js, main-form-basic.js, main-inbox.js, main-minimal-modern.js, main-minimal.js, main-upload.js, and main-tables.js to reduce noise in the console output.\n- Updated typography.html to\n[…]\nlibraries.\n- Removed references to Morris.js in charts.js and custom.scss, transitioning fully to Chart.js.\n- Added checks for already initialized maps in maps.js to prevent redundant initializations.",
"is_bot": false,
"headline": "Refactor: Remove console logs and warnings for cleaner production code",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-05T13:47:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbe76e948cbcaac408cdb04ae567d7954384e143",
"body": "…lities, easing functions, and various vendor libraries",
"is_bot": false,
"headline": "feat: Introduce modern jQuery-free minimal bundle with native DOM uti…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-05T11:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ede9680071338d921825db067715b62e0b8b370",
"body": "…des to lowercase hex values, remove unnecessary whitespace, and improve formatting across multiple files. Enhance JavaScript utility functions for better readability and maintainability, including DOM manipulation and validation functions. Optimize table performance with lazy loading and progressive initialization. Improve HTML sanitization and validation logic for credit card and file type checks.",
"is_bot": false,
"headline": "Refactor SCSS styles for consistency and readability; update color co…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-03T13:58:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ae39a6c752e36052e35beb556a308a11eb4c4d",
"body": null,
"is_bot": false,
"headline": "Refactor code structure for improved readability and maintainability",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-09-03T10:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c6ff5d28ae0e110babb7ce7b462f7e60971c0fc",
"body": null,
"is_bot": false,
"headline": "Small cleanup",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-07-28T18:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "702ce9472a20a78d2671fbcf9198552fc1e44521",
"body": null,
"is_bot": false,
"headline": "Small cleanup",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-07-28T18:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e4b6a3e8a1f9d8200927fd72f377aefcf4d576",
"body": null,
"is_bot": false,
"headline": "Added favicon and changelog",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-07-28T18:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45a8c5338388ec2e607359053e807379c23b9635",
"body": null,
"is_bot": false,
"headline": "jQuery Removed",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-07-28T10:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a69599ede928d6cf3b62f389f4bfb3607e48a33",
"body": null,
"is_bot": false,
"headline": "Removed jQuery",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-07-28T08:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47fe26770be4ac3134d8afd45bd6d07696458d11",
"body": "…E compatibility removal\n\n- Security: Integrated DOMPurify sanitization and comprehensive input validation utilities\n- Progress bars: Fixed animation issues for all progress bars including App Versions\n- Charts: Resolved ECharts horizontal bar initialization and TempusDominus DateTime errors\n- Brows\n[…]\n HTML files\n- Build: Enhanced Vite configuration with bundle analysis and Sass deprecation fixes\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Complete Phase 1 modernization - security, progress bars, and I…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-07-25T07:33:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c818fb96efde803ad351aeec310075b3410cd95e",
"body": null,
"is_bot": false,
"headline": "Sidebar improvemenets",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T15:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f691d46cdaa7d81bff007c542e973128278bc5cb",
"body": null,
"is_bot": false,
"headline": "Fixed landing page",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T13:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9481357cbfbdd71f6494205aceb1f80c293f6c0e",
"body": "- Replace manual CSS/JS imports with Vite entry point /src/main-minimal.js\n- Fix file path errors that caused 404s for Bootstrap and Font Awesome\n- Add proper favicon link using correct path\n- Landing page now works correctly with Vite development server",
"is_bot": false,
"headline": "fix: Update landing page to use Vite entry point for asset loading",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T13:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82f3cb550529f7d71cd246e09a9b53738089756d",
"body": "- Created beautiful landing page with modern design and animations\n- Hero section with gradient background and floating particles\n- Features section highlighting key template capabilities\n- Dashboard preview mockup with statistics\n- Stats section showing template metrics\n- Call-to-action sections li\n[…]\n login\n- Updated all sidebar menus to link to landing.html instead of 'Coming Soon'\n- Responsive design that works on all devices\n- Professional styling inspired by modern admin template landing pages",
"is_bot": false,
"headline": "feat: Add professional landing page for Gentelella template",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T13:00:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b764763bb6830c7635c3de47e7290934c558b75a",
"body": "- Created initUniversalProgressBars function to handle all progress bars across all pages\n- Replaced page-specific functions with single universal solution\n- Fixed animation issues for all pages: index.html, index2.html, index3.html, projects.html, profile.html, e_commerce.html, etc.\n- Enhanced CSS \n[…]\nbars animate smoothly from 0% to target width and maintain final positions\n- Added staggered animation timing for visual appeal across all pages\n- Reduced code duplication and improved maintainability",
"is_bot": false,
"headline": "Implement universal progress bar animation system",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T12:51:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e3a84e9a47da3cb8722d3bb111051d7b77ed40c",
"body": "- Added initIndex2ProgressBars function to handle progress bar animations\n- Enhanced CSS with proper styling for all progress bar colors\n- Fixed animation behavior to prevent bars from reverting to 0%\n- Added staggered animation timing for visual appeal\n- Ensured bars maintain their final positions permanently\n- Covered Team Progress widget (Daily Goal, Weekly Target, Monthly KPI)\n- Covered System Monitor widget (Server Load, Memory Usage, Disk Space)",
"is_bot": false,
"headline": "Fix index2.html Team Progress and System Monitor progress bar animations",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T12:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6c917c6330584b33e67b1fa43907254fc88cfa5",
"body": "- Fixed progress bars reverting to 0% after animation\n- Added CSS custom properties to lock bar widths permanently\n- Enhanced CSS specificity to prevent conflicts\n- Added multiple safeguards to ensure bars maintain their final positions\n- Improved animation timing and transition handling",
"is_bot": false,
"headline": "Fix Sales Analytics progress bar animation",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T12:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffc0e17f5215e70bdb835906b88bae7c86e553ab",
"body": "…le logs\n\n- Removed problematic Agent Performance chart that was causing infinite load error\n- Added new Sales Analytics widget with animated progress bars\n- Enhanced styling with CSS animations and hover effects\n- Cleaned up console.log statements across the entire project\n- Added proper initialization for Sales Analytics animations",
"is_bot": false,
"headline": "Replace Agent Performance with Sales Analytics widget and clean conso…",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T12:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17334c22e2c1e652d364b6c8e978e4515e05f2bb",
"body": "- Replaced static progress bars with a dynamic Chart.js horizontal bar chart.\n- Added a <canvas> element and initialization script for the chart.\n- This resolves the issue of the 'Agent Performance' widget not displaying any graph.",
"is_bot": false,
"headline": "feat: Implement Chart.js for Agent Performance in index3.html",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T11:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04fe0aabe5f390c761a1b932efa671b2ebbb7715",
"body": "✅ **JavaScript Errors Fixed:**\n- **Tempus Dominus Deprecation:** Replaced deprecated option with modern setting in the date range picker.\n- **Date Picker Error:** Corrected the default date setting logic to pass valid JavaScript Date objects, resolving the .\n\n✅ **UI Bugs Fixed:**\n- **To Do List C\n[…]\nimproves accessibility with proper associations.\n\n🎯 **Files Affected:**\n-\n\n**Result:** The index page now loads without console errors, and the to-do list is fully functional with visible checkboxes.",
"is_bot": false,
"headline": "🔧 Fix: Resolve console errors and UI bugs on index.html",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T11:29:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f90016c973c5b2a6735637051869bc862019798",
"body": "✅ Bootstrap & Chart.js Version Updates:\n- Updated Bootstrap references to 5.3.7 (from 5.3.6) in documentation\n- Updated Chart.js references to 4.5.0 (from 4.4.2) in documentation\n- Ensured consistency across README.md, changelog.md, and docs/index.md\n\n📋 Documentation Consistency:\n- All version numbe\n[…]\nacross all docs\n\n🎯 Files Updated:\n- README.md: Updated version references in feature lists\n- changelog.md: Confirmed Bootstrap 5.3.7 release notes\n- docs/index.md: Updated technology stack information",
"is_bot": false,
"headline": "📝 Update documentation to reflect latest package versions",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T11:25:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "04c4dd3d0481de0f4ef371a04099d64a873fabe4",
"body": "✅ Added Security Dependency Updates entry:\n- Documented Bootstrap, Chart.js, and glob updates\n- Recorded dropzone and select2 stable version downgrades\n- Detailed security benefits and mitigation approach\n- Noted GitHub security scanning vs npm audit differences\n\n📋 Security Status:\n- Local npm audit\n[…]\n vulnerabilities found\n- GitHub still reports 6 vulnerabilities (likely deeper in dependency tree)\n- All pre-release packages replaced with stable versions\n- Documentation updated for future reference",
"is_bot": false,
"headline": "📝 Documentation: Update security improvements tracker",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T11:14:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6864a570527f5631f25c5a422cb7a90767007c7f",
"body": "✅ Security Improvements:\n- Updated Bootstrap 5.3.6 → 5.3.7 (latest stable)\n- Updated Chart.js 4.4.9 → 4.5.0 (latest stable)\n- Updated glob 11.0.2 → 11.0.3 (latest stable)\n- Downgraded dropzone 6.0.0-beta.2 → 5.9.3 (stable release)\n- Downgraded select2 4.1.0-rc.0 → 4.0.13 (stable release)\n\n🛡️ Securit\n[…]\natus:\n- All dependencies now using stable, secure versions\n- No pre-release packages in production dependencies\n- Maintained compatibility with existing functionality\n- Ready for production deployment",
"is_bot": false,
"headline": "🔒 Security: Update dependencies to stable versions",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T11:13:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5573858bf75b982330f58a4ede84c1b4c09f8828",
"body": "✅ JavaScript Error Fixes:\n- Fixed btn.btn-closest → btn.closest syntax errors in form_wizards.html\n- Fixed gallery image action errors in media_gallery.html\n- Eliminated ESBuild compilation failures\n\n✅ Input Group Alignment Improvements:\n- Added comprehensive input group styling for consistent heigh\n[…]\nppearance with perfect form alignment\n- Eliminated build errors and syntax issues\n- Consistent user experience across all form elements\n- Enhanced usability for date selection and search functionality",
"is_bot": false,
"headline": "🔧 Fix input group alignment and JavaScript errors",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T11:09:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e33d848a069814fbb1d6c99eff9e05db309d3c17",
"body": "📝 Documentation update:\n- Added vendor dependencies modernization section\n- Documented complete iCheck elimination process\n- Updated completion status with benefits and results",
"is_bot": false,
"headline": "Update IMPROVEMENTS_TRACKER.md with iCheck removal completion",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T10:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a70d60108c81194daa90b9338d800bde6ac4c9b",
"body": "🧹 Major cleanup and modernization:\n\n• Removed vendors/iCheck/ directory completely\n• Eliminated iCheck CSS and JavaScript references from map.html\n• Replaced iCheck jQuery initialization with CSS-only styling\n• Added modern flat green checkbox/radio styling to custom.scss\n• Updated README_CN.md to r\n[…]\nMaintains backward compatibility with existing 'flat' classes\n\nThe new CSS styling provides identical visual appearance to the original\niCheck flat green theme but without any JavaScript dependencies.",
"is_bot": false,
"headline": "Remove iCheck vendor dependency and replace with modern CSS-only styling",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T10:36:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "59de05c05c64b7c5cebf65ccb749e1f9bd4d488d",
"body": "🎉 Major stable release with complete modernization:\n\n• Bootstrap 5.3.6 with Vite build system\n• 90% smaller bundle size (79KB vs 779KB)\n• Morris.js completely removed, replaced with Chart.js\n• jQuery easing errors fixed with proper fallbacks\n• Enhanced performance and mobile responsiveness\n• Updated\n[…]\nimizations\n\nBreaking changes:\n- morisjs.html renamed to chart3.html\n- Updated navigation references across all pages\n- Removed Morris.js dependencies and CSS\n\nMigration guide available in changelog.md",
"is_bot": false,
"headline": "Release v2.0.0: Stable Bootstrap 5 admin template",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T10:22:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16bbd5e9df920c7f08cdc51ce86fbabebe3b3265",
"body": null,
"is_bot": false,
"headline": "Search bar optimizations across the template",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T08:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ca560b73238ea377a70bfc7a8cc54d13eff74e6",
"body": null,
"is_bot": false,
"headline": "Optimizations for Bootstrap 5",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-20T07:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccde4134cb35d1969d52c580e719ad4b6687c3e3",
"body": null,
"is_bot": false,
"headline": "Fixed index2.html",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-13T14:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d29032ed5911175edb8e4f941b88ed3ca65e6a6f",
"body": null,
"is_bot": false,
"headline": "Code cleanup, fixed Dashboard pages",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-13T14:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a779894ec3299fc1fa4bd50327584c79af8dcd0",
"body": null,
"is_bot": false,
"headline": "Dependency cleanup",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-13T12:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d240e8a693a14f90df0d56a6ab02ba2d407b6fb1",
"body": null,
"is_bot": false,
"headline": "Navigation and index.html changes",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-13T10:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f9a826015c12525d9653506ecaec3f27fca96e1",
"body": null,
"is_bot": false,
"headline": "Fixed charts",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-12T11:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb030ee74c46c91eb8cc39dc46eb5727c45a3d79",
"body": null,
"is_bot": false,
"headline": "Work in progress but now with no Vulnerabilites",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-12T10:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3a0b337d079bb83aea1afed40b4726197a2528e",
"body": "Create jekyll-gh-pages.yml",
"is_bot": false,
"headline": "Merge pull request #954 from ColorlibHQ/puikinsh-patch-1",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-12T07:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3135ec85e5c268999448578d21ca7390c515d3b",
"body": null,
"is_bot": false,
"headline": "Create jekyll-gh-pages.yml",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-12T07:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c112d654a266e2ed9d5b41f4d4af8d0e2edf6d8",
"body": "Docs deployment",
"is_bot": false,
"headline": "Merge pull request #953 from ColorlibHQ/docs-deployment",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-12T07:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b19b9054f8638c713b293207a81e11d6f2c6d8f5",
"body": null,
"is_bot": false,
"headline": "feat: add documentation and deploy workflow",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-12T07:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0956bfea1b7e48a7919448a12c1d41cc9bfdabe",
"body": null,
"is_bot": false,
"headline": "Proper Vite setup",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-12T06:06:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc8f9df340bcf6e936d3f8d31e465ef97bc77b36",
"body": null,
"is_bot": false,
"headline": "Working index.html",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-11T14:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0f2fc65639eb77c5fd673a1938da7ee517c3337",
"body": null,
"is_bot": false,
"headline": "Major code cleanup and progress update",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-11T13:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5a80343980631369b70d5ee5f9568fe6e2cf079",
"body": null,
"is_bot": false,
"headline": "Migrated to FA6",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-11T12:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9886df25838fb9c6c83158160caa4174821766",
"body": null,
"is_bot": false,
"headline": "Add comprehensive status report and final documentation",
"author_name": "Aigars Silkalns",
"author_login": null,
"committed_at": "2025-06-11T11:31:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 59,
"latest_release_at": "2026-07-21T15:03:53Z",
"latest_release_tag": "v4.0.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 15,
"days_since_latest_release": 8,
"mean_days_between_releases": 44
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "gentelella",
"exists": true,
"license": "MIT",
"keywords": [
"admin",
"dashboard",
"template",
"html",
"css",
"scss",
"vanilla-js",
"echarts",
"datatables",
"vite",
"modern",
"pwa",
"dark-mode",
"command-palette",
"theme-generator"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/gentelella",
"is_deprecated": false,
"latest_version": "4.0.3",
"repository_url": "https://github.com/ColorlibHQ/gentelella",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 3,
"monthly_downloads": 13206,
"first_published_at": "2016-05-18T16:08:45.154000Z",
"latest_published_at": "2026-07-21T18:28:52.272000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 6836,
"stars": 21445,
"watchers": 1039,
"fork_history": {
"days": [
{
"date": "2020-12-06",
"count": 1
},
{
"date": "2020-12-07",
"count": 1
},
{
"date": "2020-12-08",
"count": 3
},
{
"date": "2020-12-09",
"count": 4
},
{
"date": "2020-12-10",
"count": 3
},
{
"date": "2020-12-11",
"count": 2
},
{
"date": "2020-12-12",
"count": 1
},
{
"date": "2020-12-13",
"count": 2
},
{
"date": "2020-12-14",
"count": 2
},
{
"date": "2020-12-15",
"count": 3
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2020-12-19",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2020-12-27",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-01-04",
"count": 2
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-09",
"count": 1
},
{
"date": "2021-01-10",
"count": 2
},
{
"date": "2021-01-11",
"count": 5
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-13",
"count": 5
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-01-15",
"count": 2
},
{
"date": "2021-01-16",
"count": 2
},
{
"date": "2021-01-17",
"count": 2
},
{
"date": "2021-01-19",
"count": 2
},
{
"date": "2021-01-20",
"count": 2
},
{
"date": "2021-01-21",
"count": 4
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-01-24",
"count": 1
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-26",
"count": 2
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2021-01-28",
"count": 3
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-01-31",
"count": 3
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-02",
"count": 2
},
{
"date": "2021-02-03",
"count": 2
},
{
"date": "2021-02-07",
"count": 2
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-02-09",
"count": 2
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-13",
"count": 2
},
{
"date": "2021-02-15",
"count": 2
},
{
"date": "2021-02-17",
"count": 2
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-02-20",
"count": 2
},
{
"date": "2021-02-21",
"count": 3
},
{
"date": "2021-02-22",
"count": 2
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-02-26",
"count": 3
},
{
"date": "2021-02-28",
"count": 2
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-02",
"count": 3
},
{
"date": "2021-03-03",
"count": 3
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-10",
"count": 2
},
{
"date": "2021-03-11",
"count": 2
},
{
"date": "2021-03-13",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-03-27",
"count": 2
},
{
"date": "2021-03-28",
"count": 2
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-03-30",
"count": 3
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-02",
"count": 3
},
{
"date": "2021-04-04",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-09",
"count": 2
},
{
"date": "2021-04-10",
"count": 1
},
{
"date": "2021-04-11",
"count": 2
},
{
"date": "2021-04-13",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-15",
"count": 3
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-21",
"count": 1
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-04-30",
"count": 2
},
{
"date": "2021-05-01",
"count": 1
},
{
"date": "2021-05-06",
"count": 2
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-05-11",
"count": 2
},
{
"date": "2021-05-14",
"count": 2
},
{
"date": "2021-05-15",
"count": 1
},
{
"date": "2021-05-17",
"count": 1
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-05-20",
"count": 2
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-05-26",
"count": 2
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-05-30",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-03",
"count": 1
},
{
"date": "2021-06-05",
"count": 3
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-16",
"count": 2
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-06-22",
"count": 2
},
{
"date": "2021-06-27",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-07-04",
"count": 1
},
{
"date": "2021-07-07",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-07-10",
"count": 1
},
{
"date": "2021-07-11",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-07-18",
"count": 2
},
{
"date": "2021-07-19",
"count": 1
},
{
"date": "2021-07-20",
"count": 2
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-07-28",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-07-30",
"count": 3
},
{
"date": "2021-08-04",
"count": 2
},
{
"date": "2021-08-06",
"count": 3
},
{
"date": "2021-08-09",
"count": 1
},
{
"date": "2021-08-13",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-16",
"count": 2
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-08-19",
"count": 1
},
{
"date": "2021-08-20",
"count": 2
},
{
"date": "2021-08-21",
"count": 2
},
{
"date": "2021-08-22",
"count": 1
},
{
"date": "2021-08-23",
"count": 2
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-08-29",
"count": 1
},
{
"date": "2021-08-30",
"count": 1
},
{
"date": "2021-09-02",
"count": 1
},
{
"date": "2021-09-03",
"count": 1
},
{
"date": "2021-09-04",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-08",
"count": 1
},
{
"date": "2021-09-09",
"count": 2
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-11",
"count": 1
},
{
"date": "2021-09-12",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-14",
"count": 3
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-09-18",
"count": 1
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-09-29",
"count": 2
},
{
"date": "2021-09-30",
"count": 4
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-07",
"count": 1
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-10-12",
"count": 2
},
{
"date": "2021-10-14",
"count": 2
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2021-10-17",
"count": 3
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-10-19",
"count": 5
},
{
"date": "2021-10-20",
"count": 2
},
{
"date": "2021-10-22",
"count": 3
},
{
"date": "2021-10-25",
"count": 2
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-10-27",
"count": 2
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-11-01",
"count": 2
},
{
"date": "2021-11-03",
"count": 2
},
{
"date": "2021-11-04",
"count": 4
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-11-09",
"count": 2
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-17",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-20",
"count": 1
},
{
"date": "2021-11-21",
"count": 2
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-25",
"count": 2
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2021-12-03",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-08",
"count": 2
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-16",
"count": 2
},
{
"date": "2021-12-19",
"count": 1
},
{
"date": "2021-12-23",
"count": 1
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2021-12-26",
"count": 1
},
{
"date": "2021-12-27",
"count": 2
},
{
"date": "2021-12-28",
"count": 2
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-01-04",
"count": 2
},
{
"date": "2022-01-06",
"count": 1
},
{
"date": "2022-01-11",
"count": 2
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-14",
"count": 4
},
{
"date": "2022-01-15",
"count": 1
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-01-18",
"count": 1
},
{
"date": "2022-01-19",
"count": 2
},
{
"date": "2022-01-20",
"count": 3
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-22",
"count": 3
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-01-27",
"count": 2
},
{
"date": "2022-01-31",
"count": 2
},
{
"date": "2022-02-01",
"count": 2
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-05",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-12",
"count": 2
},
{
"date": "2022-02-14",
"count": 1
},
{
"date": "2022-02-15",
"count": 3
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-02-22",
"count": 2
},
{
"date": "2022-02-25",
"count": 2
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-03-01",
"count": 2
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-03-12",
"count": 1
},
{
"date": "2022-03-13",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-03-20",
"count": 1
},
{
"date": "2022-03-21",
"count": 2
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-03-26",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2022-04-06",
"count": 2
},
{
"date": "2022-04-09",
"count": 3
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-16",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-05-01",
"count": 1
},
{
"date": "2022-05-11",
"count": 2
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-05-22",
"count": 1
},
{
"date": "2022-05-27",
"count": 4
},
{
"date": "2022-05-28",
"count": 2
},
{
"date": "2022-05-29",
"count": 1
},
{
"date": "2022-05-31",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-03",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-07",
"count": 1
},
{
"date": "2022-06-08",
"count": 2
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-06-10",
"count": 1
},
{
"date": "2022-06-16",
"count": 1
},
{
"date": "2022-06-18",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-06-25",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-01",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-07-14",
"count": 2
},
{
"date": "2022-07-19",
"count": 1
},
{
"date": "2022-07-20",
"count": 2
},
{
"date": "2022-07-21",
"count": 2
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-09",
"count": 3
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-25",
"count": 2
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-11",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2022-10-08",
"count": 1
},
{
"date": "2022-10-10",
"count": 2
},
{
"date": "2022-10-11",
"count": 3
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-10-23",
"count": 2
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-10-29",
"count": 1
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2022-11-03",
"count": 2
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-11-15",
"count": 2
},
{
"date": "2022-11-16",
"count": 2
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2022-12-07",
"count": 2
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-21",
"count": 2
},
{
"date": "2022-12-25",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-06",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-13",
"count": 2
},
{
"date": "2023-01-28",
"count": 1
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-22",
"count": 3
},
{
"date": "2023-02-24",
"count": 2
},
{
"date": "2023-02-25",
"count": 3
},
{
"date": "2023-02-28",
"count": 2
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-07",
"count": 2
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-14",
"count": 2
},
{
"date": "2023-03-17",
"count": 1
},
{
"date": "2023-03-19",
"count": 2
},
{
"date": "2023-03-20",
"count": 2
},
{
"date": "2023-03-26",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2023-04-03",
"count": 2
},
{
"date": "2023-04-04",
"count": 2
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-14",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-07",
"count": 2
},
{
"date": "2023-05-09",
"count": 1
},
{
"date": "2023-05-10",
"count": 2
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-05-18",
"count": 2
},
{
"date": "2023-05-19",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-05-28",
"count": 1
},
{
"date": "2023-06-01",
"count": 1
},
{
"date": "2023-06-03",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-06-17",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-07-03",
"count": 2
},
{
"date": "2023-07-04",
"count": 2
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2023-07-08",
"count": 2
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-07-15",
"count": 1
},
{
"date": "2023-07-16",
"count": 1
},
{
"date": "2023-07-19",
"count": 2
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-07-29",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-03",
"count": 2
},
{
"date": "2023-08-06",
"count": 2
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-10",
"count": 2
},
{
"date": "2023-08-12",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-08-19",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-08-23",
"count": 2
},
{
"date": "2023-08-27",
"count": 2
},
{
"date": "2023-08-30",
"count": 1
},
{
"date": "2023-09-06",
"count": 2
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-09-09",
"count": 2
},
{
"date": "2023-09-10",
"count": 1
},
{
"date": "2023-09-11",
"count": 2
},
{
"date": "2023-09-12",
"count": 1
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-22",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-09-27",
"count": 2
},
{
"date": "2023-09-28",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-06",
"count": 2
},
{
"date": "2023-10-07",
"count": 1
},
{
"date": "2023-10-11",
"count": 2
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-15",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-01",
"count": 1
},
{
"date": "2023-11-03",
"count": 2
},
{
"date": "2023-11-05",
"count": 2
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-11-17",
"count": 2
},
{
"date": "2023-11-18",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2023-12-09",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-24",
"count": 1
},
{
"date": "2023-12-28",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-01",
"count": 1
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-01-13",
"count": 1
},
{
"date": "2024-01-26",
"count": 2
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-02-01",
"count": 15
},
{
"date": "2024-02-11",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-02-13",
"count": 2
},
{
"date": "2024-02-15",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-03",
"count": 2
},
{
"date": "2024-03-04",
"count": 2
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-05",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-20",
"count": 1
},
{
"date": "2024-04-26",
"count": 2
},
{
"date": "2024-05-03",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-05-23",
"count": 2
},
{
"date": "2024-05-24",
"count": 1
},
{
"date": "2024-05-25",
"count": 1
},
{
"date": "2024-05-26",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-06-23",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-07-17",
"count": 2
},
{
"date": "2024-07-18",
"count": 2
},
{
"date": "2024-07-26",
"count": 2
},
{
"date": "2024-07-29",
"count": 10
},
{
"date": "2024-08-06",
"count": 2
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-08-26",
"count": 2
},
{
"date": "2024-08-27",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-22",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-21",
"count": 2
},
{
"date": "2024-10-24",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-11-21",
"count": 2
},
{
"date": "2024-11-29",
"count": 3
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2024-12-07",
"count": 1
},
{
"date": "2024-12-14",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-12",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-01-18",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-01-25",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-02-04",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-02-19",
"count": 2
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-02-27",
"count": 2
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-21",
"count": 2
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-09",
"count": 2
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-05-04",
"count": 1
},
{
"date": "2025-05-11",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-05-25",
"count": 2
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-07",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-08-13",
"count": 2
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-16",
"count": 2
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-25",
"count": 8
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-07",
"count": 2
},
{
"date": "2025-09-09",
"count": 2
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-23",
"count": 2
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-26",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-11-12",
"count": 2
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-05",
"count": 2
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-01-05",
"count": 2
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-15",
"count": 2
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-29",
"count": 3
},
{
"date": "2026-02-01",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-07",
"count": 2
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-02-27",
"count": 2
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-26",
"count": 2
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-22",
"count": 2
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-27",
"count": 2
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-07",
"count": 1
},
{
"date": "2026-06-09",
"count": 2
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-18",
"count": 3
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-04",
"count": 2
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-08",
"count": 2
},
{
"date": "2026-07-11",
"count": 2
},
{
"date": "2026-07-14",
"count": 2
},
{
"date": "2026-07-15",
"count": 2
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-22",
"count": 1
},
{
"date": "2026-07-25",
"count": 2
},
{
"date": "2026-07-27",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
},
{
"date": "2026-07-29",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_forks": 6836
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 35634,
"source_files_sampled": 31,
"oversized_source_files": 0,
"agent_instruction_files": [
".cursor/rules/project.mdc",
".github/copilot-instructions.md",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 13650
},
"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": 6,
"malicious_count": 0,
"assessed_package": "npm:gentelella@4.0.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "datatables.net",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.3.8"
},
{
"name": "echarts",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.1.0"
},
{
"name": "leaflet",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.9.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "datatables.net",
"direct": true,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "echarts",
"direct": true,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "leaflet",
"direct": true,
"version": "1.9.4",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.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/config-array",
"direct": false,
"version": "0.23.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/js",
"direct": false,
"version": "10.0.1",
"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/source-map",
"direct": false,
"version": "0.3.11",
"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": "@oxc-project/types",
"direct": false,
"version": "0.139.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-android-arm64",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-darwin-arm64",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-darwin-x64",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-freebsd-x64",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-arm-glibc",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-arm-musl",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-arm64-glibc",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-arm64-musl",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-x64-glibc",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-x64-musl",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-win32-arm64",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-win32-x64",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@playwright/test",
"direct": false,
"version": "1.61.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"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/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"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": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "better-sqlite3",
"direct": false,
"version": "13.0.1",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "bundle-name",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.6",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "default-browser",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "default-browser-id",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "define-lazy-prop",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.7.0",
"ecosystem": "npm"
},
{
"name": "eslint-config-prettier",
"direct": false,
"version": "10.1.8",
"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": "5.0.1",
"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": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "express",
"direct": false,
"version": "5.2.1",
"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": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "immutable",
"direct": false,
"version": "5.1.9",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "3.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": "is-in-ssh",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-inside-container",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-wsl",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jquery",
"direct": false,
"version": "4.0.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": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.16",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "node-addon-api",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "node-addon-api",
"direct": false,
"version": "8.9.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "open",
"direct": false,
"version": "11.0.0",
"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": "parseurl",
"direct": false,
"version": "1.3.3",
"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": "path-to-regexp",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "playwright",
"direct": false,
"version": "1.61.1",
"ecosystem": "npm"
},
{
"name": "playwright-core",
"direct": false,
"version": "1.61.1",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.21",
"ecosystem": "npm"
},
{
"name": "powershell-utils",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.6",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.2",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "rollup-plugin-visualizer",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "run-applescript",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "sass",
"direct": false,
"version": "1.101.3",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.7.6",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": false,
"version": "5.49.0",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "wsl-utils",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "18.0.0",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "zrender",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 251,
"direct_count": 3,
"indirect_count": 248
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 165,
"open_issues": 1,
"closed_ratio": 0.998,
"closed_issues": 651,
"closed_unmerged_prs": 128
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "christianesperar",
"commits": 128,
"avatar_url": "https://avatars.githubusercontent.com/u/1621344?v=4"
},
{
"type": "User",
"login": "AndreiCN",
"commits": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/20791686?v=4"
},
{
"type": "User",
"login": "krzysiekpiasecki",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/4520629?v=4"
},
{
"type": "User",
"login": "sunnykushwahasublimedatasys",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/60113459?v=4"
},
{
"type": "User",
"login": "cristianraiber",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/7841556?v=4"
},
{
"type": "User",
"login": "William-H-M",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/24443241?v=4"
},
{
"type": "User",
"login": "thomaslwq",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/3986176?v=4"
},
{
"type": "User",
"login": "amutisya",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/12456568?v=4"
},
{
"type": "User",
"login": "ernaniaz",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1548784?v=4"
},
{
"type": "User",
"login": "DanAtkinson",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/23440?v=4"
}
],
"contributors_sampled": 64,
"top_contributor_share": 0.393
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"deploy-pages.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"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 1/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 10,
"reason": "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": "28 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bd2f2856d75abad2b0b4ca7bc0166ddeb6b015a8",
"ran_at": "2026-07-30T12:17:21Z",
"aggregate_score": 6.1,
"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-30T12:10:47Z",
"oldest_open_prs": [
{
"number": 997,
"created_at": "2026-07-21T15:02:23Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-05-28T12:40:37Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 999,
"created_at": "2026-07-30T11:02:29Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ColorlibHQ/gentelella",
"host": "github.com",
"name": "gentelella",
"owner": "ColorlibHQ"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"security": 70,
"vitality": 83,
"community": 82,
"governance": 75,
"engineering": 82
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 83,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"commits_last_year": 59,
"human_commit_share": 0.99,
"days_since_last_push": 0,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "59 commits in the last year",
"points": 16,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 59
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "28 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": 100,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v4.0.3",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 44
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~44 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 44
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 82,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"forks": 6836,
"stars": 21445,
"watchers": 1039,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "21,445 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 21445
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6,836 forks",
"points": 25,
"status": "met",
"details": [
{
"code": "forks",
"params": {
"count": 6836
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1,039 watchers",
"points": 15,
"status": "met",
"details": [
{
"code": "watchers",
"params": {
"count": 1039
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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": [
"gentelella"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 13206
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "13,206 downloads/month across npm",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 13206,
"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": "good",
"name": "Sustainability & Governance",
"value": 75,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 64,
"top_contributor_share": 0.393
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 39% of commits",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "64 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 64
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 165,
"open_issues": 1,
"closed_issues": 651,
"issue_closed_ratio": 0.998,
"closed_unmerged_prs": 128
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "165/293 decided PRs merged",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 165,
"decided": 293
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 900,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ColorlibHQ",
"public_repos": 192,
"account_age_days": 3003
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "900 followers of ColorlibHQ",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 900,
"login": "ColorlibHQ"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "192 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 192
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"gentelella"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": 82,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"bootstrap",
"dashboard",
"admin-dashboard",
"html",
"html-template",
"colorlib",
"admin",
"admin-dashboard-template",
"admin-dashboard-ui",
"admin-template",
"admin-ui",
"css",
"dashboard-template",
"dashboard-templates",
"admin-panel",
"bootstrap-5",
"bootstrap-5-admin-template",
"bootstrap-5-dashboard",
"bootstrap-5-template",
"bootstrap-admin-panel"
],
"has_wiki": true,
"homepage": "https://gentelella.colorlib.com/",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://gentelella.colorlib.com/",
"points": 15,
"status": "met",
"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": "20 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 20
}
}
],
"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": "good",
"name": "Security",
"value": 70,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 1/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "28 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"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:gentelella@4.0.3 runtime dependency closure — what installing the published package pulls in — 6 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:gentelella@4.0.3",
"assessed": 6
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 6,
"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": 6,
"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": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.586,
"agent_instruction_files": [
".cursor/rules/project.mdc",
".github/copilot-instructions.md",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 13650
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".cursor/rules/project.mdc, .github/copilot-instructions.md, AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".cursor/rules/project.mdc, .github/copilot-instructions.md, 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": "58 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 58,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.19,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "19 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 19,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "HTML",
"largest_source_bytes": 35634,
"source_files_sampled": 31,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "HTML without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "HTML"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/31 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T12:17:41.192649Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/ColorlibHQ/gentelella.svg",
"full_name": "ColorlibHQ/gentelella",
"license_state": "standard",
"license_spdx": "MIT"
}