{"id":20604087,"url":"https://github.com/ardean/dtyp","last_synced_at":"2025-03-06T16:46:45.193Z","repository":{"id":42266396,"uuid":"268544972","full_name":"ardean/dtyp","owner":"ardean","description":"DTYP / Windows Data Type library in TypeScript","archived":false,"fork":false,"pushed_at":"2023-03-04T21:38:06.000Z","size":346,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T02:13:18.716Z","etag":null,"topics":["dtyp","filetime","ms-dtyp","windows-data-types"],"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/ardean.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-06-01T14:27:55.000Z","updated_at":"2022-02-11T12:39:30.000Z","dependencies_parsed_at":"2024-11-16T09:20:49.846Z","dependency_job_id":"918c9131-825f-41c9-be68-0aa59998ba10","html_url":"https://github.com/ardean/dtyp","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"1e71c640fd04d8c08d8accd6443dc2a3845af972"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardean%2Fdtyp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardean%2Fdtyp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardean%2Fdtyp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardean%2Fdtyp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ardean","download_url":"https://codeload.github.com/ardean/dtyp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250360,"owners_count":20096891,"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":["dtyp","filetime","ms-dtyp","windows-data-types"],"created_at":"2024-11-16T09:20:45.573Z","updated_at":"2025-03-06T16:46:45.171Z","avatar_url":"https://github.com/ardean.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dtyp\n\n\u003e DTYP / Windows Data Type library in TypeScript.\n\n[![Github Version](https://img.shields.io/github/release/ardean/dtyp.svg)](https://github.com/ardean/dtyp)\n[![NPM Version](https://img.shields.io/npm/v/dtyp.svg)](https://npmjs.org/package/dtyp)\n[![NPM Downloads](https://img.shields.io/npm/dm/dtyp.svg)](https://npmjs.org/package/dtyp)\n[![License](https://img.shields.io/npm/l/dtyp.svg)](LICENSE.md)\n\n[[MS-DTYP]: Windows Data Types](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2)\n\n## Installation\n```sh\n$ npm i dtyp\n```\n\n## Usage\n```ts\nimport dtyp from \"dtyp\";\n\nconst buffer = dtyp.serializeFiletime(new Date());\nconsole.log(buffer); // \u003cBuffer b0 ab ee 3a 1f 38 d6 01\u003e\n\nconst date = dtyp.parseFiletime(buffer);\nconsole.log(date); // 2020-06-01T14:16:23.787Z\n```\n\n## Features\n- filetime parse / serialize\n\n## License\n\n[MIT](LICENSE.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardean%2Fdtyp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fardean%2Fdtyp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardean%2Fdtyp/lists"}