{"id":40477141,"url":"https://github.com/delucis/femtocolors","last_synced_at":"2026-01-20T18:25:46.062Z","repository":{"id":319864384,"uuid":"1079893123","full_name":"delucis/femtocolors","owner":"delucis","description":"A microscopic, zero-dependency library for styling terminal text in Node.js","archived":false,"fork":false,"pushed_at":"2026-01-15T09:32:52.000Z","size":254,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T15:32:39.523Z","etag":null,"topics":["ansi","colors","console","styletext","terminal","zero-dependency"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/femtocolors","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delucis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"delucis"}},"created_at":"2025-10-20T14:47:05.000Z","updated_at":"2026-01-15T09:32:55.000Z","dependencies_parsed_at":"2025-10-20T16:40:34.568Z","dependency_job_id":null,"html_url":"https://github.com/delucis/femtocolors","commit_stats":null,"previous_names":["delucis/femtocolors"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/delucis/femtocolors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucis%2Ffemtocolors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucis%2Ffemtocolors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucis%2Ffemtocolors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucis%2Ffemtocolors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delucis","download_url":"https://codeload.github.com/delucis/femtocolors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucis%2Ffemtocolors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28609115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","colors","console","styletext","terminal","zero-dependency"],"created_at":"2026-01-20T18:25:45.372Z","updated_at":"2026-01-20T18:25:46.041Z","avatar_url":"https://github.com/delucis.png","language":"TypeScript","funding_links":["https://github.com/sponsors/delucis"],"categories":[],"sub_categories":[],"readme":"# femtocolors\n\nA tiny, zero-dependency library for styling terminal text\n\n- 130 bytes, total install size \u003c2 KB\n- Convenient chaining API\n- Respects `NO_COLOR`\n- Fully typed\n- Supports [all `styleText()` styles](https://nodejs.org/api/util.html#modifiers)\n- Node.js ≥20 only (see [picocolors](https://www.npm.im/picocolors) for other runtimes)\n\n## Usage\n\n```js\nimport fmt from 'femtocolors';\n\n// Style by chaining properties\nconst success = fmt.green('Success!');\nconst error = fmt.black.bgRed('Error');\nconst link = fmt.blue.underline('https://example.com');\n\n// You can also reuse formatters\nconst errorStyle = fmt.red.bold;\nerrorStyle('Error 1');\nerrorStyle('Error 2');\n```\n\n## License\n\nMIT License © Copyright (c) 2025 Chris Swithinbank\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelucis%2Ffemtocolors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelucis%2Ffemtocolors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelucis%2Ffemtocolors/lists"}