{"id":15694258,"url":"https://github.com/justjavac/deno_ansi","last_synced_at":"2025-05-08T20:51:29.756Z","repository":{"id":40445824,"uuid":"288924977","full_name":"justjavac/deno_ansi","owner":"justjavac","description":"ANSI escape codes for manipulating the terminal","archived":false,"fork":false,"pushed_at":"2022-07-25T14:11:20.000Z","size":19,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T15:57:41.428Z","etag":null,"topics":["ansi","ansi-escape-codes","deno","deno-ansi"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/justjavac.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":"2020-08-20T06:27:16.000Z","updated_at":"2023-04-30T02:05:19.000Z","dependencies_parsed_at":"2022-08-09T20:40:26.127Z","dependency_job_id":null,"html_url":"https://github.com/justjavac/deno_ansi","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":"justjavac/deno_starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ansi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ansi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ansi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ansi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justjavac","download_url":"https://codeload.github.com/justjavac/deno_ansi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149342,"owners_count":21861717,"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":["ansi","ansi-escape-codes","deno","deno-ansi"],"created_at":"2024-10-03T18:55:17.588Z","updated_at":"2025-05-08T20:51:29.726Z","avatar_url":"https://github.com/justjavac.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_ansi\n\n[ANSI escape codes](http://www.termsys.demon.co.uk/vtansi.htm) for manipulating\nthe terminal.\n\n\u003e _base on\n\u003e [sindresorhus/ansi-escapes](https://github.com/sindresorhus/ansi-escapes)_\n\n[Document](https://doc.deno.land/https://deno.land/x/ansi/mod.ts)\n\n## Usage\n\n```ts\nimport { cursorLeft, cursorUp } from \"https://deno.land/x/ansi/mod.ts\";\n\n// Moves the cursor two rows up and to the left\nconsole.log(cursorUp(2) + cursorLeft());\n//=\u003e '\\u001B[2A\\u001B[1000D'\n```\n\n## License\n\n[deno_ansi](https://github.com/justjavac/deno_ansi) is released under the MIT\nLicense. See the bundled [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_ansi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustjavac%2Fdeno_ansi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_ansi/lists"}