{"id":21565153,"url":"https://github.com/cfware/babel-replace-variable-init","last_synced_at":"2025-03-18T05:17:32.901Z","repository":{"id":66026887,"uuid":"300258457","full_name":"cfware/babel-replace-variable-init","owner":"cfware","description":"Generate a babel plugin which replaces variable initializations","archived":false,"fork":false,"pushed_at":"2020-10-02T12:06:39.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-25T05:02:21.965Z","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/cfware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-10-01T11:42:23.000Z","updated_at":"2020-10-02T12:06:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"157529a8-8f45-474c-9a3d-53d83971014b","html_url":"https://github.com/cfware/babel-replace-variable-init","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"dcd063a43a9e66781bf3cbd1601aa54d75a49205"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fbabel-replace-variable-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fbabel-replace-variable-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fbabel-replace-variable-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fbabel-replace-variable-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfware","download_url":"https://codeload.github.com/cfware/babel-replace-variable-init/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244160055,"owners_count":20408021,"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-11-24T10:18:36.361Z","updated_at":"2025-03-18T05:17:32.877Z","avatar_url":"https://github.com/cfware.png","language":"JavaScript","readme":"# babel-replace-variable-init [![NPM Version][npm-image]][npm-url]\n\nGenerate a babel plugin which replaces variable initializations\n\n## Usage\n\n```js\nimport babelReplaceVariableInit from 'babel-replace-variable-init';\n\nexport default babelReplaceVariable({\n\tvariableName: ({types: t}) =\u003e t.stringLiteral('')\n});\n```\n\nThis will create a babel plugin which will replace the initialization of any\n`variableName` variable with an empty string.\n\n[npm-image]: https://img.shields.io/npm/v/babel-replace-variable-init.svg\n[npm-url]: https://npmjs.org/package/babel-replace-variable-init\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfware%2Fbabel-replace-variable-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfware%2Fbabel-replace-variable-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfware%2Fbabel-replace-variable-init/lists"}