{"id":20206196,"url":"https://github.com/theneuronproject/eft-parser","last_synced_at":"2025-08-13T06:07:55.980Z","repository":{"id":18605608,"uuid":"84740334","full_name":"TheNeuronProject/eft-parser","owner":"TheNeuronProject","description":"ef.js template parser","archived":false,"fork":false,"pushed_at":"2023-02-02T12:13:58.000Z","size":469,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T08:47:14.862Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheNeuronProject.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-12T16:32:55.000Z","updated_at":"2023-04-11T05:29:32.000Z","dependencies_parsed_at":"2024-06-19T20:22:53.415Z","dependency_job_id":null,"html_url":"https://github.com/TheNeuronProject/eft-parser","commit_stats":null,"previous_names":["classicoldsong/eft-parser"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/TheNeuronProject/eft-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNeuronProject%2Feft-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNeuronProject%2Feft-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNeuronProject%2Feft-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNeuronProject%2Feft-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheNeuronProject","download_url":"https://codeload.github.com/TheNeuronProject/eft-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNeuronProject%2Feft-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270191456,"owners_count":24542270,"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-08-13T02:00:09.904Z","response_time":66,"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-14T05:22:03.969Z","updated_at":"2025-08-13T06:07:55.920Z","avatar_url":"https://github.com/TheNeuronProject.png","language":"JavaScript","readme":"# eft-parser\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/ClassicOldSong/eft-parser/master/LICENSE) [![npm](https://img.shields.io/npm/dt/eft-parser.svg?style=flat-square)](https://www.npmjs.com/package/eft-parser) [![Build status](https://img.shields.io/travis/ClassicOldSong/eft-parser.svg?style=flat-square)](https://travis-ci.org/ClassicOldSong/eft-parser)\n\nParser for [ef.js](https://github.com/ClassicOldSong/ef.js) templates\n\n## Usage\nES6\n``` javascript\nimport parseEft from 'eft-parser'\n// use `const parseEft = require('eft-parser')` for node.js\n\nconst template = 'Your awesome template here'\nconst ast = parseEft(template)\n```\n\nBrowser\n``` javascript\n\u003cscript src=\"dist/eft-parser.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n\tvar template = 'Your awesome template here'\n\tvar ast = parseEft(template)\n\u003c/script\u003e\n```\n\n**Note:** ef.js has a builtin parser, but if you want a faster first render, parse the templates beforehand could be better.\n\n**Note:** All debugging messages are disabled in the production version\n\n## License\n[MIT](http://cos.mit-license.org/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheneuronproject%2Feft-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheneuronproject%2Feft-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheneuronproject%2Feft-parser/lists"}