{"id":16227375,"url":"https://github.com/novacbn/enzastdlib","last_synced_at":"2026-04-28T23:38:04.340Z","repository":{"id":180847108,"uuid":"665797781","full_name":"novacbn/enzastdlib","owner":"novacbn","description":"enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.","archived":false,"fork":false,"pushed_at":"2023-08-12T06:49:01.000Z","size":171,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-23T16:34:52.124Z","etag":null,"topics":["cli","client","deno","http","javascript","json-schema","library","rpc","schema","server","types","typescript","typing","validation"],"latest_commit_sha":null,"homepage":"https://deno.land/x/enzastdlib","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/novacbn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-13T03:07:26.000Z","updated_at":"2023-08-12T05:01:25.000Z","dependencies_parsed_at":"2024-11-04T03:01:55.873Z","dependency_job_id":"ee5efea9-ccb1-4e0e-8c30-7a8bbcfba1f1","html_url":"https://github.com/novacbn/enzastdlib","commit_stats":null,"previous_names":["novacbn/enzastdlib"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/novacbn/enzastdlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novacbn%2Fenzastdlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novacbn%2Fenzastdlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novacbn%2Fenzastdlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novacbn%2Fenzastdlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/novacbn","download_url":"https://codeload.github.com/novacbn/enzastdlib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novacbn%2Fenzastdlib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32404340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["cli","client","deno","http","javascript","json-schema","library","rpc","schema","server","types","typescript","typing","validation"],"created_at":"2024-10-10T12:52:32.668Z","updated_at":"2026-04-28T23:38:04.304Z","avatar_url":"https://github.com/novacbn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `enzastdlib`\n\n`enzastdlib` is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the [Deno TypeScript runtime](https://deno.land).\n\n## Modules\n\nThe following modules are considered public API ready for consumption:\n\n- [`@enzastdlib/async`](https://deno.land/x/enzastdlib/async/mod.ts?doc) — Utilities for working with asynchronous and `Promise`-based code.\n- [`@enzastdlib/collections`](https://deno.land/x/enzastdlib/collections/mod.ts?doc) — Utilities for working with collections like arrays and records.\n- [`@enzastdlib/commands`](https://deno.land/x/enzastdlib/commands/mod.ts?doc) — Create command line tools with validation powered by [JSON Schema 2019-09](https://json-schema.org/specification-links.html#draft-2019-09-formerly-known-as-draft-8).\n- [`@enzastdlib/decorators`](https://deno.land/x/enzastdlib/decorators/mod.ts?doc) — Create function decorators that access metadata with a streamlined API.\n- [`@enzastdlib/environment`](https://deno.land/x/enzastdlib/environment/mod.ts?doc) — Parse and validate both environment variables and dotenv files powered by [JSON Schema 2019-09](https://json-schema.org/specification-links.html#draft-2019-09-formerly-known-as-draft-8).\n- [`@enzastdlib/errors`](https://deno.land/x/enzastdlib/errors/mod.ts?doc) — General error objects that are used across `enzastdlib`.\n- [`@enzastdlib/path`](https://deno.land/x/enzastdlib/events/mod.ts?doc) — Create typed events with a typed version of `EventTarget`.\n- [`@enzastdlib/json5`](https://deno.land/x/enzastdlib/json5/mod.ts?doc) — Parse JSON5 documents and expressions.\n- [`@enzastdlib/os`](https://deno.land/x/enzastdlib/os/mod.ts?doc) — Utilities for abstracting away operating system specifics.\n- [`@enzastdlib/path`](https://deno.land/x/enzastdlib/path/mod.ts?doc) — Utilities for working with file system paths and URLs.\n- [`@enzastdlib/realm`](https://deno.land/x/enzastdlib/realm/mod.ts?doc) — Create custom JavaScript and TypeScript execution environments.\n- [`@enzastdlib/rpc`](https://deno.land/x/enzastdlib/rpc/mod.ts?doc) — Contains supplemental typing for creating fully typed and validated RPC clients and servers.\n- [`@enzastdlib/rpc-http`](https://deno.land/x/enzastdlib/rpc-http/mod.ts?doc) — Create fully typed and validated RPC clients and servers using HTTP as the transport.\n- [`@enzastdlib/rpc-messageport`](https://deno.land/x/enzastdlib/rpc-messageport/mod.ts?doc) — Create fully typed and validated RPC clients and servers using [`MessagePort`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort)-like API instances as the transport.\n- [`@enzastdlib/rpc-protocol`](https://deno.land/x/enzastdlib/rpc-protocol/mod.ts?doc) — Create fully typed and validated RPC clients and servers powered by [JSON Schema 2019-09](https://json-schema.org/specification-links.html#draft-2019-09-formerly-known-as-draft-8).\n- [`@enzastdlib/rpc-streams`](https://deno.land/x/enzastdlib/rpc-streams/mod.ts?doc) — Create fully typed and validated RPC clients and servers using a pair of [`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) / [`WritableStream`](https://developer.mozilla.org/en-US/docs/Web/API/WritableStream) instances as the transport.\n- [`@enzastdlib/schema`](https://deno.land/x/enzastdlib/schema/mod.ts?doc) — Create easy to use validators powered by [JSON Schema 2019-09](https://json-schema.org/specification-links.html#draft-2019-09-formerly-known-as-draft-8).\n- [`@enzastdlib/strings`](https://deno.land/x/enzastdlib/strings/mod.ts?doc) — Utilities for working with strings.\n- [`@enzastdlib/testing`](https://deno.land/x/enzastdlib/testing/mod.ts?doc) — Utilities for working with Deno's testing API.\n\n## Importing\n\n```typescript\nimport * as mod from 'https://deno.land/x/enzastdlib/.../mod.ts';\n```\n\n## Documentation\n\nVisit the documentation at [Deno's module registry](https://deno.land/x/enzastdlib?doc).\n\n## Need Help?\n\n\u003e Please [search current issues](https://github.com/novacbn/enzastdlib/issues) to see if your problem has been tackled previously before filing a new issue.\n\nFile [a new issue](https://github.com/novacbn/enzastdlib/issues/new/choose).\n\n## Want to Contribute?\n\nVisit the [`CONTRIBUTING.md`](./CONTRIBUTING.md) for information on getting started.\n\n## Dependencies\n\nThe following dependencies are utilized by this library:\n\n- [`@CesiumLabs/json5`](https://github.com/CesiumLabs/json5)\n- [`@cfworker/json-schema`](https://github.com/cfworker/cfworker)\n- [`@deno`](https://github.com/denoland/deno_std)\n- [`@deno/emit`](https://github.com/denoland/deno_emit)\n- [`@jrylan/json-schema-typed`](https://github.com/jrylan/json-schema-typed)\n- [`@ThomasAribart/json-schema-to-ts`](https://github.com/ThomasAribart/json-schema-to-ts)\n\n## License\n\n`enzastdlib` is licensed under the [MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovacbn%2Fenzastdlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovacbn%2Fenzastdlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovacbn%2Fenzastdlib/lists"}