{"id":15395002,"url":"https://github.com/goto-bus-stop/estree-is-function","last_synced_at":"2025-04-15T23:53:59.300Z","repository":{"id":27433364,"uuid":"113893980","full_name":"goto-bus-stop/estree-is-function","owner":"goto-bus-stop","description":" check if an AST node is a function of some sort","archived":false,"fork":false,"pushed_at":"2023-05-31T04:58:39.000Z","size":10,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T03:05:34.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/goto-bus-stop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-12-11T18:30:30.000Z","updated_at":"2023-06-28T01:01:02.000Z","dependencies_parsed_at":"2024-06-18T21:30:49.908Z","dependency_job_id":"01aeb979-0a41-4abf-a35d-7f3bfc73091a","html_url":"https://github.com/goto-bus-stop/estree-is-function","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.2857142857142857,"last_synced_commit":"53359f4b24a7d52a1d1c3bc2eda628a2d1a0f2df"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Festree-is-function","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Festree-is-function/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Festree-is-function/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Festree-is-function/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goto-bus-stop","download_url":"https://codeload.github.com/goto-bus-stop/estree-is-function/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249173061,"owners_count":21224481,"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":[],"created_at":"2024-10-01T15:25:17.738Z","updated_at":"2025-04-15T23:53:59.276Z","avatar_url":"https://github.com/goto-bus-stop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# estree-is-function\n\ncheck if an AST node is a function of some sort.\n\n[![npm][npm-image]][npm-url]\n[![travis][travis-image]][travis-url]\n[![standard][standard-image]][standard-url]\n\n[npm-image]: https://img.shields.io/npm/v/estree-is-function.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/estree-is-function\n[travis-image]: https://img.shields.io/travis/goto-bus-stop/estree-is-function.svg?style=flat-square\n[travis-url]: https://travis-ci.org/goto-bus-stop/estree-is-function\n[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[standard-url]: http://npm.im/standard\n\n## Install\n\n```\nnpm install estree-is-function\n```\n\n## Usage\n\n```js\nvar isFunction = require('estree-is-function')\nisFunction(parse('function a () {}')) // true\nisFunction(parse('(function () {})')) // true\nisFunction(parse('(() =\u003e {})')) // true\nisFunction(parse('var x')) // false\n```\n\n## License\n\n[Apache-2.0](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-bus-stop%2Festree-is-function","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoto-bus-stop%2Festree-is-function","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-bus-stop%2Festree-is-function/lists"}