{"id":18798568,"url":"https://github.com/micmro/har-format-ts-declaration","last_synced_at":"2025-04-13T17:22:23.359Z","repository":{"id":146090691,"uuid":"83411750","full_name":"micmro/har-format-ts-declaration","owner":"micmro","description":"TypeScript typing for HAR (HTTP Archive) 1.2","archived":false,"fork":false,"pushed_at":"2017-03-30T06:17:55.000Z","size":9,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T08:11:25.740Z","etag":null,"topics":["har","typescript","typings"],"latest_commit_sha":null,"homepage":null,"language":null,"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/micmro.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":"2017-02-28T09:04:30.000Z","updated_at":"2023-06-20T15:30:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"bbffa62c-2b34-448b-afd7-074d23715f5a","html_url":"https://github.com/micmro/har-format-ts-declaration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2Fhar-format-ts-declaration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2Fhar-format-ts-declaration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2Fhar-format-ts-declaration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2Fhar-format-ts-declaration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micmro","download_url":"https://codeload.github.com/micmro/har-format-ts-declaration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750866,"owners_count":21155797,"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":["har","typescript","typings"],"created_at":"2024-11-07T22:12:23.321Z","updated_at":"2025-04-13T17:22:23.352Z","avatar_url":"https://github.com/micmro.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# har-format-ts-declaration\n[![npm version](https://img.shields.io/npm/v/@types/har-format.svg?style=flat-square)](https://www.npmjs.com/package/@types/har-format) \n\nTypeScript definitions (aka typings) for the HAR (HTTP Archive) file format (version 1.2).\n\n# Usage\n\n## Installation\nThe typings are on NPM, so you can simply:\n```\nnpm install --save @types/har-format\n```\n\n## Example usage\n```Typescript\nimport { Har } from \"har-format\";\n\nfunction getNonRedirectEntries(file: Har){\n    return file.log.entries.filter(e =\u003e !e.response.redirectURL);\n}\n```\n\nOriginally based on the HAR typings created for [PerfCascade](https://github.com/micmro/PerfCascade).\n\n## Specs and resources\n- [W3C HAR Spec](https://w3c.github.io/web-performance/specs/HAR/Overview.html)\n- [HAR 1.2 Spec](http://www.softwareishard.com/blog/har-12-spec)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicmro%2Fhar-format-ts-declaration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicmro%2Fhar-format-ts-declaration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicmro%2Fhar-format-ts-declaration/lists"}