{"id":15155345,"url":"https://github.com/afeiship/next-lrc","last_synced_at":"2026-02-08T21:09:09.177Z","repository":{"id":57122791,"uuid":"314726882","full_name":"afeiship/next-lrc","owner":"afeiship","description":"A javascript lrc parser.","archived":false,"fork":false,"pushed_at":"2021-01-09T08:44:02.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-08T18:30:49.563Z","etag":null,"topics":["audio","javascript-lrc-parser","lrc","lyric","lyricist","movie","music","next","parser","story","subtitle","video"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-21T03:47:33.000Z","updated_at":"2021-01-09T08:44:04.000Z","dependencies_parsed_at":"2022-08-24T14:59:31.832Z","dependency_job_id":null,"html_url":"https://github.com/afeiship/next-lrc","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/next-lrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-lrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-lrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-lrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-lrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/next-lrc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-lrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796227,"owners_count":24647320,"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-08-16T02:00:11.002Z","response_time":91,"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":["audio","javascript-lrc-parser","lrc","lyric","lyricist","movie","music","next","parser","story","subtitle","video"],"created_at":"2024-09-26T18:20:27.581Z","updated_at":"2026-02-08T21:09:09.133Z","avatar_url":"https://github.com/afeiship.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# next-lrc\n\u003e A javascript lrc parser.\n\n[![version][version-image]][version-url]\n[![license][license-image]][license-url]\n[![size][size-image]][size-url]\n[![download][download-image]][download-url]\n\n## installation\n```bash\nnpm install -S @jswork/next-lrc\n```\n\n## usage\n```js\nimport '@jswork/next-lrc';\n\nconst str = fs.readFileSync('./__tests__/E203.lrc').toString();\nnx.lrc(str);\n/*\n[\n  {\n    clock: '00:00.800',\n    timestamp: 800,\n    value: '--- lesson 1  A private conversation 私人谈话',\n    times: [ '00:00.800', '00:06.200' ],\n    duration: 5400\n  },\n  {\n    clock: '00:06.200',\n    timestamp: 6200,\n    value: '--- First listen and then answer the question.^听录音，然后回答以下问题。',\n    times: [ '00:06.200', '00:12.120' ],\n    duration: 5920\n  },\n  {\n    clock: '00:12.120',\n    timestamp: 12120,\n    value: '--- Why did the writer complain to the people behind him?',\n    times: [ '00:12.120', '00:19.840' ],\n    duration: 7720\n  },\n  // ....\n*/\n```\n\n## license\nCode released under [the MIT license](https://github.com/afeiship/next-lrc/blob/master/LICENSE.txt).\n\n[version-image]: https://img.shields.io/npm/v/@jswork/next-lrc\n[version-url]: https://npmjs.org/package/@jswork/next-lrc\n\n[license-image]: https://img.shields.io/npm/l/@jswork/next-lrc\n[license-url]: https://github.com/afeiship/next-lrc/blob/master/LICENSE.txt\n\n[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-lrc\n[size-url]: https://github.com/afeiship/next-lrc/blob/master/dist/next-lrc.min.js\n\n[download-image]: https://img.shields.io/npm/dm/@jswork/next-lrc\n[download-url]: https://www.npmjs.com/package/@jswork/next-lrc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fnext-lrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fnext-lrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fnext-lrc/lists"}