{"id":20083640,"url":"https://github.com/marko-js/utils","last_synced_at":"2025-09-10T21:21:04.101Z","repository":{"id":40791148,"uuid":"133077389","full_name":"marko-js/utils","owner":"marko-js","description":"A set of utilities used by the Marko ecosystem.  🛠","archived":false,"fork":false,"pushed_at":"2023-03-01T22:33:49.000Z","size":2201,"stargazers_count":4,"open_issues_count":25,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-31T07:48:22.731Z","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/marko-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2018-05-11T18:53:34.000Z","updated_at":"2024-01-07T04:34:11.000Z","dependencies_parsed_at":"2024-06-19T05:55:19.446Z","dependency_job_id":"729f13b7-8700-4df0-a29e-bc9af60e9086","html_url":"https://github.com/marko-js/utils","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marko-js%2Futils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marko-js%2Futils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marko-js%2Futils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marko-js%2Futils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marko-js","download_url":"https://codeload.github.com/marko-js/utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224452789,"owners_count":17313668,"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-11-13T15:48:10.156Z","updated_at":"2024-11-13T15:48:10.908Z","avatar_url":"https://github.com/marko-js.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🔨 Utils 🔧\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003c!-- Structure --\u003e\n  \u003ca href=\"https://github.com/lerna/lerna\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/monorepo-lerna-531099.svg\" alt=\"Lerna\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- Format --\u003e\n  \u003ca href=\"https://github.com/prettier/prettier\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/styled_with-prettier-ff69b4.svg\" alt=\"Styled with prettier\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- License --\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/marko-js/utils.svg\" alt=\"MIT\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- CI --\u003e\n  \u003ca href=\"https://travis-ci.com/marko-js/utils\"\u003e\n    \u003cimg src=\"https://travis-ci.com/marko-js/utils.svg?branch=master\" alt=\"Build status\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- Coverage --\u003e\n  \u003ca href=\"https://codecov.io/gh/marko-js/utils\"\u003e\n    \u003cimg src=\"https://codecov.io/gh/marko-js/utils/branch/master/graph/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- It's a joke --\u003e\n  \u003ca href=\"https://twitter.com/mlrawlings/status/974823927917641728\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/🐛-Bug Free-green.svg\" alt=\"It's a joke\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Packages\n\n- [vertest](https://github.com/marko-js/utils/blob/master/packages/vertest/README.md) -\n  test a package with the versions of dependencies it claims to support\n- [parse-node-args](https://github.com/marko-js/utils/blob/master/packages/parse-node-args/README.md) -\n  extract all valid node flags from a list of process args\n- [abort-group](https://github.com/marko-js/utils/blob/master/packages/abort-group/README.md) -\n  group a set of cancelable actions to be aborted together at any time.\n- [dependent-path-update](https://github.com/marko-js/utils/blob/master/packages/dependent-path-update/README.md) -\n  A tool to update dependent paths when renaming a file.\n\n## Contributing\n\nThis repo provides a consistent build, test, \u0026 development environment around small utilities that are shared by packages used in many of the projects in the Marko ecosystem.\n\n### [npm](https://twitter.com/chriscoyier/status/896051713378992130) scripts\n\n- `test` Run the tests for all packages\n- `publish` Runs build and begins publishing any changed packages\n- `build` Runs babel on the `src` folder for every package _(runs on publish)_\n- `format` Formats the files in the repo _(runs on precommit)_\n- `lint` Lints the files in the repo _(runs on precommit)_\n\n## Code of Conduct\n\nThis project adheres to the [eBay Code of Conduct](./.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarko-js%2Futils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarko-js%2Futils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarko-js%2Futils/lists"}