{"id":19218620,"url":"https://github.com/shepherdwind/simpleql","last_synced_at":"2025-07-29T22:11:23.138Z","repository":{"id":57202592,"uuid":"220956794","full_name":"shepherdwind/simpleql","owner":"shepherdwind","description":"simple query language","archived":false,"fork":false,"pushed_at":"2020-06-23T08:01:02.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T04:58:19.100Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shepherdwind.png","metadata":{"files":{"readme":"README.md","changelog":"history.md","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":"2019-11-11T10:31:55.000Z","updated_at":"2020-06-23T07:56:56.000Z","dependencies_parsed_at":"2022-09-17T15:02:12.905Z","dependency_job_id":null,"html_url":"https://github.com/shepherdwind/simpleql","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/shepherdwind/simpleql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepherdwind%2Fsimpleql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepherdwind%2Fsimpleql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepherdwind%2Fsimpleql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepherdwind%2Fsimpleql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shepherdwind","download_url":"https://codeload.github.com/shepherdwind/simpleql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepherdwind%2Fsimpleql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267770769,"owners_count":24141913,"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-07-29T02:00:12.549Z","response_time":2574,"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":"2024-11-09T14:27:28.486Z","updated_at":"2025-07-29T22:11:23.110Z","avatar_url":"https://github.com/shepherdwind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleQL \n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n[![npm download][download-image]][download-url]\n\n[npm-image]: http://img.shields.io/npm/v/simpleql-parse.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/simpleql-parse\n[download-image]: https://img.shields.io/npm/dm/simpleql-parse.svg?style=flat-square\n[download-url]: https://npmjs.org/package/simpleql-parse\n[travis-image]: https://img.shields.io/travis/shepherdwind/simpleql.svg?style=flat-square\n[travis-url]: https://travis-ci.org/shepherdwind/simpleql\n[coveralls-image]: https://img.shields.io/coveralls/shepherdwind/simpleql.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/shepherdwind/simpleql?branch=master\n\n\nA simple query language, just like grathql, but much simple.\n\n### Usage\n\n```js\nimport { parse } from 'simpleql-parse';\nconst astTree = parse(`\n  $root: Member {\n    honourMember: member\n    payerStatus\n  }\n  foo: All\n  Contract(id: $id)\n  clause: Fengdie(path: insmutual_clause, base: $foo) {\n    a\n    b: bdc\n  }\n  latest: *Fengdie(insxhbbff_old_upgrade)\n`);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshepherdwind%2Fsimpleql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshepherdwind%2Fsimpleql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshepherdwind%2Fsimpleql/lists"}