{"id":15395013,"url":"https://github.com/goto-bus-stop/babel-plugin-transform-phonetize","last_synced_at":"2025-04-15T23:53:56.484Z","repository":{"id":32645861,"uuid":"138750277","full_name":"goto-bus-stop/babel-plugin-transform-phonetize","owner":"goto-bus-stop","description":"babel plugin to rename identifiers in a file to randomly generated pronounceable names","archived":false,"fork":false,"pushed_at":"2022-04-26T13:24:36.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"default","last_synced_at":"2025-03-29T03:05:32.604Z","etag":null,"topics":["babel","babel-plugin","beautify","identifiers","phonetic","rename","unminify"],"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":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-26T14:30:57.000Z","updated_at":"2022-04-26T13:21:15.000Z","dependencies_parsed_at":"2022-08-07T17:47:21.493Z","dependency_job_id":null,"html_url":"https://github.com/goto-bus-stop/babel-plugin-transform-phonetize","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fbabel-plugin-transform-phonetize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fbabel-plugin-transform-phonetize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fbabel-plugin-transform-phonetize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fbabel-plugin-transform-phonetize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goto-bus-stop","download_url":"https://codeload.github.com/goto-bus-stop/babel-plugin-transform-phonetize/tar.gz/refs/heads/default","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":["babel","babel-plugin","beautify","identifiers","phonetic","rename","unminify"],"created_at":"2024-10-01T15:25:20.525Z","updated_at":"2025-04-15T23:53:56.470Z","avatar_url":"https://github.com/goto-bus-stop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-plugin-transform-phonetize\n\nbabel plugin to rename identifiers in a file to randomly generated pronounceable names\n\nUseful for deobfuscation.\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/babel-plugin-transform-phonetize.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/babel-plugin-transform-phonetize\n[travis-image]: https://img.shields.io/travis/goto-bus-stop/babel-plugin-transform-phonetize.svg?style=flat-square\n[travis-url]: https://travis-ci.org/goto-bus-stop/babel-plugin-transform-phonetize\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 babel-plugin-transform-phonetize\n```\n\n## Usage\n\n```json\n{\n  \"plugins\": [\n    [\"transform-phonetize\", {\n      \"maxLength\": 4,\n      \"except\": [\"idx\"]\n    }]\n  ]\n}\n```\n\n## Options\n\n* `maxLength` - Maximum length of the original identifier name. Only names shorter than this length will be renamed.\n  This way variables that already have meaningful names will not be touched. Defaults to `3`.\n* `except` - Array of identifier names not to rename.\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%2Fbabel-plugin-transform-phonetize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoto-bus-stop%2Fbabel-plugin-transform-phonetize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-bus-stop%2Fbabel-plugin-transform-phonetize/lists"}