{"id":13550054,"url":"https://github.com/mixmaxhq/deyarn","last_synced_at":"2025-07-29T11:08:55.910Z","repository":{"id":43150756,"uuid":"132038167","full_name":"mixmaxhq/deyarn","owner":"mixmaxhq","description":"A command-line tool for converting projects that use Yarn to npm.","archived":false,"fork":false,"pushed_at":"2023-08-09T21:49:14.000Z","size":68,"stargazers_count":261,"open_issues_count":6,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-18T14:03:38.113Z","etag":null,"topics":["unsupported"],"latest_commit_sha":null,"homepage":null,"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/mixmaxhq.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}},"created_at":"2018-05-03T19:03:43.000Z","updated_at":"2024-10-22T03:50:13.000Z","dependencies_parsed_at":"2024-01-16T18:23:46.765Z","dependency_job_id":null,"html_url":"https://github.com/mixmaxhq/deyarn","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mixmaxhq/deyarn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixmaxhq%2Fdeyarn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixmaxhq%2Fdeyarn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixmaxhq%2Fdeyarn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixmaxhq%2Fdeyarn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mixmaxhq","download_url":"https://codeload.github.com/mixmaxhq/deyarn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixmaxhq%2Fdeyarn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267677243,"owners_count":24126313,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["unsupported"],"created_at":"2024-08-01T12:01:28.475Z","updated_at":"2025-07-29T11:08:55.873Z","avatar_url":"https://github.com/mixmaxhq.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# `deyarn`\n\nA command-line tool for converting projects that use `yarn` to `npm`.\n\nThe follow-up to [`npm2yarn`](https://github.com/mixmaxhq/npm2yarn). See https://mixmax.com/blog/to-yarn-and-back-again-npm for motivation.\n\n## Procedure\n\n`deyarn`:\n\n1. Removes `yarn.lock` if it exists\n2. Removes `node_modules` to avoid any installation conflicts\n3. Installs your project dependencies using `npm`, generating a `package-lock.json` file\n4. Logs a list of manual steps to be taken to complete the transition\n\nThis conversion will likely involve the upgrading of some/many of your transitive dependencies, so make sure to test thoroughly! :)\n\n## Quick Start\n\nYou can use deyarn via [npx](https://blog.npmjs.org/post/162869356040/introducing-npx-an-npm-package-runner) to quickly convert a project without needing to install deyarn first. Just run the following command in your project directory:\n\n```sh\nnpx deyarn\n```\n\n_Note: The directory must be a Git repository._\n\n## Alternative Usage\n\nAlternatively you can install deyarn globally (see below) and then run `$ deyarn` in your project directory instead.\n\n## Installation\n\n```sh\nnpm install -g deyarn\n```\n\nor\n\n```sh\nyarn global add deyarn\n```\n\n## Contributing\n\nWe welcome your pull requests! Please lint your code.\n\n## Changelog\n\n* 1.0.0 Add initial code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixmaxhq%2Fdeyarn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmixmaxhq%2Fdeyarn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixmaxhq%2Fdeyarn/lists"}