{"id":15014114,"url":"https://github.com/neuralegion/postman2har","last_synced_at":"2025-10-03T21:30:23.639Z","repository":{"id":45649204,"uuid":"275824339","full_name":"NeuraLegion/postman2har","owner":"NeuraLegion","description":"Transform your Postman collection to a series of HAR request objects.","archived":true,"fork":false,"pushed_at":"2021-12-02T18:10:00.000Z","size":1156,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-09-28T18:23:11.885Z","etag":null,"topics":["har","json","postman","postman-collection"],"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/NeuraLegion.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":"2020-06-29T13:32:43.000Z","updated_at":"2023-01-28T05:00:12.000Z","dependencies_parsed_at":"2022-08-31T18:31:21.972Z","dependency_job_id":null,"html_url":"https://github.com/NeuraLegion/postman2har","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuraLegion%2Fpostman2har","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuraLegion%2Fpostman2har/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuraLegion%2Fpostman2har/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuraLegion%2Fpostman2har/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeuraLegion","download_url":"https://codeload.github.com/NeuraLegion/postman2har/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219876464,"owners_count":16554759,"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","json","postman","postman-collection"],"created_at":"2024-09-24T19:45:12.730Z","updated_at":"2025-10-03T21:30:18.295Z","avatar_url":"https://github.com/NeuraLegion.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @neuralegion/postman2har\n\n**THIS REPO HAS BEEN DEPRECATED. THE DEVELOPMENT HAS MOVED TO A NEW REPOSITORY: https://github.com/NeuraLegion/har-sdk**\n\nTransform you Postman collection to a series of HAR request objects.\n\n- https://schema.getpostman.com/collection/json/v2.1.0/draft-07/docs/index.html\n- http://www.softwareishard.com/blog/har-12-spec/#request\n\n## Setup\n\n```bash\nnpm i --save @neuralegion/postman2har\n```\n\n## 🚀 Usage\n\nUsing as a ES module:\n\n```js\nimport { postman2har } from '@neuralegion/postman2har';\nimport collection from 'your-postman-collection.json';\n\npostman2har(collection).then((requests) =\u003e {\n  console.log(requests);\n});\n```\n\nIf you want to pass additional data to resolve environment variables you can pass them via options:\n```js\npostman2har(collection, {\n  environment: { baseUrl: 'https://example.com' }\n}).then((requests) =\u003e {\n  console.log(requests);\n});\n```\n\n## 📝License\n\nCopyright © 2020 [NeuraLegion](https://github.com/NeuraLegion).\n\nThis project is licensed under the MIT License - see the [LICENSE file](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuralegion%2Fpostman2har","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuralegion%2Fpostman2har","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuralegion%2Fpostman2har/lists"}