{"id":18275040,"url":"https://github.com/soundofdarkness/window-pos","last_synced_at":"2026-05-05T11:37:44.252Z","repository":{"id":113923516,"uuid":"206360323","full_name":"Soundofdarkness/window-pos","owner":"Soundofdarkness","description":"Gets Position and Size for a window on windows","archived":false,"fork":false,"pushed_at":"2019-09-04T16:32:49.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T03:44:45.332Z","etag":null,"topics":["native-addon","nodejs","windows"],"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/Soundofdarkness.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}},"created_at":"2019-09-04T16:08:32.000Z","updated_at":"2019-09-04T16:32:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1c1dd4f-f876-440e-9562-4aa02d330d37","html_url":"https://github.com/Soundofdarkness/window-pos","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Soundofdarkness/window-pos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soundofdarkness%2Fwindow-pos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soundofdarkness%2Fwindow-pos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soundofdarkness%2Fwindow-pos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soundofdarkness%2Fwindow-pos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Soundofdarkness","download_url":"https://codeload.github.com/Soundofdarkness/window-pos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soundofdarkness%2Fwindow-pos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260350149,"owners_count":22995700,"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":["native-addon","nodejs","windows"],"created_at":"2024-11-05T12:11:42.378Z","updated_at":"2026-05-05T11:37:44.187Z","avatar_url":"https://github.com/Soundofdarkness.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Window Position (window-pos)\n\n![GitHub](https://img.shields.io/github/license/Soundofdarkness/window-pos?style=for-the-badge)\n![GitHub package.json version](https://img.shields.io/github/package-json/v/Soundofdarkness/window-pos?style=for-the-badge)\n\nA small native library to get the size and position of a window on windows.\n\n## Installing\n\n```\nnpm install git+https://github.com/Soundofdarkness/window-pos.git\n```\n\n## Usage\n\n```js\nconst windowPos = require(\"window-pos\");\n\n// Rect: {top: 0, bottom: 0, left: 0, right: 0} or null if the window is not found.\nconst rect = windowPos.getWindowCoords(\"Window Title\");\n\n// Size: {width: 0, height: 0}\nconst size = windowPos.getWindowSize(\"Window Title\")\n```\n\n## Dependencies\n\n- [Lodash.Clone](https://www.npmjs.com/package/lodash.clone) [MIT](https://github.com/lodash/lodash/blob/master/LICENSE)  \n- [Node-Addon-Api](https://www.npmjs.com/package/node-addon-api) [MIT](https://github.com/nodejs/node-addon-api/blob/master/LICENSE.md)\n\nDev Dependencies:\n\n- [Node-Gyp](https://www.npmjs.com/package/node-gyp) [MIT](https://github.com/nodejs/node-gyp/blob/master/LICENSE)\n- [Mocha](https://www.npmjs.com/package/mocha) [MIT](https://github.com/mochajs/mocha/blob/master/LICENSE)\n\n## License\n\nThis project is licensed under the terms of the MIT License.\nSee [License](/License)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundofdarkness%2Fwindow-pos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoundofdarkness%2Fwindow-pos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundofdarkness%2Fwindow-pos/lists"}