{"id":21344792,"url":"https://github.com/gethinode/yq-bin","last_synced_at":"2026-02-10T17:02:35.127Z","repository":{"id":216084341,"uuid":"740078400","full_name":"gethinode/yq-bin","owner":"gethinode","description":"Binary wrapper for yq","archived":false,"fork":false,"pushed_at":"2025-10-24T05:46:43.000Z","size":1074,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T07:29:16.039Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/gethinode.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,"zenodo":null}},"created_at":"2024-01-07T13:14:31.000Z","updated_at":"2025-01-28T13:52:39.000Z","dependencies_parsed_at":"2024-01-12T12:14:10.867Z","dependency_job_id":"e7ce7856-71f2-41f0-bd12-7213279043bc","html_url":"https://github.com/gethinode/yq-bin","commit_stats":null,"previous_names":["gethinode/yq-bin"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/gethinode/yq-bin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethinode%2Fyq-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethinode%2Fyq-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethinode%2Fyq-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethinode%2Fyq-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gethinode","download_url":"https://codeload.github.com/gethinode/yq-bin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gethinode%2Fyq-bin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29308886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T16:09:25.305Z","status":"ssl_error","status_checked_at":"2026-02-10T16:08:52.170Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-22T01:22:20.785Z","updated_at":"2026-02-10T17:02:35.092Z","avatar_url":"https://github.com/gethinode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yq-bin\n\n\u003c!-- markdownlint-disable MD033 --\u003e\n\u003c!-- Tagline --\u003e\n\u003cp align=\"center\"\u003e\n    \u003cb\u003eBinary wrapper for yq\u003c/b\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\n\u003c!-- Badges --\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.npmjs.com/package/%40gethinode/yq-bin\"\u003e\n        \u003cimg src=\"https://img.shields.io/npm/v/%40gethinode/yq-bin\" alt=\"npm package\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/gethinode/yq-bin/commits/main\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/last-commit/gethinode/yq-bin.svg\" alt=\"Last commit\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/gethinode/yq-bin/issues\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/issues/gethinode/yq-bin.svg\" alt=\"Issues\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/gethinode/yq-bin/pulls\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/issues-pr-raw/gethinode/yq-bin.svg\" alt=\"Pulls\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/gethinode/yq-bin/blob/main/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/gethinode/yq-bin\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- Table of Contents --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e •\n  \u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\u003c!-- markdownlint-enable MD033 --\u003e\n\n## About\n\n[yq][yq_repo] is a lightweight and portable command-line YAML, JSON, and XML processor. It is written and maintained by [Mike Farah][mikefarah]. Inspired by [hugo-bin][hugo-bin], this package publishes yq as [npm][npm] binary.\n\n## Prerequisites\n\nThis package requires `npm`. You are recommended to install [Node.js][nodejs], which includes `npm`.\n\n## Installation\n\nRun the following command to install `yq-bin` as development dependency in your current project.\n\n```bash\nnpm install @gethinode/yq-bin --save-dev\n```\n\n## Usage\n\nUse `npx yq` to run the embedded `yq` binary. When `npx` is unavailable, you can run `./node_modules/.bin/yq` instead.\n\n## Notes\n\nThis package is derived from [fenneclab/hugo-bin][hugo-bin]. The underlying code does not recognize computers with Apple Silicon properly. Instead, an Intel-based binary is used, which may affect performance.\n\n## Credits\n\nThis package is based on the following repository:\n\n- [fenneclab/hugo-bin][hugo-bin]\n\n## License\n\nThe `yq-bin` codebase is released under the [MIT license][license].\n\n\u003c!-- MARKDOWN PUBLIC LINKS --\u003e\n[nodejs]: https://nodejs.org\n[npm]: https://www.npmjs.com\n[hugo-bin]: https://github.com/fenneclab/hugo-bin\n[mikefarah]: https://github.com/mikefarah\n[yq_repo]: https://github.com/mikefarah/yq\n\n\u003c!-- MARKDOWN MAINTAINED LINKS --\u003e\n[license]: https://github.com/gethinode/hinode/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgethinode%2Fyq-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgethinode%2Fyq-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgethinode%2Fyq-bin/lists"}