{"id":15362831,"url":"https://github.com/oleg-koval/github-orgs-packages","last_synced_at":"2025-04-15T09:22:52.440Z","repository":{"id":30482747,"uuid":"125087508","full_name":"oleg-koval/github-orgs-packages","owner":"oleg-koval","description":"Get information about all packages inside of your GitHub organisation","archived":false,"fork":false,"pushed_at":"2024-09-06T07:49:32.000Z","size":285,"stargazers_count":2,"open_issues_count":14,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-05T01:32:19.932Z","etag":null,"topics":["dependencies","devdependencies","github","github-api","github-organizations","github-repos","hacktoberfest","hacktoberfest2021","javascript","javascript-library","nodejs","npm","repositories"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oleg-koval.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-03-13T17:11:57.000Z","updated_at":"2023-03-04T05:12:20.000Z","dependencies_parsed_at":"2024-03-15T22:24:55.457Z","dependency_job_id":"f7daec50-8e89-4740-b884-0d3f45ae22e2","html_url":"https://github.com/oleg-koval/github-orgs-packages","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Fgithub-orgs-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Fgithub-orgs-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Fgithub-orgs-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Fgithub-orgs-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleg-koval","download_url":"https://codeload.github.com/oleg-koval/github-orgs-packages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219842828,"owners_count":16556560,"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":["dependencies","devdependencies","github","github-api","github-organizations","github-repos","hacktoberfest","hacktoberfest2021","javascript","javascript-library","nodejs","npm","repositories"],"created_at":"2024-10-01T13:03:56.829Z","updated_at":"2024-10-16T06:02:54.873Z","avatar_url":"https://github.com/oleg-koval.png","language":"JavaScript","readme":"# github-orgs-packages ![linted_by _sexy](https://img.shields.io/badge/linted_by-_sexy-brightgreen.svg)\n\n# Description\n\nGet information for all packages inside of your github organisation\n\n# Installation\n\nnpm:\n```sh\n$ npm install -S github-orgs-packages\n```\n\nyarn:\n```sh\n$ yarn add github-orgs-packages\n```\n\n# Usage\nYou need to provide following env variables:\n\n```\nGH_AUTH_TOKEN=***\nGH_ORG_NAME=***\n```\n\nCode:\n\n```js\nconst githubOrgsPackages = require('github-orgs-packages');\n\nconst myOrgPackages = githubOrgsPackages()\nmyOrgPackages\n.then((packages) =\u003e {\n  // do smth with packages\n})\n.catch((error) =\u003e {\n  // do smth with error\n})\n```\n\nIt will return similar output format to:\n\n```json\n[\n  {\n    \"name\": \"xyz\",\n    \"description\": \"Publish npm packages with fewer screw-ups\",\n    \"currentVersion\": \"3.0.0\",\n    \"homepage\": \"https://github.com/davidchambers/xyz\",\n    \"license\": \"WTFPL\",\n    \"projects\": [\n      {\n        \"name\": \"cool-project\",\n        \"version\": \"2.1.0\",\n        \"description\": \"Description\"\n      }\n    ]\n  },\n  {\n    \"name\": \"eslint\",\n    \"description\": \"An AST-based pattern checker for JavaScript.\",\n    \"currentVersion\": \"4.19.0\",\n    \"homepage\": \"https://eslint.org\",\n    \"license\": \"MIT\",\n    \"projects\": [\n      {\n        \"name\": \"another-cool-project\",\n        \"version\": \"2.1.0\",\n        \"description\": \"Description\"\n      }\n    ]\n  }\n]\n```\n\n## Dependencies\n\n- [bluebird](https://ghub.io/bluebird): Full featured Promises/A+ implementation with exceptionally good performance\n- [github-api](https://ghub.io/github-api): A higher-level wrapper around the Github API.\n- [package-info](https://ghub.io/package-info): Get the information of a npm package\n- [ramda](https://ghub.io/ramda): A practical functional library for JavaScript programmers.\n\n## Dev Dependencies\n\n- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.\n- [eslint-config-sexy](https://ghub.io/eslint-config-sexy): Mostly sexy config\n\n## License\n\nISC © [Oleg Koval](https://github.com/oleg-koval)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleg-koval%2Fgithub-orgs-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleg-koval%2Fgithub-orgs-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleg-koval%2Fgithub-orgs-packages/lists"}