Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"kui",
"ui-kit",
"ui-libary",
"ui-libraries",
"vue3-components",
"vue3-vite-ui",
"kui-vue"
],
"is_fork": false,
"size_kb": 31510,
"has_wiki": true,
"homepage": "https://k-ui.cn",
"languages": {
"CSS": 2857,
"Vue": 347993,
"HTML": 2614,
"Less": 256345,
"JavaScript": 2793504,
"TypeScript": 955023
},
"pushed_at": "2026-07-19T14:53:04Z",
"created_at": "2024-10-24T07:42:02Z",
"owner_type": "User",
"updated_at": "2026-07-19T14:53:08Z",
"description": "A desktop UI component library based on Vue.js",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Qiu",
"type": "User",
"login": "smallerqiu",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/154054190?v=4",
"created_at": "2023-12-17T09:54:45Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 947
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.0.2",
"kind": "patch",
"published_at": "2026-03-02T04:05:38Z"
}
],
"recent_commits": [
{
"oid": "b41ce225a255b2b6e8d98a60c3bd9ac6fd0e3ef9",
"body": "- Introduced the Cascader component for hierarchical selection.\n- Added demo examples for basic usage, disabled items, hover trigger, and size variations.\n- Updated component styles to support new design specifications.\n- Enhanced API documentation for the Cascader component.\n- Integrated Cascader into the main component exports and menu navigation.",
"is_bot": false,
"headline": "feat: add Cascader component with basic functionality and styles",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-07-19T14:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb384af3f75957b73e622d61c22c2a907c735f7e",
"body": null,
"is_bot": false,
"headline": "v5.3.1",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-07-17T05:45:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e37deeb633b5a459dfd2ce7c04c22231fd4d25c",
"body": null,
"is_bot": false,
"headline": "update docs",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-07-13T07:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d280dc4df1cae9c8b33d8b00968d8b4f64f9c427",
"body": null,
"is_bot": false,
"headline": "5.3.0",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-07-13T06:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41546f778ace088d1ae7bbd4044264158cdb3ff0",
"body": "- 扩展二维码组件,新增加载中、已过期、已扫描等状态类型。\n- 新增 QRCodeErrorLevel 与 QRCodeStatus 属性,强化类型安全性。\n- 完善二维码提示信息的多语言国际化适配。\n- 新增自定义状态演示,支持通过用户模板展示加载与过期状态。\n- 重构 Poptip、Popconfirm、Tooltip 等相关组件,优化位置更新逻辑。\n- 改进 Input 组件的输入处理机制,支持多种值类型。\n- 为模态框样式添加最小宽度,提升响应式表现。\n- 更新二维码与 Splitter 组件文档,补充新特性说明及示例。",
"is_bot": false,
"headline": "feat:升级二维码组件,新增状态处理与多语言支持",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-07-13T06:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "873d83a88ce259e970e92155275d5fd4f65b00db",
"body": "- Updated radio-button, radio-group, radio, rate, star, col, row, option, select, slider, space, spin, stat-card, stat-number, switch, table, tab-panel, tabs, tag, timeline, tooltip, tree-select, tree components to use `const` instead of `export const` for props definitions.\n- Updated watermark component to use `const` for props and added type for `fullscreen` and `antiTamper`.\n- Removed unused types file for watermark.\n- Updated documentation for watermark component to reflect changes in props.",
"is_bot": false,
"headline": "refactor: change export to const for component props in various files",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-07-13T03:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f81abc5ac138a9d8eebea78fc0404bb4904d63b4",
"body": "- 新增二维码组件,支持尺寸、颜色、纠错等级及 Logo 等多种属性配置。\n- 新增多个示例,涵盖基础用法、自定义配置、下载功能及状态处理等场景。\n- 更新菜单,新增二维码选项。\n- 编写二维码组件样式,优化视觉呈现效果。\n- 实现水印组件,支持自定义内容、字体大小、颜色、旋转角度、间距、偏移量及布局方式。",
"is_bot": false,
"headline": "feat:新增二维码组件,支持自定义配置及水印功能",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-07-12T17:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "479c99e94d585932106c011d421b904fc1bc2ab9",
"body": "feat: 增加Watermark组件(待优化).",
"is_bot": false,
"headline": "fix: 修复dropdown 下拉定位问题,",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-07-10T10:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0810dc44a42ade10f469c8fe7697f3f0ca19fd91",
"body": null,
"is_bot": false,
"headline": "v5.2.3 fix: Select show label.",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-06-08T04:19:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd29123c83611a37b5ab67668e2550ae2ed2755b",
"body": "- Replaced Input and TextArea components with Select components in index.vue.\n- Implemented two Select components: one using options prop and another using children for options.\n- Added async data loading for Select options with a timeout.\n- Removed unused event handlers related to Input component.\n\nchore: enhance typed-router definitions\n\n- Updated ParamParsers and RouteNamedMap in typed-router.d.ts for better type safety.\n- Added pathParamNames to route definitions for improved clarity.",
"is_bot": false,
"headline": "feat: update test view to use Select component with async data loading",
"author_name": "smallerqiu",
"author_login": "smallerqiu",
"committed_at": "2026-06-07T06:16:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ccfb2a650eecfc63eacb2021a967e2dba9411d5",
"body": "`2026-5-18`\n\n- 修复`Input`,`Textarea` 只读属性问题\n- 修复`Modal` 宽度问题\n- 修复`Tag` class 属性异常问题",
"is_bot": false,
"headline": "## 5.2.2",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-18T14:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e9a5993c672f91ec016f133a6a38d63dc295671",
"body": "- `Form` child component exception issue",
"is_bot": false,
"headline": "- Enhanced `Table` slot functionality",
"author_name": "smallerqiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-10T02:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf85032f80cc51233f39c0d57ae8a57ea5feadbf",
"body": null,
"is_bot": false,
"headline": "feat: enhance form component with additional fields and validation rules",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-09T23:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ee2085c164baa65472f0084f2e4b9fb5d01693",
"body": null,
"is_bot": false,
"headline": "chore: update changelog date to 2026-5-9 for version 5.2.0",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-09T14:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e03ecf05a68ba9730b9042f34434e7caf52c29",
"body": null,
"is_bot": false,
"headline": "fix: update rules handling in FormItem component for better type safety",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-09T14:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "976a138048334668971d65cd454a6c6a53d5b2e7",
"body": null,
"is_bot": false,
"headline": "Refactor code structure for improved readability and maintainability",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-09T13:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f984f6e5b3725ec59ff2d4d33ab075472f106e",
"body": "…rove documentation",
"is_bot": false,
"headline": "feat: update components to use modelValue for v-model binding and imp…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-06T08:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab7932d7886f35e6832c90b56b1e30675b390409",
"body": "- Refactored Drawer, Input, Modal, Radio, Rate, Select, Tabs, and TreeSelect components to replace 'value' prop with 'modelValue' for v-model binding.\n- Added new event handlers for onChange and onClear in Input, Select, and TreeSelect components.\n- Updated documentation for all affected components \n[…]\nnd new event callbacks.\n- Removed deprecated 'value' prop from Input, TextArea, Rate, and Select components.\n- Enhanced Modal and Drawer components with onOpenChange event for better state management.",
"is_bot": false,
"headline": "feat: update components to use modelValue for v-model binding",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-06T07:38:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "de05f777e65e6725115c6f43728af77d3b1c64b6",
"body": "- Created index.less for styling modal and pop elements.\n- Added index.vue to implement shape, theme, and size selection with radio buttons.\n- Developed preview.vue to showcase various UI components including buttons, modals, switches, and more.",
"is_bot": false,
"headline": "feat: add new test components and styles for UI elements",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-05T16:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cf6d889026010cba657536f91e5ff1fbed6e605",
"body": null,
"is_bot": false,
"headline": "Refactor code structure for improved readability and maintainability",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-04T14:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e9fe8e37071e0f12379b6d0da23a5a30f03003e",
"body": "- Refactored RadioGroup API documentation to correct type definitions and improve clarity.\n- Enhanced RadioGroup TypeScript interface to allow additional properties.\n- Standardized Rate component API documentation by setting default values for allowHalf and showScore.\n- Updated Row and Col API docum\n[…]\non to set default values for disabled and show.\n- Updated Tree and TreeSelect component API documentation to clarify data types.\n- Adjusted Upload component API documentation to specify fileList type.",
"is_bot": false,
"headline": "fix: update component APIs and documentation for consistency and clarity",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-04T13:39:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "886015a9f34d08c5afe5dc8011d4bcbdfabde1a3",
"body": "…ntation\n\n- Updated `Tag`, `TimeLine`, `Tooltip`, `TreeSelect`, `Tree`, and `Upload` components to use lowercase types (e.g., `string`, `bool`) in their API documentation.\n- Enhanced `Upload` component to include `onBeforeUpload` event.\n- Updated package version to 5.1.0.\n- Added `Splitter` componen\n[…]\nputting `bool` (true/false) and `number` (0/1).\n- Introduced `loading` function to `message`.\n- Improved `RadioGroup` and form validation.\n- Changed the `light` property to `fill` for some components.",
"is_bot": false,
"headline": "feat: update component APIs to use lowercase types and improve docume…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-04T12:50:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2fb2d21413f446d728359874ca2a828062706cb9",
"body": null,
"is_bot": false,
"headline": "新增Splitter 组件",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-04T09:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4990f094623e0e720b12a67de5a3f9a810830b8",
"body": "- 优化RadioButton",
"is_bot": false,
"headline": "feat: Message 增加loading 函数",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-03T10:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7608e6eacb6095f03ef8dba19294d0f0609be75d",
"body": "…form item wrapper columns for better layout",
"is_bot": false,
"headline": "fix: update button styles to include 'k-btn-card' variant and adjust …",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-05-01T12:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7be0b0dba384af93fcca2087a6906c5960eb3f92",
"body": "… 'light'\n\n- Changed theme values in form components, input components, and others to use 'fill' as the default theme.\n- Updated documentation to reflect the new default theme.\n- Adjusted styles to accommodate the new theme settings.\n- Removed instances of 'light' theme from various components and replaced with 'fill'.\n- Added new theme demo for buttons showcasing 'outline', 'dashed', and 'fill' themes.",
"is_bot": false,
"headline": "feat: update theme options across components to use 'fill' instead of…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-29T15:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a143c6bef19c67e0ef2a3c478beb3ac8ac4fb423",
"body": "…tiple components\n\nCo-authored-by: Copilot <copilot@github.com>",
"is_bot": false,
"headline": "fix: update default size values from \"default\" to \"medium\" across mul…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-29T08:39:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fbbe9b837acf92ef3ac7f9f78873c35ce59a13fb",
"body": "…logic in Form",
"is_bot": false,
"headline": "fix: enable modelValue update handling in FormItem and improve reset …",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-29T03:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81e7a24895d31b71099d181a499e7121e03e4a6b",
"body": "…le value handling\n\nfix: update Checkbox and Switch examples to demonstrate new valueType functionality\nchore: refactor form validation and improve form demo with additional fields and validation rules",
"is_bot": false,
"headline": "feat: add valueType prop to Checkbox and Switch components for flexib…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-28T16:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6f8009b0daa594e859f676693d69c38d4082308",
"body": null,
"is_bot": false,
"headline": "fix: update import paths for CSS files in documentation and examples",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T16:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34b2a75c841cc17edc9591e73338a75c68404ca2",
"body": null,
"is_bot": false,
"headline": "feat: add onChange prop to multiple components for better event handling",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T10:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0951ef896cc9e3197a1948792e7b3996d5b9ad0d",
"body": null,
"is_bot": false,
"headline": "chore: add Chinese README file and update link in English README",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T10:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6c8ab9c9f33ce87459239f796ed3fe2448998ca",
"body": null,
"is_bot": false,
"headline": "5.0.1",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T10:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be19474ab2c94228dd738d6d5b63d18b1981eea4",
"body": "… \"types\"",
"is_bot": false,
"headline": "fix: correct the \"files\" entry in package.json to include \"style\" and…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T10:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a55f0ce3ad173057e1426a7e1265db892916ba",
"body": "Merge pull request !9 from Qiu/5.x",
"is_bot": false,
"headline": "!9 Merge branch 'master' into 5.x",
"author_name": "Qiu",
"author_login": null,
"committed_at": "2026-04-27T10:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b42f30d455bd2f5dd7f8d79b2b6526f957ea82cf",
"body": "- 基于TypeScript重构了所有组件\n- ⚠️5.x 版本使用新的图标库",
"is_bot": false,
"headline": "Merge pull request #2 from smallerqiu/5.x",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T10:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b84712eae3e9559a3c556752a6f2c9e20b6f65a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into 5.x",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T10:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d7c23da8a8337de84f7f301b78ab11f308557a",
"body": null,
"is_bot": false,
"headline": "chore: remove unused Vue and Vite configuration files",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T10:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5b039695d38f3e337c1c848fd32fc7510bca10",
"body": null,
"is_bot": false,
"headline": "fix: update icons link in documentation for consistency across languages",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T09:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5310bb833d27f1a27a2c96474464ca7db1acb3a1",
"body": "…support in components; enhance changelog for version 5.0.0\n\nCo-authored-by: Copilot <copilot@github.com>",
"is_bot": false,
"headline": "feat: update environment variables for production and add TypeScript …",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T09:40:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "06e89439d00f8c6940c4ec672ff754ac44d2ff4f",
"body": null,
"is_bot": false,
"headline": "Refactor code structure for improved readability and maintainability",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-27T06:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9af9bf4c3f7d80939fd2ea7606bd811cbbc6933",
"body": "…n, Greek, English, French, Italian, Japanese, Korean, Russian, Thai, Ukrainian, Vietnamese, Simplified Chinese, and Traditional Chinese\n\n- Added locale files for German (de), Greek (el), English (en), French (fr), Italian (it), Japanese (ja), Korean (ko), Russian (ru), Thai (th), Ukrainian (uk), Vietnamese (vi), Simplified Chinese (zh-CN), and Traditional Chinese (zh-TW).\n- Updated vite.config.js to dynamically include locale entries in the build process.",
"is_bot": false,
"headline": "feat: add localization support for multiple languages including Germa…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-26T15:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6468a03eb278ed1c4008935ab76fa5ac6f1b987",
"body": "…te rate component API and examples\n\nCo-authored-by: Copilot <copilot@github.com>",
"is_bot": false,
"headline": "feat: enhance icon component with reverse fill and stroke width; upda…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-26T13:10:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d9bf79e8eb46d0f40b7b14df9b74195170ebd839",
"body": "- Added `title` prop to Skeleton component for better customization.\n- Updated Slider component API to use `modelValue` instead of `v-model(:modelValue)`.\n- Added `reverse` and `size` props to Slider component for additional functionality.\n- Enhanced StatCard component API by changing `value` to `mo\n[…]\nnt for specifying display format.\n- Refactored resolver plugin to improve component name generation for TypeScript support.\n- Added test file for resolver plugin to validate component name extraction.",
"is_bot": false,
"headline": "feat: enhance component documentation and API consistency",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-26T09:17:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36fac3f99426d387062ceb8a7e5ae8145486d619",
"body": "…documentation",
"is_bot": false,
"headline": "feat: remove unused button component and update usage conventions in …",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-25T15:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe34204988e45d60f96a2713db55ce4487b2d1c9",
"body": "- Created button.vue and image.vue components demonstrating usage of KUI components.\n- Added English and Chinese quick start documentation (index.en_US.md and index.md) with installation instructions and usage conventions.\n- Highlighted the differences in component naming conventions and special components.",
"is_bot": false,
"headline": "feat: add quick start guide and example components for Vue 3",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-25T15:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f7374582c617dc764010c5ab6d2c0fb094b4895",
"body": "…on usage in components\n\nCo-authored-by: Copilot <copilot@github.com>",
"is_bot": false,
"headline": "feat: update dayjs locale imports and remove unused code; refactor ic…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-24T06:11:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "93935699f6ac3abf22a15a96985bb8e510c60953",
"body": "- Added a new font \"MyFont\" and applied it to the HTML body.\n- Changed the background color of the body to red.\n- Adjusted margin for paragraphs in the markdown body for consistency.\n\nrefactor: update menu icons and structure\n\n- Replaced several icons in the navigation menu with more appropriate one\n[…]\nt with the Icon component for rendering icons in the demo view.\n\nchore: add custom font file\n\n- Added the font file 'w.ttf' to the assets/fonts directory.\n\nCo-authored-by: Copilot <copilot@github.com>",
"is_bot": false,
"headline": "feat: add custom font and update styles",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-23T16:53:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ddc31ce93661ca6467f35944aecd7c8b18bd1d28",
"body": "…esentation\n\n- Replaced string icons with corresponding icon components for better consistency and clarity.\n- Updated various menu items under categories such as \"universal\", \"layouts\", \"data\", and \"notices\" to use new icons from the kui-icons library.\n- Improved user interface by integrating visually distinct icons for elements like buttons, dropdowns, and alerts.",
"is_bot": false,
"headline": "feat(menu): update icons for navigation items and enhance visual repr…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-23T08:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b5396093d73a8af2f1cd2f38ed06dd46ea8906",
"body": "…es and API details\n\nfix: replace WebIcon with Icon component in app layout and adjust icon properties\n\nrefactor: import styles from less file in main.ts and update menu icons to use kui-icons\n\nchore: update vite config to resolve kui-vue from components/index.ts",
"is_bot": false,
"headline": "feat: update markdown demo to ColorPicker component with usage exampl…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-22T15:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92517cc5b74712de9ac451c4953dd2bc6ea0be45",
"body": "- Replaced various icon imports in tree, upload, and demo components to use updated icon names.\n- Updated icon usage in app header and layout components for consistency.\n- Enhanced icon demo with search functionality and improved styling.\n- Added new styles for icon display and hover effects.\n- Updated markdown documentation to reflect changes in icon usage and API.",
"is_bot": false,
"headline": "feat: update icon imports and usage across components",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-22T08:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6994583baf50a1241399700daadd9f1382a4507",
"body": "- Updated button group demo to use TypeScript for event handling.\n- Added a new dropdown button demo with multiple button variations.\n- Improved carousel component to support a default index via the `value` prop.\n- Enhanced color picker demo to utilize TypeScript for placement types.\n- Refactored dr\n[…]\n across various components for better type safety.\n- Improved markdown plugin to handle demo imports and generate demo documentation.\n- Fixed minor styling issues and improved component documentation.",
"is_bot": false,
"headline": "feat: enhance button group demo and dropdown functionality",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-21T16:18:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "33c9886fef01fff70826a1a5e08ac890791b5ac8",
"body": "…tiple files",
"is_bot": false,
"headline": "feat: enhance component typings and improve code structure across mul…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-21T10:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d5cde2742f0a3fa71c0b6deafe31f1fcdf6811",
"body": "refactor: improve TypeScript definitions and code structure in various components",
"is_bot": false,
"headline": "feat: add radio button demo component and update related documentation",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-20T15:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4d3d4546fdc98486350c5b876be9e92b35a08d6",
"body": "… maintainability",
"is_bot": false,
"headline": "Refactor code structure and remove redundant code blocks for improved…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-20T11:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2786ccd76e56fc14bd14ac32146fe011016256fd",
"body": null,
"is_bot": false,
"headline": "feat: add TypeScript definitions for global Vue components",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-19T17:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ea62d0d695447e7f35c972ee2af6fcd1480640",
"body": "…yling\n\nstyle: enhance home page styles and button interactions\n\nfix: adjust router behavior for language paths and scroll behavior\n\nfeat: add demo control for table component with customizable options\n\nchore: clean up unused imports and console logs across components\n\nupdate: modify demo components to reflect new design and functionality\n\ndocs: update index view with new branding and descriptions",
"is_bot": false,
"headline": "refactor: update app header and layout for improved navigation and st…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-19T12:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9152f3dab15044f2fc598b2b9d504e24e6f421f",
"body": "- Simplified the code highlighting logic in the markdown plugin by removing the use of Prettier and directly using highlight.js for syntax highlighting.\n- Updated the demo code rendering to properly escape template syntax and format the output.\n- Adjusted the navigation links in app-layout.vue to en\n[…]\ntest.vue to demonstrate the StatNumber component with various configurations, removing unused Select component code.\n- Cleaned up tsconfig.app.json by removing commented-out exclusions for demo files.",
"is_bot": false,
"headline": "refactor: improve markdown plugin highlighting and demo code rendering",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-17T11:07:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f70358e357385e747f94c4a3376f12e1d782ff7d",
"body": null,
"is_bot": false,
"headline": "docs md format",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-16T16:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "121c3d3f911fbf97357e8c961df7e94c1466a440",
"body": null,
"is_bot": false,
"headline": "fix: message & notice",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-16T11:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be30a5edc3366b6cab1ffbd606ff5a4d84b2ce10",
"body": null,
"is_bot": false,
"headline": "docs: 调整demo 展示",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-15T15:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183ceed75846a61279df4eac07a04d790475449a",
"body": null,
"is_bot": false,
"headline": "rollback datepicker",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-15T08:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083d29a435559df42600d82ffb87650bf1a7ab25",
"body": "…ity and type safety\n\n- Updated Dropdown component to handle outside clicks and mouse events without passing event objects.\n- Removed unused key prop from Notice component.\n- Enhanced Select component with type definitions for options and improved event handling.\n- Added demo examples for Select com\n[…]\nated routes for documentation and demo pages.\n- Introduced typed-router for better TypeScript support in routing.\n- Cleaned up index.vue by converting it to index.tsx for consistency with other views.",
"is_bot": false,
"headline": "feat: Refactor Dropdown and Select components for improved functional…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-14T11:03:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9381e673bbeb07c88ad7fa2a6cec2098ce97a633",
"body": "docs: 整理文档",
"is_bot": false,
"headline": "fix: Tooltip position",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-13T17:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0179337d65b79dda264a6fb2d136888fd69c0f8d",
"body": null,
"is_bot": false,
"headline": "fix: event trigger",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-13T11:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2aaeff4cd5f624f0877991540533468bdb3d626",
"body": null,
"is_bot": false,
"headline": "调整 webTypes 输出",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-13T07:40:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a2b9e226dd37af11aa388ee272a50b897b7b4f7",
"body": null,
"is_bot": false,
"headline": "docs: demo 补充",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-13T07:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de1a3b60f221b27c36e3bb3ad865d535b9c2006d",
"body": null,
"is_bot": false,
"headline": "docs: 补充和调整demo展示的顺序.",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-13T06:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d5e234f5294e01cef2f17e5efa07df1c0310780",
"body": "- 完善文档",
"is_bot": false,
"headline": "fix: Space",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-13T03:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d17034a3864db1140e8257a2db994f9d3e4d4855",
"body": null,
"is_bot": false,
"headline": "feat: 更新文档和示例,优化Markdown插件,移除冗余代码",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-12T15:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b652e59cc65b6a516b78e0eef24862129c32292f",
"body": "…sliders, space, stat cards, switches, tables, and upload functionality\n\n- Introduced `workbench-layout.vue` for a new layout structure with task details.\n- Added `sizer-elevator.vue` to demonstrate pagination with size and elevator options.\n- Created `radio-button.vue` to showcase radio button grou\n[…]\nering, editable rows, sorting, and custom headers.\n- Added `custom-render.vue` for tree component with custom actions.\n- Implemented `file-list.vue` for file upload functionality with status handling.",
"is_bot": false,
"headline": "feat: add new demo components for layout, pagination, radio buttons, …",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-12T12:50:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a3b776447c7204b8bfb428d65dcef423bde6e06",
"body": null,
"is_bot": false,
"headline": "markdown to vue",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-12T12:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef2030f8ddd1b61a6acfe7cd3a22556d56244160",
"body": null,
"is_bot": false,
"headline": "清理冗余文件",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-12T12:06:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "284e3f68377d2ba2618f0a7e02e47887832e5761",
"body": null,
"is_bot": false,
"headline": "docs merge .",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-11T07:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39651e27422218e66408f0afe75355bad467073d",
"body": "- Deleted rollup configuration file and related build scripts.\n- Removed old TypeScript declaration generation script.\n- Eliminated icon generation script and language processing scripts.\n- Refactored markdown processing plugin to improve performance and maintainability.\n- Updated component views to use TypeScript and modern Vue syntax.\n- Added new TypeScript files for components and views.\n- Introduced markdown linting configuration for better consistency.",
"is_bot": false,
"headline": "refactor: remove deprecated scripts and configuration files",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-11T02:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "945ec7e5fa0b08fec58ecb70d559f00659d4ea59",
"body": null,
"is_bot": false,
"headline": "rename jsx to tsx and set lang to ts",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-10T10:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54870dfea8d58747101b6b9ed407dd22b5ebe97c",
"body": "… UMD builds\n\n- Created `use-unpkg.html` for testing Vue and Day.js via unpkg.\n- Added `vite.config.css.ts` for CSS build configuration with autoprefixer and LESS support.\n- Introduced `vite.config.docs.ts` for documentation site setup with Vue and Markdown support.\n- Implemented `vite.config.lib.ts` for library build configuration with support for multiple locales.\n- Established `vite.config.umd.ts` for UMD build configuration, ensuring compatibility with external dependencies.",
"is_bot": false,
"headline": "feat: add unpkg test HTML, Vite configuration for CSS, docs, lib, and…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-10T10:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d701d722616f3335bd86df85e92f48d32c5eccdb",
"body": "- Added `onClose` event prop to `alert`, `modal`, `poptip`, `tag`, and `tree-select` components.\n- Introduced `onClick` event prop for `anchor`, `badge`, `button`, and `icon` components.\n- Implemented `onChange` event prop for `color-picker`, `form`, `page`, `rate`, `select`, and `tree-select` compo\n[…]\n component with `onChange`, `onRemove`, and `onTabClick` event props.\n- Updated `tree` component with drag-and-drop event props: `onDragStart`, `onDragEnter`, `onDragLeave`, `onDrop`, and `onDragEnd`.",
"is_bot": false,
"headline": "feat: add event props for various components",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-09T15:57:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "deb8d2dab9f33b778f7bdedb4b644b7c1a9947dc",
"body": null,
"is_bot": false,
"headline": "refactor: unify component export style and improve code formatting",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-09T11:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b2985f96045903ce0175caf9bb1067fc5702632",
"body": null,
"is_bot": false,
"headline": "Refactor code structure for improved readability and maintainability",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-09T11:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "562a696253437ab40c25ad585f7bafe99dde73a4",
"body": null,
"is_bot": false,
"headline": "feat: add Vetur support with tags and attributes JSON files",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-08T16:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91837ae0e1cf437b02d6bd6f0f31e30cd4da1ed5",
"body": "…sage examples\n\n- Implemented TimeLine and TimeLineItem components for displaying vertical timelines.\n- Added demo files showcasing basic usage, icon customization, and display direction.\n- Created API documentation for the new components in both English and Chinese.\n- Updated TypeScript configuration to include new plugin files and enable JSX support.\n- Introduced a global type declaration generation for Vue components.",
"is_bot": false,
"headline": "feat(timeline): add TimeLine and TimeLineItem components with basic u…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-08T16:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e36c2a8490ee6a7e9f67e27832fef2d14a339c45",
"body": null,
"is_bot": false,
"headline": "add lib",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-08T12:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b264ebe17f0cc2430b41e363c865f7f0126c11ec",
"body": null,
"is_bot": false,
"headline": "feat: change boolean type",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-08T08:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd4f291327b2266cfb111c8e1108b6332bda3ab4",
"body": "…g.ts",
"is_bot": false,
"headline": "fix: enable locale entries and update dts configuration in vite.confi…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-07T11:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f7119f661305ce00d2283687ade8be40debd0f6",
"body": "fix: adjust index.ts to correctly export version as string\n\nfeat: enhance message component with new MessageApi interface and type options\n\nfeat: expand modal component with ModalApi interface for better type safety\n\nfix: modify notice component to include type options and improve API structure\n\nfix\n[…]\nack-top component in both English and Chinese\n\nfeat: introduce banner plugin for Vite to add comments to built files\n\nchore: refactor banner plugin with improved type definitions and utility functions",
"is_bot": false,
"headline": "feat: update dropdown component to use NodeJS.Timeout for timers",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-06T16:12:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88dd1218774270b7166d3eaeef693a478dbc6833",
"body": "…ents\n\n- Removed unused imports of DefineComponent in various components.\n- Updated type exports in Checkbox and Table components to include ChangeEvent.\n- Simplified prop definitions in Input and InputGroup components.\n- Enhanced type safety in Collapse and Form components.\n- Added utility function\n[…]\n.\n- Cleaned up code formatting and removed unnecessary comments.\n- Updated package.json and pnpm-lock.yaml for dependency management.\n- Removed rollup.config.js and migrated to Vite for build process.",
"is_bot": false,
"headline": "refactor: clean up imports and improve type definitions across compon…",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-06T10:10:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "31bcb36e1b126f93f67e34bff16eebe44eac16af",
"body": null,
"is_bot": false,
"headline": "export ts",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-04T03:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae4f5f6ad0d7d72034e82362f0e74929a258018",
"body": null,
"is_bot": false,
"headline": "fix: ts type",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-03T16:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76c15acc014f3e521e5824e94abdbe0e30cddacb",
"body": "- Updated tsconfig.app.json to exclude node_modules from compilation.\n- Enhanced vite.config.ts with additional plugins for JSX support, type definitions, and a banner.\n- Implemented a new GridItem component for grid layout with responsive properties including span, rowSpan, and offset.",
"is_bot": false,
"headline": "feat: enhance project configuration and add GridItem component",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-03T16:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304d8b2581391a81ab5c14be4cfea888337d79ae",
"body": null,
"is_bot": false,
"headline": "ColorPicker",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-03T11:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25efb5c28955bfd723ee73c4ea97f6c18941c9c1",
"body": null,
"is_bot": false,
"headline": "rollback ColorPicker ,",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-03T08:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f0e452e0671c5088e587280182d6228db49dc8",
"body": null,
"is_bot": false,
"headline": "Layout, Message,Notice, MOdal",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-03T06:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "030b359f7601f183b7be093b60cae4f0cc792cc0",
"body": null,
"is_bot": false,
"headline": "Modal, Menu",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-02T15:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820f5d88eb903d7d13de3d366ccd85df4dacf0a6",
"body": null,
"is_bot": false,
"headline": "fix: gen dts",
"author_name": "chuchur",
"author_login": null,
"committed_at": "2026-04-02T09:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85edcb25ff56d98731346729db7cf7812edddbe2",
"body": null,
"is_bot": false,
"headline": "Message, Notice",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-01T16:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f26f3834e7cbbf195681abb9be640d973badc64",
"body": null,
"is_bot": false,
"headline": "Page, Popconfirm , Radio",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-04-01T15:12:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "040eb04709418d610681185ec61854bf7c6e0c74",
"body": null,
"is_bot": false,
"headline": "Radio",
"author_name": "Qiu",
"author_login": "smallerqiu",
"committed_at": "2026-03-31T15:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078ba04b5a1e60f30be17bea17fcba86d2e3f0be",
"body": null,
"is_bot": false,
"headline": "Radio",
"author_name": "chuchur",
"author_login": null,
"committed_at": "2026-03-31T10:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd9478e9472f81cad11f93c5e7267097385364e",
"body": null,
"is_bot": false,
"headline": "Skeleton",
"author_name": "chuchur",
"author_login": null,
"committed_at": "2026-03-31T10:17:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 359,
"latest_release_at": "2026-03-02T04:05:38Z",
"latest_release_tag": "v4.0.2",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 38,
"days_since_latest_release": 141,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "kui-vue",
"exists": true,
"license": "MIT",
"keywords": [
"vue",
"vue3",
"kui",
"kui-vue",
"kyui",
"design",
"kui-vue",
"vueComponent",
"ui",
"ui-library",
"vue3-components",
"ui-kit"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/kui-vue",
"is_deprecated": false,
"latest_version": "5.3.1",
"repository_url": "https://github.com/smallerqiu/kui-vue",
"versions_count": 202,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2408,
"first_published_at": "2018-04-22T11:44:21.865000Z",
"latest_published_at": "2026-07-17T05:46:15.142000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2026-04-02",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_stars": 1
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 1687397,
"source_files_sampled": 230,
"oversized_source_files": 7,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 325,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "autoprefixer",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.5.2"
},
{
"name": "big.js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.0.1"
},
{
"name": "color",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.3"
},
{
"name": "dayjs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.11.21"
},
{
"name": "kui-icons",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.0"
},
{
"name": "qrcode",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.5.4"
},
{
"name": "uuid",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^14.0.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "autoprefixer",
"direct": true,
"version": "10.5.2",
"ecosystem": "npm"
},
{
"name": "big.js",
"direct": true,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "color",
"direct": true,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "dayjs",
"direct": true,
"version": "1.11.21",
"ecosystem": "npm"
},
{
"name": "kui-icons",
"direct": true,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "qrcode",
"direct": true,
"version": "1.5.4",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": true,
"version": "14.0.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/css-color",
"direct": false,
"version": "5.1.11",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/dom-selector",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/generational-cache",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/nwsapi",
"direct": false,
"version": "2.3.9",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-annotate-as-pure",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-create-class-features-plugin",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-member-expression-to-functions",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-optimise-call-expression",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-replace-supers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-skip-transparent-expression-wrappers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-jsx",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-typescript",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-typescript",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "@bramus/specificity",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@csstools/color-helpers",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@csstools/css-calc",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "@csstools/css-color-parser",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@csstools/css-parser-algorithms",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@csstools/css-syntax-patches-for-csstree",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@csstools/css-tokenizer",
"direct": false,
"version": "4.0.0",
"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": "@exodus/bytes",
"direct": false,
"version": "1.15.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"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": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.139.0",
"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": "@rollup/pluginutils",
"direct": false,
"version": "5.4.0",
"ecosystem": "npm"
},
{
"name": "@ts-morph/common",
"direct": false,
"version": "0.29.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/babel__core",
"direct": false,
"version": "7.20.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__generator",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__template",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@types/big.js",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/hash-sum",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@types/jsdom",
"direct": false,
"version": "28.0.3",
"ecosystem": "npm"
},
{
"name": "@types/jsesc",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "@types/linkify-it",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@types/markdown-it",
"direct": false,
"version": "14.1.2",
"ecosystem": "npm"
},
{
"name": "@types/mdurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.9.5",
"ecosystem": "npm"
},
{
"name": "@types/qrcode",
"direct": false,
"version": "1.5.6",
"ecosystem": "npm"
},
{
"name": "@types/tough-cookie",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-vue",
"direct": false,
"version": "6.0.7",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-vue-jsx",
"direct": false,
"version": "5.1.6",
"ecosystem": "npm"
},
{
"name": "@volar/language-core",
"direct": false,
"version": "2.4.28",
"ecosystem": "npm"
},
{
"name": "@volar/source-map",
"direct": false,
"version": "2.4.28",
"ecosystem": "npm"
},
{
"name": "@volar/typescript",
"direct": false,
"version": "2.4.28",
"ecosystem": "npm"
},
{
"name": "@vue-macros/common",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@vue/babel-helper-vue-transform-on",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@vue/babel-plugin-jsx",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@vue/babel-plugin-resolve-type",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-core",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-dom",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-sfc",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-ssr",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/devtools-api",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "@vue/devtools-kit",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "@vue/devtools-shared",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "@vue/language-core",
"direct": false,
"version": "3.3.7",
"ecosystem": "npm"
},
{
"name": "@vue/reactivity",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/runtime-core",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/runtime-dom",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/server-renderer",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/shared",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/tsconfig",
"direct": false,
"version": "0.9.1",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "alien-signals",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "any-promise",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-kit",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "ast-walker-scope",
"direct": false,
"version": "0.9.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.43",
"ecosystem": "npm"
},
{
"name": "bidi-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "birpc",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.6",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001805",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "code-block-writer",
"direct": false,
"version": "13.0.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "color-string",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "compare-versions",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "copy-anything",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "css-tree",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "data-urls",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "decimal.js",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "dijkstrajs",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.389",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "errno",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "exsolve",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "fraction.js",
"direct": false,
"version": "5.3.4",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "hash-sum",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "highlight.js",
"direct": false,
"version": "11.11.1",
"ecosystem": "npm"
},
{
"name": "hookable",
"direct": false,
"version": "5.5.3",
"ecosystem": "npm"
},
{
"name": "html-encoding-sniffer",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "image-size",
"direct": false,
"version": "0.5.5",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-potential-custom-element-name",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "is-what",
"direct": false,
"version": "4.1.16",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "jsdom",
"direct": false,
"version": "29.1.1",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "kolorist",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "less",
"direct": false,
"version": "4.6.7",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "linkify-it",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "local-pkg",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magic-string-ast",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "markdown-it",
"direct": false,
"version": "14.3.0",
"ecosystem": "npm"
},
{
"name": "markdown-it-anchor",
"direct": false,
"version": "9.2.1",
"ecosystem": "npm"
},
{
"name": "mdn-data",
"direct": false,
"version": "2.27.1",
"ecosystem": "npm"
},
{
"name": "mdurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "mlly",
"direct": false,
"version": "1.8.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "muggle-string",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "mz",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.15",
"ecosystem": "npm"
},
{
"name": "needle",
"direct": false,
"version": "3.5.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.51",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "parse-node-version",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "path-browserify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "perfect-debounce",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pirates",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pngjs",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.17",
"ecosystem": "npm"
},
{
"name": "postcss-value-parser",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.5",
"ecosystem": "npm"
},
{
"name": "prr",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "punycode.js",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "require-main-filename",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "sax",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "saxes",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "scule",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "set-blocking",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"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": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "sucrase",
"direct": false,
"version": "3.35.1",
"ecosystem": "npm"
},
{
"name": "svg-pathdata",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "symbol-tree",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": false,
"version": "5.49.0",
"ecosystem": "npm"
},
{
"name": "thenify",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "thenify-all",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tldts",
"direct": false,
"version": "7.4.8",
"ecosystem": "npm"
},
{
"name": "tldts-core",
"direct": false,
"version": "7.4.8",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "tough-cookie",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "ts-interface-checker",
"direct": false,
"version": "0.1.13",
"ecosystem": "npm"
},
{
"name": "ts-morph",
"direct": false,
"version": "28.0.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "uc.micro",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "ufo",
"direct": false,
"version": "1.6.4",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.24.6",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "unplugin",
"direct": false,
"version": "2.3.11",
"ecosystem": "npm"
},
{
"name": "unplugin",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "unplugin-dts",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "unplugin-utils",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.4",
"ecosystem": "npm"
},
{
"name": "vite-plugin-dts",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "vscode-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "vue",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "vue-router",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "vue-tsc",
"direct": false,
"version": "3.3.7",
"ecosystem": "npm"
},
{
"name": "w3c-xmlserializer",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "webpack-virtual-modules",
"direct": false,
"version": "0.6.2",
"ecosystem": "npm"
},
{
"name": "whatwg-mimetype",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "16.0.1",
"ecosystem": "npm"
},
{
"name": "which-module",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "xml-name-validator",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "xmlchars",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "15.4.1",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "18.1.3",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 325,
"direct_count": 7,
"indirect_count": 318
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 2,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "smallerqiu",
"commits": 199,
"avatar_url": "https://avatars.githubusercontent.com/u/154054190?v=4"
},
{
"type": "User",
"login": "cherouvim",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/743305?v=4"
},
{
"type": "User",
"login": "wshc1993",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/21350919?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.99
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b41ce225a255b2b6e8d98a60c3bd9ac6fd0e3ef9",
"ran_at": "2026-07-22T02:11:51Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-27T10:15:11Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/smallerqiu/kui-vue",
"host": "github.com",
"name": "kui-vue",
"owner": "smallerqiu"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 50,
"vitality": 84,
"community": 32,
"governance": 50,
"engineering": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"commits_last_year": 359,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 38
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "38/52 weeks with commits",
"points": 26.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 38
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "359 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 359
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 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": "good",
"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": 74,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v4.0.2",
"releases_from_tags": false,
"days_since_latest_release": 141,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 141 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 141
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"packages": [
"kui-vue"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2408
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,408 downloads/month across npm",
"points": 45.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2408,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.99
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 99% of commits",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 2,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "smallerqiu",
"public_repos": 23,
"account_age_days": 947
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of smallerqiu",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "smallerqiu"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~2 yr old",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"kui-vue"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "202 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 202
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 48,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"kui",
"ui-kit",
"ui-libary",
"ui-libraries",
"vue3-components",
"vue3-vite-ui",
"kui-vue"
],
"has_wiki": true,
"homepage": "https://k-ui.cn",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://k-ui.cn",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 325 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 325
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 325,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": 325,
"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": 1
},
"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": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.68,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "68 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 68,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.05,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 1687397,
"source_files_sampled": 230,
"oversized_source_files": 7
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "7/230 source files over 60KB",
"points": 53.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 230,
"oversized": 7
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"deps.dev does not index npm:kui-vue@5.3.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:11:56.755633Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/smallerqiu/kui-vue.svg",
"full_name": "smallerqiu/kui-vue",
"license_state": "standard",
"license_spdx": "MIT"
}