{"id":20780256,"url":"https://github.com/xotic750/string-quote-x","last_synced_at":"2026-04-29T05:02:32.318Z","repository":{"id":21756591,"uuid":"93958332","full_name":"Xotic750/string-quote-x","owner":"Xotic750","description":"Wrap a string in double quotes.","archived":false,"fork":false,"pushed_at":"2023-01-04T22:58:42.000Z","size":3458,"stargazers_count":1,"open_issues_count":20,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T02:41:42.045Z","etag":null,"topics":["browser","javascript","nodejs","quote","string"],"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/Xotic750.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":"2017-06-10T18:32:16.000Z","updated_at":"2020-02-25T01:14:01.000Z","dependencies_parsed_at":"2023-01-13T21:39:59.652Z","dependency_job_id":null,"html_url":"https://github.com/Xotic750/string-quote-x","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fstring-quote-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fstring-quote-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fstring-quote-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fstring-quote-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xotic750","download_url":"https://codeload.github.com/Xotic750/string-quote-x/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243123576,"owners_count":20240045,"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":["browser","javascript","nodejs","quote","string"],"created_at":"2024-11-17T13:33:02.825Z","updated_at":"2025-12-25T05:33:13.202Z","avatar_url":"https://github.com/Xotic750.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca\n  href=\"https://travis-ci.org/Xotic750/string-quote-x\"\n  title=\"Travis status\"\u003e\n\u003cimg\n  src=\"https://travis-ci.org/Xotic750/string-quote-x.svg?branch=master\"\n  alt=\"Travis status\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://david-dm.org/Xotic750/string-quote-x\"\n  title=\"Dependency status\"\u003e\n\u003cimg src=\"https://david-dm.org/Xotic750/string-quote-x/status.svg\"\n  alt=\"Dependency status\" height=\"18\"/\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://david-dm.org/Xotic750/string-quote-x?type=dev\"\n  title=\"devDependency status\"\u003e\n\u003cimg src=\"https://david-dm.org/Xotic750/string-quote-x/dev-status.svg\"\n  alt=\"devDependency status\" height=\"18\"/\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://badge.fury.io/js/string-quote-x\"\n  title=\"npm version\"\u003e\n\u003cimg src=\"https://badge.fury.io/js/string-quote-x.svg\"\n  alt=\"npm version\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://www.jsdelivr.com/package/npm/string-quote-x\"\n  title=\"jsDelivr hits\"\u003e\n\u003cimg src=\"https://data.jsdelivr.com/v1/package/npm/string-quote-x/badge?style=rounded\"\n  alt=\"jsDelivr hits\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://bettercodehub.com/results/Xotic750/string-quote-x\"\n  title=\"bettercodehub score\"\u003e\n\u003cimg src=\"https://bettercodehub.com/edge/badge/Xotic750/string-quote-x?branch=master\"\n  alt=\"bettercodehub score\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://coveralls.io/github/Xotic750/string-quote-x?branch=master\"\n  title=\"Coverage Status\"\u003e\n\u003cimg src=\"https://coveralls.io/repos/github/Xotic750/string-quote-x/badge.svg?branch=master\"\n  alt=\"Coverage Status\" height=\"18\"\u003e\n\u003c/a\u003e\n\n\u003ca name=\"module_string-quote-x\"\u003e\u003c/a\u003e\n\n## string-quote-x\n\nWrap a string in double quotes.\n\n\u003ca name=\"exp_module_string-quote-x--module.exports\"\u003e\u003c/a\u003e\n\n### `module.exports(string)` ⇒ \u003ccode\u003estring\u003c/code\u003e ⏏\n\nThis method wraps a string in double quotes and replaces control characters\nwith safe escape sequences.\n\n**Kind**: Exported function  \n**Returns**: \u003ccode\u003estring\u003c/code\u003e - The wrapped string.\n\n| Param  | Type                | Description                                 |\n| ------ | ------------------- | ------------------------------------------- |\n| string | \u003ccode\u003estring\u003c/code\u003e | The string to safely wrap in double quotes. |\n\n**Example**\n\n```js\nimport quote from 'string-quote-x';\n\nconsole.log(quote('hello')); // '\"hello\"'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxotic750%2Fstring-quote-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxotic750%2Fstring-quote-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxotic750%2Fstring-quote-x/lists"}