{"id":8399290,"name":"github.com/linuxsuren/expr","ecosystem":"go","description":"Package expr is an engine that can evaluate expressions.\n\nYou can pass variables into the expression, which can be of any valid Go type (including structs):\n\nExpr uses reflection for accessing and iterating passed data.\nFor example you can pass nested structures without any modification or preparation:\n\nYou can also pass functions into the expression:\n\nAll methods of passed struct also available as functions inside expr:\n\nIf you planning to execute some expression lots times, it's good to parse it first and only one time:\n\nExpr package support strict parse mode in which some type checks performed during parsing.\nTo parse expression in strict mode, define all of used variables:\n\nParse function will check used variables, accessed filed, logical operators and some other type checks.\n\nIf you try to use some undeclared variables, or access unknown field, an error will be returned during paring:\n\nAlso it's possible to define all used variables and functions using expr.Env and struct:\n\nOr with map:\n\nCompiled ast can be compiled back to string expression using stringer fmt.Stringer interface:\n\nInside Expr engine there is no distinguish between int, uint and float types (as in JavaScript).\nAll numbers inside Expr engine represented as `float64`.\nYou should remember about it if you use any of binary operators (`+`, `-`, `/`, `*`, etc).\nOtherwise type remain unchanged.","homepage":"https://github.com/linuxsuren/expr","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/linuxsuren/expr","keywords_array":[],"namespace":"github.com/linuxsuren","versions_count":63,"first_release_published_at":"2018-07-16T19:39:32.000Z","latest_release_published_at":"2023-02-03T14:53:43.000Z","latest_release_number":"v1.12.0","last_synced_at":"2026-03-19T01:45:58.115Z","created_at":"2023-10-09T04:52:56.185Z","updated_at":"2026-03-19T01:45:58.115Z","registry_url":"https://pkg.go.dev/github.com/linuxsuren/expr","install_command":"go get github.com/linuxsuren/expr","documentation_url":"https://pkg.go.dev/github.com/linuxsuren/expr#section-documentation","metadata":{},"repo_metadata":{"uuid":"597307901","full_name":"LinuxSuRen/expr","owner":"LinuxSuRen","description":"Expression language and expression evaluation for Go","archived":false,"fork":true,"pushed_at":"2023-10-09T03:09:03.000Z","size":11806,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-10-10T03:29:49.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"antonmedv/expr","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinuxSuRen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2023-02-04T05:57:23.000Z","updated_at":"2023-10-10T03:29:49.757Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/LinuxSuRen/expr","commit_stats":null,"previous_names":[],"tags_count":63,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinuxSuRen","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":170415398,"owners_count":9540050,"icon_url":"https://github.com/github.png","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"},"owner_record":{"login":"LinuxSuRen","name":"Rick","uuid":"1450685","kind":"user","description":"DevRel, a host of open-source Podcasts \r\n@opensource-f2f","email":"","website":"https://linuxsuren.github.io/open-source-best-practice/","location":"China","twitter":"linuxsuren","company":"@opensource-f2f","icon_url":"https://avatars.githubusercontent.com/u/1450685?u=5dee52b77f018f9d8295927269f860ac9f3d4502\u0026v=4","repositories_count":90,"last_synced_at":"2023-03-22T17:17:27.578Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/LinuxSuRen","created_at":"2022-11-03T11:21:32.606Z","updated_at":"2023-03-22T17:17:28.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinuxSuRen","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinuxSuRen/repositories"},"tags":[{"name":"v1.20.0-unknown","sha":"e3c2d0e4cefd3885b00caaeee02084d80748f2f3","kind":"commit","published_at":"2023-10-04T21:34:04.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.20.0-unknown","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.20.0-unknown","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.20.0-unknown","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.20.0-unknown/manifests"},{"name":"v1.12.0","sha":"7b5f72bce989cb6329123ccb9ecfa333915588f3","kind":"commit","published_at":"2023-02-03T14:53:43.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.12.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"d8586f10845b311c5969f06e1dcdd3f3d2ee31d4","kind":"commit","published_at":"2023-02-03T10:07:11.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.11.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"2992aacca9ee0947447fd08b456307152e0148ae","kind":"commit","published_at":"2023-02-02T08:21:27.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.11.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.11.0/manifests"},{"name":"v1.10.5","sha":"cffbb1f1de5be5a1ab9e458cc18b77d5e05dc846","kind":"commit","published_at":"2023-01-24T18:55:04.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.10.5","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.5/manifests"},{"name":"v1.10.4","sha":"38ed534c0f2a1e7f4f1e63e28e870d423c953ace","kind":"commit","published_at":"2023-01-23T20:22:12.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.10.4","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.4/manifests"},{"name":"v1.10.3","sha":"0675733cc8ab84586eba4b0c4a0c6c6348d8f0f0","kind":"commit","published_at":"2023-01-22T18:43:40.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.10.3","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"c2b6f328f4d60c3b5dbab2f5b72b5c5ff698d935","kind":"commit","published_at":"2023-01-21T12:42:22.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.10.2","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"9009d4da3de69a1e5dcbb284a9140129939de6f1","kind":"commit","published_at":"2023-01-20T20:48:33.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.10.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"154081ed4cd84c7212a1e3f9b68d7d1fd9524115","kind":"commit","published_at":"2023-01-10T11:15:36.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.10.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.10.0/manifests"},{"name":"v1.9.0","sha":"16bee8c7ddf00186044e2facea77b4c1e8519466","kind":"commit","published_at":"2021-08-11T08:48:25.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.9.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.9.0/manifests"},{"name":"v1.8.9","sha":"7dd2fd39e4cc52b0b68694294e2414b59785a535","kind":"commit","published_at":"2020-09-09T20:07:26.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.9","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.9/manifests"},{"name":"v1.8.8","sha":"3edd80d1fb0a72fa4147505972fc9a0d2280beaf","kind":"commit","published_at":"2020-05-19T07:34:49.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.8","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.8/manifests"},{"name":"v1.8.7","sha":"ec30886e13ef3f33d604ae7ac39946e4a333a8e6","kind":"commit","published_at":"2020-05-18T18:00:37.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.7","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.7/manifests"},{"name":"v1.8.6","sha":"d22339dcf062dcffa2a40e751a0b46d2e1f9b9d7","kind":"commit","published_at":"2020-05-15T16:10:01.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.6","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.6/manifests"},{"name":"v1.8.5","sha":"337130da884e8b5c18caecfe5e44ec11da815e3b","kind":"commit","published_at":"2020-05-10T12:16:43.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.5","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"8d1f4e86f3ff39aeeb3f499c3267a45b6c1bba19","kind":"commit","published_at":"2020-04-23T19:34:31.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.4","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"d676309683930b9a34c53b36e04c47d47b3b3e69","kind":"commit","published_at":"2020-04-19T12:42:34.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.3","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"637431e01057b034c6c83fbee4224fb2b3d527f3","kind":"commit","published_at":"2020-03-27T12:25:51.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.2","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"5ff12808f0af133092705f1c79820d0100c060b4","kind":"commit","published_at":"2020-03-26T18:17:47.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"aa52e70751c1b724633d4d2b0ec1eb689f6219db","kind":"commit","published_at":"2020-03-26T15:30:30.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.8.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"546dfc990e7eaacfdcca9267211d3af45b732f79","kind":"commit","published_at":"2020-03-17T17:42:51.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.7.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"8ec0158f30944dd71319c2056040cce013ecc009","kind":"commit","published_at":"2020-03-16T13:29:25.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.7.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"28f06f1bf8fd0bce43be5a2863ee68fb874c16f9","kind":"commit","published_at":"2020-03-10T05:36:12.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.6.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.6.0/manifests"},{"name":"v1.5.10","sha":"821f08941b7cf83bc92d3872157f9ae5fb8a6728","kind":"commit","published_at":"2020-03-04T13:12:02.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.10","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.10/manifests"},{"name":"v1.5.9","sha":"e498575f8b081323df25842a395f42ce8acbec43","kind":"commit","published_at":"2020-03-04T08:00:50.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.9","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.9/manifests"},{"name":"v1.5.8","sha":"0cf3b1f264fa9ed453d0f82d62f6998ba266204b","kind":"commit","published_at":"2020-03-04T06:41:20.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.8","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.8/manifests"},{"name":"v1.5.7","sha":"947771f04c8b15a6e50bff3dbebc388b8d0bbf72","kind":"commit","published_at":"2020-03-02T12:05:32.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.7","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.7/manifests"},{"name":"v1.5.6","sha":"9217dda7b2c6f0fcb927e977c9396ce316fda89f","kind":"commit","published_at":"2020-03-02T10:47:15.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.6","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.6/manifests"},{"name":"v1.5.5","sha":"5cb0507e001222314889aa8d243df762e58977cb","kind":"commit","published_at":"2020-02-27T06:10:07.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.5","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.5/manifests"},{"name":"v1.5.4","sha":"79ed70d5a38712acbbfe8fdbb11bfcc3e38a6c92","kind":"commit","published_at":"2020-02-26T09:13:59.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.4","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"3e7d20e0b219d7dad26f0d01d0e540460a0b622c","kind":"commit","published_at":"2020-02-26T08:12:29.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.3","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"17ab7197f086a116617aae97daf22221fc5959fd","kind":"commit","published_at":"2020-02-25T11:46:38.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.2","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"8294514953b0b3be68c26611a7a11fc311eae1e0","kind":"commit","published_at":"2020-02-25T10:50:59.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b222077e760ed82a60351fd4d5ce223a3c72a77a","kind":"commit","published_at":"2020-02-25T07:15:41.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.5.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.5.0/manifests"},{"name":"v1.4.5","sha":"3c6ea97fa9dbe021bf4cd4ff0127ab95faeb05e4","kind":"commit","published_at":"2020-02-21T07:14:14.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.4.5","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"ab801d45ccfb904927d14466470b9480c1dd0937","kind":"commit","published_at":"2020-02-20T13:59:15.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.4.4","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"195ac5ba9ce3e8231eba6bc4fd9c584bae4525f5","kind":"commit","published_at":"2020-01-24T11:53:53.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.4.3","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"73253fa3d7f2902c5c3be75a9775b6f1aa47157e","kind":"commit","published_at":"2019-12-11T11:11:14.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.4.2","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"1750dc9915a40df6a43ee93f193997ef3d7ad607","kind":"commit","published_at":"2019-11-13T09:40:30.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.4.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"c9f3ed903dfd177e1b71f9c3e95f31f602d880a5","kind":"commit","published_at":"2019-11-07T09:17:02.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.4.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"211ae69cabbd4e228b879ef26123b8c6776e16d9","kind":"commit","published_at":"2019-11-06T13:27:10.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.3.2","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"4d2b11c339ad15e31e550f95f8f87ebd305e989f","kind":"commit","published_at":"2019-10-28T11:34:01.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.3.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"5e64f7b723ac47c63b1dff004860a25f34b646fd","kind":"commit","published_at":"2019-10-15T12:12:06.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.3.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"bd1793cb346bb6151c4bce34ff98a04b3a788781","kind":"commit","published_at":"2019-10-05T12:12:36.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.2.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.2.0/manifests"},{"name":"v1.1.4","sha":"674ce6391cd8e7b52755f501c0fce30d3fc4e61b","kind":"commit","published_at":"2019-01-19T09:13:44.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.1.4","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"3001a80fe4b4aa90779b78fd6dd39d9ceae2a13b","kind":"commit","published_at":"2018-10-22T07:02:44.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.1.3","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fb34ea4fbbf6414343cdcf0783152953042ca51e","kind":"commit","published_at":"2018-10-10T15:31:24.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.1.2","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"4439fd8ca882b5db545b3cf0ebf14caf2d9076cc","kind":"commit","published_at":"2018-10-10T14:58:46.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.1.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"0c9427d137d8ae43ac32c1573c6d8b38d591f631","kind":"commit","published_at":"2018-10-10T10:22:42.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.1.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.1.0/manifests"},{"name":"v1.0.7","sha":"1dc744393547d26e04403bc8efacfc4aff2c088f","kind":"commit","published_at":"2018-10-09T16:00:05.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.0.7","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"48a38575ccc7578492c7166ac8103849a7ab00e4","kind":"commit","published_at":"2018-10-04T14:08:29.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.0.6","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"8a82eee58c9e6d51e5699672d51f51c095ca1769","kind":"commit","published_at":"2018-09-18T14:06:54.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.0.5","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"6c754dc0b2fcb2478c1b4e8d7e2700cdcf31e8ba","kind":"commit","published_at":"2018-09-18T12:56:57.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.0.4","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"28e290347c2e56850ed7362edb96f9a9a587688a","kind":"commit","published_at":"2018-08-21T15:29:38.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.0.3","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"f1ff6e1a610c6e608dd87ce24e59b8ef1ee864f0","kind":"commit","published_at":"2018-08-20T19:12:15.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.0.2","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"653a0581c6b5662ea4c5db48a54d79f2efb1416f","kind":"commit","published_at":"2018-08-09T14:19:43.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.0.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"aae3b0f285854e8a32462ecb2db373dc0dd72c9d","kind":"commit","published_at":"2018-08-08T17:12:43.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v1.0.0","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v1.0.0/manifests"},{"name":"v0.0.5","sha":"0947d4ffb028023c396e59ca78dad4c4a9a5db89","kind":"commit","published_at":"2018-08-05T14:51:20.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v0.0.5","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"35784064a24b2a69567af11fd9e87e8069ba41b5","kind":"commit","published_at":"2018-08-05T14:18:32.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v0.0.4","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"2f79ed7c6541aea2710c54f9e52b84b2bcdc9b37","kind":"commit","published_at":"2018-07-30T15:04:21.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v0.0.3","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"a43cfef13bb1352ba1bf1478d6e28bc13fc30132","kind":"commit","published_at":"2018-07-29T21:48:21.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v0.0.2","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"d668051cfc60dc8bbcec2fd1c361b4aa1681391f","kind":"commit","published_at":"2018-07-16T19:39:32.000Z","download_url":"https://codeload.github.com/LinuxSuRen/expr/tar.gz/v0.0.1","html_url":"https://github.com/LinuxSuRen/expr/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxSuRen%2Fexpr/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2023-11-09T09:04:00.113Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.619297922646638,"dependent_packages_count":8.383050014243945,"stargazers_count":25.30742752300371,"forks_count":18.825455626255344,"docker_downloads_count":null,"average":15.78380777153741},"purl":"pkg:golang/github.com/linuxsuren/expr","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/linuxsuren/expr","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/linuxsuren/expr","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/linuxsuren/expr/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flinuxsuren%2Fexpr/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flinuxsuren%2Fexpr/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flinuxsuren%2Fexpr/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flinuxsuren%2Fexpr/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flinuxsuren%2Fexpr/codemeta","maintainers":[]}