{"id":14986442,"url":"https://github.com/hvlxh/node-dialogs","last_synced_at":"2026-02-12T08:01:42.141Z","repository":{"id":169826982,"uuid":"645894050","full_name":"hvlxh/node-dialogs","owner":"hvlxh","description":"A library to create dialog boxes for Windows, macOS, and Linux, making the process easier!","archived":false,"fork":false,"pushed_at":"2023-10-29T08:40:02.000Z","size":1136,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T02:20:56.513Z","etag":null,"topics":["form","forms","forum","forum-application","forum-software","forums","javascript","messagebox","nodejs","typescript","ubuntu","unix","windows","windows-forms"],"latest_commit_sha":null,"homepage":"","language":"C++","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/hvlxh.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-26T17:33:48.000Z","updated_at":"2023-11-06T01:37:43.000Z","dependencies_parsed_at":"2023-07-21T18:42:15.724Z","dependency_job_id":"7ac05ca3-0a18-41b8-b9e7-8588e471f75d","html_url":"https://github.com/hvlxh/node-dialogs","commit_stats":{"total_commits":18,"total_committers":3,"mean_commits":6.0,"dds":0.4444444444444444,"last_synced_commit":"ac0c86a5750548418c8778682bae6ed91b77c05b"},"previous_names":["hvlxh/better-dialog","hvlxh/node-dialogs"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hvlxh/node-dialogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvlxh%2Fnode-dialogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvlxh%2Fnode-dialogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvlxh%2Fnode-dialogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvlxh%2Fnode-dialogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hvlxh","download_url":"https://codeload.github.com/hvlxh/node-dialogs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvlxh%2Fnode-dialogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["form","forms","forum","forum-application","forum-software","forums","javascript","messagebox","nodejs","typescript","ubuntu","unix","windows","windows-forms"],"created_at":"2024-09-24T14:12:52.836Z","updated_at":"2026-02-12T08:01:42.114Z","avatar_url":"https://github.com/hvlxh.png","language":"C++","readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003enode-dialogs\u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n    A library to create dialog boxes for Windows, macOS, and Linux, making the process easier!\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/hvlxh/node-dialogs/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/hvlxh/node-dialogs/issues\"\u003eRequest Feature\u003c/a\u003e\n    .\n    \u003ca href=\"https://github.com/hvlxh/node-dialogs/pulls\"\u003ePull Request\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Installation\n1. Create a Node.js project (`npm init -y`)\n2. Install node-dialogs (`npm i node-dialogs`)\n3. Write the code ([example](https://github.com/hvlxh/node-dialogs/blob/main/examples/test.js))\n4. Run it!\n\n## Examples\nCheck the [/examples directory](https://github.com/hvlxh/node-dialogs/tree/main/examples).\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n[contributors-shield]: https://img.shields.io/github/contributors/hvlxh/node-dialogs.svg?style=for-the-badge\n[contributors-url]: https://github.com/hvlxh/node-dialogs/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/hvlxh/node-dialogs.svg?style=for-the-badge\n[forks-url]: https://github.com/hvlxh/node-dialogs/network/members\n[stars-shield]: https://img.shields.io/github/stars/hvlxh/node-dialogs.svg?style=for-the-badge\n[stars-url]: https://github.com/hvlxh/node-dialogs/stargazers\n[issues-shield]: https://img.shields.io/github/issues/hvlxh/node-dialogs.svg?style=for-the-badge\n[issues-url]: https://github.com/hvlxh/node-dialogs/issues\n[license-shield]: https://img.shields.io/github/license/hvlxh/node-dialogs.svg?style=for-the-badge\n[license-url]: https://github.com/hvlxh/node-dialogs/blob/master/LICENSE\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvlxh%2Fnode-dialogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhvlxh%2Fnode-dialogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvlxh%2Fnode-dialogs/lists"}