{"id":14956112,"url":"https://github.com/ipfs/js-ipfs-repo","last_synced_at":"2025-04-11T20:38:04.190Z","repository":{"id":38715964,"uuid":"46128002","full_name":"ipfs/js-ipfs-repo","owner":"ipfs","description":"Implementation of the IPFS Repo spec in JavaScript","archived":false,"fork":false,"pushed_at":"2025-03-28T18:07:12.000Z","size":2647,"stargazers_count":80,"open_issues_count":14,"forks_count":51,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-08T18:51:48.511Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/ipfs/specs/tree/master/repo","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipfs.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":"2015-11-13T14:55:11.000Z","updated_at":"2025-04-05T03:09:02.000Z","dependencies_parsed_at":"2024-03-21T15:58:41.691Z","dependency_job_id":"9bd76c83-445a-400b-8f4f-80050862cc6a","html_url":"https://github.com/ipfs/js-ipfs-repo","commit_stats":{"total_commits":511,"total_committers":47,"mean_commits":"10.872340425531915","dds":0.6712328767123288,"last_synced_commit":"9368a6d4ca0fe4567e71a3b98d7599c261a9feb1"},"previous_names":[],"tags_count":148,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs%2Fjs-ipfs-repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs%2Fjs-ipfs-repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs%2Fjs-ipfs-repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs%2Fjs-ipfs-repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipfs","download_url":"https://codeload.github.com/ipfs/js-ipfs-repo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247909135,"owners_count":21016478,"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-09-24T13:12:19.864Z","updated_at":"2025-04-11T20:38:04.157Z","avatar_url":"https://github.com/ipfs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipfs-repo \u003c!-- omit in toc --\u003e\n\n[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)\n[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)\n[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs-repo.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs-repo)\n[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs-repo/test%20\u0026%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs-repo/actions/workflows/js-test-and-release.yml)\n\n\u003e The repo and migration tools used by IPFS\n\n## Table of contents \u003c!-- omit in toc --\u003e\n\n- [Structure](#structure)\n- [Development](#development)\n  - [Publishing new versions](#publishing-new-versions)\n  - [Using prerelease versions](#using-prerelease-versions)\n- [License](#license)\n- [Contribute](#contribute)\n\n## Structure\n\n- [`/packages/ipfs-repo`](./packages/ipfs-repo) IPFS Repo implementation\n- [`/packages/ipfs-repo-migrations`](./packages/ipfs-repo-migrations) Migration framework for versioning of JS IPFS Repo\n\n## Development\n\n1. Clone this repo\n2. Run `npm install`\n\nThis will install [lerna](https://www.npmjs.com/package/lerna) and bootstrap the various packages, deduping and hoisting dependencies into the root folder.\n\nIf later you wish to remove all the `node_modules`/`dist` folders and start again, run `npm run reset \u0026\u0026 npm install` from the root.\n\nSee the scripts section of the root [`package.json`](./package.json) for more commands.\n\n### Publishing new versions\n\n1. Ensure you have a `GH_TOKEN` env var containing a GitHub [Personal Access Token](https://github.com/settings/tokens) with `public_repo` permissions\n2. From the root of this repo run `npm run release` and follow the on screen prompts.  It will use [conventional commits](https://www.conventionalcommits.org) to work out the new package version\n\n### Using prerelease versions\n\nAny changed packages from each successful build of master are published to npm as canary builds under the npm tag `next`.\n\nCanary builds only consider changes to packages in the last built commit so changes to the root config files should not result in new prereleases being published to npm.\n\n## License\n\nLicensed under either of\n\n- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT ([LICENSE-MIT](LICENSE-MIT) / \u003chttp://opensource.org/licenses/MIT\u003e)\n\n## Contribute\n\nContributions welcome! Please check out [the issues](https://github.com/ipfs/js-ipfs-repo/issues).\n\nAlso see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.\n\nPlease be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\n[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfs%2Fjs-ipfs-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipfs%2Fjs-ipfs-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfs%2Fjs-ipfs-repo/lists"}