{"id":20770342,"url":"https://github.com/formula/formula","last_synced_at":"2025-04-30T13:42:30.812Z","repository":{"id":2738110,"uuid":"47308745","full_name":"formula/formula","owner":"formula","description":"Formula language for JavaScript","archived":false,"fork":false,"pushed_at":"2023-01-07T12:47:01.000Z","size":4731,"stargazers_count":45,"open_issues_count":23,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T13:42:20.347Z","etag":null,"topics":["javascript","nodejs"],"latest_commit_sha":null,"homepage":"https://formula.github.io/formula/","language":"JavaScript","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/formula.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":null,"support":null}},"created_at":"2015-12-03T04:52:58.000Z","updated_at":"2025-04-17T00:09:09.000Z","dependencies_parsed_at":"2023-01-13T12:30:17.043Z","dependency_job_id":null,"html_url":"https://github.com/formula/formula","commit_stats":null,"previous_names":["functionfoundry/functionfoundry"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formula%2Fformula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formula%2Fformula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formula%2Fformula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formula%2Fformula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formula","download_url":"https://codeload.github.com/formula/formula/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251713726,"owners_count":21631597,"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":["javascript","nodejs"],"created_at":"2024-11-17T12:08:47.432Z","updated_at":"2025-04-30T13:42:30.789Z","avatar_url":"https://github.com/formula.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Circle CI](https://circleci.com/gh/formula/formula.svg?style=svg)](https://circleci.com/gh/formula/formula)\n[![npm version](https://badge.fury.io/js/formula.svg)](https://badge.fury.io/js/formula)\n\nBest function and expression library for JSON.\n\n## Install\n\n```sh\nnpm install --save formula\n```\n\n## General Usage\n\n```js\nimport { run } from \"formula\";\n\n// jsonpath + spreadsheet-like expression system eats json for lunch.\nrun(\"$.a.b = 1\", '{ \"a\": { \"b\": 1 } }')\n\n// sum, vlookup, hlookup and friends.\nrun(\"sum(a, b, c) = 1+2+3\", { a: 1, b: 2, c: 3 });\n```\n\n## Browser ready\n\nAdd to the browser with:\n\n```html\n\u003cscript type=\"text/javascript\" src=\"https://unpkg.com/formula@3.16.0/lib/formula.min.js\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformula%2Fformula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformula%2Fformula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformula%2Fformula/lists"}