{"id":18410068,"url":"https://github.com/isomorphic-git/kbpgp-plugin","last_synced_at":"2025-10-30T00:12:28.622Z","repository":{"id":66261849,"uuid":"154755553","full_name":"isomorphic-git/kbpgp-plugin","owner":"isomorphic-git","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-26T00:46:25.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T22:14:58.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isomorphic-git.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}},"created_at":"2018-10-26T00:40:55.000Z","updated_at":"2018-10-26T00:46:27.000Z","dependencies_parsed_at":"2023-02-27T09:30:29.141Z","dependency_job_id":null,"html_url":"https://github.com/isomorphic-git/kbpgp-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isomorphic-git/kbpgp-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isomorphic-git%2Fkbpgp-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isomorphic-git%2Fkbpgp-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isomorphic-git%2Fkbpgp-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isomorphic-git%2Fkbpgp-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isomorphic-git","download_url":"https://codeload.github.com/isomorphic-git/kbpgp-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isomorphic-git%2Fkbpgp-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262465657,"owners_count":23315633,"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-06T03:28:57.611Z","updated_at":"2025-10-30T00:12:28.569Z","avatar_url":"https://github.com/isomorphic-git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @isomorphic-git/kbpgp-plugin\n\nA 'pgp' plugin for [a future version of] isomorphic-git using kbpgp\n\nNote: no version of isomorphic-git has been released that uses this plugin yet.\n\nIt's a chicken and egg problem. Gotta write the plugin first, then modify isomorphic-git to use it.\n\n## Usage\n\n```js\n// Node\nconst { pgp } = require('@isomorphic-git/kbpgp-plugin')\nconst git = require('isomorphic-git')\n\ngit.plugins.set('pgp', pgp)\n\n// Now you can use git.sign() and git.verify()\n```\n\n```js\n// Browser\nimport { plugins } from 'isomorphic-git'\nimport { pgp } from '@isomorphic-git/kbpgp-plugin'\n\ngit.plugins.set('pgp', pgp)\n\n// Now you can use git.sign() and git.verify()\n```\n\n## Tests\n\n```sh\nnpm test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisomorphic-git%2Fkbpgp-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisomorphic-git%2Fkbpgp-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisomorphic-git%2Fkbpgp-plugin/lists"}