{"id":15835004,"url":"https://github.com/kaelzhang/sumer","last_synced_at":"2026-05-08T03:42:47.082Z","repository":{"id":65997771,"uuid":"103608862","full_name":"kaelzhang/sumer","owner":"kaelzhang","description":"(WIP) sumer is a bash AST parser written in pure JavaScript","archived":false,"fork":false,"pushed_at":"2017-09-15T08:45:03.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T23:53:19.979Z","etag":null,"topics":["ast","bash","compiler","nodejs","parser"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaelzhang.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-09-15T03:19:04.000Z","updated_at":"2017-09-27T02:37:58.000Z","dependencies_parsed_at":"2023-03-30T05:49:36.836Z","dependency_job_id":null,"html_url":"https://github.com/kaelzhang/sumer","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"ba2a4407773c597dcad3c46bdaef6234c0d3db27"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kaelzhang/sumer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Fsumer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Fsumer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Fsumer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Fsumer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaelzhang","download_url":"https://codeload.github.com/kaelzhang/sumer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Fsumer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265983555,"owners_count":23859609,"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":["ast","bash","compiler","nodejs","parser"],"created_at":"2024-10-05T14:04:23.016Z","updated_at":"2025-10-26T09:10:22.950Z","avatar_url":"https://github.com/kaelzhang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/kaelzhang/sumer.svg?branch=master)](https://travis-ci.org/kaelzhang/sumer)\n[![Coverage](https://codecov.io/gh/kaelzhang/sumer/branch/master/graph/badge.svg)](https://codecov.io/gh/kaelzhang/sumer)\n\u003c!-- optional appveyor tst\n[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/kaelzhang/sumer?branch=master\u0026svg=true)](https://ci.appveyor.com/project/kaelzhang/sumer)\n--\u003e\n\u003c!-- optional npm version\n[![NPM version](https://badge.fury.io/js/sumer.svg)](http://badge.fury.io/js/sumer)\n--\u003e\n\u003c!-- optional npm downloads\n[![npm module downloads per month](http://img.shields.io/npm/dm/sumer.svg)](https://www.npmjs.org/package/sumer)\n--\u003e\n\u003c!-- optional dependency status\n[![Dependency Status](https://david-dm.org/kaelzhang/sumer.svg)](https://david-dm.org/kaelzhang/sumer)\n--\u003e\n\n# sumer\n\n`sumer` is bash AST parser written in JavaScript.\n\n## Credits\n\nHeavily based on [`acorn`](https://github.com/ternjs/acorn).\n\n## Install\n\n```sh\n$ npm install sumer\n```\n\n## Usage\n\n```js\nimport sumer from 'sumer'\n\nconst AST = sumer.parse('export PARSER=sumer', options)\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaelzhang%2Fsumer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaelzhang%2Fsumer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaelzhang%2Fsumer/lists"}