{"id":13775155,"url":"https://github.com/mbostock/rollup-plugin-ascii","last_synced_at":"2025-03-23T15:31:27.406Z","repository":{"id":57355580,"uuid":"60802310","full_name":"mbostock/rollup-plugin-ascii","owner":"mbostock","description":"Rewrite JavaScript to escape any non-ASCII characters in string literals.","archived":false,"fork":false,"pushed_at":"2020-03-13T20:37:35.000Z","size":5,"stargazers_count":12,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-15T00:49:50.430Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbostock.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}},"created_at":"2016-06-09T19:45:19.000Z","updated_at":"2023-07-20T11:05:57.000Z","dependencies_parsed_at":"2022-09-27T10:50:25.932Z","dependency_job_id":null,"html_url":"https://github.com/mbostock/rollup-plugin-ascii","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbostock%2Frollup-plugin-ascii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbostock%2Frollup-plugin-ascii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbostock%2Frollup-plugin-ascii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbostock%2Frollup-plugin-ascii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbostock","download_url":"https://codeload.github.com/mbostock/rollup-plugin-ascii/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245122792,"owners_count":20564375,"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-08-03T17:01:34.615Z","updated_at":"2025-03-23T15:31:26.393Z","avatar_url":"https://github.com/mbostock.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Text Replacement"],"readme":"# rollup-plugin-ascii\n\nRewrite JavaScript to escape any non-ASCII characters in string literals. For example, the following input:\n\n```js\nconsole.log(\"Ich ♥ Bücher\");\n```\n\nBecomes the following output:\n\n```js\nconsole.log(\"Ich \\u2665 B\\xFCcher\");\n```\n\nOnly string literals are escaped! If you want to escape Unicode symbols, too, you’ll need something like UglifyJS2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbostock%2Frollup-plugin-ascii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbostock%2Frollup-plugin-ascii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbostock%2Frollup-plugin-ascii/lists"}