{"id":20049208,"url":"https://github.com/ankitjain28may/verdaccio-groups","last_synced_at":"2025-05-05T11:30:47.296Z","repository":{"id":40694233,"uuid":"232573146","full_name":"ankitjain28may/verdaccio-groups","owner":"ankitjain28may","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-27T02:35:08.000Z","size":8,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T21:41:25.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ankitjain28may.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}},"created_at":"2020-01-08T13:46:26.000Z","updated_at":"2024-04-26T13:05:39.000Z","dependencies_parsed_at":"2022-07-25T21:18:37.003Z","dependency_job_id":null,"html_url":"https://github.com/ankitjain28may/verdaccio-groups","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitjain28may%2Fverdaccio-groups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitjain28may%2Fverdaccio-groups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitjain28may%2Fverdaccio-groups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitjain28may%2Fverdaccio-groups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitjain28may","download_url":"https://codeload.github.com/ankitjain28may/verdaccio-groups/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252488886,"owners_count":21756227,"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":[],"created_at":"2024-11-13T11:49:04.257Z","updated_at":"2025-05-05T11:30:46.980Z","avatar_url":"https://github.com/ankitjain28may.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# verdaccio-groups\n\n[![npm version](https://badge.fury.io/js/verdaccio-groups.png)](https://badge.fury.io/js/verdaccio-groups)\n[![npm](https://img.shields.io/npm/dt/verdaccio-groups.svg)](https://www.npmjs.com/package/verdaccio-groups)\n\nVerdaccio Plugin to handle dynamic groups in package access specification, a kind of authorization level over authentication. Inspired from the [verdaccio-groupnames\n](https://github.com/deinstapel/verdaccio-groupnames) plugin.\n\n## Installation\n\n```bash\n$ npm i -g verdaccio-groups\n```\n\n## Configuration\n\n```yaml\n# /verdaccio/conf/people.yaml\ngroups:\n  admin:\n  - ankitjain28may\n  developer:\n  - Jack\n  - Jon\n\n# config.yaml\nauth:\n  groups:\n    file: /verdaccio/conf/people.yaml\n  # Add other authentication plugins here\npackages:\n  '@*/*':\n    access: developer admin\n    publish: admin\n    unpublish: admin\n```\n\nThe above configuration will allow access, when the user is a member of the scope of the npm package.\nFor example, when user `Jack`, member of group `developer`, has only read access to packages in `@*/*` but not the access of publish and unpublish while the user under group `admin` has all the access.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitjain28may%2Fverdaccio-groups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitjain28may%2Fverdaccio-groups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitjain28may%2Fverdaccio-groups/lists"}