{"id":19328557,"url":"https://github.com/particle-iot/gcc-output-parser","last_synced_at":"2025-04-22T21:30:51.395Z","repository":{"id":33165069,"uuid":"36806018","full_name":"particle-iot/gcc-output-parser","owner":"particle-iot","description":"gcc error parsing library","archived":false,"fork":false,"pushed_at":"2023-04-16T14:39:06.000Z","size":744,"stargazers_count":20,"open_issues_count":12,"forks_count":4,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-04-14T08:18:15.041Z","etag":null,"topics":["gcc","javascript","node-js","parser"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/particle-iot.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-03T13:37:38.000Z","updated_at":"2024-03-18T22:50:00.000Z","dependencies_parsed_at":"2024-11-10T02:33:54.263Z","dependency_job_id":null,"html_url":"https://github.com/particle-iot/gcc-output-parser","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":0.09677419354838712,"last_synced_commit":"ce9aca500b7ae968b51459ed5235744729a012fa"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/particle-iot%2Fgcc-output-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/particle-iot%2Fgcc-output-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/particle-iot%2Fgcc-output-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/particle-iot%2Fgcc-output-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/particle-iot","download_url":"https://codeload.github.com/particle-iot/gcc-output-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250328213,"owners_count":21412581,"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":["gcc","javascript","node-js","parser"],"created_at":"2024-11-10T02:22:52.627Z","updated_at":"2025-04-22T21:30:50.904Z","avatar_url":"https://github.com/particle-iot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gcc output parser library\n\n[![Build Status](https://circleci.com/gh/particle-iot/gcc-output-parser.svg?style=shield)](https://app.circleci.com/pipelines/github/particle-iot/gcc-output-parser)\n\nLibrary which helps annotate/highlight `gcc` output.\n\n[Installation](#installation) | [Usage](#usage)  |  [Releasing](#releasing)\n\n## Installation\n\n```shell\n$ npm install gcc-output-parser\n```\n\n## Usage\n\n```javascript\nvar parser = require('gcc-output-parser');\n\nconsole.log(parser.parseString(gccOutput));\n```\n\nexample output:\n\n```javascript\n[ { filename: 'HolidayButton.cpp',\n    line: 4,\n    column: 37,\n    type: 'fatal error',\n    text: 'ParticleButton/ParticleButton.h: No such file or directory',\n    codeWhitespace: ' ',\n    code: 'void onCheer(const char *topic, const char *data);',\n    adjustedColumn: 36 } ]\n```\n\n## Releasing\n\nSee the release process in the [RELEASE.md](RELEASE.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparticle-iot%2Fgcc-output-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparticle-iot%2Fgcc-output-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparticle-iot%2Fgcc-output-parser/lists"}