{"id":13673244,"url":"https://github.com/hashrock/deno-fnparse","last_synced_at":"2025-04-09T03:32:28.144Z","repository":{"id":151553009,"uuid":"163047558","full_name":"hashrock/deno-fnparse","owner":"hashrock","description":"An extremely simple parser combinator for Deno.","archived":false,"fork":false,"pushed_at":"2019-01-05T06:58:15.000Z","size":16,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T10:20:48.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hashrock.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-12-25T05:03:08.000Z","updated_at":"2022-07-10T03:30:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7f545c6-2fc3-4f8a-b050-3b82aef21706","html_url":"https://github.com/hashrock/deno-fnparse","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashrock%2Fdeno-fnparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashrock%2Fdeno-fnparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashrock%2Fdeno-fnparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashrock%2Fdeno-fnparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashrock","download_url":"https://codeload.github.com/hashrock/deno-fnparse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223362104,"owners_count":17133067,"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-08-02T10:00:31.806Z","updated_at":"2024-11-06T15:17:02.359Z","avatar_url":"https://github.com/hashrock.png","language":"TypeScript","readme":"# deno-fnparse\n\n[![Build Status](https://travis-ci.org/hashrock/deno-fnparse.svg?branch=master)](https://travis-ci.org/hashrock/deno-fnparse)\n\nA port of [fnparse.js](https://github.com/anatoo/fnparse.js) to TypeScript for Deno.\n\nAn extremely simple parser combinator for JavaScript.\n\n# CSV Parser\n\n- Based on RFC4180.\n- Multiline and escape support.\n\n```typescript\nimport { parseCsv } from \"https://denopkg.com/hashrock/deno-fnparse/parsers/csv.ts\";\n\nparseCsv(\"test,123,456\");\n// -\u003e [[\"test\", \"123\", \"456\"]]\n```\n\n# Original License\n\nThe MIT License (MIT)\n\nCopyright © 2014, Mitsunori KUBOTA \u003canatoo.jp@gmail.com\u003e\n\nPorted by hashrock\n","funding_links":[],"categories":["基础设施","Uncategorized","Modules","Libraries"],"sub_categories":["Deno 源","Uncategorized","Online Playgrounds","Utils","Assistants"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashrock%2Fdeno-fnparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashrock%2Fdeno-fnparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashrock%2Fdeno-fnparse/lists"}