{"id":13432753,"url":"https://github.com/pnpm/pacquet","last_synced_at":"2025-05-16T01:07:25.729Z","repository":{"id":180803867,"uuid":"665654355","full_name":"pnpm/pacquet","owner":"pnpm","description":"experimental package manager for node.js","archived":false,"fork":false,"pushed_at":"2024-09-26T10:39:34.000Z","size":1030,"stargazers_count":780,"open_issues_count":46,"forks_count":21,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-05-10T23:25:02.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pnpm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2023-07-12T17:29:15.000Z","updated_at":"2025-05-06T01:09:29.000Z","dependencies_parsed_at":"2024-01-16T07:21:08.683Z","dependency_job_id":"e2b6357d-cdd6-4256-93ba-7d202374b4aa","html_url":"https://github.com/pnpm/pacquet","commit_stats":{"total_commits":323,"total_committers":13,"mean_commits":"24.846153846153847","dds":0.4643962848297214,"last_synced_commit":"d0bbbb4dc0849063c6b8bd1cb748738b7c4f544d"},"previous_names":["anonrig/pacquet","pnpm/pacquet"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Fpacquet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Fpacquet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Fpacquet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Fpacquet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnpm","download_url":"https://codeload.github.com/pnpm/pacquet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253639340,"owners_count":21940439,"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-07-31T02:01:16.160Z","updated_at":"2025-05-16T01:07:25.660Z","avatar_url":"https://github.com/pnpm.png","language":"Rust","funding_links":[],"categories":["Rust","others"],"sub_categories":[],"readme":"# pacquet\n\nExperimental package manager for node.js written in rust.\n\n### TODO\n\n- [x] `.npmrc` support (for supported features [readme.md](./crates/npmrc/README.md))\n- [x] CLI commands (for supported features [readme.md](./crates/cli/README.md))\n- [x] Content addressable file store support\n- [ ] Shrink-file support in sync with `pnpm-lock.yml`\n  - [x] Frozen lockfile\n  - [ ] Update outdated lockfile\n  - [ ] Creating lockfile\n- [ ] Workspace support\n- [ ] Full sync with [pnpm error codes](https://pnpm.io/errors)\n- [ ] Generate a `node_modules/.bin` folder\n- [ ] Add CLI report\n\n## Debugging\n\n```shell\nTRACE=pacquet_tarball just cli add fastify\n```\n\n## Testing\n\n```sh\n# Install necessary dependencies\njust install\n\n# Start a mocked registry server (optional)\njust registry-mock launch\n\n# Run test\njust test\n```\n\n## Benchmarking\n\n### Install between multiple revisions\n\nFirst, you to start a local registry server, such as [verdaccio](https://verdaccio.org/):\n\n```sh\nverdaccio\n```\n\nThen, you can use the script named `integrated-benchmark` to run the various benchmark, For example:\n\n```sh\n# Comparing the branch you're working on against main\njust integrated-benchmark --scenario=frozen-lockfile my-branch main\n```\n\n```sh\n# Comparing current commit against the previous commit\njust integrated-benchmark --scenario=frozen-lockfile HEAD HEAD~\n```\n\n```sh\n# Comparing pacquet of current commit against pnpm\njust integrated-benchmark --scenario=frozen-lockfile --with-pnpm HEAD\n```\n\n```sh\n# Comparing pacquet of current commit, pacquet of main, and pnpm against each other\njust integrated-benchmark --scenario=frozen-lockfile --with-pnpm HEAD main\n```\n\n```sh\n# See more options\njust integrated-benchmark --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnpm%2Fpacquet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnpm%2Fpacquet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnpm%2Fpacquet/lists"}