{"id":15914653,"url":"https://github.com/richienb/jasop","last_synced_at":"2025-07-31T09:09:37.331Z","repository":{"id":47759955,"uuid":"176038583","full_name":"Richienb/jasop","owner":"Richienb","description":"Human-friendly `window.open`.","archived":false,"fork":false,"pushed_at":"2022-04-04T09:04:07.000Z","size":477,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T11:40:13.382Z","etag":null,"topics":["browser","javascript","web"],"latest_commit_sha":null,"homepage":"https://richienb.github.io/jasop","language":"JavaScript","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/Richienb.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":"2019-03-17T00:16:14.000Z","updated_at":"2022-04-04T09:04:11.000Z","dependencies_parsed_at":"2022-09-12T23:23:14.369Z","dependency_job_id":null,"html_url":"https://github.com/Richienb/jasop","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Richienb/jasop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richienb%2Fjasop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richienb%2Fjasop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richienb%2Fjasop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richienb%2Fjasop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Richienb","download_url":"https://codeload.github.com/Richienb/jasop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richienb%2Fjasop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268016871,"owners_count":24181656,"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-07-31T02:00:08.723Z","response_time":66,"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":["browser","javascript","web"],"created_at":"2024-10-06T17:05:01.200Z","updated_at":"2025-07-31T09:09:37.216Z","avatar_url":"https://github.com/Richienb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jasop\n\nHuman-friendly `window.open`.\n\n## Install\n\n```sh\nnpm install jasop\n```\n\n## Usage\n\n```js\nimport jasop from 'jasop';\n\njasop(\n    'https://example.com', // URL\n    {\n        height: 100, // You can use any window.open option\n        scrollbars: true, // Booleans will the parsed\n        width: 200, // Everything else will be converted to a string\n    }\n);\n// window.open('https://example.com', 'MyWindow', 'height=100,scrollbars=yes,width=200,top=100', true);\n```\n\n## API\n\n### jasop(url, options?)\n\n#### url\n\nType: `string | URL`\n\nThe URL to open.\n\n#### options\n\nType: `object`\n\nThe options to use. Refer to [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Window/open#Window_features)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichienb%2Fjasop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichienb%2Fjasop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichienb%2Fjasop/lists"}