{"id":16600976,"url":"https://github.com/wmui/uuujs","last_synced_at":"2025-04-02T23:15:39.869Z","repository":{"id":34982198,"uuid":"194022310","full_name":"wmui/uuujs","owner":"wmui","description":"Utils","archived":false,"fork":false,"pushed_at":"2022-12-11T04:23:49.000Z","size":2089,"stargazers_count":0,"open_issues_count":24,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T04:12:56.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wmui.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}},"created_at":"2019-06-27T04:24:28.000Z","updated_at":"2020-05-03T14:00:23.000Z","dependencies_parsed_at":"2023-01-15T11:26:31.394Z","dependency_job_id":null,"html_url":"https://github.com/wmui/uuujs","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmui%2Fuuujs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmui%2Fuuujs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmui%2Fuuujs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmui%2Fuuujs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wmui","download_url":"https://codeload.github.com/wmui/uuujs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905871,"owners_count":20852819,"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":[],"created_at":"2024-10-12T00:16:20.735Z","updated_at":"2025-04-02T23:15:39.844Z","avatar_url":"https://github.com/wmui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## UUUJS\n\n[![Build Status](https://travis-ci.org/wmui/uuujs.svg?branch=master)](https://travis-ci.org/wmui/uuujs)\n[![Coverage Status](https://coveralls.io/repos/github/wmui/uuujs/badge.svg?branch=master)](https://coveralls.io/github/wmui/uuujs?branch=master)\n[![LICENSE MIT](https://img.shields.io/npm/l/uuujs.svg)](https://www.npmjs.com/package/uuujs)\n\n\u003e uuujs - 无依赖前端工具函数库\n\n## 使用方式\n\nuuujs支持在浏览器环境和node环境中使用\n\n### 浏览器环境\n\n[uuu.min.js](https://github.com/wmui/uuujs/blob/master/dist/uuu.min.js)\n\n```html\n\u003cscript src=\"uuu.min.js\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\n    var t = uuu.getType({}); // Object\n\u003c/script\u003e\n```\n\n或者\n\n```js\n// 全部引入\nimport uuu from 'uuujs';\n\n// 按需引入\nimport getType from 'uuujs/getType';\n```\n\n### Node环境\n\n```js\n// 全部引入\nconst uuu = require('uuujs');\n\n// 按需引入\nconst getType = require('uuujs/getType');\n```\n\n## TS支持\n\n已添加类型声明文件，函数有详细注释\n\n**注意：** 函数的测试用例还在不断添加中\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmui%2Fuuujs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwmui%2Fuuujs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmui%2Fuuujs/lists"}