{"id":17133367,"url":"https://github.com/chronark/env","last_synced_at":"2025-08-16T07:06:55.763Z","repository":{"id":57101829,"uuid":"436942336","full_name":"chronark/env","owner":"chronark","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-10T11:26:36.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-11T01:42:25.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/chronark.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":"2021-12-10T10:42:07.000Z","updated_at":"2025-05-25T12:02:31.000Z","dependencies_parsed_at":"2022-08-20T21:40:41.104Z","dependency_job_id":null,"html_url":"https://github.com/chronark/env","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chronark/env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronark%2Fenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronark%2Fenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronark%2Fenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronark%2Fenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chronark","download_url":"https://codeload.github.com/chronark/env/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronark%2Fenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270679280,"owners_count":24626932,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-14T19:42:01.342Z","updated_at":"2025-08-16T07:06:55.725Z","avatar_url":"https://github.com/chronark.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# env\n\nUtility library to load and require environment variables to be set\n\n## Quickstart\n\n```typescript\nimport { env } from \"@chronark/env\"\n\n\n// this will throw an error if `HOST` is not a defined environment variable\nconst host = env.require(\"HOST\")\n\n\n// this will instead use the provided default value\nconst port = env.get(\"PORT\", 3000) \n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronark%2Fenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchronark%2Fenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronark%2Fenv/lists"}