{"id":20513679,"url":"https://github.com/webreflection/backtick-template","last_synced_at":"2025-04-14T00:00:28.494Z","repository":{"id":65993111,"uuid":"79121964","full_name":"WebReflection/backtick-template","owner":"WebReflection","description":"ES2015 backticks for ES3+ engines","archived":false,"fork":false,"pushed_at":"2022-03-13T20:47:00.000Z","size":28,"stargazers_count":32,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T10:38:35.743Z","etag":null,"topics":["es3","es5","string","template","transformer"],"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/WebReflection.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2017-01-16T13:40:24.000Z","updated_at":"2020-09-09T05:52:47.000Z","dependencies_parsed_at":"2024-02-01T16:28:10.907Z","dependency_job_id":"166fd006-9709-4761-bed8-2a832d1fa3fb","html_url":"https://github.com/WebReflection/backtick-template","commit_stats":{"total_commits":10,"total_committers":3,"mean_commits":"3.3333333333333335","dds":0.4,"last_synced_commit":"64c40665b5d27a7c4381ac93ea85972a9c50bfeb"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebReflection%2Fbacktick-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebReflection%2Fbacktick-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebReflection%2Fbacktick-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebReflection%2Fbacktick-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebReflection","download_url":"https://codeload.github.com/WebReflection/backtick-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799931,"owners_count":21163403,"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":["es3","es5","string","template","transformer"],"created_at":"2024-11-15T21:12:35.045Z","updated_at":"2025-04-14T00:00:28.421Z","avatar_url":"https://github.com/WebReflection.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecated / Unmaintained\n\nPlease use [tag-params](https://github.com/WebReflection/tag-params#readme) instead.\n\n- - -\n\n### ES2015 backticks for ES3+ engines [![build status](https://secure.travis-ci.org/WebReflection/backtick-template.svg)](http://travis-ci.org/WebReflection/backtick-template) [![Coverage Status](https://coveralls.io/repos/WebReflection/backtick-template/badge.svg?branch=master)](https://coveralls.io/r/WebReflection/backtick-template?branch=master)\n\n```js\nvar template = require('backtick-template');\n\n// just string\nconst info = 'template';\n`some ${info}` === template('some ${info}', {info});\n\n// passing through a transformer\ntransform `some ${info}` ===\n    template(transform, 'some ${info}', {info});\n\n// using it as String method\nString.prototype.template = template.asMethod;\n\n`some ${info}` === 'some ${info}'.template({info});\n\ntransform `some ${info}` ===\n    'some ${info}'.template(transform, {info});\n\n```\n\nMIT Style License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebreflection%2Fbacktick-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebreflection%2Fbacktick-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebreflection%2Fbacktick-template/lists"}