{"id":22117152,"url":"https://github.com/uni-helper/galanga","last_synced_at":"2025-07-25T10:33:05.660Z","repository":{"id":169828534,"uuid":"645881712","full_name":"uni-helper/galanga","owner":"uni-helper","description":"Galanga uni-app ver.","archived":false,"fork":false,"pushed_at":"2024-11-28T04:42:25.000Z","size":395,"stargazers_count":2,"open_issues_count":11,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-28T17:39:57.947Z","etag":null,"topics":["galanga","javascript","js-lib","uni-app","uni-helper","uniapp"],"latest_commit_sha":null,"homepage":"https://galanga.censujiang.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uni-helper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ModyQyW","KeJunMao","Neil Lee"],"custom":["https://afdian.net/a/kejun","https://github.com/ModyQyW/sponsors","https://afdian.net/a/zguolee"]}},"created_at":"2023-05-26T16:56:45.000Z","updated_at":"2024-03-10T02:48:31.000Z","dependencies_parsed_at":"2023-12-18T05:26:20.000Z","dependency_job_id":"792df378-7001-4471-ae28-5f21de6635b3","html_url":"https://github.com/uni-helper/galanga","commit_stats":null,"previous_names":["uni-helper/galanga"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uni-helper%2Fgalanga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uni-helper%2Fgalanga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uni-helper%2Fgalanga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uni-helper%2Fgalanga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uni-helper","download_url":"https://codeload.github.com/uni-helper/galanga/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227567971,"owners_count":17787554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["galanga","javascript","js-lib","uni-app","uni-helper","uniapp"],"created_at":"2024-12-01T13:29:15.603Z","updated_at":"2024-12-01T13:29:16.158Z","avatar_url":"https://github.com/uni-helper.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ModyQyW","https://github.com/sponsors/KeJunMao","https://github.com/sponsors/Neil Lee","https://afdian.net/a/kejun","https://github.com/ModyQyW/sponsors","https://afdian.net/a/zguolee"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://galanga.censujiang.com\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg width=\"180\" src=\"https://galanga.censujiang.com/logo.svg\" alt=\"Galanga logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://npmjs.com/package/@uni-helper/galanga\"\u003e\u003cimg src=\"https://badgen.net/npm/v/@uni-helper/galanga\" alt=\"npm package\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n# [@uni-helper/galanga](https://github.com/uni-helper/galanga)\n\n开源好用的 `JS|TS` 常用函数库山奈/Galanga的UNI-APP版本\n\n[官方文档](https://galanga.censujiang.com) | [中国镜像](https://galanga.censujiang.cn)\n\n## :star: 简介\n\n山奈/Galanga（以下简称山奈）是川菜中常用的调味品，也可以用作腌制成为单独的菜品，而这一辅料被人们俗称为姜。\n\n在Web的世界里，它是一个开源的实用的JS函数库，它的目标是提供一些常用的函数，让你的代码更简洁更易读。我们希望利用姜来让您的代码更加美味，让您更加专注于业务逻辑的实现。\n\n- 使用ES6+和TypeScript编写源码，编译生成生产代码\n- 此版本为UNI-APP版本，支持小程序、H5、APP等多端\n- 无其他依赖，体积小巧\n\n## :pill: 兼容性\n\n单元测试保证支持如下环境：\n\n| IE   | CH   | FF   | SF   | OP   | IOS  | Android   | Node  |\n| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ----- |\n| 6+   | 29+ | 55+  | 9+   | 50+  | 9+   | 4+   | 4+ |\n\n\n## :open_file_folder: 目录介绍\n\n```\n.\n├── config 打包配置文件\n├── demo 使用demo\n├── dist 编译产出代码\n├── docs 项目文档站点\n├── scripts 打包脚本\n├── src 源代码目录\n├── test 单元测试\n├── wiki 项目文档源代码\n```\n\n## :rocket: 使用者指南\n\n通过npm下载安装代码\n\n```bash\nnpm install --save @uni-helper/galanga\n#or\nyarn add @uni-helper/galanga\n```\n\n## :kissing_heart: 贡献者指南\n\n[CONTRIBUTING.md](https://github.com/censujiang/galanga/blob/master/wiki/guide/contribute.md)\n\n### 主仓贡献者名单\n\n[![贡献者名单](https://contrib.rocks/image?repo=censujiang/galanga)](https://github.com/censujiang/galanga/graphs/contributors)\n\n### UNI-APP版本贡献者名单\n\n[![贡献者名单](https://contrib.rocks/image?repo=uni-helper/galanga)](https://github.com/uni-helper/galanga/graphs/contributors)\n\n## :gear: 更新日志\n\n[CHANGELOG.md](https://github.com/censujiang/galanga/blob/master/wiki/guide/changelog.md)\n\n## :airplane: 计划列表\n\n[TODO.md](https://github.com/censujiang/galanga/blob/master/wiki/guide/changelog.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funi-helper%2Fgalanga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funi-helper%2Fgalanga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funi-helper%2Fgalanga/lists"}