{"id":26483817,"url":"https://github.com/chatopera/node-readlineq","last_synced_at":"2026-05-18T10:33:05.805Z","repository":{"id":57348722,"uuid":"412302826","full_name":"chatopera/node-readlineq","owner":"chatopera","description":"Read or write file by lines with promise.","archived":false,"fork":false,"pushed_at":"2021-10-01T02:57:25.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-08T15:27:31.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/chatopera.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}},"created_at":"2021-10-01T02:48:24.000Z","updated_at":"2021-10-01T02:57:28.000Z","dependencies_parsed_at":"2022-09-17T06:41:13.824Z","dependency_job_id":null,"html_url":"https://github.com/chatopera/node-readlineq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chatopera/node-readlineq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatopera%2Fnode-readlineq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatopera%2Fnode-readlineq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatopera%2Fnode-readlineq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatopera%2Fnode-readlineq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chatopera","download_url":"https://codeload.github.com/chatopera/node-readlineq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatopera%2Fnode-readlineq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013693,"owners_count":26085390,"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-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2025-03-20T04:58:10.722Z","updated_at":"2026-05-18T10:33:05.799Z","avatar_url":"https://github.com/chatopera.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# readlineq\nread or write file by lines with promise.\n\n```\nvar readlineq = require('readlineq').default;\n# read lines with Promise\nvar lines = await readlineq('./tmp/stopwords.txt');\n// console.log(lines);\n\n# write lines which is sync by default\nreadlineq('./tmp/test.txt', [\"foo\\n\", \"bar\\n\"]);\n// console.log(lines);\n```\n\nOR ES 6,\n\n```\nimport readlineq from \"readlineq\";\n# read lines with Promise\nvar lines = await readlineq('./tmp/stopwords.txt');\n// console.log(lines);\n\n# write lines which is sync by default\nreadlineq('./tmp/test.txt', [\"foo\\n\", \"bar\\n\"]);\n// console.log(lines);\n```\n\n# LICENSE\nMIT\n\n[![chatoper banner][co-banner-image]][co-url]\n\n[co-banner-image]: https://user-images.githubusercontent.com/3538629/135558449-9739c98c-30aa-4b49-916b-87182520c0c6.png\n[co-url]: https://www.chatopera.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatopera%2Fnode-readlineq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchatopera%2Fnode-readlineq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatopera%2Fnode-readlineq/lists"}