{"id":23350857,"url":"https://github.com/e0selmy4v/ie-passer","last_synced_at":"2025-08-17T22:12:30.735Z","repository":{"id":65395182,"uuid":"574656226","full_name":"E0SelmY4V/ie-passer","owner":"E0SelmY4V","description":"A debugger based on HTA, which can test your code in IE browser","archived":false,"fork":false,"pushed_at":"2023-01-25T17:46:47.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T03:14:17.483Z","etag":null,"topics":["debug","debugger","ie","ie6","tdd","test","testing"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ie-passer","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/E0SelmY4V.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":"2022-12-05T19:42:45.000Z","updated_at":"2022-12-09T14:45:40.000Z","dependencies_parsed_at":"2023-02-12T08:45:32.054Z","dependency_job_id":null,"html_url":"https://github.com/E0SelmY4V/ie-passer","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/E0SelmY4V/ie-passer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E0SelmY4V%2Fie-passer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E0SelmY4V%2Fie-passer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E0SelmY4V%2Fie-passer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E0SelmY4V%2Fie-passer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/E0SelmY4V","download_url":"https://codeload.github.com/E0SelmY4V/ie-passer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E0SelmY4V%2Fie-passer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270914124,"owners_count":24667081,"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-17T02:00:09.016Z","response_time":129,"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":["debug","debugger","ie","ie6","tdd","test","testing"],"created_at":"2024-12-21T08:18:58.900Z","updated_at":"2025-08-17T22:12:30.685Z","avatar_url":"https://github.com/E0SelmY4V.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IE Passer\n\nDebug in IE easily!\n\nThis debug tool is based on HTA, which is an 'old' technology to make *HTML Application* come true.\nBecause HTA's host program is IE (*mshta.exe*), you can debug your JS in IE through HTA.\n\nHTA can be used only in Windows, just like this tool.\n\nThis tool packaged HTA test into a small function, making your debug easier.\n\n## Usage\n\n```javascript\nimport iePasser from 'ie-passer';\n// or\nconst iePasser = require('ie-passer');\n\niePasser(\n  'Your:\\\\Project\\\\index.ie.js',\n  {\n    test0: () =\u003e {\n      // some test...\n    },\n    test1: () =\u003e {\n      // some test...\n    },\n  },\n  {\n    version: '5' // version of IE core\n  }\n);\n```\n\nThen, a magic HTA window will be opened.\nYou can click the button displaying tests' name to do the test.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe0selmy4v%2Fie-passer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe0selmy4v%2Fie-passer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe0selmy4v%2Fie-passer/lists"}