{"id":17297062,"url":"https://github.com/3lang3/utilbag","last_synced_at":"2025-03-26T20:44:19.460Z","repository":{"id":46086395,"uuid":"275959604","full_name":"3lang3/utilbag","owner":"3lang3","description":"this is javascript utils lib","archived":false,"fork":false,"pushed_at":"2024-02-24T15:52:25.000Z","size":55,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-20T22:21:24.787Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3lang3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-06-30T00:49:49.000Z","updated_at":"2024-02-24T15:44:35.000Z","dependencies_parsed_at":"2024-10-15T11:14:42.815Z","dependency_job_id":"9e23436e-70c1-4ef8-95c2-8f16f0d7c775","html_url":"https://github.com/3lang3/utilbag","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3lang3%2Futilbag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3lang3%2Futilbag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3lang3%2Futilbag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3lang3%2Futilbag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3lang3","download_url":"https://codeload.github.com/3lang3/utilbag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245734007,"owners_count":20663621,"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-15T11:14:37.725Z","updated_at":"2025-03-26T20:44:19.438Z","avatar_url":"https://github.com/3lang3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# utilbag\nweb mobile 常用开发工具包\n\n### Install\n```bash\n# npm\nnpm install utilbag\n# yarn\nyarn add utilbag\n```\n\n### Usage\n#### umd:\n```js\nimport { browser, date, event, number, reg, string } from 'utilbag'\nconsole.log(date.today())\n```\n#### commonjs\n```js\nconst utilbag = require('utilbag')\nconsole.log(utilbag.date.today())\n```\n#### browser script tag\n```html\n\u003cscript src=\"./lib/utilbag.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  const { browser, date, event, number, reg, string } = utilbag\n  console.log(date.today())\n\u003c/script\u003e\n```\n\n### API\nref: [utilbag types](./types.d.ts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3lang3%2Futilbag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3lang3%2Futilbag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3lang3%2Futilbag/lists"}