{"id":16760598,"url":"https://github.com/ryanve/bounding","last_synced_at":"2025-08-26T16:07:30.981Z","repository":{"id":66123027,"uuid":"68540907","full_name":"ryanve/bounding","owner":"ryanve","description":"Normalized cross-browser getClientBoundingRect","archived":false,"fork":false,"pushed_at":"2016-09-28T07:13:48.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T21:51:21.001Z","etag":null,"topics":["dom","javascript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/bounding","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/ryanve.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":"2016-09-18T18:55:36.000Z","updated_at":"2023-08-08T21:07:29.000Z","dependencies_parsed_at":"2023-03-10T23:38:07.876Z","dependency_job_id":null,"html_url":"https://github.com/ryanve/bounding","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"03b58d8887ecd86373b34f3ba3f8d4fefe26cc5d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanve%2Fbounding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanve%2Fbounding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanve%2Fbounding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanve%2Fbounding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanve","download_url":"https://codeload.github.com/ryanve/bounding/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243848182,"owners_count":20357505,"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":["dom","javascript"],"created_at":"2024-10-13T04:24:00.852Z","updated_at":"2025-03-16T09:22:46.600Z","avatar_url":"https://github.com/ryanve.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bounding\nNormalized cross-browser `element.getClientBoundingRect`\n\n```sh\nnpm install bounding --save\n```\n\n```js\nvar bounding = require('bounding')\n```\n\n## API\n### `bounding(element)`\nGet a normalized plain object representing \u003cvar\u003eelement\u003c/var\u003e's client bounding rectangle\n\n```js\n{\n  bottom: 118.875,\n  height: 97.4375,\n  left: 19.5,\n  right: 630.5,\n  top: 21.4375,\n  width: 611,\n  x: 19.5,\n  y: 21.4375\n}\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanve%2Fbounding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanve%2Fbounding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanve%2Fbounding/lists"}