{"id":17121381,"url":"https://github.com/hellojukay/yarn-lock","last_synced_at":"2025-03-24T02:28:16.476Z","repository":{"id":140616221,"uuid":"467913637","full_name":"hellojukay/yarn-lock","owner":"hellojukay","description":"parse yarn lock file","archived":false,"fork":false,"pushed_at":"2022-03-14T08:57:12.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T08:33:42.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellojukay.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":"2022-03-09T12:15:59.000Z","updated_at":"2022-03-14T08:48:23.000Z","dependencies_parsed_at":"2023-06-09T05:30:35.537Z","dependency_job_id":null,"html_url":"https://github.com/hellojukay/yarn-lock","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":0.5454545454545454,"last_synced_commit":"7535393e597206671a2ea71886e775d8ee3079f3"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellojukay%2Fyarn-lock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellojukay%2Fyarn-lock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellojukay%2Fyarn-lock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellojukay%2Fyarn-lock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellojukay","download_url":"https://codeload.github.com/hellojukay/yarn-lock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245197788,"owners_count":20576262,"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-10-14T18:01:34.531Z","updated_at":"2025-03-24T02:28:16.454Z","avatar_url":"https://github.com/hellojukay.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yarn-lock\nparse yarn lock file\n\n```bash\ngo get github.com/hellojukay/yarn-lock\n```\n\n### example\n\n```golang\n\tlock, err := lock.FromFile(\"./yarn.lock\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tcomponents := lock.Component()\n\tfor _, c := range components {\n\t\tfmt.Printf(\"%20s%30s\\n\", c.Name, c.Version)\n\t}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellojukay%2Fyarn-lock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellojukay%2Fyarn-lock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellojukay%2Fyarn-lock/lists"}