{"id":22555914,"url":"https://github.com/inkdropapp/cson-to-yaml","last_synced_at":"2025-03-28T11:13:21.358Z","repository":{"id":185928137,"uuid":"649008625","full_name":"inkdropapp/cson-to-yaml","owner":"inkdropapp","description":"A quick converter from CSON to YAML","archived":false,"fork":false,"pushed_at":"2023-06-03T14:02:57.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T11:29:26.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/inkdropapp.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}},"created_at":"2023-06-03T13:42:08.000Z","updated_at":"2024-09-07T15:49:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"294c39c8-a7a6-4bc1-b5df-6936e5dc3fe0","html_url":"https://github.com/inkdropapp/cson-to-yaml","commit_stats":null,"previous_names":["inkdropapp/cson-to-yaml"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Fcson-to-yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Fcson-to-yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Fcson-to-yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Fcson-to-yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inkdropapp","download_url":"https://codeload.github.com/inkdropapp/cson-to-yaml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017731,"owners_count":20710240,"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-12-07T19:09:23.014Z","updated_at":"2025-03-28T11:13:21.333Z","avatar_url":"https://github.com/inkdropapp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A quick converter from CSON to YAML\n\n```sh\nnpm i @inkdropapp/cson-to-yaml\n```\n\n## Usage\n\n```js\nimport { cson2yaml } from '../'\nimport YAML from 'js-yaml'\n\nconst cson = `array: [\n  1\n  2\n  3\n]`\nconst yaml = cson2yaml(cson)\nconst json = YAML.load(yaml)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkdropapp%2Fcson-to-yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finkdropapp%2Fcson-to-yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkdropapp%2Fcson-to-yaml/lists"}