{"id":1321813,"name":"@tpluscode/paper-autocomplete","ecosystem":"npm","description":"Frankenstein autocomplete assembled from paper elements","homepage":"https://github.com/open-wc/open-wc/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/open-wc/open-wc","keywords_array":[],"namespace":"tpluscode","versions_count":1,"first_release_published_at":"2019-12-09T14:07:27.800Z","latest_release_published_at":"2019-12-09T14:07:27.800Z","latest_release_number":"0.0.2","last_synced_at":"2026-03-19T19:44:08.843Z","created_at":"2022-04-08T20:57:37.312Z","updated_at":"2026-03-19T19:44:08.843Z","registry_url":"https://www.npmjs.com/package/@tpluscode/paper-autocomplete","install_command":"npm install @tpluscode/paper-autocomplete","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.0.2"}},"repo_metadata":{"id":37906229,"uuid":"149014578","full_name":"open-wc/open-wc","owner":"open-wc","description":"Open Web Components: guides, tools and libraries for developing web components.","archived":false,"fork":false,"pushed_at":"2025-08-07T17:29:09.000Z","size":28508,"stargazers_count":2348,"open_issues_count":190,"forks_count":431,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-10-18T18:55:56.522Z","etag":null,"topics":["hacktoberfest","javascript","lit-element","web-components"],"latest_commit_sha":null,"homepage":"https://open-wc.org/","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/open-wc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null},"funding":{"github":"modernweb-dev","open_collective":"modern-web"}},"created_at":"2018-09-16T16:35:09.000Z","updated_at":"2025-10-16T03:52:56.000Z","dependencies_parsed_at":"2024-01-15T10:29:44.392Z","dependency_job_id":"62c426a0-642f-4100-b4aa-bc315d30d4a6","html_url":"https://github.com/open-wc/open-wc","commit_stats":{"total_commits":2522,"total_committers":249,"mean_commits":10.1285140562249,"dds":0.7700237906423474,"last_synced_commit":"480509899d95c9fbc3f6913b1532a8b599df3002"},"previous_names":[],"tags_count":2757,"template":false,"template_full_name":null,"purl":"pkg:github/open-wc/open-wc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-wc","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/sbom","scorecard":{"id":708621,"data":{"date":"2025-08-11","repo":{"name":"github.com/open-wc/open-wc","commit":"d72b3b57d1575ad65d9ffc9fd2c9edaced2ec492"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 13/21 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"19 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/canary.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/preview.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/verify-node.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Pinned-Dependencies","score":6,"reason":"dependency not pinned by hash detected -- score normalized to 6","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/canary.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/canary.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/canary.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/canary.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/canary.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/canary.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/preview.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/preview.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/preview.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/preview.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/preview.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/preview.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify-node.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/verify-node.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify-node.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/verify-node.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify-node.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/verify-node.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify-node.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/verify-node.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify-node.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/verify-node.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify-node.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/open-wc/open-wc/verify-node.yml/master?enable=pin","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   7 out of   7 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"60 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-28mc-g557-92m7","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-wf5p-g6vw-rhxx","Warn: Project is vulnerable to: GHSA-jr5f-v2jv-69x6","Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq","Warn: Project is vulnerable to: GHSA-r7jx-5m6m-cpg9","Warn: Project is vulnerable to: GHSA-phwq-j96m-2c2q","Warn: Project is vulnerable to: GHSA-ghr5-ch3p-vcr6","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-rv95-896h-c2vc","Warn: Project is vulnerable to: GHSA-qw6h-vgh9-j6wx","Warn: Project is vulnerable to: GHSA-rrr8-f88r-h8q6","Warn: Project is vulnerable to: GHSA-jchw-25xp-jwwc","Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-pfrx-2q88-qq97","Warn: Project is vulnerable to: GHSA-9pv7-vfvm-6vr7","Warn: Project is vulnerable to: GHSA-rc47-6667-2j5j","Warn: Project is vulnerable to: GHSA-c7qv-q95q-8v27","Warn: Project is vulnerable to: GHSA-4www-5p9h-95mh","Warn: Project is vulnerable to: GHSA-9gqv-wp59-fq42","Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22","Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp","Warn: Project is vulnerable to: GHSA-593f-38f6-jp5m","Warn: Project is vulnerable to: GHSA-x2rg-q646-7m2v","Warn: Project is vulnerable to: GHSA-jgmv-j7ww-jx2x","Warn: Project is vulnerable to: GHSA-45rm-2893-5f49","Warn: Project is vulnerable to: GHSA-6vfc-qv3f-vr6c","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-76c9-3jph-rj3q","Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-p493-635q-r6gr","Warn: Project is vulnerable to: GHSA-3965-hpx2-q597","Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5","Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p","Warn: Project is vulnerable to: GHSA-gp95-ppv5-3jc5","Warn: Project is vulnerable to: GHSA-54xq-cgqr-rpm3","Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36","Warn: Project is vulnerable to: GHSA-pq67-2wwv-3xjx","Warn: Project is vulnerable to: GHSA-8cj5-5rvv-wf4v","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-w5p7-h5w8-2hfq","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T07:29:29.340Z","repository_id":37906229,"created_at":"2025-08-22T07:29:29.340Z","updated_at":"2025-08-22T07:29:29.340Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280070070,"owners_count":26266777,"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-10-20T02:00:06.978Z","response_time":62,"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"},"owner_record":{"login":"open-wc","name":"open-wc","uuid":"42938647","kind":"organization","description":"Open Web Components provides a set of defaults, recommendations and tools to help facilitate your Web Component","email":null,"website":"https://open-wc.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/42938647?v=4","repositories_count":24,"last_synced_at":"2024-04-16T12:20:07.063Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/open-wc","funding_links":[],"total_stars":3136,"followers":83,"following":0,"created_at":"2022-11-02T16:42:17.131Z","updated_at":"2024-04-16T12:20:17.174Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-wc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-wc/repositories"},"tags":[{"name":"eslint-plugin-lit-a11y@5.1.1","sha":"3ea90082f839a40d5d7ccffa98e4d9c3a812bce1","kind":"tag","published_at":"2025-07-21T13:37:43.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@5.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%405.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@5.1.1/manifests"},{"name":"eslint-plugin-lit-a11y@5.1.0","sha":"d792a163cad603f4b7413ebea9198f40433cd31c","kind":"tag","published_at":"2025-06-28T12:44:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@5.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%405.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@5.1.0/manifests"},{"name":"@open-wc/dedupe-mixin@2.0.1","sha":"1643698e26cc0b8fa80b4a0b0432e239565a7441","kind":"tag","published_at":"2025-06-25T10:13:51.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@2.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@2.0.1/manifests"},{"name":"eslint-plugin-lit-a11y@5.0.1","sha":"13c9fff270cf95e7deb8d0d610abce61d7c65105","kind":"tag","published_at":"2025-06-09T15:48:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@5.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%405.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@5.0.1/manifests"},{"name":"eslint-plugin-lit-a11y@5.0.0","sha":"5c69689586f8db3595013f690a1747dd57354178","kind":"tag","published_at":"2025-06-04T16:21:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@5.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%405.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@5.0.0/manifests"},{"name":"@open-wc/eslint-config@13.0.0","sha":"5c69689586f8db3595013f690a1747dd57354178","kind":"tag","published_at":"2025-06-04T16:21:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@13.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%4013.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@13.0.0/manifests"},{"name":"eslint-plugin-lit-a11y@4.1.4","sha":"480509899d95c9fbc3f6913b1532a8b599df3002","kind":"tag","published_at":"2024-07-11T11:44:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@4.1.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@4.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%404.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.4/manifests"},{"name":"eslint-plugin-lit-a11y@4.1.3","sha":"f7464a27e6028ff6920b5c8e2b943fb8b260effb","kind":"tag","published_at":"2024-06-26T16:56:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@4.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%404.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.3/manifests"},{"name":"@open-wc/testing-helpers@3.0.1","sha":"7a5123dbff4bce7c23b7d18445a450569693e068","kind":"tag","published_at":"2024-04-23T15:31:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@3.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@3.0.1/manifests"},{"name":"@open-wc/lit-helpers@0.7.0","sha":"56cb440120e85b240490666e6863d570a2bbdbba","kind":"tag","published_at":"2024-02-20T12:11:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.7.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.7.0/manifests"},{"name":"eslint-plugin-lit-a11y@4.1.2","sha":"de3412e9a60a52f5d02628943f28d05b81f31084","kind":"tag","published_at":"2024-01-30T09:33:43.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@4.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%404.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.2/manifests"},{"name":"@open-wc/scoped-elements@3.0.5","sha":"40ea181bc5b10ba94108f49b21e6ca67cff63ae8","kind":"tag","published_at":"2024-01-24T14:54:05.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@3.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.5/manifests"},{"name":"@open-wc/scoped-elements@3.0.4","sha":"66a1452bf5f8b84eb94e795eaf0a685e406911d8","kind":"tag","published_at":"2024-01-19T09:24:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@3.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.4/manifests"},{"name":"@open-wc/eslint-config@12.0.3","sha":"76335c6debdb3b27ab000702fbe68d671feb2637","kind":"tag","published_at":"2024-01-09T14:30:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@12.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@12.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%4012.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@12.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@12.0.3/manifests"},{"name":"@open-wc/scoped-elements@3.0.3","sha":"d3a5ca2bae6355d9a55fcab57423fd53098237c8","kind":"tag","published_at":"2023-11-22T15:41:28.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@3.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.3/manifests"},{"name":"@open-wc/semantic-dom-diff@0.20.1","sha":"7ae8ebf1716ec347fe867219a713a2b58b6fed28","kind":"tag","published_at":"2023-11-08T11:03:40.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.20.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.20.1/manifests"},{"name":"@open-wc/testing-helpers@3.0.0","sha":"9767b1ae8a52424e224d238784e04a9710d4e9b3","kind":"tag","published_at":"2023-11-06T13:12:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@3.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@3.0.0/manifests"},{"name":"@open-wc/testing@4.0.0","sha":"9767b1ae8a52424e224d238784e04a9710d4e9b3","kind":"tag","published_at":"2023-11-06T13:12:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@4.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@4.0.0/manifests"},{"name":"@open-wc/scoped-elements@3.0.2","sha":"06e4e892132d73882679206f2cf55a749dbe5af8","kind":"tag","published_at":"2023-11-03T16:54:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@3.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.2/manifests"},{"name":"@open-wc/testing@3.2.2","sha":"c4debdd41c2047384ed3a0fad2cd8cd6d02c08f7","kind":"tag","published_at":"2023-11-03T16:17:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.2.2/manifests"},{"name":"@open-wc/scoped-elements@3.0.1","sha":"c4debdd41c2047384ed3a0fad2cd8cd6d02c08f7","kind":"tag","published_at":"2023-11-03T16:17:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@3.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.1/manifests"},{"name":"@open-wc/scoped-elements@3.0.0","sha":"0a0cbc3705e1699256454be8bf30526205a4e0f9","kind":"tag","published_at":"2023-11-02T11:58:22.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@3.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@3.0.0/manifests"},{"name":"@open-wc/testing-helpers@2.3.2","sha":"e5445cde0f31f38139a93d601a8fb34257825791","kind":"tag","published_at":"2023-11-02T01:15:28.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.3.2/manifests"},{"name":"@open-wc/eslint-config@12.0.2","sha":"d91a6219b1c1f1909133cae2f301f1dbd6433854","kind":"tag","published_at":"2023-11-01T12:42:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@12.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@12.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%4012.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@12.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@12.0.2/manifests"},{"name":"eslint-plugin-lit-a11y@4.1.1","sha":"d91a6219b1c1f1909133cae2f301f1dbd6433854","kind":"tag","published_at":"2023-11-01T12:42:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@4.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%404.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.1/manifests"},{"name":"@open-wc/scoped-elements@2.2.4","sha":"d91a6219b1c1f1909133cae2f301f1dbd6433854","kind":"tag","published_at":"2023-11-01T12:42:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.2.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.2.4/manifests"},{"name":"@open-wc/testing-helpers@2.3.1","sha":"d91a6219b1c1f1909133cae2f301f1dbd6433854","kind":"tag","published_at":"2023-11-01T12:42:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.3.1/manifests"},{"name":"@open-wc/testing@3.2.1","sha":"d91a6219b1c1f1909133cae2f301f1dbd6433854","kind":"tag","published_at":"2023-11-01T12:42:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.2.1/manifests"},{"name":"@open-wc/scoped-elements@2.2.3","sha":"d86299bc83dce548270694892ba5dc21f1f57616","kind":"tag","published_at":"2023-10-23T12:35:15.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.2.3/manifests"},{"name":"@open-wc/scoped-elements@2.2.2","sha":"b429eaec042f841695d4a7aa57e11e02ee5d73f4","kind":"tag","published_at":"2023-10-22T13:37:53.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.2.2/manifests"},{"name":"@open-wc/scoped-elements@2.2.1","sha":"c7eb5e18e2f4b973ac6552b9ca057d980f6d5466","kind":"tag","published_at":"2023-10-03T08:25:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.2.1/manifests"},{"name":"@open-wc/building-rollup@3.0.2","sha":"4f9864c534ae3cdc635d3e85e3709e80cf807de9","kind":"tag","published_at":"2023-08-12T12:56:20.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@3.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@3.0.2/manifests"},{"name":"@open-wc/building-rollup@3.0.1","sha":"829166fa9ec0d954a8802cd97f713882223ee094","kind":"tag","published_at":"2023-07-10T20:27:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@3.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@3.0.1/manifests"},{"name":"eslint-plugin-lit-a11y@4.1.0","sha":"059d3e469e0a0a23a3933676a91adab5abc31094","kind":"tag","published_at":"2023-07-10T17:31:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@4.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@4.1.0/manifests"},{"name":"@open-wc/building-utils@3.0.1","sha":"8403ac04f68425b54be9d84e9b2a3e4852a5106b","kind":"tag","published_at":"2023-07-02T08:45:44.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@3.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@3.0.1/manifests"},{"name":"@open-wc/scoped-elements@2.1.5","sha":"28be067ca0a70579657ee9563d93c48ef73dff46","kind":"tag","published_at":"2023-05-01T12:07:53.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.1.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.5/manifests"},{"name":"@open-wc/testing@3.1.8","sha":"74f51a7bcc59a2b1adea2fd6265ec24c5b42c952","kind":"tag","published_at":"2023-04-07T13:28:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.1.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.8/manifests"},{"name":"@open-wc/building-utils@2.21.1","sha":"74f51a7bcc59a2b1adea2fd6265ec24c5b42c952","kind":"tag","published_at":"2023-04-07T13:28:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.21.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.21.1/manifests"},{"name":"@open-wc/building-rollup@2.2.3","sha":"74f51a7bcc59a2b1adea2fd6265ec24c5b42c952","kind":"tag","published_at":"2023-04-07T13:28:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@2.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%402.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.2.3/manifests"},{"name":"eslint-plugin-lit-a11y@2.4.1","sha":"74f51a7bcc59a2b1adea2fd6265ec24c5b42c952","kind":"tag","published_at":"2023-04-07T13:28:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@2.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%402.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.4.1/manifests"},{"name":"@open-wc/testing-helpers@2.2.1","sha":"74f51a7bcc59a2b1adea2fd6265ec24c5b42c952","kind":"tag","published_at":"2023-04-07T13:28:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.2.1/manifests"},{"name":"eslint-plugin-lit-a11y@2.4.0","sha":"4aaf268abff58d18f1ddb2384ff2bdf0801e7961","kind":"tag","published_at":"2023-03-15T06:51:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@2.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%402.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.4.0/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.9","sha":"4aaf268abff58d18f1ddb2384ff2bdf0801e7961","kind":"tag","published_at":"2023-03-15T06:51:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.9/manifests"},{"name":"@open-wc/eslint-config@10.0.0","sha":"4aaf268abff58d18f1ddb2384ff2bdf0801e7961","kind":"tag","published_at":"2023-03-15T06:51:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@10.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%4010.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@10.0.0/manifests"},{"name":"@open-wc/building-rollup@2.2.2","sha":"4aaf268abff58d18f1ddb2384ff2bdf0801e7961","kind":"tag","published_at":"2023-03-15T06:51:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@2.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%402.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.2.2/manifests"},{"name":"@open-wc/dev-server-hmr@0.1.4","sha":"4aaf268abff58d18f1ddb2384ff2bdf0801e7961","kind":"tag","published_at":"2023-03-15T06:51:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.1.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.4/manifests"},{"name":"chai-a11y-axe@1.4.1","sha":"92af783ae56d433d87c55594993a303df8a79b8b","kind":"tag","published_at":"2023-03-12T15:30:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/chai-a11y-axe@1.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/chai-a11y-axe@1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@chai-a11y-axe%401.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.4.1/manifests"},{"name":"@open-wc/testing-helpers@2.2.0","sha":"92af783ae56d433d87c55594993a303df8a79b8b","kind":"tag","published_at":"2023-03-12T15:30:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.2.0/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.8","sha":"92af783ae56d433d87c55594993a303df8a79b8b","kind":"tag","published_at":"2023-03-12T15:30:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.8/manifests"},{"name":"@open-wc/eslint-config@9.2.2","sha":"1250976960a449eacba02a477a3177b8882fe992","kind":"tag","published_at":"2023-01-22T07:54:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@9.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@9.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%409.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.2.2/manifests"},{"name":"@open-wc/eslint-config@9.2.1","sha":"b1d510adfe39519eec08ac7d3848a0b8de967755","kind":"tag","published_at":"2023-01-22T07:26:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@9.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@9.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%409.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.2.1/manifests"},{"name":"@open-wc/eslint-config@9.2.0","sha":"9a3fe2c9624e66a9840ef968a73ac00a3c48f02b","kind":"tag","published_at":"2023-01-11T10:08:11.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@9.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@9.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%409.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.2.0/manifests"},{"name":"@open-wc/eslint-config@9.1.0","sha":"004746d26f8a2ec61c04bb14a71d495c1d235cc1","kind":"tag","published_at":"2023-01-02T13:06:11.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@9.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%409.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.1.0/manifests"},{"name":"@open-wc/scoped-elements@2.1.4","sha":"8ba89866fb9a6da720a3c2260f97db90e59bc11f","kind":"tag","published_at":"2022-11-28T12:02:51.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.1.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.4/manifests"},{"name":"@open-wc/building-utils@2.21.0","sha":"c61800d7d097ba6a289441219cece8f6c5719417","kind":"tag","published_at":"2022-11-19T20:08:26.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.21.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.21.0/manifests"},{"name":"eslint-plugin-lit-a11y@2.3.0","sha":"a89072b545e52c1a2bf39c390ca7311d58c657dc","kind":"tag","published_at":"2022-11-18T16:29:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@2.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.3.0/manifests"},{"name":"@open-wc/eslint-config@9.0.0","sha":"a89072b545e52c1a2bf39c390ca7311d58c657dc","kind":"tag","published_at":"2022-11-18T16:29:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@9.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%409.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@9.0.0/manifests"},{"name":"@open-wc/lit-helpers@0.5.1","sha":"a89072b545e52c1a2bf39c390ca7311d58c657dc","kind":"tag","published_at":"2022-11-18T16:29:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.5.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.5.1/manifests"},{"name":"@open-wc/building-rollup@2.2.1","sha":"7d8854358e65534de271234329206854f09d849e","kind":"tag","published_at":"2022-11-11T14:48:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@2.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%402.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.2.1/manifests"},{"name":"@open-wc/building-utils@2.20.1","sha":"7d8854358e65534de271234329206854f09d849e","kind":"tag","published_at":"2022-11-11T14:48:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.20.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.20.1/manifests"},{"name":"@open-wc/building-rollup@2.2.0","sha":"e3b157d9c700aab65f186cffb29e4b14f4d18f68","kind":"tag","published_at":"2022-11-10T15:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@2.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.2.0/manifests"},{"name":"@open-wc/building-utils@2.20.0","sha":"491e2ff80a9798b4b0ec59e7a1a813b015c83e9d","kind":"tag","published_at":"2022-11-10T13:33:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.20.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.20.0/manifests"},{"name":"@open-wc/building-rollup@2.1.0","sha":"491e2ff80a9798b4b0ec59e7a1a813b015c83e9d","kind":"tag","published_at":"2022-11-10T13:33:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@2.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.1.0/manifests"},{"name":"@open-wc/testing@3.1.7","sha":"0182490fe6edfab9629bc88b71886cf7cd520faa","kind":"tag","published_at":"2022-11-10T12:23:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.1.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.7/manifests"},{"name":"@open-wc/testing-helpers@2.1.4","sha":"0182490fe6edfab9629bc88b71886cf7cd520faa","kind":"tag","published_at":"2022-11-10T12:23:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.1.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.4/manifests"},{"name":"@open-wc/building-utils@2.19.0","sha":"0182490fe6edfab9629bc88b71886cf7cd520faa","kind":"tag","published_at":"2022-11-10T12:23:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.19.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.19.0/manifests"},{"name":"@open-wc/lit-helpers@0.5.0","sha":"ecb9103b554407d92dd17422e54712d1ca5b164f","kind":"tag","published_at":"2022-10-18T13:25:51.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.5.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.5.0/manifests"},{"name":"eslint-plugin-lit-a11y@2.2.3","sha":"eb28644e6789f6e349a66b7422717d543741be64","kind":"tag","published_at":"2022-10-05T17:08:32.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@2.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%402.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.2.3/manifests"},{"name":"@open-wc/eslint-config@8.0.2","sha":"50e0ed588c67d516cb109f4106186265c239e218","kind":"tag","published_at":"2022-08-03T07:43:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@8.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@8.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%408.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@8.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@8.0.2/manifests"},{"name":"@open-wc/scoped-elements@2.1.3","sha":"50e0ed588c67d516cb109f4106186265c239e218","kind":"tag","published_at":"2022-08-03T07:43:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.3/manifests"},{"name":"storybook-addon-markdown-docs@1.0.5","sha":"50e0ed588c67d516cb109f4106186265c239e218","kind":"tag","published_at":"2022-08-03T07:43:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@1.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.5/manifests"},{"name":"@open-wc/testing-helpers@2.1.3","sha":"50e0ed588c67d516cb109f4106186265c239e218","kind":"tag","published_at":"2022-08-03T07:43:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.3/manifests"},{"name":"eslint-plugin-lit-a11y@2.2.2","sha":"50e0ed588c67d516cb109f4106186265c239e218","kind":"tag","published_at":"2022-08-03T07:43:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@2.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%402.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.2.2/manifests"},{"name":"@open-wc/dev-server-hmr@0.1.3","sha":"50e0ed588c67d516cb109f4106186265c239e218","kind":"tag","published_at":"2022-08-03T07:43:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.3/manifests"},{"name":"@open-wc/building-rollup@2.0.2","sha":"50e0ed588c67d516cb109f4106186265c239e218","kind":"tag","published_at":"2022-08-03T07:43:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@2.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.0.2/manifests"},{"name":"@open-wc/building-utils@2.18.5","sha":"50e0ed588c67d516cb109f4106186265c239e218","kind":"tag","published_at":"2022-08-03T07:43:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.18.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.18.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.18.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.5/manifests"},{"name":"@open-wc/eslint-config@8.0.0","sha":"a8bc80eef0008818c77537f6e1282abd9f0ac7ab","kind":"tag","published_at":"2022-08-02T10:46:12.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@8.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%408.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@8.0.0/manifests"},{"name":"eslint-plugin-lit-a11y@2.2.1","sha":"6d3749a86f05175e5a3fd99405ea731c564cf1b0","kind":"tag","published_at":"2022-07-19T15:10:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@2.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%402.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.2.1/manifests"},{"name":"@open-wc/scoped-elements@2.1.2","sha":"bb4149699025a7f7fd564e1f416376942935b617","kind":"tag","published_at":"2022-06-21T13:21:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.2/manifests"},{"name":"@open-wc/testing@3.1.6","sha":"bb6488c71cb17d04a9fc5be5bfe3f9f95ae81d7a","kind":"tag","published_at":"2022-06-19T20:08:06.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.1.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.6/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.7","sha":"bb6488c71cb17d04a9fc5be5bfe3f9f95ae81d7a","kind":"tag","published_at":"2022-06-19T20:08:06.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.7/manifests"},{"name":"@open-wc/dedupe-mixin@1.3.1","sha":"f6f09f3dc3e9c1e557ac9332f351f00ab15d4bf0","kind":"tag","published_at":"2022-06-01T11:48:40.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.3.1/manifests"},{"name":"@open-wc/testing@3.1.5","sha":"2bbdef9cc7d8def68e1bf6d60fd41b6bd987542b","kind":"tag","published_at":"2022-05-17T11:31:53.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.1.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.5/manifests"},{"name":"@open-wc/testing@3.1.4","sha":"35894ab35ee97790087d9a413e23bfd2b9517bef","kind":"tag","published_at":"2022-04-26T19:21:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.1.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.4/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.6","sha":"9a73691641fd47414f9b84826eb3e370dbf8d2a5","kind":"tag","published_at":"2022-04-26T15:40:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.6/manifests"},{"name":"@open-wc/testing@3.1.3","sha":"8690d3603c4fa5ab39b0c9fc64c4b673d9b8917d","kind":"tag","published_at":"2022-04-14T18:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.3/manifests"},{"name":"@open-wc/scoped-elements@2.1.1","sha":"1813c10a6dacb315540f309da47bf0cd15b2bfa7","kind":"tag","published_at":"2022-04-05T08:59:06.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.1/manifests"},{"name":"@open-wc/lit-helpers@0.4.1","sha":"79a6b9b01567693739a0a071a13cfc531c4e2215","kind":"tag","published_at":"2022-04-05T07:11:20.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.4.1/manifests"},{"name":"@open-wc/scoped-elements@2.1.0","sha":"79a6b9b01567693739a0a071a13cfc531c4e2215","kind":"tag","published_at":"2022-04-05T07:11:20.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.1.0/manifests"},{"name":"@open-wc/testing@3.1.2","sha":"da1d3d9412b9bb9a757f60cde18034b49a67b3f3","kind":"tag","published_at":"2022-03-01T08:55:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.2/manifests"},{"name":"@open-wc/testing-helpers@2.1.2","sha":"da1d3d9412b9bb9a757f60cde18034b49a67b3f3","kind":"tag","published_at":"2022-03-01T08:55:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.2/manifests"},{"name":"@open-wc/testing-helpers@2.1.1","sha":"eb882ef62aed2e7042c213937e3c6d87e1d4beba","kind":"tag","published_at":"2022-02-23T19:01:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.1/manifests"},{"name":"@open-wc/testing@3.1.1","sha":"eb882ef62aed2e7042c213937e3c6d87e1d4beba","kind":"tag","published_at":"2022-02-23T19:01:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.1/manifests"},{"name":"@open-wc/testing-helpers@2.1.0","sha":"85d1789da347507451cfebb1b98f88f60c5386cd","kind":"tag","published_at":"2022-02-23T13:22:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.1.0/manifests"},{"name":"@open-wc/testing@3.1.0","sha":"85d1789da347507451cfebb1b98f88f60c5386cd","kind":"tag","published_at":"2022-02-23T13:22:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.1.0/manifests"},{"name":"@open-wc/testing-helpers@2.0.5","sha":"5f8be581430f113645e7eafe56d89f1f81b19494","kind":"tag","published_at":"2022-02-21T14:38:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.5/manifests"},{"name":"storybook-addon-markdown-docs@1.0.4","sha":"5f8be581430f113645e7eafe56d89f1f81b19494","kind":"tag","published_at":"2022-02-21T14:38:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@1.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.4/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-2022120162710","sha":"567d62896d729d8340891c36db16d41fb624821a","kind":"tag","published_at":"2022-02-20T16:27:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-2022120162710","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-2022120162710","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-2022120162710","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022120162710","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022120162710/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-2022120162710","sha":"567d62896d729d8340891c36db16d41fb624821a","kind":"tag","published_at":"2022-02-20T16:27:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-2022120162710","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-2022120162710","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-2022120162710","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022120162710","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022120162710/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-2022120143038","sha":"c92905a81c128ada0830f43004c0015a72bad729","kind":"tag","published_at":"2022-02-20T14:30:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-2022120143038","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-2022120143038","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-2022120143038","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022120143038","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022120143038/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-2022120143038","sha":"c92905a81c128ada0830f43004c0015a72bad729","kind":"tag","published_at":"2022-02-20T14:30:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-2022120143038","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-2022120143038","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-2022120143038","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022120143038","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022120143038/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-20221203831","sha":"6c54c14959771aa780831810a3a0c7c8d05e9609","kind":"tag","published_at":"2022-02-20T03:08:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-20221203831","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-20221203831","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-20221203831","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-20221203831","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-20221203831/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-20221203831","sha":"6c54c14959771aa780831810a3a0c7c8d05e9609","kind":"tag","published_at":"2022-02-20T03:08:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-20221203831","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-20221203831","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-20221203831","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-20221203831","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-20221203831/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-202212023650","sha":"d36ac10383f17021c3b2eed9498e01813f20968f","kind":"tag","published_at":"2022-02-20T02:36:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-202212023650","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-202212023650","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-202212023650","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-202212023650","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-202212023650/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-202212023650","sha":"d36ac10383f17021c3b2eed9498e01813f20968f","kind":"tag","published_at":"2022-02-20T02:36:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-202212023650","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-202212023650","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-202212023650","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-202212023650","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-202212023650/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-20221202287","sha":"29fec747f22d473c1e86260a809bde58626e83d7","kind":"tag","published_at":"2022-02-20T02:28:15.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-20221202287","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-20221202287","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-20221202287","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-20221202287","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-20221202287/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-20221202287","sha":"29fec747f22d473c1e86260a809bde58626e83d7","kind":"tag","published_at":"2022-02-20T02:28:15.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-20221202287","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-20221202287","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-20221202287","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-20221202287","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-20221202287/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-202212022014","sha":"7f67bd9117799e529f4679a1716b01fdc0d7808b","kind":"tag","published_at":"2022-02-20T02:20:23.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-202212022014","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-202212022014","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-202212022014","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-202212022014","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-202212022014/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-202212022014","sha":"7f67bd9117799e529f4679a1716b01fdc0d7808b","kind":"tag","published_at":"2022-02-20T02:20:23.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-202212022014","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-202212022014","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-202212022014","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-202212022014","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-202212022014/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-2022119213157","sha":"81f65cf9462b170639733fa1502c18986b2eeced","kind":"tag","published_at":"2022-02-19T21:32:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-2022119213157","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-2022119213157","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-2022119213157","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022119213157","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022119213157/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-2022119213157","sha":"81f65cf9462b170639733fa1502c18986b2eeced","kind":"tag","published_at":"2022-02-19T21:32:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-2022119213157","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-2022119213157","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-2022119213157","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119213157","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119213157/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-2022119212353","sha":"8396b3677ffc5fed4c9c9dc1c50341c27a438348","kind":"tag","published_at":"2022-02-19T21:24:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-2022119212353","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-2022119212353","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-2022119212353","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022119212353","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022119212353/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-2022119212353","sha":"8396b3677ffc5fed4c9c9dc1c50341c27a438348","kind":"tag","published_at":"2022-02-19T21:24:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-2022119212353","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-2022119212353","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-2022119212353","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119212353","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119212353/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-2022119211920","sha":"40826bde0b1a497593aecca7b8cfb9b8b6f0b4f0","kind":"tag","published_at":"2022-02-19T21:19:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-2022119211920","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-2022119211920","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-2022119211920","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119211920","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119211920/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-2022119211920","sha":"40826bde0b1a497593aecca7b8cfb9b8b6f0b4f0","kind":"tag","published_at":"2022-02-19T21:19:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-2022119211920","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-2022119211920","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-2022119211920","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022119211920","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022119211920/manifests"},{"name":"storybook-addon-markdown-docs@0.0.0-canary-2022119204535","sha":"2d4d6b846af18ee1edaf392aa8504d521cbb7174","kind":"tag","published_at":"2022-02-19T20:45:43.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.0.0-canary-2022119204535","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.0.0-canary-2022119204535","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.0.0-canary-2022119204535","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022119204535","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.0.0-canary-2022119204535/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-2022119204535","sha":"2d4d6b846af18ee1edaf392aa8504d521cbb7174","kind":"tag","published_at":"2022-02-19T20:45:43.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-2022119204535","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-2022119204535","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-2022119204535","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119204535","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119204535/manifests"},{"name":"@open-wc/testing-helpers@0.0.0-canary-2022119203910","sha":"de9ff030e6bb394cf57e0835ec4a3267e0e60497","kind":"tag","published_at":"2022-02-19T20:39:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@0.0.0-canary-2022119203910","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@0.0.0-canary-2022119203910","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%400.0.0-canary-2022119203910","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119203910","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@0.0.0-canary-2022119203910/manifests"},{"name":"@open-wc/testing@3.0.4","sha":"d4fd7aa4acc351c0a152fde18943b14d1b8d06f8","kind":"tag","published_at":"2022-02-08T13:53:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.4/manifests"},{"name":"@open-wc/testing-helpers@2.0.4","sha":"d4fd7aa4acc351c0a152fde18943b14d1b8d06f8","kind":"tag","published_at":"2022-02-08T13:53:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.4/manifests"},{"name":"chai-a11y-axe@1.4.0","sha":"2fea2da01874407ef8c8acb634e4ce428dce00bb","kind":"tag","published_at":"2022-02-01T09:11:57.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/chai-a11y-axe@1.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/chai-a11y-axe@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@chai-a11y-axe%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.4.0/manifests"},{"name":"storybook-addon-markdown-docs@1.0.3","sha":"2fea2da01874407ef8c8acb634e4ce428dce00bb","kind":"tag","published_at":"2022-02-01T09:11:57.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@1.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.3/manifests"},{"name":"@open-wc/testing-helpers@2.0.3","sha":"2fea2da01874407ef8c8acb634e4ce428dce00bb","kind":"tag","published_at":"2022-02-01T09:11:57.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.3/manifests"},{"name":"@open-wc/testing@3.0.3","sha":"6ba43046e742c4c970de7f203dd36e742a01555c","kind":"tag","published_at":"2021-11-05T13:38:40.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.3/manifests"},{"name":"@open-wc/testing-helpers@2.0.2","sha":"6ba43046e742c4c970de7f203dd36e742a01555c","kind":"tag","published_at":"2021-11-05T13:38:40.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.2/manifests"},{"name":"@open-wc/testing@3.0.2","sha":"5a28b1a546503f7677bd87c030c735bdb1ca30d7","kind":"tag","published_at":"2021-10-29T12:13:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.2/manifests"},{"name":"eslint-plugin-lit-a11y@2.2.0","sha":"5a28b1a546503f7677bd87c030c735bdb1ca30d7","kind":"tag","published_at":"2021-10-29T12:13:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@2.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.2.0/manifests"},{"name":"@open-wc/eslint-config@7.0.0","sha":"3f5593c213b0636660a9c65b9b1d3ae2ed60bc09","kind":"tag","published_at":"2021-10-20T13:12:57.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@7.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%407.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@7.0.0/manifests"},{"name":"eslint-plugin-lit-a11y@2.1.0","sha":"3f5593c213b0636660a9c65b9b1d3ae2ed60bc09","kind":"tag","published_at":"2021-10-20T13:12:57.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@2.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.1.0/manifests"},{"name":"@open-wc/eslint-config@6.0.0","sha":"e81ea1925a12c6177b668f8959654ec8a3c4d1fe","kind":"tag","published_at":"2021-10-18T11:22:20.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@6.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%406.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@6.0.0/manifests"},{"name":"eslint-plugin-lit-a11y@2.0.0","sha":"e81ea1925a12c6177b668f8959654ec8a3c4d1fe","kind":"tag","published_at":"2021-10-18T11:22:20.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@2.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@2.0.0/manifests"},{"name":"@open-wc/testing-helpers@2.0.1","sha":"42ace721290d4d6d8d8d0225c4823f07a64d0b95","kind":"tag","published_at":"2021-10-16T12:18:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.1/manifests"},{"name":"@open-wc/building-rollup@2.0.1","sha":"42ace721290d4d6d8d8d0225c4823f07a64d0b95","kind":"tag","published_at":"2021-10-16T12:18:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@2.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.0.1/manifests"},{"name":"@open-wc/scoped-elements@2.0.1","sha":"42ace721290d4d6d8d8d0225c4823f07a64d0b95","kind":"tag","published_at":"2021-10-16T12:18:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.1/manifests"},{"name":"@open-wc/testing@3.0.1","sha":"42ace721290d4d6d8d8d0225c4823f07a64d0b95","kind":"tag","published_at":"2021-10-16T12:18:18.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.1/manifests"},{"name":"@open-wc/testing-helpers@2.0.0-next.3","sha":"7c8808d5fe4cdf4a0ed2fd5f20752fa5af33c015","kind":"tag","published_at":"2021-10-05T01:48:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.0.0-next.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.0.0-next.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.0.0-next.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.0-next.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.0-next.3/manifests"},{"name":"@open-wc/testing-helpers@2.0.0-next.2","sha":"caacb761e2eff54ddbd42b41547eec1dd8ca3804","kind":"tag","published_at":"2021-10-02T17:28:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.0.0-next.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.0.0-next.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.0.0-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.0-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.0-next.2/manifests"},{"name":"@open-wc/testing@3.0.0-next.5","sha":"caacb761e2eff54ddbd42b41547eec1dd8ca3804","kind":"tag","published_at":"2021-10-02T17:28:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.0.0-next.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.0.0-next.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.0.0-next.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.5/manifests"},{"name":"@open-wc/scoped-elements@2.0.0-next.6","sha":"56b20659c918f68de960031bc518f8f0e515403c","kind":"tag","published_at":"2021-10-02T13:15:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.0.0-next.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.0.0-next.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.0.0-next.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.6/manifests"},{"name":"@open-wc/testing-helpers@2.0.0-next.1","sha":"56b20659c918f68de960031bc518f8f0e515403c","kind":"tag","published_at":"2021-10-02T13:15:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.0.0-next.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.0.0-next.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.0.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.0-next.1/manifests"},{"name":"@open-wc/lit-helpers@0.4.0-next.1","sha":"56b20659c918f68de960031bc518f8f0e515403c","kind":"tag","published_at":"2021-10-02T13:15:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.4.0-next.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.4.0-next.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.4.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.4.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.4.0-next.1/manifests"},{"name":"@open-wc/testing@3.0.0-next.4","sha":"56b20659c918f68de960031bc518f8f0e515403c","kind":"tag","published_at":"2021-10-02T13:15:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.0.0-next.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.0.0-next.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.0.0-next.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.4/manifests"},{"name":"chai-a11y-axe@1.3.2-next.2","sha":"43767576eb1cf0919d30fc4b7c04e7d4796f0813","kind":"tag","published_at":"2021-09-06T11:42:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/chai-a11y-axe@1.3.2-next.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/chai-a11y-axe@1.3.2-next.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@chai-a11y-axe%401.3.2-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.3.2-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.3.2-next.2/manifests"},{"name":"storybook-addon-markdown-docs@1.0.2-next.0","sha":"2a98367e59d98ac7fdc0897dfe9eb2fe74cea89a","kind":"tag","published_at":"2021-07-27T02:05:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@1.0.2-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@1.0.2-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%401.0.2-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.2-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.2-next.0/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.5-next.1","sha":"2a98367e59d98ac7fdc0897dfe9eb2fe74cea89a","kind":"tag","published_at":"2021-07-27T02:05:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.5-next.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.5-next.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.5-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.5-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.5-next.1/manifests"},{"name":"@open-wc/scoped-elements@1.3.4","sha":"0d98cdf5800e5c261080a37b9a736252a7737bda","kind":"tag","published_at":"2021-07-19T15:02:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.3.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.4/manifests"},{"name":"@open-wc/building-rollup@2.0.0-next.1","sha":"3334238af8cd9bd6919ef900ad59889b644e2328","kind":"tag","published_at":"2021-06-29T20:44:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@2.0.0-next.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@2.0.0-next.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%402.0.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.0.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.0.0-next.1/manifests"},{"name":"@open-wc/building-rollup@2.0.0-next.0","sha":"7c7fd89bf3b43897a4a4375510c04af10d9b7a22","kind":"tag","published_at":"2021-06-29T20:14:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@2.0.0-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@2.0.0-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%402.0.0-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.0.0-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@2.0.0-next.0/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.5-next.0","sha":"14c71ca801798f936928cfab172e91b7bd3b68d0","kind":"tag","published_at":"2021-06-12T16:35:02.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.5-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.5-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.5-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.5-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.5-next.0/manifests"},{"name":"@open-wc/testing@3.0.0-next.2","sha":"14c71ca801798f936928cfab172e91b7bd3b68d0","kind":"tag","published_at":"2021-06-12T16:35:02.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.0.0-next.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.0.0-next.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.0.0-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.2/manifests"},{"name":"@open-wc/scoped-elements@2.0.0-next.4","sha":"bd3a433c73584a22710b2e5c8778f32becd86076","kind":"tag","published_at":"2021-06-09T13:11:38.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.0.0-next.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.0.0-next.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.0.0-next.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.4/manifests"},{"name":"@open-wc/scoped-elements@2.0.0-next.3","sha":"3e971397ae673836c421ca8eb1fc84a68ff06326","kind":"tag","published_at":"2021-05-06T11:00:15.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.0.0-next.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.0.0-next.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.0.0-next.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.3/manifests"},{"name":"@open-wc/scoped-elements@2.0.0-next.2","sha":"36eacd03fbd9cac3227836a0e686aa5326e0e473","kind":"tag","published_at":"2021-04-28T17:17:23.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.0.0-next.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.0.0-next.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.0.0-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.2/manifests"},{"name":"@open-wc/testing@3.0.0-next.1","sha":"bdee8bd67763b8cd68784128df1d5f10ce40bc96","kind":"tag","published_at":"2021-04-28T07:09:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.0.0-next.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.0.0-next.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.0.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.1/manifests"},{"name":"@open-wc/dev-server-hmr@0.1.2-next.0","sha":"e99947128fdda2411387a171de74519331c0e8e8","kind":"tag","published_at":"2021-04-27T19:36:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.1.2-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.1.2-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.1.2-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.2-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.2-next.0/manifests"},{"name":"@open-wc/lit-helpers@0.4.0-next.0","sha":"e99947128fdda2411387a171de74519331c0e8e8","kind":"tag","published_at":"2021-04-27T19:36:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.4.0-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.4.0-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.4.0-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.4.0-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.4.0-next.0/manifests"},{"name":"@open-wc/testing@3.0.0-next.0","sha":"e99947128fdda2411387a171de74519331c0e8e8","kind":"tag","published_at":"2021-04-27T19:36:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@3.0.0-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@3.0.0-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%403.0.0-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@3.0.0-next.0/manifests"},{"name":"eslint-plugin-lit-a11y@1.1.0-next.0","sha":"e99947128fdda2411387a171de74519331c0e8e8","kind":"tag","published_at":"2021-04-27T19:36:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@1.1.0-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@1.1.0-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%401.1.0-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@1.1.0-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@1.1.0-next.0/manifests"},{"name":"@open-wc/eslint-config@5.0.0-next.0","sha":"e99947128fdda2411387a171de74519331c0e8e8","kind":"tag","published_at":"2021-04-27T19:36:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@5.0.0-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@5.0.0-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%405.0.0-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@5.0.0-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@5.0.0-next.0/manifests"},{"name":"@open-wc/scoped-elements@2.0.0-next.0","sha":"e99947128fdda2411387a171de74519331c0e8e8","kind":"tag","published_at":"2021-04-27T19:36:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@2.0.0-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@2.0.0-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%402.0.0-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@2.0.0-next.0/manifests"},{"name":"@open-wc/testing-helpers@2.0.0-next.0","sha":"e99947128fdda2411387a171de74519331c0e8e8","kind":"tag","published_at":"2021-04-27T19:36:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@2.0.0-next.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@2.0.0-next.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%402.0.0-next.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.0-next.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@2.0.0-next.0/manifests"},{"name":"@open-wc/testing@2.5.33","sha":"0b490d72f6d427f9bbe0b6ccf7f5adde30c8b7ef","kind":"tag","published_at":"2021-04-21T16:22:53.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.33","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.33/manifests"},{"name":"@open-wc/eslint-config@4.3.0","sha":"2e7a56c97a8f12ac1ff90fb447ff7fc02bd6a859","kind":"tag","published_at":"2021-04-20T20:45:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@4.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%404.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.3.0/manifests"},{"name":"@open-wc/building-rollup@1.10.0","sha":"2e7a56c97a8f12ac1ff90fb447ff7fc02bd6a859","kind":"tag","published_at":"2021-04-20T20:45:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.10.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.10.0/manifests"},{"name":"@open-wc/building-utils@2.18.4","sha":"4f55bf52fde479d9b2e2ed61cea78b29bd97082a","kind":"tag","published_at":"2021-03-31T03:06:02.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.18.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.18.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.18.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.4/manifests"},{"name":"@open-wc/dev-server-hmr@0.1.1","sha":"478b8deefaa90fc81187314649fc80388f1dd644","kind":"tag","published_at":"2021-01-20T21:36:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.1/manifests"},{"name":"@open-wc/scoped-elements@1.3.3","sha":"dea0981c53498be9a1fd245254f91f47c27661a9","kind":"tag","published_at":"2021-01-14T10:38:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.3.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.3/manifests"},{"name":"@open-wc/lit-helpers@0.3.12","sha":"6eec50878c49f77021639e5194e66fb1149395b3","kind":"tag","published_at":"2021-01-05T06:24:40.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.12/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.4","sha":"c5011ba39dd2f929a68b9593ecb0e8ce468f2283","kind":"tag","published_at":"2020-12-28T17:20:32.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.4/manifests"},{"name":"@open-wc/eslint-config@4.2.0","sha":"d702504ee631447203ccd58b657f6f83a6b2af2e","kind":"tag","published_at":"2020-12-27T18:24:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@4.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%404.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.2.0/manifests"},{"name":"@open-wc/dev-server-hmr@0.1.0","sha":"7484ee752b76d56fd01064cef91c5d0e8abf1a50","kind":"tag","published_at":"2020-12-25T10:46:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.1.0/manifests"},{"name":"@open-wc/dev-server-hmr@0.0.6","sha":"1b6c12cc849a777c959c3c1299c37072477fc232","kind":"tag","published_at":"2020-12-23T22:07:23.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.0.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.6/manifests"},{"name":"@open-wc/eslint-config@4.1.0","sha":"1b6c12cc849a777c959c3c1299c37072477fc232","kind":"tag","published_at":"2020-12-23T22:07:23.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@4.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%404.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.1.0/manifests"},{"name":"@open-wc/dev-server-hmr@0.0.5","sha":"9fd4007ab646934f92215dc486e456e047bcbe03","kind":"tag","published_at":"2020-11-30T07:55:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.5/manifests"},{"name":"@open-wc/dev-server-hmr@0.0.4","sha":"cce9e11e101242eaa07a72e0251ac193298d5e60","kind":"tag","published_at":"2020-11-25T07:42:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.4/manifests"},{"name":"@open-wc/dev-server-hmr@0.0.3","sha":"63f7ac35311a8326f53976bc1c2d4745579ad211","kind":"tag","published_at":"2020-11-24T08:30:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.3/manifests"},{"name":"@open-wc/dev-server-hmr@0.0.2","sha":"964528bac29dc58e5f539071aee7f3e5553eff69","kind":"tag","published_at":"2020-11-23T18:33:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-hmr@0.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-hmr@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-hmr%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-hmr@0.0.2/manifests"},{"name":"@open-wc/dev-server-wc-hmr@0.0.1","sha":"4781d9129c925aea68fcf86c075868355d678bb1","kind":"tag","published_at":"2020-11-23T18:20:20.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dev-server-wc-hmr@0.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dev-server-wc-hmr@0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdev-server-wc-hmr%400.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-wc-hmr@0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdev-server-wc-hmr@0.0.1/manifests"},{"name":"polyfills-loader@1.7.6","sha":"332a89a43ee018250b39c10deafed3933cbd241d","kind":"tag","published_at":"2020-11-22T20:07:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.7.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.6/manifests"},{"name":"@open-wc/scoped-elements@1.3.2","sha":"e936a914786849db978ee31350adbf8d46ab23dd","kind":"tag","published_at":"2020-11-14T22:23:12.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.2/manifests"},{"name":"storybook-addon-markdown-docs@1.0.1","sha":"b8498919830e29e096a800c3d7a0556dcb3f2aa8","kind":"tag","published_at":"2020-11-07T22:29:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@1.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.1/manifests"},{"name":"@open-wc/demoing-storybook@2.4.7","sha":"391ef29db80391e4630d9f80de305a3a4d851559","kind":"tag","published_at":"2020-11-07T17:36:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.4.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.7/manifests"},{"name":"storybook-addon-markdown-docs@1.0.0","sha":"391ef29db80391e4630d9f80de305a3a4d851559","kind":"tag","published_at":"2020-11-07T17:36:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@1.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@1.0.0/manifests"},{"name":"@open-wc/scoped-elements@1.3.1","sha":"261c1af174772dc053e1c106a7c69c06a7347704","kind":"tag","published_at":"2020-11-03T09:05:12.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.1/manifests"},{"name":"@open-wc/scoped-elements@1.3.0","sha":"51ea457cd419e0a82252a63f7ce1034186695512","kind":"tag","published_at":"2020-11-02T22:23:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.3.0/manifests"},{"name":"@open-wc/eslint-config@4.0.1","sha":"b96501055fc94d0fad531dde5132ee2d3c2f417a","kind":"tag","published_at":"2020-10-29T10:47:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@4.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.0.1/manifests"},{"name":"@open-wc/testing@2.5.32","sha":"10f85b0fc97d5d85dc64b0438ae1adc997fab9ec","kind":"tag","published_at":"2020-10-28T19:22:38.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.32","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.32/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.3","sha":"10f85b0fc97d5d85dc64b0438ae1adc997fab9ec","kind":"tag","published_at":"2020-10-28T19:22:38.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.3/manifests"},{"name":"@open-wc/testing@2.5.31","sha":"4d038bf7683af1fa7ec8ea47ade351c33f4f0a58","kind":"tag","published_at":"2020-10-28T18:45:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.31","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.31/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.2","sha":"4d038bf7683af1fa7ec8ea47ade351c33f4f0a58","kind":"tag","published_at":"2020-10-28T18:45:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.2/manifests"},{"name":"@open-wc/scoped-elements@1.2.4","sha":"4d038bf7683af1fa7ec8ea47ade351c33f4f0a58","kind":"tag","published_at":"2020-10-28T18:45:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.2.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.4/manifests"},{"name":"@open-wc/testing-helpers@1.8.12","sha":"4d038bf7683af1fa7ec8ea47ade351c33f4f0a58","kind":"tag","published_at":"2020-10-28T18:45:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.12/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.20","sha":"4d038bf7683af1fa7ec8ea47ade351c33f4f0a58","kind":"tag","published_at":"2020-10-28T18:45:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.20","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.20/manifests"},{"name":"@mdjs/core@0.4.1","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.4.1/manifests"},{"name":"@open-wc/building-rollup@1.9.4","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.9.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.4/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.1.8","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.1.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.8/manifests"},{"name":"polyfills-loader@1.7.5","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.7.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.5/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.19","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.19","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.19/manifests"},{"name":"@open-wc/scoped-elements@1.2.3","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.3/manifests"},{"name":"@open-wc/demoing-storybook@2.4.6","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.4.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.6/manifests"},{"name":"@open-wc/testing-helpers@1.8.11","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.11/manifests"},{"name":"storybook-addon-markdown-docs@0.4.4","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.4.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.4/manifests"},{"name":"@import-maps/resolve@1.0.1","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/resolve@1.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/resolve@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fresolve%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@1.0.1/manifests"},{"name":"@open-wc/testing@2.5.30","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.30","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.30/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.1","sha":"adb28b8759867157670d045bcd6e68279f099a23","kind":"tag","published_at":"2020-10-28T18:11:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.1/manifests"},{"name":"@open-wc/eslint-config@4.0.0","sha":"f64c85b5096aba2d1d38746565ff37aaf896099e","kind":"tag","published_at":"2020-10-24T09:06:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@4.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@4.0.0/manifests"},{"name":"eslint-plugin-lit-a11y@1.0.1","sha":"13a99cfcf23502cba7de034e1c1364a6b2f5fc3e","kind":"tag","published_at":"2020-10-23T17:33:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@1.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@1.0.1/manifests"},{"name":"eslint-plugin-lit-a11y@1.0.0","sha":"4353c1d7b1f7657b2651572f04588d6a9ae53ced","kind":"tag","published_at":"2020-10-23T15:09:59.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@1.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@1.0.0/manifests"},{"name":"eslint-plugin-lit-a11y@0.5.6","sha":"defb46095a5b6d51ba173c8eb7caac46d569ece8","kind":"tag","published_at":"2020-10-22T13:25:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.5.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.6/manifests"},{"name":"eslint-plugin-lit-a11y@0.5.5","sha":"79b5a076fa76a7116b4106fa1ed76a23f14f4289","kind":"tag","published_at":"2020-10-21T14:37:15.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.5.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.5/manifests"},{"name":"eslint-plugin-lit-a11y@0.5.4","sha":"349b0f84c0d3d5ee944a5314f2501331ff461440","kind":"tag","published_at":"2020-10-21T13:31:43.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.5.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.4/manifests"},{"name":"eslint-plugin-lit-a11y@0.5.3","sha":"04095fe2c6139c5e37fa09c8ca1f7e4c58a495f5","kind":"tag","published_at":"2020-10-21T12:47:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.5.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.3/manifests"},{"name":"eslint-plugin-lit-a11y@0.5.2","sha":"bb6d12970fe466c5803e97d38685f7d733d434bd","kind":"tag","published_at":"2020-10-20T07:44:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.5.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.2/manifests"},{"name":"eslint-plugin-lit-a11y@0.5.1","sha":"60df2b0ed60eab70a0597b6d6dd4fe867ee57cad","kind":"tag","published_at":"2020-10-18T19:04:57.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.5.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.1/manifests"},{"name":"eslint-plugin-lit-a11y@0.5.0","sha":"2dae67329bef584a1d1b8cea8b3c3ce55dae2eb5","kind":"tag","published_at":"2020-10-18T13:58:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.5.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.5.0/manifests"},{"name":"eslint-plugin-lit-a11y@0.4.2","sha":"f330bfe730f769be98a52064955e30b9830cd9ec","kind":"tag","published_at":"2020-10-18T12:05:30.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.4.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.4.2/manifests"},{"name":"@open-wc/create@0.37.0","sha":"f22697af4482d46fa107921c81c076e82d2342de","kind":"tag","published_at":"2020-10-17T18:50:11.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.37.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.37.0/manifests"},{"name":"eslint-plugin-lit-a11y@0.4.1","sha":"cf1c52709a58c1b560c69cef01f209b88a166f15","kind":"tag","published_at":"2020-10-17T09:54:51.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.4.1/manifests"},{"name":"eslint-plugin-lit-a11y@0.4.0","sha":"2b019fd9092e98656e7d5ed9a7e0c5a1e2c46d29","kind":"tag","published_at":"2020-10-16T21:05:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.4.0/manifests"},{"name":"eslint-plugin-lit-a11y@0.3.1","sha":"7ac9b273f6b97ac2cdf8f12972c08a38ec767808","kind":"tag","published_at":"2020-10-16T09:13:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.3.1/manifests"},{"name":"eslint-plugin-lit-a11y@0.3.0","sha":"d96c307c2f4c236425b702b2db6be1b6a152549b","kind":"tag","published_at":"2020-10-15T20:33:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.3.0/manifests"},{"name":"eslint-plugin-lit-a11y@0.2.2","sha":"2e60a307265111640a39dae677edc3704bdeda4f","kind":"tag","published_at":"2020-10-15T19:47:38.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.2.2/manifests"},{"name":"eslint-plugin-lit-a11y@0.2.0","sha":"e32284b54935c47572fb0c585fbb17725fad40e5","kind":"tag","published_at":"2020-10-15T17:28:32.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.2.0/manifests"},{"name":"eslint-plugin-lit-a11y@0.1.0","sha":"34ef9e392b8c3a21dc75c809d8bcdafab7aa885b","kind":"tag","published_at":"2020-10-14T12:36:44.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/eslint-plugin-lit-a11y@0.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/eslint-plugin-lit-a11y@0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@eslint-plugin-lit-a11y%400.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/eslint-plugin-lit-a11y@0.1.0/manifests"},{"name":"@open-wc/rollup-plugin-html@1.2.5","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.2.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.5/manifests"},{"name":"@open-wc/building-webpack@2.13.46","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.46","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.46/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.94","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.94","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.94","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.94","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.94","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.94/manifests"},{"name":"@open-wc/building-rollup@1.9.3","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.9.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.3/manifests"},{"name":"@open-wc/karma-esm@3.0.9","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.9/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.14","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.14/manifests"},{"name":"es-dev-server@1.57.8","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.57.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.57.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.57.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.8/manifests"},{"name":"polyfills-loader@1.7.4","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.7.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.4/manifests"},{"name":"@open-wc/demoing-storybook@2.4.5","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.4.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.5/manifests"},{"name":"rollup-plugin-index-html@1.12.8","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.12.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.12.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.12.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.8/manifests"},{"name":"@open-wc/testing-karma@4.0.9","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.9/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.1.7","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.1.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.7/manifests"},{"name":"@open-wc/building-utils@2.18.3","sha":"59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e","kind":"tag","published_at":"2020-10-11T20:08:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.18.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.18.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.18.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.3/manifests"},{"name":"@open-wc/create@0.36.0","sha":"7e8f431e6d41523d6083f8216060e219331d4dce","kind":"tag","published_at":"2020-10-05T19:59:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.36.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.36.0/manifests"},{"name":"@open-wc/create@0.35.0","sha":"9854be827d32d0aa1b32e69f1e7f6761676846fc","kind":"tag","published_at":"2020-10-04T09:42:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.35.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.35.0/manifests"},{"name":"@open-wc/demoing-storybook@2.4.4","sha":"fe8d5295069b93735a548e8a82faf90ece8abd5a","kind":"tag","published_at":"2020-10-03T15:52:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.4.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.4/manifests"},{"name":"@open-wc/karma-esm@3.0.8","sha":"fe8d5295069b93735a548e8a82faf90ece8abd5a","kind":"tag","published_at":"2020-10-03T15:52:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.8/manifests"},{"name":"@open-wc/building-webpack@2.13.45","sha":"fe8d5295069b93735a548e8a82faf90ece8abd5a","kind":"tag","published_at":"2020-10-03T15:52:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.45","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.45/manifests"},{"name":"@open-wc/testing-karma@4.0.8","sha":"fe8d5295069b93735a548e8a82faf90ece8abd5a","kind":"tag","published_at":"2020-10-03T15:52:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.8/manifests"},{"name":"polyfills-loader@1.7.3","sha":"fe8d5295069b93735a548e8a82faf90ece8abd5a","kind":"tag","published_at":"2020-10-03T15:52:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.7.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.3/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.93","sha":"fe8d5295069b93735a548e8a82faf90ece8abd5a","kind":"tag","published_at":"2020-10-03T15:52:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.93","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.93","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.93","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.93","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.93/manifests"},{"name":"es-dev-server@1.57.7","sha":"fe8d5295069b93735a548e8a82faf90ece8abd5a","kind":"tag","published_at":"2020-10-03T15:52:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.57.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.57.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.57.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.7/manifests"},{"name":"@open-wc/building-rollup@1.9.2","sha":"fe8d5295069b93735a548e8a82faf90ece8abd5a","kind":"tag","published_at":"2020-10-03T15:52:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.9.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.2/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.1.6","sha":"fe8d5295069b93735a548e8a82faf90ece8abd5a","kind":"tag","published_at":"2020-10-03T15:52:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.1.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.6/manifests"},{"name":"@open-wc/create@0.34.0","sha":"489c9345d317780e6f77beec9558ef1529ecfce1","kind":"tag","published_at":"2020-10-03T14:49:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.34.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.34.0/manifests"},{"name":"@open-wc/semantic-dom-diff@0.19.0","sha":"3b43a7f8fd03aecfd06908f3c316f6b6718d6e1f","kind":"tag","published_at":"2020-10-03T08:30:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.19.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.19.0/manifests"},{"name":"@open-wc/testing@2.5.29","sha":"3b43a7f8fd03aecfd06908f3c316f6b6718d6e1f","kind":"tag","published_at":"2020-10-03T08:30:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.29","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.29/manifests"},{"name":"@open-wc/testing@2.5.28","sha":"8a6c7bb805a77f6d5f6a42b444e89279ede89b51","kind":"tag","published_at":"2020-10-02T23:11:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.28","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.28/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.18","sha":"8a6c7bb805a77f6d5f6a42b444e89279ede89b51","kind":"tag","published_at":"2020-10-02T23:11:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.18","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.18/manifests"},{"name":"@open-wc/testing-helpers@1.8.10","sha":"8a6c7bb805a77f6d5f6a42b444e89279ede89b51","kind":"tag","published_at":"2020-10-02T23:11:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.10/manifests"},{"name":"@open-wc/testing-karma@4.0.7","sha":"b473d3e4347abd4dc2e6d4704f9be113e3b78114","kind":"tag","published_at":"2020-10-01T14:31:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.7/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.13","sha":"b473d3e4347abd4dc2e6d4704f9be113e3b78114","kind":"tag","published_at":"2020-10-01T14:31:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.13/manifests"},{"name":"@open-wc/create@0.33.3","sha":"b473d3e4347abd4dc2e6d4704f9be113e3b78114","kind":"tag","published_at":"2020-10-01T14:31:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.33.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.33.3/manifests"},{"name":"@open-wc/karma-esm@3.0.7","sha":"b473d3e4347abd4dc2e6d4704f9be113e3b78114","kind":"tag","published_at":"2020-10-01T14:31:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.7/manifests"},{"name":"es-dev-server@1.57.6","sha":"b473d3e4347abd4dc2e6d4704f9be113e3b78114","kind":"tag","published_at":"2020-10-01T14:31:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.57.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.57.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.57.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.6/manifests"},{"name":"@open-wc/building-webpack@2.13.44","sha":"b473d3e4347abd4dc2e6d4704f9be113e3b78114","kind":"tag","published_at":"2020-10-01T14:31:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.44","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.44/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.92","sha":"b473d3e4347abd4dc2e6d4704f9be113e3b78114","kind":"tag","published_at":"2020-10-01T14:31:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.92","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.92","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.92","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.92","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.92/manifests"},{"name":"@open-wc/demoing-storybook@2.4.3","sha":"b473d3e4347abd4dc2e6d4704f9be113e3b78114","kind":"tag","published_at":"2020-10-01T14:31:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.4.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.3/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.1.5","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.1.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.5/manifests"},{"name":"@open-wc/testing-karma@4.0.6","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.6/manifests"},{"name":"@open-wc/karma-esm@3.0.6","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.6/manifests"},{"name":"@open-wc/building-rollup@1.9.1","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.9.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.1/manifests"},{"name":"@open-wc/building-utils@2.18.2","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.18.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.2/manifests"},{"name":"@open-wc/demoing-storybook@2.4.2","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.4.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.2/manifests"},{"name":"@open-wc/rollup-plugin-html@1.2.4","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.2.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.4/manifests"},{"name":"@open-wc/testing@2.5.27","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.27","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.27/manifests"},{"name":"polyfills-loader@1.7.2","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.7.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.2/manifests"},{"name":"es-dev-server@1.57.5","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.57.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.57.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.57.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.5/manifests"},{"name":"chai-a11y-axe@1.3.1","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/chai-a11y-axe@1.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/chai-a11y-axe@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@chai-a11y-axe%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.3.1/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.91","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.91","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.91","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.91","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.91","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.91/manifests"},{"name":"@open-wc/building-webpack@2.13.43","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.43","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.43/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.12","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.12/manifests"},{"name":"rollup-plugin-index-html@1.12.7","sha":"8017ebb43f238b8e514972f15bb97aac3327bb1d","kind":"tag","published_at":"2020-09-25T18:39:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.12.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.12.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.12.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.7/manifests"},{"name":"@open-wc/demoing-storybook@2.4.1","sha":"526349d5bbdd932823986b1a5f69dacb0e02dc76","kind":"tag","published_at":"2020-09-12T09:04:21.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.1/manifests"},{"name":"storybook-addon-markdown-docs@0.4.3","sha":"526349d5bbdd932823986b1a5f69dacb0e02dc76","kind":"tag","published_at":"2020-09-12T09:04:21.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.4.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.3/manifests"},{"name":"@mdjs/core@0.4.0","sha":"526349d5bbdd932823986b1a5f69dacb0e02dc76","kind":"tag","published_at":"2020-09-12T09:04:21.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.4.0/manifests"},{"name":"@open-wc/semantic-dom-diff@0.18.0","sha":"078340940f7ec6a7e459b8a22bf00e2b5bddfaff","kind":"tag","published_at":"2020-09-11T17:00:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.18.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.18.0/manifests"},{"name":"@open-wc/testing@2.5.26","sha":"078340940f7ec6a7e459b8a22bf00e2b5bddfaff","kind":"tag","published_at":"2020-09-11T17:00:58.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.26","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.26/manifests"},{"name":"@open-wc/demoing-storybook@2.4.0","sha":"30df614d7bcacf4d40badd8faaed04e63606759d","kind":"tag","published_at":"2020-09-07T22:20:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.4.0/manifests"},{"name":"@open-wc/building-rollup@1.9.0","sha":"30df614d7bcacf4d40badd8faaed04e63606759d","kind":"tag","published_at":"2020-09-07T22:20:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.9.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.9.0/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.11","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.11/manifests"},{"name":"storybook-addon-markdown-docs@0.4.2","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.4.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.2/manifests"},{"name":"@import-maps/generate@0.2.7","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/generate@0.2.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/generate@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fgenerate%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fgenerate@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fgenerate@0.2.7/manifests"},{"name":"@open-wc/building-utils@2.18.1","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.18.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.1/manifests"},{"name":"es-dev-server@1.57.4","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.57.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.57.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.57.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.4/manifests"},{"name":"@open-wc/create@0.33.2","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.33.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.33.2/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.90","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.90","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.90","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.90","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.90","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.90/manifests"},{"name":"rollup-plugin-index-html@1.12.6","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.12.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.12.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.12.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.6/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.1.4","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.1.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.4/manifests"},{"name":"@open-wc/karma-esm@3.0.5","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.5/manifests"},{"name":"@open-wc/rollup-plugin-html@1.2.3","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.3/manifests"},{"name":"polyfills-loader@1.7.1","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.7.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.1/manifests"},{"name":"@open-wc/building-rollup@1.8.0","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.8.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.8.0/manifests"},{"name":"@open-wc/building-webpack@2.13.42","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.42","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.42/manifests"},{"name":"@open-wc/demoing-storybook@2.3.20","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.20","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.20/manifests"},{"name":"@open-wc/testing-karma@4.0.5","sha":"53b9d43936aac4779e822f57392430531126b327","kind":"tag","published_at":"2020-08-27T22:28:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.5/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.10","sha":"aeb07b36e9651d4c5c5770f4dd28c44042bb90c6","kind":"tag","published_at":"2020-08-27T11:51:12.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.10/manifests"},{"name":"@open-wc/testing@2.5.25","sha":"aeb07b36e9651d4c5c5770f4dd28c44042bb90c6","kind":"tag","published_at":"2020-08-27T11:51:12.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.25","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.25/manifests"},{"name":"rollup-plugin-index-html@1.12.5","sha":"40e60b97c0e67d54514416bcb327fc04bb40a8fe","kind":"tag","published_at":"2020-08-19T18:38:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.12.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.5/manifests"},{"name":"@import-maps/resolve@1.0.0","sha":"40e60b97c0e67d54514416bcb327fc04bb40a8fe","kind":"tag","published_at":"2020-08-19T18:38:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/resolve@1.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/resolve@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fresolve%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@1.0.0/manifests"},{"name":"@open-wc/building-rollup@1.7.1","sha":"40e60b97c0e67d54514416bcb327fc04bb40a8fe","kind":"tag","published_at":"2020-08-19T18:38:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.7.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.7.1/manifests"},{"name":"@open-wc/testing-helpers@1.8.9","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.9/manifests"},{"name":"@open-wc/testing@2.5.24","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.24","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.24/manifests"},{"name":"@open-wc/scoped-elements@1.2.2","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.2/manifests"},{"name":"@open-wc/building-webpack@2.13.41","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.41","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.41/manifests"},{"name":"@open-wc/karma-esm@3.0.4","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.4/manifests"},{"name":"es-dev-server@1.57.3","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.57.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.57.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.57.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.3/manifests"},{"name":"@open-wc/create@0.33.1","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.33.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.33.1/manifests"},{"name":"@open-wc/testing-karma@4.0.4","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.4/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.89","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.89","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.89","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.89","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.89","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.89/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.17","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.17","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.17/manifests"},{"name":"@open-wc/demoing-storybook@2.3.19","sha":"2747a5b3a77b664757cf766d2266afdd3de56545","kind":"tag","published_at":"2020-08-19T12:11:41.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.19","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.19/manifests"},{"name":"@open-wc/testing@2.5.23","sha":"d0a5414ef1d3384358b034fd2efc6618517738a8","kind":"tag","published_at":"2020-08-16T18:40:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.23","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.23/manifests"},{"name":"@open-wc/eslint-config@3.0.0","sha":"d0a5414ef1d3384358b034fd2efc6618517738a8","kind":"tag","published_at":"2020-08-16T18:40:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@3.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@3.0.0/manifests"},{"name":"@open-wc/create@0.33.0","sha":"d0a5414ef1d3384358b034fd2efc6618517738a8","kind":"tag","published_at":"2020-08-16T18:40:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.33.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.33.0/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.16","sha":"d0a5414ef1d3384358b034fd2efc6618517738a8","kind":"tag","published_at":"2020-08-16T18:40:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.16","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.16/manifests"},{"name":"@open-wc/testing-helpers@1.8.8","sha":"d0a5414ef1d3384358b034fd2efc6618517738a8","kind":"tag","published_at":"2020-08-16T18:40:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.8/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.15","sha":"0632bf20048eb00059b330c1abf9e375f24471fd","kind":"tag","published_at":"2020-08-14T18:24:22.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.15","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.15/manifests"},{"name":"@open-wc/testing@2.5.22","sha":"0632bf20048eb00059b330c1abf9e375f24471fd","kind":"tag","published_at":"2020-08-14T18:24:22.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.22","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.22/manifests"},{"name":"@open-wc/testing-helpers@1.8.7","sha":"0632bf20048eb00059b330c1abf9e375f24471fd","kind":"tag","published_at":"2020-08-14T18:24:22.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.7/manifests"},{"name":"@open-wc/scoped-elements@1.2.1","sha":"0632bf20048eb00059b330c1abf9e375f24471fd","kind":"tag","published_at":"2020-08-14T18:24:22.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.1/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.88","sha":"4d8143cb62afe151e9affa209529131419a077b9","kind":"tag","published_at":"2020-08-10T19:36:54.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.88","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.88","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.88","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.88","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.88/manifests"},{"name":"@open-wc/testing-karma@4.0.3","sha":"4d8143cb62afe151e9affa209529131419a077b9","kind":"tag","published_at":"2020-08-10T19:36:54.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.3/manifests"},{"name":"@open-wc/karma-esm@3.0.3","sha":"4d8143cb62afe151e9affa209529131419a077b9","kind":"tag","published_at":"2020-08-10T19:36:54.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.3/manifests"},{"name":"@open-wc/building-rollup@1.7.0","sha":"3aab062e4986b11374da5589da9fab822258b8cf","kind":"tag","published_at":"2020-08-10T16:37:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.7.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.7.0/manifests"},{"name":"@open-wc/building-rollup@1.6.3","sha":"301a800265e103c6b56233cdd71ccaf5f647db3a","kind":"tag","published_at":"2020-08-07T06:01:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.6.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.6.3/manifests"},{"name":"@open-wc/demoing-storybook@2.3.18","sha":"301a800265e103c6b56233cdd71ccaf5f647db3a","kind":"tag","published_at":"2020-08-07T06:01:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.18","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.18/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.1.3","sha":"301a800265e103c6b56233cdd71ccaf5f647db3a","kind":"tag","published_at":"2020-08-07T06:01:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.3/manifests"},{"name":"@open-wc/rollup-plugin-html@1.2.2","sha":"301a800265e103c6b56233cdd71ccaf5f647db3a","kind":"tag","published_at":"2020-08-07T06:01:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.2/manifests"},{"name":"@open-wc/eslint-config@2.1.0","sha":"c15c4eb2618ba42c75a13f60fd0f3e40264e4028","kind":"tag","published_at":"2020-08-05T20:35:49.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@2.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.1.0/manifests"},{"name":"@open-wc/dedupe-mixin@1.3.0","sha":"ac212af3eef63c8cdb442a75e63428d9634309d9","kind":"tag","published_at":"2020-08-05T15:28:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.3.0/manifests"},{"name":"@open-wc/demoing-storybook@2.3.17","sha":"ac212af3eef63c8cdb442a75e63428d9634309d9","kind":"tag","published_at":"2020-08-05T15:28:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.17","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.17/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.1.2","sha":"ac212af3eef63c8cdb442a75e63428d9634309d9","kind":"tag","published_at":"2020-08-05T15:28:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.2/manifests"},{"name":"@open-wc/scoped-elements@1.2.0","sha":"ac212af3eef63c8cdb442a75e63428d9634309d9","kind":"tag","published_at":"2020-08-05T15:28:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.2.0/manifests"},{"name":"@open-wc/testing@2.5.21","sha":"ac212af3eef63c8cdb442a75e63428d9634309d9","kind":"tag","published_at":"2020-08-05T15:28:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.21","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.21/manifests"},{"name":"@open-wc/testing-helpers@1.8.6","sha":"ac212af3eef63c8cdb442a75e63428d9634309d9","kind":"tag","published_at":"2020-08-05T15:28:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.6/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.14","sha":"ac212af3eef63c8cdb442a75e63428d9634309d9","kind":"tag","published_at":"2020-08-05T15:28:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.14/manifests"},{"name":"@open-wc/building-rollup@1.6.2","sha":"ac212af3eef63c8cdb442a75e63428d9634309d9","kind":"tag","published_at":"2020-08-05T15:28:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.6.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.6.2/manifests"},{"name":"@open-wc/rollup-plugin-html@1.2.1","sha":"ac212af3eef63c8cdb442a75e63428d9634309d9","kind":"tag","published_at":"2020-08-05T15:28:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.1/manifests"},{"name":"es-dev-server@1.57.2","sha":"c096cdc895d0cf907abbd95148298d45232a4e0c","kind":"tag","published_at":"2020-08-04T10:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.57.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.57.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.57.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.2/manifests"},{"name":"@open-wc/testing-karma@4.0.2","sha":"c096cdc895d0cf907abbd95148298d45232a4e0c","kind":"tag","published_at":"2020-08-04T10:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.2/manifests"},{"name":"@open-wc/karma-esm@3.0.2","sha":"c096cdc895d0cf907abbd95148298d45232a4e0c","kind":"tag","published_at":"2020-08-04T10:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.2/manifests"},{"name":"@open-wc/building-rollup@1.6.1","sha":"c096cdc895d0cf907abbd95148298d45232a4e0c","kind":"tag","published_at":"2020-08-04T10:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.6.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.6.1/manifests"},{"name":"@open-wc/building-webpack@2.13.40","sha":"c096cdc895d0cf907abbd95148298d45232a4e0c","kind":"tag","published_at":"2020-08-04T10:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.40","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.40/manifests"},{"name":"@open-wc/demoing-storybook@2.3.16","sha":"c096cdc895d0cf907abbd95148298d45232a4e0c","kind":"tag","published_at":"2020-08-04T10:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.16","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.16/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.1.1","sha":"c096cdc895d0cf907abbd95148298d45232a4e0c","kind":"tag","published_at":"2020-08-04T10:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.1/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.87","sha":"c096cdc895d0cf907abbd95148298d45232a4e0c","kind":"tag","published_at":"2020-08-04T10:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.87","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.87","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.87","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.87","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.87/manifests"},{"name":"polyfills-loader@1.7.0","sha":"c096cdc895d0cf907abbd95148298d45232a4e0c","kind":"tag","published_at":"2020-08-04T10:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.7.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.7.0/manifests"},{"name":"@open-wc/testing@2.5.20","sha":"2c8045c373304bedac7974cec2e40a0e63bb1991","kind":"tag","published_at":"2020-08-04T05:41:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.20","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.20/manifests"},{"name":"@open-wc/testing-helpers@1.8.5","sha":"2c8045c373304bedac7974cec2e40a0e63bb1991","kind":"tag","published_at":"2020-08-04T05:41:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.5/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.13","sha":"2c8045c373304bedac7974cec2e40a0e63bb1991","kind":"tag","published_at":"2020-08-04T05:41:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.13/manifests"},{"name":"@open-wc/building-rollup@1.6.0","sha":"50e87bd27fc30a5d426afb71e5f927aa97b6b32c","kind":"tag","published_at":"2020-08-03T14:35:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.6.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.6.0/manifests"},{"name":"@open-wc/demoing-storybook@2.3.15","sha":"50e87bd27fc30a5d426afb71e5f927aa97b6b32c","kind":"tag","published_at":"2020-08-03T14:35:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.15","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.15/manifests"},{"name":"@open-wc/rollup-plugin-html@1.2.0","sha":"50e87bd27fc30a5d426afb71e5f927aa97b6b32c","kind":"tag","published_at":"2020-08-03T14:35:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.2.0/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.1.0","sha":"50e87bd27fc30a5d426afb71e5f927aa97b6b32c","kind":"tag","published_at":"2020-08-03T14:35:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.1.0/manifests"},{"name":"@open-wc/demoing-storybook@2.3.14","sha":"90e5bc43f2b208d36afed351c7c0251a53ea55bd","kind":"tag","published_at":"2020-07-29T20:17:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.14/manifests"},{"name":"es-dev-server@1.57.1","sha":"90e5bc43f2b208d36afed351c7c0251a53ea55bd","kind":"tag","published_at":"2020-07-29T20:17:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.57.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.1/manifests"},{"name":"@open-wc/building-webpack@2.13.39","sha":"90e5bc43f2b208d36afed351c7c0251a53ea55bd","kind":"tag","published_at":"2020-07-29T20:17:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.39","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.39/manifests"},{"name":"@open-wc/karma-esm@3.0.1","sha":"90e5bc43f2b208d36afed351c7c0251a53ea55bd","kind":"tag","published_at":"2020-07-29T20:17:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.1/manifests"},{"name":"@open-wc/testing-karma@4.0.1","sha":"90e5bc43f2b208d36afed351c7c0251a53ea55bd","kind":"tag","published_at":"2020-07-29T20:17:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.1/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.86","sha":"90e5bc43f2b208d36afed351c7c0251a53ea55bd","kind":"tag","published_at":"2020-07-29T20:17:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.86","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.86","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.86","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.86","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.86/manifests"},{"name":"@open-wc/lit-helpers@0.3.11","sha":"7b57b7fbc104f7cb2524d2b617d5abe0cc3fb148","kind":"tag","published_at":"2020-07-28T17:55:23.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.11/manifests"},{"name":"@open-wc/building-rollup@1.5.0","sha":"9b31f0604699f89cc319b94675a64076f8f0ddac","kind":"tag","published_at":"2020-07-27T10:02:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.5.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.5.0/manifests"},{"name":"@open-wc/create@0.32.5","sha":"c6aedaef76e9597220f9be1951ac6718d03154cf","kind":"tag","published_at":"2020-07-24T12:58:06.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.32.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.5/manifests"},{"name":"@open-wc/karma-esm@3.0.0","sha":"aa63cdc79209b0af0b0d094049264737a5f3837c","kind":"tag","published_at":"2020-07-24T07:44:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@3.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@3.0.0/manifests"},{"name":"@open-wc/testing-karma@4.0.0","sha":"aa63cdc79209b0af0b0d094049264737a5f3837c","kind":"tag","published_at":"2020-07-24T07:44:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@4.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%404.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@4.0.0/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.85","sha":"aa63cdc79209b0af0b0d094049264737a5f3837c","kind":"tag","published_at":"2020-07-24T07:44:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.85","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.85","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.85","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.85","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.85/manifests"},{"name":"es-dev-server@1.57.0","sha":"3396788603ea0bb30d28666817d8f30ce381642e","kind":"tag","published_at":"2020-07-24T06:49:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.57.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.57.0/manifests"},{"name":"@open-wc/building-webpack@2.13.38","sha":"3396788603ea0bb30d28666817d8f30ce381642e","kind":"tag","published_at":"2020-07-24T06:49:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.38","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.38/manifests"},{"name":"@open-wc/demoing-storybook@2.3.13","sha":"3396788603ea0bb30d28666817d8f30ce381642e","kind":"tag","published_at":"2020-07-24T06:49:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.13/manifests"},{"name":"@open-wc/karma-esm@2.16.18","sha":"3396788603ea0bb30d28666817d8f30ce381642e","kind":"tag","published_at":"2020-07-24T06:49:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.18","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.18/manifests"},{"name":"@open-wc/testing-karma@3.4.8","sha":"3396788603ea0bb30d28666817d8f30ce381642e","kind":"tag","published_at":"2020-07-24T06:49:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.4.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.4.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.4.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.8/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.84","sha":"3396788603ea0bb30d28666817d8f30ce381642e","kind":"tag","published_at":"2020-07-24T06:49:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.84","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.84","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.84","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.84","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.84/manifests"},{"name":"es-dev-server@1.56.1","sha":"38fd9bfae470e5546c6be489075f8f962975c802","kind":"tag","published_at":"2020-07-10T07:01:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.56.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.56.1/manifests"},{"name":"@open-wc/building-webpack@2.13.37","sha":"38fd9bfae470e5546c6be489075f8f962975c802","kind":"tag","published_at":"2020-07-10T07:01:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.37","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.37/manifests"},{"name":"@open-wc/demoing-storybook@2.3.12","sha":"38fd9bfae470e5546c6be489075f8f962975c802","kind":"tag","published_at":"2020-07-10T07:01:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.12/manifests"},{"name":"@open-wc/karma-esm@2.16.17","sha":"38fd9bfae470e5546c6be489075f8f962975c802","kind":"tag","published_at":"2020-07-10T07:01:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.17","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.17/manifests"},{"name":"@open-wc/testing-karma@3.4.7","sha":"38fd9bfae470e5546c6be489075f8f962975c802","kind":"tag","published_at":"2020-07-10T07:01:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.4.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.7/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.83","sha":"38fd9bfae470e5546c6be489075f8f962975c802","kind":"tag","published_at":"2020-07-10T07:01:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.83","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.83","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.83","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.83","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.83/manifests"},{"name":"@open-wc/scoped-elements@1.1.2","sha":"72c70d66fcc65b6395442a177a1a5220d261e8bf","kind":"tag","published_at":"2020-07-08T14:24:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.1.2/manifests"},{"name":"@open-wc/building-rollup@1.4.2","sha":"72c70d66fcc65b6395442a177a1a5220d261e8bf","kind":"tag","published_at":"2020-07-08T14:24:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.4.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.4.2/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.18","sha":"72c70d66fcc65b6395442a177a1a5220d261e8bf","kind":"tag","published_at":"2020-07-08T14:24:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.18","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.18/manifests"},{"name":"@open-wc/testing@2.5.19","sha":"72c70d66fcc65b6395442a177a1a5220d261e8bf","kind":"tag","published_at":"2020-07-08T14:24:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.19","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.19/manifests"},{"name":"@open-wc/testing-helpers@1.8.4","sha":"72c70d66fcc65b6395442a177a1a5220d261e8bf","kind":"tag","published_at":"2020-07-08T14:24:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.4/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.12","sha":"72c70d66fcc65b6395442a177a1a5220d261e8bf","kind":"tag","published_at":"2020-07-08T14:24:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.12/manifests"},{"name":"@open-wc/building-rollup@1.4.1","sha":"406ea3ca80c8ffe1993c0fc4111f089781f9dcbb","kind":"tag","published_at":"2020-07-03T09:12:06.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.4.1/manifests"},{"name":"@open-wc/building-rollup@1.4.0","sha":"c2964b727b9ab9296834cfb777439dc19ecc6ae2","kind":"tag","published_at":"2020-07-02T11:28:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.4.0/manifests"},{"name":"@open-wc/demoing-storybook@2.3.11","sha":"7cb33b4149f6f9f68396d49848658143d20314a1","kind":"tag","published_at":"2020-06-25T20:45:05.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.11/manifests"},{"name":"es-dev-server@1.56.0","sha":"7cb33b4149f6f9f68396d49848658143d20314a1","kind":"tag","published_at":"2020-06-25T20:45:05.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.56.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.56.0/manifests"},{"name":"@open-wc/building-webpack@2.13.36","sha":"7cb33b4149f6f9f68396d49848658143d20314a1","kind":"tag","published_at":"2020-06-25T20:45:05.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.36","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.36/manifests"},{"name":"@open-wc/karma-esm@2.16.16","sha":"7cb33b4149f6f9f68396d49848658143d20314a1","kind":"tag","published_at":"2020-06-25T20:45:05.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.16","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.16/manifests"},{"name":"@open-wc/testing-karma@3.4.6","sha":"7cb33b4149f6f9f68396d49848658143d20314a1","kind":"tag","published_at":"2020-06-25T20:45:05.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.4.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.6/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.82","sha":"7cb33b4149f6f9f68396d49848658143d20314a1","kind":"tag","published_at":"2020-06-25T20:45:05.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.82","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.82","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.82","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.82","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.82/manifests"},{"name":"@open-wc/building-rollup@1.3.2","sha":"6cd15b183d8d00a3840d86973e0242132697fb34","kind":"tag","published_at":"2020-06-25T20:13:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.3.2/manifests"},{"name":"@open-wc/building-webpack@2.13.35","sha":"1194711387952f9034fad75d0efb1f1857ed6a88","kind":"tag","published_at":"2020-06-22T20:03:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.35","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.35/manifests"},{"name":"es-dev-server@1.55.1","sha":"1194711387952f9034fad75d0efb1f1857ed6a88","kind":"tag","published_at":"2020-06-22T20:03:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.55.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.55.1/manifests"},{"name":"@open-wc/demoing-storybook@2.3.10","sha":"1194711387952f9034fad75d0efb1f1857ed6a88","kind":"tag","published_at":"2020-06-22T20:03:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.10/manifests"},{"name":"@open-wc/karma-esm@2.16.15","sha":"1194711387952f9034fad75d0efb1f1857ed6a88","kind":"tag","published_at":"2020-06-22T20:03:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.15","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.15/manifests"},{"name":"@open-wc/testing-karma@3.4.5","sha":"1194711387952f9034fad75d0efb1f1857ed6a88","kind":"tag","published_at":"2020-06-22T20:03:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.4.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.5/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.81","sha":"1194711387952f9034fad75d0efb1f1857ed6a88","kind":"tag","published_at":"2020-06-22T20:03:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.81","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.81","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.81","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.81","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.81/manifests"},{"name":"@open-wc/demoing-storybook@2.3.9","sha":"03544ab31af3f43690330cb2bbaa94d92c426709","kind":"tag","published_at":"2020-06-15T16:29:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.9/manifests"},{"name":"@open-wc/testing@2.5.18","sha":"03544ab31af3f43690330cb2bbaa94d92c426709","kind":"tag","published_at":"2020-06-15T16:29:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.18","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.18/manifests"},{"name":"@open-wc/testing-helpers@1.8.3","sha":"03544ab31af3f43690330cb2bbaa94d92c426709","kind":"tag","published_at":"2020-06-15T16:29:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.3/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.11","sha":"03544ab31af3f43690330cb2bbaa94d92c426709","kind":"tag","published_at":"2020-06-15T16:29:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.11/manifests"},{"name":"@mdjs/core@0.3.3","sha":"f1b3191b35087e3b2bf27955d3809c0d3183bef5","kind":"tag","published_at":"2020-06-13T15:05:02.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.3.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.3.3/manifests"},{"name":"@open-wc/demoing-storybook@2.3.8","sha":"f1b3191b35087e3b2bf27955d3809c0d3183bef5","kind":"tag","published_at":"2020-06-13T15:05:02.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.8/manifests"},{"name":"storybook-addon-markdown-docs@0.4.1","sha":"f1b3191b35087e3b2bf27955d3809c0d3183bef5","kind":"tag","published_at":"2020-06-13T15:05:02.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.1/manifests"},{"name":"@open-wc/testing-karma@3.4.4","sha":"287696e1a84fe188c200d55f7f5bcf8f6d7796c6","kind":"tag","published_at":"2020-06-12T22:01:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.4.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.4/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.80","sha":"287696e1a84fe188c200d55f7f5bcf8f6d7796c6","kind":"tag","published_at":"2020-06-12T22:01:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.80","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.80","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.80","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.80","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.80/manifests"},{"name":"es-dev-server@1.55.0","sha":"cf68d22cc23ea6a90659e3f6bfdb6d57cfc7ad09","kind":"tag","published_at":"2020-06-11T07:22:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.55.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.55.0/manifests"},{"name":"@open-wc/building-webpack@2.13.34","sha":"cf68d22cc23ea6a90659e3f6bfdb6d57cfc7ad09","kind":"tag","published_at":"2020-06-11T07:22:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.34","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.34/manifests"},{"name":"@open-wc/demoing-storybook@2.3.7","sha":"cf68d22cc23ea6a90659e3f6bfdb6d57cfc7ad09","kind":"tag","published_at":"2020-06-11T07:22:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.7/manifests"},{"name":"@open-wc/karma-esm@2.16.14","sha":"cf68d22cc23ea6a90659e3f6bfdb6d57cfc7ad09","kind":"tag","published_at":"2020-06-11T07:22:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.14/manifests"},{"name":"@open-wc/testing-karma@3.4.3","sha":"cf68d22cc23ea6a90659e3f6bfdb6d57cfc7ad09","kind":"tag","published_at":"2020-06-11T07:22:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.4.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.3/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.79","sha":"cf68d22cc23ea6a90659e3f6bfdb6d57cfc7ad09","kind":"tag","published_at":"2020-06-11T07:22:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.79","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.79","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.79","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.79","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.79/manifests"},{"name":"es-dev-server@1.54.1","sha":"85e28f3817b6dcd75d39005894db5d3d5b5e64e9","kind":"tag","published_at":"2020-06-05T19:27:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.54.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.54.1/manifests"},{"name":"@open-wc/building-webpack@2.13.33","sha":"85e28f3817b6dcd75d39005894db5d3d5b5e64e9","kind":"tag","published_at":"2020-06-05T19:27:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.33","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.33/manifests"},{"name":"@open-wc/demoing-storybook@2.3.6","sha":"85e28f3817b6dcd75d39005894db5d3d5b5e64e9","kind":"tag","published_at":"2020-06-05T19:27:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.6/manifests"},{"name":"@open-wc/karma-esm@2.16.13","sha":"85e28f3817b6dcd75d39005894db5d3d5b5e64e9","kind":"tag","published_at":"2020-06-05T19:27:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.13/manifests"},{"name":"@open-wc/testing-karma@3.4.2","sha":"85e28f3817b6dcd75d39005894db5d3d5b5e64e9","kind":"tag","published_at":"2020-06-05T19:27:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.4.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.2/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.78","sha":"85e28f3817b6dcd75d39005894db5d3d5b5e64e9","kind":"tag","published_at":"2020-06-05T19:27:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.78","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.78","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.78","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.78","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.78/manifests"},{"name":"es-dev-server@1.54.0","sha":"5df1350f2862b09e80d089ca0ef3917e5f776f2c","kind":"tag","published_at":"2020-05-29T08:33:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.54.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.54.0/manifests"},{"name":"@open-wc/building-webpack@2.13.32","sha":"5df1350f2862b09e80d089ca0ef3917e5f776f2c","kind":"tag","published_at":"2020-05-29T08:33:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.32","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.32/manifests"},{"name":"@open-wc/demoing-storybook@2.3.5","sha":"5df1350f2862b09e80d089ca0ef3917e5f776f2c","kind":"tag","published_at":"2020-05-29T08:33:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.5/manifests"},{"name":"@open-wc/karma-esm@2.16.12","sha":"5df1350f2862b09e80d089ca0ef3917e5f776f2c","kind":"tag","published_at":"2020-05-29T08:33:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.12/manifests"},{"name":"@open-wc/testing-karma@3.4.1","sha":"5df1350f2862b09e80d089ca0ef3917e5f776f2c","kind":"tag","published_at":"2020-05-29T08:33:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.1/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.77","sha":"5df1350f2862b09e80d089ca0ef3917e5f776f2c","kind":"tag","published_at":"2020-05-29T08:33:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.77","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.77","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.77","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.77","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.77/manifests"},{"name":"@open-wc/building-rollup@1.3.1","sha":"87f45b30821883e0a536b0db2bb9a73f5e98ee22","kind":"tag","published_at":"2020-05-27T18:03:28.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.3.1/manifests"},{"name":"@open-wc/demoing-storybook@2.3.4","sha":"87f45b30821883e0a536b0db2bb9a73f5e98ee22","kind":"tag","published_at":"2020-05-27T18:03:28.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.4/manifests"},{"name":"@open-wc/rollup-plugin-html@1.1.0","sha":"87f45b30821883e0a536b0db2bb9a73f5e98ee22","kind":"tag","published_at":"2020-05-27T18:03:28.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.1.0/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.0.7","sha":"87f45b30821883e0a536b0db2bb9a73f5e98ee22","kind":"tag","published_at":"2020-05-27T18:03:28.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.0.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.7/manifests"},{"name":"@open-wc/building-webpack@2.13.31","sha":"2bc5e4c802ade11385ae23b3dc28b977f25e7e9e","kind":"tag","published_at":"2020-05-25T17:58:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.31","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.31/manifests"},{"name":"chai-a11y-axe@1.3.0","sha":"2bc5e4c802ade11385ae23b3dc28b977f25e7e9e","kind":"tag","published_at":"2020-05-25T17:58:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/chai-a11y-axe@1.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/chai-a11y-axe@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@chai-a11y-axe%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.3.0/manifests"},{"name":"es-dev-server@1.53.0","sha":"2bc5e4c802ade11385ae23b3dc28b977f25e7e9e","kind":"tag","published_at":"2020-05-25T17:58:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.53.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.53.0/manifests"},{"name":"@open-wc/demoing-storybook@2.3.3","sha":"2bc5e4c802ade11385ae23b3dc28b977f25e7e9e","kind":"tag","published_at":"2020-05-25T17:58:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.3/manifests"},{"name":"@open-wc/karma-esm@2.16.11","sha":"2bc5e4c802ade11385ae23b3dc28b977f25e7e9e","kind":"tag","published_at":"2020-05-25T17:58:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.11/manifests"},{"name":"@open-wc/testing@2.5.17","sha":"2bc5e4c802ade11385ae23b3dc28b977f25e7e9e","kind":"tag","published_at":"2020-05-25T17:58:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.17","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.17/manifests"},{"name":"@open-wc/testing-karma@3.4.0","sha":"2bc5e4c802ade11385ae23b3dc28b977f25e7e9e","kind":"tag","published_at":"2020-05-25T17:58:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.4.0/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.76","sha":"2bc5e4c802ade11385ae23b3dc28b977f25e7e9e","kind":"tag","published_at":"2020-05-25T17:58:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.76","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.76","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.76","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.76","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.76/manifests"},{"name":"@open-wc/lit-helpers@0.3.10","sha":"99a94a8874d76e1225dc450df4e94648231c5afe","kind":"tag","published_at":"2020-05-25T17:02:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.10/manifests"},{"name":"@open-wc/webpack-import-meta-loader@0.4.7","sha":"35604985451691e365a6412f7a16bf5c3a749b41","kind":"tag","published_at":"2020-05-25T09:09:06.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-import-meta-loader@0.4.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-import-meta-loader@0.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-import-meta-loader%400.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.7/manifests"},{"name":"es-dev-server@1.52.0","sha":"d6cef3007f12ffafe3ecdb4e9d1b154d95e814ca","kind":"tag","published_at":"2020-05-24T19:53:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.52.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.52.0/manifests"},{"name":"@open-wc/building-webpack@2.13.30","sha":"d6cef3007f12ffafe3ecdb4e9d1b154d95e814ca","kind":"tag","published_at":"2020-05-24T19:53:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.30","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.30/manifests"},{"name":"@open-wc/building-rollup@1.3.0","sha":"d6cef3007f12ffafe3ecdb4e9d1b154d95e814ca","kind":"tag","published_at":"2020-05-24T19:53:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.3.0/manifests"},{"name":"@open-wc/demoing-storybook@2.3.2","sha":"d6cef3007f12ffafe3ecdb4e9d1b154d95e814ca","kind":"tag","published_at":"2020-05-24T19:53:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.2/manifests"},{"name":"@open-wc/karma-esm@2.16.10","sha":"d6cef3007f12ffafe3ecdb4e9d1b154d95e814ca","kind":"tag","published_at":"2020-05-24T19:53:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.10/manifests"},{"name":"@open-wc/testing-karma@3.3.32","sha":"d6cef3007f12ffafe3ecdb4e9d1b154d95e814ca","kind":"tag","published_at":"2020-05-24T19:53:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.32","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.32/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.75","sha":"d6cef3007f12ffafe3ecdb4e9d1b154d95e814ca","kind":"tag","published_at":"2020-05-24T19:53:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.75","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.75","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.75","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.75","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.75/manifests"},{"name":"es-dev-server@1.51.0","sha":"5cc43cae978b4c65b28da16d5bcd25ebcb55fc55","kind":"tag","published_at":"2020-05-24T18:25:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.51.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.51.0/manifests"},{"name":"@open-wc/building-webpack@2.13.29","sha":"5cc43cae978b4c65b28da16d5bcd25ebcb55fc55","kind":"tag","published_at":"2020-05-24T18:25:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.29","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.29/manifests"},{"name":"@open-wc/demoing-storybook@2.3.1","sha":"5cc43cae978b4c65b28da16d5bcd25ebcb55fc55","kind":"tag","published_at":"2020-05-24T18:25:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.1/manifests"},{"name":"@open-wc/karma-esm@2.16.9","sha":"5cc43cae978b4c65b28da16d5bcd25ebcb55fc55","kind":"tag","published_at":"2020-05-24T18:25:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.9/manifests"},{"name":"@open-wc/testing-karma@3.3.31","sha":"5cc43cae978b4c65b28da16d5bcd25ebcb55fc55","kind":"tag","published_at":"2020-05-24T18:25:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.31","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.31/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.74","sha":"5cc43cae978b4c65b28da16d5bcd25ebcb55fc55","kind":"tag","published_at":"2020-05-24T18:25:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.74","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.74","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.74","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.74","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.74/manifests"},{"name":"@open-wc/create@0.32.4","sha":"7169aa065e9c96da3ffa66e4d25d2c0bc0e13f3f","kind":"tag","published_at":"2020-05-23T13:42:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.32.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.4/manifests"},{"name":"@mdjs/core@0.3.2","sha":"cf897296324918eedceaed601431afd94ab67b75","kind":"tag","published_at":"2020-05-23T09:36:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.3.2/manifests"},{"name":"@open-wc/demoing-storybook@2.3.0","sha":"cf897296324918eedceaed601431afd94ab67b75","kind":"tag","published_at":"2020-05-23T09:36:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.3.0/manifests"},{"name":"storybook-addon-markdown-docs@0.4.0","sha":"cf897296324918eedceaed601431afd94ab67b75","kind":"tag","published_at":"2020-05-23T09:36:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.4.0/manifests"},{"name":"@open-wc/building-webpack@2.13.28","sha":"2c53f2bd2bc834a9e406f9c52b04f6a7b9508926","kind":"tag","published_at":"2020-05-22T07:08:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.28","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.28/manifests"},{"name":"es-dev-server@1.50.8","sha":"2c53f2bd2bc834a9e406f9c52b04f6a7b9508926","kind":"tag","published_at":"2020-05-22T07:08:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.50.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.50.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.50.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.8/manifests"},{"name":"@open-wc/demoing-storybook@2.2.14","sha":"2c53f2bd2bc834a9e406f9c52b04f6a7b9508926","kind":"tag","published_at":"2020-05-22T07:08:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.14/manifests"},{"name":"@open-wc/karma-esm@2.16.8","sha":"2c53f2bd2bc834a9e406f9c52b04f6a7b9508926","kind":"tag","published_at":"2020-05-22T07:08:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.8/manifests"},{"name":"@open-wc/testing-karma@3.3.30","sha":"2c53f2bd2bc834a9e406f9c52b04f6a7b9508926","kind":"tag","published_at":"2020-05-22T07:08:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.30","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.30/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.73","sha":"2c53f2bd2bc834a9e406f9c52b04f6a7b9508926","kind":"tag","published_at":"2020-05-22T07:08:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.73","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.73","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.73","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.73","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.73/manifests"},{"name":"@open-wc/building-webpack@2.13.27","sha":"e6e6bfa350596632ce798ba4da32be70ca9d92fd","kind":"tag","published_at":"2020-05-21T18:56:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.27","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.27/manifests"},{"name":"es-dev-server@1.50.7","sha":"e6e6bfa350596632ce798ba4da32be70ca9d92fd","kind":"tag","published_at":"2020-05-21T18:56:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.50.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.50.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.50.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.7/manifests"},{"name":"@open-wc/demoing-storybook@2.2.13","sha":"e6e6bfa350596632ce798ba4da32be70ca9d92fd","kind":"tag","published_at":"2020-05-21T18:56:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.13/manifests"},{"name":"@open-wc/karma-esm@2.16.7","sha":"e6e6bfa350596632ce798ba4da32be70ca9d92fd","kind":"tag","published_at":"2020-05-21T18:56:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.7/manifests"},{"name":"@open-wc/testing-karma@3.3.29","sha":"e6e6bfa350596632ce798ba4da32be70ca9d92fd","kind":"tag","published_at":"2020-05-21T18:56:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.29","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.29/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.72","sha":"e6e6bfa350596632ce798ba4da32be70ca9d92fd","kind":"tag","published_at":"2020-05-21T18:56:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.72","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.72","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.72","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.72","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.72/manifests"},{"name":"@open-wc/create@0.32.3","sha":"9a55aa83e6b25d3b6e56403b3bbe714bcb23318e","kind":"tag","published_at":"2020-05-20T16:33:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.32.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.3/manifests"},{"name":"@open-wc/create@0.32.2","sha":"42ba4179bfac290639e1918412a09be6026385dd","kind":"tag","published_at":"2020-05-20T07:51:57.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.32.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.2/manifests"},{"name":"@open-wc/demoing-storybook@2.2.12","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.12/manifests"},{"name":"es-dev-server@1.50.6","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.50.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.50.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.50.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.6/manifests"},{"name":"@open-wc/building-rollup@1.2.7","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.2.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.7/manifests"},{"name":"@open-wc/building-webpack@2.13.26","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.26","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.26/manifests"},{"name":"@open-wc/karma-esm@2.16.6","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.6/manifests"},{"name":"@open-wc/rollup-plugin-html@1.0.5","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.5/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.0.6","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.0.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.6/manifests"},{"name":"@open-wc/testing-karma@3.3.28","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.28","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.28/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.71","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.71","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.71","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.71","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.71","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.71/manifests"},{"name":"polyfills-loader@1.6.1","sha":"6038f3114a47800afc22d38a05cd5d2bc7359cd7","kind":"tag","published_at":"2020-05-17T20:23:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.6.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.6.1/manifests"},{"name":"@open-wc/demoing-storybook@2.2.11","sha":"1ed68dc8a5f95c9228f231267dac2bbc5f1b5eeb","kind":"tag","published_at":"2020-05-16T15:29:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.11/manifests"},{"name":"es-dev-server@1.50.5","sha":"1ed68dc8a5f95c9228f231267dac2bbc5f1b5eeb","kind":"tag","published_at":"2020-05-16T15:29:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.50.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.50.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.50.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.5/manifests"},{"name":"@open-wc/building-webpack@2.13.25","sha":"1ed68dc8a5f95c9228f231267dac2bbc5f1b5eeb","kind":"tag","published_at":"2020-05-16T15:29:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.25","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.25/manifests"},{"name":"@open-wc/karma-esm@2.16.5","sha":"1ed68dc8a5f95c9228f231267dac2bbc5f1b5eeb","kind":"tag","published_at":"2020-05-16T15:29:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.5/manifests"},{"name":"@open-wc/testing-karma@3.3.27","sha":"1ed68dc8a5f95c9228f231267dac2bbc5f1b5eeb","kind":"tag","published_at":"2020-05-16T15:29:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.27","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.27/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.70","sha":"1ed68dc8a5f95c9228f231267dac2bbc5f1b5eeb","kind":"tag","published_at":"2020-05-16T15:29:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.70","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.70","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.70","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.70","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.70/manifests"},{"name":"es-dev-server@1.50.4","sha":"172f8d0e5f88bf11f492ed507a322db7ee1c01cb","kind":"tag","published_at":"2020-05-16T12:41:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.50.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.50.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.50.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.4/manifests"},{"name":"@open-wc/building-webpack@2.13.24","sha":"172f8d0e5f88bf11f492ed507a322db7ee1c01cb","kind":"tag","published_at":"2020-05-16T12:41:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.24","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.24/manifests"},{"name":"@open-wc/demoing-storybook@2.2.10","sha":"172f8d0e5f88bf11f492ed507a322db7ee1c01cb","kind":"tag","published_at":"2020-05-16T12:41:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.10/manifests"},{"name":"@open-wc/karma-esm@2.16.4","sha":"172f8d0e5f88bf11f492ed507a322db7ee1c01cb","kind":"tag","published_at":"2020-05-16T12:41:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.4/manifests"},{"name":"@open-wc/testing-karma@3.3.26","sha":"172f8d0e5f88bf11f492ed507a322db7ee1c01cb","kind":"tag","published_at":"2020-05-16T12:41:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.26","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.26/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.69","sha":"172f8d0e5f88bf11f492ed507a322db7ee1c01cb","kind":"tag","published_at":"2020-05-16T12:41:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.69","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.69","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.69","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.69","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.69/manifests"},{"name":"@mdjs/core@0.3.1","sha":"750446290e33fdc5559024789f28d4818da0ad13","kind":"tag","published_at":"2020-05-16T08:41:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.3.1/manifests"},{"name":"@open-wc/demoing-storybook@2.2.9","sha":"750446290e33fdc5559024789f28d4818da0ad13","kind":"tag","published_at":"2020-05-16T08:41:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.9/manifests"},{"name":"storybook-addon-markdown-docs@0.3.1","sha":"750446290e33fdc5559024789f28d4818da0ad13","kind":"tag","published_at":"2020-05-16T08:41:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.3.1/manifests"},{"name":"es-dev-server@1.50.3","sha":"78da6a54ac2c2080b1a1c2567893123c795e4782","kind":"tag","published_at":"2020-05-15T19:19:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.50.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.50.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.50.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.3/manifests"},{"name":"@open-wc/building-webpack@2.13.23","sha":"78da6a54ac2c2080b1a1c2567893123c795e4782","kind":"tag","published_at":"2020-05-15T19:19:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.23","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.23/manifests"},{"name":"@open-wc/create@0.32.1","sha":"78da6a54ac2c2080b1a1c2567893123c795e4782","kind":"tag","published_at":"2020-05-15T19:19:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.32.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.1/manifests"},{"name":"@open-wc/demoing-storybook@2.2.8","sha":"78da6a54ac2c2080b1a1c2567893123c795e4782","kind":"tag","published_at":"2020-05-15T19:19:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.8/manifests"},{"name":"@open-wc/karma-esm@2.16.3","sha":"78da6a54ac2c2080b1a1c2567893123c795e4782","kind":"tag","published_at":"2020-05-15T19:19:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.3/manifests"},{"name":"@open-wc/testing-karma@3.3.25","sha":"78da6a54ac2c2080b1a1c2567893123c795e4782","kind":"tag","published_at":"2020-05-15T19:19:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.25","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.25/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.68","sha":"78da6a54ac2c2080b1a1c2567893123c795e4782","kind":"tag","published_at":"2020-05-15T19:19:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.68","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.68","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.68","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.68","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.68/manifests"},{"name":"es-dev-server@1.50.2","sha":"8f2c10f7a6c6d2dd78c9856913b83c99a636eddd","kind":"tag","published_at":"2020-05-15T17:41:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.50.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.2/manifests"},{"name":"@open-wc/building-webpack@2.13.22","sha":"8f2c10f7a6c6d2dd78c9856913b83c99a636eddd","kind":"tag","published_at":"2020-05-15T17:41:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.22","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.22/manifests"},{"name":"@open-wc/demoing-storybook@2.2.7","sha":"8f2c10f7a6c6d2dd78c9856913b83c99a636eddd","kind":"tag","published_at":"2020-05-15T17:41:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.7/manifests"},{"name":"@open-wc/karma-esm@2.16.2","sha":"8f2c10f7a6c6d2dd78c9856913b83c99a636eddd","kind":"tag","published_at":"2020-05-15T17:41:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.2/manifests"},{"name":"@open-wc/testing-karma@3.3.24","sha":"8f2c10f7a6c6d2dd78c9856913b83c99a636eddd","kind":"tag","published_at":"2020-05-15T17:41:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.24","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.24/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.67","sha":"8f2c10f7a6c6d2dd78c9856913b83c99a636eddd","kind":"tag","published_at":"2020-05-15T17:41:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.67","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.67","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.67","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.67","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.67/manifests"},{"name":"@open-wc/building-webpack@2.13.21","sha":"48e4339f6decde8cdf8ada2501440e87dd26ef97","kind":"tag","published_at":"2020-05-14T22:10:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.21","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.21/manifests"},{"name":"es-dev-server@1.50.1","sha":"48e4339f6decde8cdf8ada2501440e87dd26ef97","kind":"tag","published_at":"2020-05-14T22:10:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.50.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.1/manifests"},{"name":"@open-wc/demoing-storybook@2.2.6","sha":"48e4339f6decde8cdf8ada2501440e87dd26ef97","kind":"tag","published_at":"2020-05-14T22:10:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.6/manifests"},{"name":"@open-wc/karma-esm@2.16.1","sha":"48e4339f6decde8cdf8ada2501440e87dd26ef97","kind":"tag","published_at":"2020-05-14T22:10:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.1/manifests"},{"name":"@open-wc/testing-karma@3.3.23","sha":"48e4339f6decde8cdf8ada2501440e87dd26ef97","kind":"tag","published_at":"2020-05-14T22:10:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.23","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.23/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.66","sha":"48e4339f6decde8cdf8ada2501440e87dd26ef97","kind":"tag","published_at":"2020-05-14T22:10:19.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.66","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.66","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.66","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.66","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.66/manifests"},{"name":"@open-wc/karma-esm@2.16.0","sha":"1bf02452c7c55d41ae5779c486200ccd39698caf","kind":"tag","published_at":"2020-05-14T17:48:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.16.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.16.0/manifests"},{"name":"@open-wc/testing-karma@3.3.22","sha":"1bf02452c7c55d41ae5779c486200ccd39698caf","kind":"tag","published_at":"2020-05-14T17:48:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.22","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.22/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.65","sha":"1bf02452c7c55d41ae5779c486200ccd39698caf","kind":"tag","published_at":"2020-05-14T17:48:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.65","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.65","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.65","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.65","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.65/manifests"},{"name":"es-dev-server@1.50.0","sha":"bb2b848be3a1b67ff09f10463c891626f0974253","kind":"tag","published_at":"2020-05-14T16:24:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.50.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.50.0/manifests"},{"name":"@open-wc/building-webpack@2.13.20","sha":"bb2b848be3a1b67ff09f10463c891626f0974253","kind":"tag","published_at":"2020-05-14T16:24:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.20","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.20/manifests"},{"name":"@open-wc/demoing-storybook@2.2.5","sha":"bb2b848be3a1b67ff09f10463c891626f0974253","kind":"tag","published_at":"2020-05-14T16:24:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.5/manifests"},{"name":"@open-wc/karma-esm@2.15.0","sha":"bb2b848be3a1b67ff09f10463c891626f0974253","kind":"tag","published_at":"2020-05-14T16:24:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.15.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.15.0/manifests"},{"name":"@open-wc/testing-karma@3.3.21","sha":"bb2b848be3a1b67ff09f10463c891626f0974253","kind":"tag","published_at":"2020-05-14T16:24:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.21","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.21/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.64","sha":"bb2b848be3a1b67ff09f10463c891626f0974253","kind":"tag","published_at":"2020-05-14T16:24:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.64","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.64","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.64","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.64","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.64/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.0.5","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.5/manifests"},{"name":"@open-wc/building-webpack@2.13.19","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.19","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.19/manifests"},{"name":"es-dev-server@1.49.0","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.49.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.49.0/manifests"},{"name":"@open-wc/building-rollup@1.2.6","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.2.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.6/manifests"},{"name":"@open-wc/building-utils@2.18.0","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.18.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.18.0/manifests"},{"name":"@open-wc/demoing-storybook@2.2.4","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.4/manifests"},{"name":"@open-wc/karma-esm@2.14.2","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.14.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.14.2/manifests"},{"name":"@open-wc/rollup-plugin-html@1.0.4","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.4/manifests"},{"name":"@open-wc/testing-karma@3.3.20","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.20","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.20/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.63","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.63","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.63","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.63","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.63","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.63/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.10","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.10/manifests"},{"name":"polyfills-loader@1.6.0","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.6.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.6.0/manifests"},{"name":"rollup-plugin-index-html@1.12.4","sha":"7348913422b9f5475692e3902ea920ba3fc516f9","kind":"tag","published_at":"2020-05-13T08:06:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.12.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.4/manifests"},{"name":"@mdjs/core@0.3.0","sha":"76a231aaadb840e7cb9a3e3a06bd2d959516d0c5","kind":"tag","published_at":"2020-05-09T13:37:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.3.0/manifests"},{"name":"@open-wc/demoing-storybook@2.2.3","sha":"76a231aaadb840e7cb9a3e3a06bd2d959516d0c5","kind":"tag","published_at":"2020-05-09T13:37:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.3/manifests"},{"name":"storybook-addon-markdown-docs@0.3.0","sha":"76a231aaadb840e7cb9a3e3a06bd2d959516d0c5","kind":"tag","published_at":"2020-05-09T13:37:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.3.0/manifests"},{"name":"@import-maps/resolve@0.3.2","sha":"8c2bd68b7b6f3bf2eac0deae10ce28090dc1ee3f","kind":"tag","published_at":"2020-05-07T20:12:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/resolve@0.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/resolve@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fresolve%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.3.2/manifests"},{"name":"rollup-plugin-index-html@1.12.3","sha":"8c2bd68b7b6f3bf2eac0deae10ce28090dc1ee3f","kind":"tag","published_at":"2020-05-07T20:12:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.12.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.3/manifests"},{"name":"@import-maps/resolve@0.3.1","sha":"8e9152bca9c54b785e7c5c53bb4fc73506e1e204","kind":"tag","published_at":"2020-05-07T07:57:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/resolve@0.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/resolve@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fresolve%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.3.1/manifests"},{"name":"@mdjs/core@0.2.0","sha":"8e9152bca9c54b785e7c5c53bb4fc73506e1e204","kind":"tag","published_at":"2020-05-07T07:57:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.2.0/manifests"},{"name":"@open-wc/demoing-storybook@2.2.2","sha":"8e9152bca9c54b785e7c5c53bb4fc73506e1e204","kind":"tag","published_at":"2020-05-07T07:57:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.2/manifests"},{"name":"rollup-plugin-index-html@1.12.2","sha":"8e9152bca9c54b785e7c5c53bb4fc73506e1e204","kind":"tag","published_at":"2020-05-07T07:57:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.12.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.2/manifests"},{"name":"storybook-addon-markdown-docs@0.2.10","sha":"8e9152bca9c54b785e7c5c53bb4fc73506e1e204","kind":"tag","published_at":"2020-05-07T07:57:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.10/manifests"},{"name":"@open-wc/create@0.32.0","sha":"94facc35631723642cc24c29d0a4b152e4f2eaf4","kind":"tag","published_at":"2020-05-06T15:25:23.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.32.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.32.0/manifests"},{"name":"@open-wc/demoing-storybook@2.2.1","sha":"26e9a3589ebbccedb3f1faeb6fa194be2af23ce7","kind":"tag","published_at":"2020-05-05T15:02:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.1/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.62","sha":"26e9a3589ebbccedb3f1faeb6fa194be2af23ce7","kind":"tag","published_at":"2020-05-05T15:02:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.62","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.62","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.62","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.62","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.62/manifests"},{"name":"@open-wc/karma-esm@2.14.1","sha":"26e9a3589ebbccedb3f1faeb6fa194be2af23ce7","kind":"tag","published_at":"2020-05-05T15:02:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.14.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.14.1/manifests"},{"name":"es-dev-server@1.48.1","sha":"26e9a3589ebbccedb3f1faeb6fa194be2af23ce7","kind":"tag","published_at":"2020-05-05T15:02:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.48.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.48.1/manifests"},{"name":"@open-wc/building-webpack@2.13.18","sha":"26e9a3589ebbccedb3f1faeb6fa194be2af23ce7","kind":"tag","published_at":"2020-05-05T15:02:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.18","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.18/manifests"},{"name":"@open-wc/testing-karma@3.3.19","sha":"26e9a3589ebbccedb3f1faeb6fa194be2af23ce7","kind":"tag","published_at":"2020-05-05T15:02:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.19","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.19/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.9","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.9/manifests"},{"name":"@open-wc/building-rollup@1.2.5","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.2.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.5/manifests"},{"name":"es-dev-server@1.48.0","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.48.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.48.0/manifests"},{"name":"@open-wc/building-utils@2.17.0","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.17.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.17.0/manifests"},{"name":"@open-wc/building-webpack@2.13.17","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.17","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.17/manifests"},{"name":"@open-wc/demoing-storybook@2.2.0","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.2.0/manifests"},{"name":"@open-wc/karma-esm@2.14.0","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.14.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.14.0/manifests"},{"name":"@open-wc/rollup-plugin-html@1.0.3","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.3/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.0.4","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.4/manifests"},{"name":"@open-wc/testing-karma@3.3.18","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.18","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.18/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.61","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.61","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.61","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.61","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.61","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.61/manifests"},{"name":"polyfills-loader@1.5.7","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.5.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.7/manifests"},{"name":"rollup-plugin-index-html@1.12.1","sha":"88cadaf2860257b307ddafa3aecad0a947fb86fd","kind":"tag","published_at":"2020-05-05T14:32:35.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.12.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.1/manifests"},{"name":"@open-wc/eslint-config@2.0.6","sha":"7af8329ea661acb1041a217913bde2e3e300bf35","kind":"tag","published_at":"2020-05-05T13:12:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@2.0.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.0.6/manifests"},{"name":"@open-wc/demoing-storybook@2.1.3","sha":"b9d5b889bf738331f5eac491dff91466b54037c7","kind":"tag","published_at":"2020-05-02T06:47:23.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.1.3/manifests"},{"name":"storybook-addon-markdown-docs@0.2.9","sha":"b9d5b889bf738331f5eac491dff91466b54037c7","kind":"tag","published_at":"2020-05-02T06:47:23.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.9/manifests"},{"name":"@open-wc/create@0.31.1","sha":"9a3dddae8d72e5c439876fe37654d58b9577038e","kind":"tag","published_at":"2020-05-01T20:46:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.31.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.31.1/manifests"},{"name":"@open-wc/building-rollup@1.2.4","sha":"9a3dddae8d72e5c439876fe37654d58b9577038e","kind":"tag","published_at":"2020-05-01T20:46:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.2.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.4/manifests"},{"name":"@open-wc/testing@2.5.16","sha":"9a3dddae8d72e5c439876fe37654d58b9577038e","kind":"tag","published_at":"2020-05-01T20:46:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.16","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.16/manifests"},{"name":"@open-wc/testing-helpers@1.8.2","sha":"9a3dddae8d72e5c439876fe37654d58b9577038e","kind":"tag","published_at":"2020-05-01T20:46:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.2/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.10","sha":"9a3dddae8d72e5c439876fe37654d58b9577038e","kind":"tag","published_at":"2020-05-01T20:46:10.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.10/manifests"},{"name":"@open-wc/building-rollup@1.2.3","sha":"84bedd3ea486a41e9568a33a53d46363d37efbc4","kind":"tag","published_at":"2020-05-01T11:21:15.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.3/manifests"},{"name":"@open-wc/building-rollup@1.2.2","sha":"d4674a1748613e504c8317053e22ed8ef8d8905d","kind":"tag","published_at":"2020-04-30T14:40:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.2/manifests"},{"name":"@open-wc/demoing-storybook@2.1.2","sha":"d4674a1748613e504c8317053e22ed8ef8d8905d","kind":"tag","published_at":"2020-04-30T14:40:46.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.1.2/manifests"},{"name":"@import-maps/resolve@0.3.0","sha":"075a1e5cac9afd25ee29be70b1df81552ae4a0d1","kind":"tag","published_at":"2020-04-28T21:15:26.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/resolve@0.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/resolve@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fresolve%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.3.0/manifests"},{"name":"rollup-plugin-index-html@1.12.0","sha":"075a1e5cac9afd25ee29be70b1df81552ae4a0d1","kind":"tag","published_at":"2020-04-28T21:15:26.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.12.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.12.0/manifests"},{"name":"@open-wc/building-rollup@1.2.1","sha":"4c1a9666022b20849a0375c879a67c685db97650","kind":"tag","published_at":"2020-04-28T10:59:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.1/manifests"},{"name":"@open-wc/karma-esm@2.13.28","sha":"926239a04c862a5a0fc672ab3a363851a5c888a3","kind":"tag","published_at":"2020-04-26T13:05:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.28","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.28/manifests"},{"name":"@open-wc/testing-karma@3.3.17","sha":"926239a04c862a5a0fc672ab3a363851a5c888a3","kind":"tag","published_at":"2020-04-26T13:05:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.17","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.17/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.60","sha":"926239a04c862a5a0fc672ab3a363851a5c888a3","kind":"tag","published_at":"2020-04-26T13:05:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.60","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.60","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.60","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.60","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.60/manifests"},{"name":"@open-wc/testing@2.5.15","sha":"50ea8552c354279c166129a74c0858215e09affd","kind":"tag","published_at":"2020-04-26T12:20:30.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.15","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.15/manifests"},{"name":"@open-wc/testing-helpers@1.8.1","sha":"50ea8552c354279c166129a74c0858215e09affd","kind":"tag","published_at":"2020-04-26T12:20:30.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.1/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.9","sha":"50ea8552c354279c166129a74c0858215e09affd","kind":"tag","published_at":"2020-04-26T12:20:30.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.9/manifests"},{"name":"@open-wc/scoped-elements@1.1.1","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.1.1/manifests"},{"name":"@open-wc/demoing-storybook@2.1.1","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.1.1/manifests"},{"name":"@open-wc/building-webpack@2.13.16","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.16","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.16/manifests"},{"name":"es-dev-server@1.47.0","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.47.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.47.0/manifests"},{"name":"@open-wc/eslint-config@2.0.5","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@2.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.0.5/manifests"},{"name":"@open-wc/karma-esm@2.13.27","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.27","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.27/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.9","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.9/manifests"},{"name":"@open-wc/testing@2.5.14","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.14/manifests"},{"name":"@open-wc/testing-helpers@1.8.0","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.8.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.8.0/manifests"},{"name":"@open-wc/testing-karma@3.3.16","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.16","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.16/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.59","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.59","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.59","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.59","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.59","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.59/manifests"},{"name":"storybook-addon-markdown-docs@0.2.8","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.8/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.8","sha":"11053d638d9d6882d647550f7e1e5999b62552fb","kind":"tag","published_at":"2020-04-26T11:37:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.8/manifests"},{"name":"@open-wc/scoped-elements@1.1.0","sha":"11bf8b67039d0a8768f009236c0b55426c8449a1","kind":"tag","published_at":"2020-04-25T16:25:34.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.1.0/manifests"},{"name":"@open-wc/building-rollup@1.2.0","sha":"0c7b824ca370a9c888752b32e3e44cc5075f3741","kind":"tag","published_at":"2020-04-24T05:56:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.2.0/manifests"},{"name":"@open-wc/demoing-storybook@2.1.0","sha":"0c7b824ca370a9c888752b32e3e44cc5075f3741","kind":"tag","published_at":"2020-04-24T05:56:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.1.0/manifests"},{"name":"es-dev-server@1.46.5","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.46.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.5/manifests"},{"name":"@open-wc/demoing-storybook@2.0.6","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.0.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.6/manifests"},{"name":"@open-wc/building-webpack@2.13.15","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.15","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.15/manifests"},{"name":"@open-wc/building-rollup@1.1.4","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.1.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.4/manifests"},{"name":"@open-wc/karma-esm@2.13.26","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.26","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.26/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.0.3","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.3/manifests"},{"name":"@open-wc/testing@2.5.13","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.13/manifests"},{"name":"@open-wc/testing-karma@3.3.15","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.15","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.15/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.58","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.58","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.58","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.58","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.58","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.58/manifests"},{"name":"polyfills-loader@1.5.6","sha":"aad9f9eec322e71f01a701d607f0f583c1bab044","kind":"tag","published_at":"2020-04-21T19:16:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.5.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.6/manifests"},{"name":"@open-wc/demoing-storybook@2.0.5","sha":"ce9705542a6e93eefd73a059b7b86c1ee931fbbd","kind":"tag","published_at":"2020-04-20T18:45:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.5/manifests"},{"name":"storybook-addon-markdown-docs@0.2.7","sha":"ce9705542a6e93eefd73a059b7b86c1ee931fbbd","kind":"tag","published_at":"2020-04-20T18:45:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.7/manifests"},{"name":"es-dev-server@1.46.4","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.46.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.4/manifests"},{"name":"@open-wc/create@0.31.0","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.31.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.31.0/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.0.2","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.2/manifests"},{"name":"@open-wc/testing-helpers@1.7.2","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.7.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.7.2/manifests"},{"name":"@open-wc/karma-esm@2.13.25","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.25","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.25/manifests"},{"name":"@open-wc/building-rollup@1.1.3","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.3/manifests"},{"name":"@open-wc/building-utils@2.16.4","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.16.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.4/manifests"},{"name":"@open-wc/building-webpack@2.13.14","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.14/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.17","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.17","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.17/manifests"},{"name":"@open-wc/demoing-storybook@2.0.4","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.4/manifests"},{"name":"@open-wc/lit-helpers@0.3.9","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.9/manifests"},{"name":"@open-wc/prettier-config@1.1.0","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/prettier-config@1.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/prettier-config@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fprettier-config%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fprettier-config@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fprettier-config@1.1.0/manifests"},{"name":"@open-wc/rollup-plugin-html@1.0.2","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.2/manifests"},{"name":"@open-wc/scoped-elements@1.0.9","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.9/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.8","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.8/manifests"},{"name":"@open-wc/testing@2.5.12","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.12/manifests"},{"name":"@open-wc/testing-karma@3.3.14","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.14/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.57","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.57","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.57","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.57","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.57","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.57/manifests"},{"name":"@open-wc/webpack-import-meta-loader@0.4.6","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-import-meta-loader@0.4.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-import-meta-loader@0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-import-meta-loader%400.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.6/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.8","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.8/manifests"},{"name":"polyfills-loader@1.5.5","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.5.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.5/manifests"},{"name":"rollup-plugin-index-html@1.11.1","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.11.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.11.1/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.7","sha":"b77a9f4b56caad5026d2c8b4059aecc521ccaf0f","kind":"tag","published_at":"2020-04-20T17:09:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.7/manifests"},{"name":"@open-wc/demoing-storybook@2.0.3","sha":"81ce3be983886ec2ef3042bb78e7ed03b280e55d","kind":"tag","published_at":"2020-04-19T14:54:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.3/manifests"},{"name":"@open-wc/building-webpack@2.13.13","sha":"fd3c3ef0167d3b202e55949081979dab66a47495","kind":"tag","published_at":"2020-04-16T19:47:59.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.13/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.7","sha":"fd3c3ef0167d3b202e55949081979dab66a47495","kind":"tag","published_at":"2020-04-16T19:47:59.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.7/manifests"},{"name":"@open-wc/demoing-storybook@2.0.2","sha":"4b25de595b18386d6b6c3f26f570bf87e890e8d3","kind":"tag","published_at":"2020-04-16T10:31:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.2/manifests"},{"name":"storybook-addon-markdown-docs@0.2.6","sha":"4b25de595b18386d6b6c3f26f570bf87e890e8d3","kind":"tag","published_at":"2020-04-16T10:31:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.6/manifests"},{"name":"@open-wc/building-rollup@1.1.2","sha":"1cfda0a22931faa2712fe47a57a3fd80daf977dc","kind":"tag","published_at":"2020-04-15T18:50:11.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.2/manifests"},{"name":"@open-wc/demoing-storybook@2.0.1","sha":"2e0d3c12c1bc03ab0f68199693cd0240cd06ad10","kind":"tag","published_at":"2020-04-15T09:15:57.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.1/manifests"},{"name":"storybook-addon-markdown-docs@0.2.5","sha":"2e0d3c12c1bc03ab0f68199693cd0240cd06ad10","kind":"tag","published_at":"2020-04-15T09:15:57.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.5/manifests"},{"name":"rollup-plugin-index-html@1.11.0","sha":"a64356d7da153783b011489b4ba89f7fe092f2b9","kind":"tag","published_at":"2020-04-14T11:48:31.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.11.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.11.0/manifests"},{"name":"@open-wc/create@0.30.0","sha":"efce8b4796cfaa4d0c211e8552cedb69802ba5bd","kind":"tag","published_at":"2020-04-13T15:17:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.30.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.30.0/manifests"},{"name":"@open-wc/building-rollup@1.1.1","sha":"4a5ecde75f010687f7d4eb7337fcdabd8514bec9","kind":"tag","published_at":"2020-04-13T15:04:51.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.1/manifests"},{"name":"@open-wc/create@0.29.0","sha":"4a5ecde75f010687f7d4eb7337fcdabd8514bec9","kind":"tag","published_at":"2020-04-13T15:04:51.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.29.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.29.0/manifests"},{"name":"@open-wc/building-rollup@1.1.0","sha":"99f6c62eb45a4674c147e95f7dbd38146b28c923","kind":"tag","published_at":"2020-04-13T06:19:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.1.0/manifests"},{"name":"@open-wc/create@0.28.4","sha":"5a519e998cd6af7808b2860c623856b7349aa9b2","kind":"tag","published_at":"2020-04-12T21:33:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.28.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.28.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.28.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.4/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.56","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.56","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.56","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.56","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.56","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.56/manifests"},{"name":"@import-maps/generate@0.2.6","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/generate@0.2.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/generate@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fgenerate%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fgenerate@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fgenerate@0.2.6/manifests"},{"name":"@import-maps/resolve@0.2.6","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/resolve@0.2.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/resolve@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fresolve%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.2.6/manifests"},{"name":"@mdjs/core@0.1.9","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.9/manifests"},{"name":"@open-wc/building-utils@2.16.3","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.16.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.3/manifests"},{"name":"@open-wc/building-webpack@2.13.12","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.12/manifests"},{"name":"@open-wc/create@0.28.3","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.28.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.3/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.16","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.16","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.16/manifests"},{"name":"@open-wc/demoing-storybook@2.0.0","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@2.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@2.0.0/manifests"},{"name":"@open-wc/karma-esm@2.13.23","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.23","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.23/manifests"},{"name":"@open-wc/rollup-plugin-html@1.0.0","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@1.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@1.0.0/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@1.0.0","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@1.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@1.0.0/manifests"},{"name":"@open-wc/scoped-elements@1.0.8","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.8/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.7","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.7/manifests"},{"name":"@open-wc/testing@2.5.11","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.11/manifests"},{"name":"@open-wc/testing-helpers@1.7.1","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.7.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.7.1/manifests"},{"name":"@open-wc/testing-karma@3.3.12","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.12/manifests"},{"name":"@open-wc/webpack-import-meta-loader@0.4.5","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-import-meta-loader@0.4.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-import-meta-loader@0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-import-meta-loader%400.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.5/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.6","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.6/manifests"},{"name":"polyfills-loader@1.5.4","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.5.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.4/manifests"},{"name":"rollup-plugin-index-html@1.10.6","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.10.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.6/manifests"},{"name":"storybook-addon-markdown-docs@0.2.4","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.4/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.6","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.6/manifests"},{"name":"es-dev-server@1.46.2","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.46.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.2/manifests"},{"name":"@open-wc/lit-helpers@0.3.8","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.8/manifests"},{"name":"@open-wc/building-rollup@1.0.0","sha":"326ca1b9098bbf643ad28282a584a3e67e8e7101","kind":"tag","published_at":"2020-04-12T21:17:07.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@1.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@1.0.0/manifests"},{"name":"@open-wc/lit-helpers@0.3.7","sha":"38214a787ecb864e49f2430943736859ae572963","kind":"tag","published_at":"2020-04-06T10:34:21.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.7/manifests"},{"name":"@open-wc/scoped-elements@1.0.7","sha":"38214a787ecb864e49f2430943736859ae572963","kind":"tag","published_at":"2020-04-06T10:34:21.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.7/manifests"},{"name":"@open-wc/testing@2.5.10","sha":"38214a787ecb864e49f2430943736859ae572963","kind":"tag","published_at":"2020-04-06T10:34:21.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.10/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.15","sha":"38214a787ecb864e49f2430943736859ae572963","kind":"tag","published_at":"2020-04-06T10:34:21.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.15","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.15/manifests"},{"name":"@open-wc/building-utils@2.16.2","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.16.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.2/manifests"},{"name":"@open-wc/building-rollup@0.22.12","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.12/manifests"},{"name":"@mdjs/core@0.1.8","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.8/manifests"},{"name":"@open-wc/building-webpack@2.13.11","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.11/manifests"},{"name":"@open-wc/create@0.28.2","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.28.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.2/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.14","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.14/manifests"},{"name":"@open-wc/karma-esm@2.13.22","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.22","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.22/manifests"},{"name":"@open-wc/lit-helpers@0.3.6","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.6/manifests"},{"name":"@open-wc/rollup-plugin-html@0.3.7","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.3.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.7/manifests"},{"name":"@open-wc/scoped-elements@1.0.6","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.6/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.6","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.6/manifests"},{"name":"@open-wc/testing@2.5.9","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.9/manifests"},{"name":"@open-wc/testing-karma@3.3.11","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.11/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.55","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.55","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.55","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.55","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.55","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.55/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.5","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.5/manifests"},{"name":"polyfills-loader@1.5.3","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.5.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.3/manifests"},{"name":"rollup-plugin-index-html@1.10.5","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.10.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.5/manifests"},{"name":"storybook-addon-markdown-docs@0.2.3","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.3/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.5","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.5/manifests"},{"name":"es-dev-server@1.46.1","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.46.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.1/manifests"},{"name":"@open-wc/testing-helpers@1.7.0","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.7.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.7.0/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.5.1","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.5.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.5.1/manifests"},{"name":"@open-wc/demoing-storybook@1.15.2","sha":"b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd","kind":"tag","published_at":"2020-04-05T17:16:50.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.15.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.15.2/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.5.0","sha":"4ac8a8501fc45fcf7597bc327ef8dfa689e13ab5","kind":"tag","published_at":"2020-03-31T07:38:16.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.5.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.5.0/manifests"},{"name":"@open-wc/demoing-storybook@1.15.1","sha":"4faf9daff7e490f85b825bb9303c617d8f201461","kind":"tag","published_at":"2020-03-30T11:27:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.15.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.15.1/manifests"},{"name":"storybook-addon-markdown-docs@0.2.2","sha":"4faf9daff7e490f85b825bb9303c617d8f201461","kind":"tag","published_at":"2020-03-30T11:27:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.2/manifests"},{"name":"@open-wc/scoped-elements@1.0.5","sha":"e4eb9a90844bc4b0afcabf0d4561a6054d9a767e","kind":"tag","published_at":"2020-03-28T13:36:30.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.5/manifests"},{"name":"@mdjs/core@0.1.7","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.7/manifests"},{"name":"es-dev-server@1.46.0","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.46.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.46.0/manifests"},{"name":"@open-wc/building-webpack@2.13.10","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.10/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.13","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.13/manifests"},{"name":"@open-wc/karma-esm@2.13.21","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.21","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.21/manifests"},{"name":"@open-wc/rollup-plugin-html@0.3.6","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.3.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.6/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.4.3","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.4.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.4.3/manifests"},{"name":"@open-wc/testing-karma@3.3.10","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.10/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.54","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.54","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.54/manifests"},{"name":"storybook-addon-markdown-docs@0.2.1","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.1/manifests"},{"name":"@open-wc/scoped-elements@1.0.4","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.4/manifests"},{"name":"@open-wc/demoing-storybook@1.15.0","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.15.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.15.0/manifests"},{"name":"@open-wc/building-rollup@0.22.11","sha":"94f832967fdd5a8f5e244979eb0ae2e1aab0c546","kind":"tag","published_at":"2020-03-26T21:18:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.11/manifests"},{"name":"@open-wc/demoing-storybook@1.14.0","sha":"2239ef8ed6767d0fdc51276a835630e4eb127d9b","kind":"tag","published_at":"2020-03-26T10:29:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.14.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.14.0/manifests"},{"name":"storybook-addon-markdown-docs@0.2.0","sha":"2239ef8ed6767d0fdc51276a835630e4eb127d9b","kind":"tag","published_at":"2020-03-26T10:29:36.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.2.0/manifests"},{"name":"@open-wc/scoped-elements@1.0.3","sha":"bd2264935aa987a11e69cf32ca00dac7667ae4df","kind":"tag","published_at":"2020-03-25T13:19:40.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.3/manifests"},{"name":"@open-wc/webpack-import-meta-loader@0.4.4","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-import-meta-loader@0.4.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-import-meta-loader@0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-import-meta-loader%400.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.4/manifests"},{"name":"@open-wc/building-rollup@0.22.10","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.10/manifests"},{"name":"@import-maps/generate@0.2.5","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/generate@0.2.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/generate@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fgenerate%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fgenerate@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fgenerate@0.2.5/manifests"},{"name":"@import-maps/resolve@0.2.5","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/resolve@0.2.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/resolve@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fresolve%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.2.5/manifests"},{"name":"@mdjs/core@0.1.6","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.6/manifests"},{"name":"@open-wc/building-utils@2.16.1","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.16.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.1/manifests"},{"name":"@open-wc/building-webpack@2.13.9","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.9/manifests"},{"name":"@open-wc/create@0.28.1","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.28.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.1/manifests"},{"name":"@open-wc/demoing-storybook@1.13.8","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.13.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.13.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.13.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.8/manifests"},{"name":"@open-wc/karma-esm@2.13.20","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.20","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.20/manifests"},{"name":"@open-wc/rollup-plugin-html@0.3.5","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.3.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.5/manifests"},{"name":"@open-wc/scoped-elements@1.0.2","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.2/manifests"},{"name":"@open-wc/testing-karma@3.3.9","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.9/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.53","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.53","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.53/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.4","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.4/manifests"},{"name":"polyfills-loader@1.5.2","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.5.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.2/manifests"},{"name":"rollup-plugin-index-html@1.10.4","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.10.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.4/manifests"},{"name":"storybook-addon-markdown-docs@0.1.8","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.1.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.8/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.12","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.12/manifests"},{"name":"es-dev-server@1.45.3","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.45.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.45.3/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.4.2","sha":"f31cbfc6c136c247f9d054075e66f3acd47e35b5","kind":"tag","published_at":"2020-03-24T00:13:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.4.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.4.2/manifests"},{"name":"@open-wc/building-rollup@0.22.9","sha":"acfc865caeb377c66b37b0a1ef6ffc9a19bbd5fc","kind":"tag","published_at":"2020-03-20T09:02:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.9/manifests"},{"name":"@open-wc/demoing-storybook@1.13.7","sha":"acfc865caeb377c66b37b0a1ef6ffc9a19bbd5fc","kind":"tag","published_at":"2020-03-20T09:02:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.13.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.13.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.13.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.7/manifests"},{"name":"@open-wc/scoped-elements@1.0.1","sha":"acfc865caeb377c66b37b0a1ef6ffc9a19bbd5fc","kind":"tag","published_at":"2020-03-20T09:02:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.1/manifests"},{"name":"storybook-addon-markdown-docs@0.1.7","sha":"acfc865caeb377c66b37b0a1ef6ffc9a19bbd5fc","kind":"tag","published_at":"2020-03-20T09:02:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.1.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.7/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.11","sha":"acfc865caeb377c66b37b0a1ef6ffc9a19bbd5fc","kind":"tag","published_at":"2020-03-20T09:02:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.11/manifests"},{"name":"@open-wc/scoped-elements@1.0.0","sha":"5de8ba9f6d022902b2668d6d14488334c9e19571","kind":"tag","published_at":"2020-03-19T16:53:42.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@1.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@1.0.0/manifests"},{"name":"@open-wc/scoped-elements@0.7.1","sha":"a67b30a5c3cea16fa08cf76c08439d7eabf53f1e","kind":"tag","published_at":"2020-03-19T15:55:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.7.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.7.1/manifests"},{"name":"@open-wc/testing@2.5.8","sha":"a67b30a5c3cea16fa08cf76c08439d7eabf53f1e","kind":"tag","published_at":"2020-03-19T15:55:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.8/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.4","sha":"a67b30a5c3cea16fa08cf76c08439d7eabf53f1e","kind":"tag","published_at":"2020-03-19T15:55:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.4/manifests"},{"name":"@open-wc/testing-helpers@1.6.2","sha":"a67b30a5c3cea16fa08cf76c08439d7eabf53f1e","kind":"tag","published_at":"2020-03-19T15:55:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.6.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.6.2/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.5","sha":"a67b30a5c3cea16fa08cf76c08439d7eabf53f1e","kind":"tag","published_at":"2020-03-19T15:55:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.5/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.10","sha":"a67b30a5c3cea16fa08cf76c08439d7eabf53f1e","kind":"tag","published_at":"2020-03-19T15:55:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.10/manifests"},{"name":"@open-wc/lit-helpers@0.3.5","sha":"a67b30a5c3cea16fa08cf76c08439d7eabf53f1e","kind":"tag","published_at":"2020-03-19T15:55:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.5/manifests"},{"name":"@d4kmor/testing-helpers@3.0.0","sha":"36a88c5b049ae1c2786d4ff61280d5302858baf4","kind":"tag","published_at":"2020-03-19T14:51:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@d4kmor/testing-helpers@3.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@d4kmor/testing-helpers@3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40d4kmor%2Ftesting-helpers%403.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@d4kmor%2Ftesting-helpers@3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@d4kmor%2Ftesting-helpers@3.0.0/manifests"},{"name":"@open-wc/scoped-elements@0.7.0","sha":"527701241ea2bf073c07752f3d0cde8829ac90ef","kind":"tag","published_at":"2020-03-19T14:14:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.7.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.7.0/manifests"},{"name":"@mdjs/core@0.1.5","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.5/manifests"},{"name":"@open-wc/building-rollup@0.22.8","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.8/manifests"},{"name":"@open-wc/building-webpack@2.13.8","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.8/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.9","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.9/manifests"},{"name":"@open-wc/demoing-storybook@1.13.6","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.13.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.13.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.13.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.6/manifests"},{"name":"@open-wc/karma-esm@2.13.19","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.19","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.19/manifests"},{"name":"@open-wc/lit-helpers@0.3.4","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.4/manifests"},{"name":"@open-wc/rollup-plugin-html@0.3.4","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.3.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.4/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.4.1","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.4.1/manifests"},{"name":"@open-wc/scoped-elements@0.6.9","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.9/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.4","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.4/manifests"},{"name":"@open-wc/testing@2.5.7","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.7/manifests"},{"name":"@open-wc/testing-helpers@1.6.1","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.6.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.6.1/manifests"},{"name":"@open-wc/testing-karma@3.3.8","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.8/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.52","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.52","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.52/manifests"},{"name":"storybook-addon-markdown-docs@0.1.6","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.1.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.6/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.3","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.3/manifests"},{"name":"es-dev-server@1.45.2","sha":"5ff0c8291a20eb34298b327f7e8cfa74f440856c","kind":"tag","published_at":"2020-03-19T07:12:37.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.45.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.45.2/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.4.0","sha":"03acbd2b411cb577bba94a1a449ed768d2ff2ab8","kind":"tag","published_at":"2020-03-18T09:47:27.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.4.0/manifests"},{"name":"@open-wc/rollup-plugin-html@0.3.3","sha":"4807d0894a6eab87fe429901336f731fa701a600","kind":"tag","published_at":"2020-03-16T16:20:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.3.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.3/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.3.2","sha":"4807d0894a6eab87fe429901336f731fa701a600","kind":"tag","published_at":"2020-03-16T16:20:09.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.3.2/manifests"},{"name":"@open-wc/testing-karma@3.3.7","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.7/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.51","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:25.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.51","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.51/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.8","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.8/manifests"},{"name":"@mdjs/core@0.1.4","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.4/manifests"},{"name":"@open-wc/building-rollup@0.22.7","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.7/manifests"},{"name":"@open-wc/building-webpack@2.13.7","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.7/manifests"},{"name":"@open-wc/demoing-storybook@1.13.5","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.13.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.13.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.13.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.5/manifests"},{"name":"@open-wc/karma-esm@2.13.18","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.18","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.18/manifests"},{"name":"@open-wc/rollup-plugin-html@0.3.2","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.2/manifests"},{"name":"@open-wc/scoped-elements@0.6.8","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.8/manifests"},{"name":"polyfills-loader@1.5.1","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.5.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.1/manifests"},{"name":"storybook-addon-markdown-docs@0.1.5","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.1.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.5/manifests"},{"name":"es-dev-server@1.45.1","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.45.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.45.1/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.3.1","sha":"cdf543650c8df312ee07756091faf42899d41268","kind":"tag","published_at":"2020-03-15T23:22:24.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.3.1/manifests"},{"name":"@open-wc/rollup-plugin-html@0.3.1","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.1/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.3.0","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.3.0/manifests"},{"name":"@open-wc/scoped-elements@0.6.7","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.7/manifests"},{"name":"@open-wc/testing-karma@3.3.6","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.6/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.50","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.50","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.50/manifests"},{"name":"storybook-addon-markdown-docs@0.1.4","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:48.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.1.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.4/manifests"},{"name":"es-dev-server@1.45.0","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.45.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.45.0/manifests"},{"name":"@mdjs/core@0.1.3","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.3/manifests"},{"name":"@open-wc/building-rollup@0.22.6","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.6/manifests"},{"name":"@open-wc/building-webpack@2.13.6","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.6/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.7","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.7/manifests"},{"name":"@open-wc/demoing-storybook@1.13.4","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.13.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.13.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.4/manifests"},{"name":"@open-wc/karma-esm@2.13.17","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.17","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.17/manifests"},{"name":"polyfills-loader@1.5.0","sha":"be62b4a5e590a651df5d5bda4fa3ebd08bd7790c","kind":"tag","published_at":"2020-03-15T14:24:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.5.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.5.0/manifests"},{"name":"@open-wc/rollup-plugin-html@0.3.0","sha":"86baac700c03acfffa146e8e2bcfc44dec9d88ab","kind":"tag","published_at":"2020-03-14T09:03:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.3.0/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.2.0","sha":"86baac700c03acfffa146e8e2bcfc44dec9d88ab","kind":"tag","published_at":"2020-03-14T09:03:39.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.2.0/manifests"},{"name":"@d4kmor/testing-helpers@2.0.1","sha":"70fcccb45e1711437f8050237dd05a97fe9067be","kind":"tag","published_at":"2020-03-11T12:27:43.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@d4kmor/testing-helpers@2.0.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@d4kmor/testing-helpers@2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40d4kmor%2Ftesting-helpers%402.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@d4kmor%2Ftesting-helpers@2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@d4kmor%2Ftesting-helpers@2.0.1/manifests"},{"name":"@d4kmor/testing-helpers@2.0.0","sha":"a703974cbc9670f0aed16104972d0c4b1d744575","kind":"tag","published_at":"2020-03-11T10:39:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@d4kmor/testing-helpers@2.0.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@d4kmor/testing-helpers@2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40d4kmor%2Ftesting-helpers%402.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@d4kmor%2Ftesting-helpers@2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@d4kmor%2Ftesting-helpers@2.0.0/manifests"},{"name":"@mdjs/core@0.1.2","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.2/manifests"},{"name":"@open-wc/building-rollup@0.22.5","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.5/manifests"},{"name":"@open-wc/building-webpack@2.13.5","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.5/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.6","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.6/manifests"},{"name":"@open-wc/demoing-storybook@1.13.3","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.13.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.3/manifests"},{"name":"@open-wc/rollup-plugin-html@0.2.2","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.2.2/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.1.2","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.1.2/manifests"},{"name":"@open-wc/scoped-elements@0.6.6","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.6/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.49","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.49","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.49/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.3","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.3/manifests"},{"name":"polyfills-loader@1.4.2","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.4.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.4.2/manifests"},{"name":"rollup-plugin-index-html@1.10.3","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.10.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.3/manifests"},{"name":"storybook-addon-markdown-docs@0.1.3","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.3/manifests"},{"name":"@open-wc/building-utils@2.16.0","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.16.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.16.0/manifests"},{"name":"es-dev-server@1.44.0","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.44.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.44.0/manifests"},{"name":"@open-wc/testing-karma@3.3.5","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.5/manifests"},{"name":"@open-wc/karma-esm@2.13.16","sha":"277729c0fc158bdd8c1e54d6335b401268090bfb","kind":"tag","published_at":"2020-03-11T07:42:33.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.16","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.16/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.2","sha":"da8b4c0287fbe84c1e46611be53f4470bd84b7e6","kind":"tag","published_at":"2020-03-10T10:19:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.2/manifests"},{"name":"@open-wc/testing-helpers@1.6.0","sha":"da8b4c0287fbe84c1e46611be53f4470bd84b7e6","kind":"tag","published_at":"2020-03-10T10:19:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.6.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.6.0/manifests"},{"name":"@open-wc/testing@2.5.6","sha":"da8b4c0287fbe84c1e46611be53f4470bd84b7e6","kind":"tag","published_at":"2020-03-10T10:19:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.6/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.3","sha":"da8b4c0287fbe84c1e46611be53f4470bd84b7e6","kind":"tag","published_at":"2020-03-10T10:19:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.3/manifests"},{"name":"@open-wc/scoped-elements@0.6.5","sha":"da8b4c0287fbe84c1e46611be53f4470bd84b7e6","kind":"tag","published_at":"2020-03-10T10:19:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.5/manifests"},{"name":"@open-wc/lit-helpers@0.3.3","sha":"da8b4c0287fbe84c1e46611be53f4470bd84b7e6","kind":"tag","published_at":"2020-03-10T10:19:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.3/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.5","sha":"da8b4c0287fbe84c1e46611be53f4470bd84b7e6","kind":"tag","published_at":"2020-03-10T10:19:52.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.5/manifests"},{"name":"rollup-plugin-index-html@1.10.2","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.10.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.2/manifests"},{"name":"polyfills-loader@1.4.1","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.4.1/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.2","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.2/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.48","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.48","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.48/manifests"},{"name":"storybook-addon-markdown-docs@0.1.2","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.2/manifests"},{"name":"@open-wc/testing-karma@3.3.4","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.4/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.1","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.1/manifests"},{"name":"@open-wc/testing@2.5.5","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.5/manifests"},{"name":"@open-wc/testing-helpers@1.5.3","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.5.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.5.3/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.1.1","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.1.1/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.2","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.2/manifests"},{"name":"@open-wc/rollup-plugin-html@0.2.1","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.2.1/manifests"},{"name":"@open-wc/scoped-elements@0.6.4","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.4/manifests"},{"name":"@open-wc/building-webpack@2.13.4","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.4/manifests"},{"name":"@open-wc/lit-helpers@0.3.2","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.2/manifests"},{"name":"@open-wc/building-utils@2.15.2","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.15.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.15.2/manifests"},{"name":"@open-wc/karma-esm@2.13.15","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.15","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.15/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.4","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.4/manifests"},{"name":"@open-wc/building-rollup@0.22.4","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.4/manifests"},{"name":"es-dev-server@1.43.1","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.43.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.43.1/manifests"},{"name":"@mdjs/core@0.1.1","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.1/manifests"},{"name":"@open-wc/demoing-storybook@1.13.2","sha":"781e6a6ce2c77863d6a6cdb8827932862774b2b7","kind":"tag","published_at":"2020-03-10T09:01:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.13.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.2/manifests"},{"name":"storybook-addon-markdown-docs@0.1.1","sha":"796223f61b739d35941c9a2de8072ded242cfa75","kind":"tag","published_at":"2020-03-09T16:46:20.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.1/manifests"},{"name":"@open-wc/demoing-storybook@1.13.1","sha":"796223f61b739d35941c9a2de8072ded242cfa75","kind":"tag","published_at":"2020-03-09T16:46:20.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.13.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.1/manifests"},{"name":"@open-wc/demoing-storybook@1.13.0","sha":"3741c53d3b41e630a50e6792ee1c5f6e158374f8","kind":"tag","published_at":"2020-03-08T19:40:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.13.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.13.0/manifests"},{"name":"@mdjs/core@0.1.0","sha":"3741c53d3b41e630a50e6792ee1c5f6e158374f8","kind":"tag","published_at":"2020-03-08T19:40:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@mdjs/core@0.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@mdjs/core@0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40mdjs%2Fcore%400.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@mdjs%2Fcore@0.1.0/manifests"},{"name":"storybook-addon-markdown-docs@0.1.0","sha":"3741c53d3b41e630a50e6792ee1c5f6e158374f8","kind":"tag","published_at":"2020-03-08T19:40:00.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-markdown-docs@0.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-markdown-docs@0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-markdown-docs%400.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-markdown-docs@0.1.0/manifests"},{"name":"@open-wc/testing-karma@3.3.3","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.3/manifests"},{"name":"@open-wc/karma-esm@2.13.14","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.14/manifests"},{"name":"@open-wc/scoped-elements@0.6.3","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.3/manifests"},{"name":"@open-wc/rollup-plugin-polyfills-loader@0.1.0","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-polyfills-loader@0.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-polyfills-loader@0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-polyfills-loader%400.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-polyfills-loader@0.1.0/manifests"},{"name":"@open-wc/rollup-plugin-html@0.2.0","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.2.0/manifests"},{"name":"@open-wc/demoing-storybook@1.12.1","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.12.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.12.1/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.3","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.3/manifests"},{"name":"es-dev-server@1.43.0","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.43.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.43.0/manifests"},{"name":"@open-wc/building-webpack@2.13.3","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.3/manifests"},{"name":"@open-wc/building-rollup@0.22.3","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.3/manifests"},{"name":"polyfills-loader@1.4.0","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.4.0/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.47","sha":"f58e5d4852e63244eeacc1f524894e18efac3915","kind":"tag","published_at":"2020-03-08T17:14:55.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.47","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.47/manifests"},{"name":"@open-wc/create@0.28.0","sha":"f4c239daf42f56e087bf8af5dcc039381f63c397","kind":"tag","published_at":"2020-03-06T19:10:26.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.28.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.28.0/manifests"},{"name":"@open-wc/demoing-storybook@1.12.0","sha":"1c2bbfe7ea85958d7528b6d42ed84c2f03350123","kind":"tag","published_at":"2020-03-06T18:05:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.12.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.12.0/manifests"},{"name":"rollup-plugin-index-html@1.10.1","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.10.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.1/manifests"},{"name":"polyfills-loader@1.3.1","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.3.1/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.1","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.1/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.46","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.46","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.46/manifests"},{"name":"@open-wc/testing-karma@3.3.2","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.2/manifests"},{"name":"@open-wc/eslint-config@2.0.4","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@2.0.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%402.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.0.4/manifests"},{"name":"@open-wc/scoped-elements@0.6.2","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.2/manifests"},{"name":"@open-wc/rollup-plugin-html@0.1.3","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.1.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.1.3/manifests"},{"name":"@open-wc/karma-esm@2.13.13","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.13/manifests"},{"name":"@open-wc/demoing-storybook@1.11.3","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.11.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.11.3/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.2","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.2/manifests"},{"name":"es-dev-server@1.42.1","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.42.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.42.1/manifests"},{"name":"@open-wc/building-webpack@2.13.2","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.2/manifests"},{"name":"@open-wc/building-utils@2.15.1","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.15.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.15.1/manifests"},{"name":"@open-wc/building-rollup@0.22.2","sha":"d91e325385b15637e49b4231ab17972cf4e7555f","kind":"tag","published_at":"2020-03-06T08:51:08.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.2/manifests"},{"name":"@open-wc/building-rollup@0.22.1","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.1/manifests"},{"name":"es-dev-server@1.42.0","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.42.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.42.0/manifests"},{"name":"@open-wc/rollup-plugin-html@0.1.2","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.1.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.1.2/manifests"},{"name":"@open-wc/karma-esm@2.13.12","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.12/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.1","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.1/manifests"},{"name":"@open-wc/building-webpack@2.13.1","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.1/manifests"},{"name":"@open-wc/demoing-storybook@1.11.2","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.11.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.11.2/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.45","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.45","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.45/manifests"},{"name":"@open-wc/testing-karma@3.3.1","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.1/manifests"},{"name":"@open-wc/scoped-elements@0.6.1","sha":"f2e121ae45e36750cd5d32d7697d920a13944e2b","kind":"tag","published_at":"2020-03-02T12:31:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.1/manifests"},{"name":"@open-wc/demoing-storybook@1.11.1","sha":"086ebfc4b375172bee3b766b5168c25913aa52d5","kind":"tag","published_at":"2020-03-01T19:46:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.11.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.11.1/manifests"},{"name":"@open-wc/create@0.27.0","sha":"086ebfc4b375172bee3b766b5168c25913aa52d5","kind":"tag","published_at":"2020-03-01T19:46:56.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.27.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.27.0/manifests"},{"name":"@open-wc/rollup-plugin-html@0.1.1","sha":"7106d94c202e2f4492709dfc6cb23ef868d90f37","kind":"tag","published_at":"2020-02-29T20:50:32.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.1.1/manifests"},{"name":"@open-wc/demoing-storybook@1.11.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.11.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.11.0/manifests"},{"name":"@open-wc/dedupe-mixin@1.2.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.2.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.2.0/manifests"},{"name":"@open-wc/building-webpack@2.13.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.13.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.13.0/manifests"},{"name":"@open-wc/karma-esm@2.13.11","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.11","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.11/manifests"},{"name":"@open-wc/building-rollup@0.22.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.22.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.22.0/manifests"},{"name":"@open-wc/scoped-elements@0.6.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.6.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.6.0/manifests"},{"name":"es-dev-server@1.41.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.41.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.41.0/manifests"},{"name":"storybook-addon-web-components-knobs@0.3.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.3.0/manifests"},{"name":"@open-wc/testing-karma@3.3.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.3.0/manifests"},{"name":"polyfills-loader@1.3.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.3.0/manifests"},{"name":"@open-wc/rollup-plugin-html@0.1.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/rollup-plugin-html@0.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/rollup-plugin-html@0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Frollup-plugin-html%400.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Frollup-plugin-html@0.1.0/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.7.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.7.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.7.0/manifests"},{"name":"@open-wc/building-utils@2.15.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.15.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.15.0/manifests"},{"name":"rollup-plugin-index-html@1.10.0","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.10.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.10.0/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.44","sha":"4f1b8c4bcf1776cb670d86258889ac79e304a460","kind":"tag","published_at":"2020-02-29T14:41:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.44","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.44/manifests"},{"name":"@open-wc/demoing-storybook@1.10.6","sha":"c24336bde2b163f2bc96a62e6f8f1c3c62aa3f4c","kind":"tag","published_at":"2020-02-28T21:25:43.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.10.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.6/manifests"},{"name":"@open-wc/scoped-elements@0.5.0","sha":"59bd5249f9b1d3b0e0d98f0357d80a55c3e430cd","kind":"tag","published_at":"2020-02-24T16:36:40.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.5.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.5.0/manifests"},{"name":"rollup-plugin-index-html@1.9.3","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.9.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.9.3/manifests"},{"name":"polyfills-loader@1.2.3","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.2.3/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.6.5","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.6.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.6.5/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.43","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.43","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.43/manifests"},{"name":"@open-wc/testing-karma@3.2.43","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.2.43","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.2.43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.2.43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.2.43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.2.43/manifests"},{"name":"@open-wc/scoped-elements@0.4.1","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.4.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.4.1/manifests"},{"name":"@open-wc/karma-esm@2.13.10","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.10/manifests"},{"name":"@open-wc/demoing-storybook@1.10.5","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.10.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.5/manifests"},{"name":"@open-wc/dedupe-mixin@1.1.1","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.1.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.1.1/manifests"},{"name":"@open-wc/building-webpack@2.12.1","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.12.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.12.1/manifests"},{"name":"@open-wc/building-utils@2.14.3","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.14.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.14.3/manifests"},{"name":"@open-wc/building-rollup@0.21.1","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.21.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.21.1/manifests"},{"name":"es-dev-server@1.40.1","sha":"253816d51c4d05b3fe93b6d20fa9ce2d6c34ccfe","kind":"tag","published_at":"2020-02-23T17:41:14.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.40.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.40.1/manifests"},{"name":"@open-wc/lit-helpers@0.3.1","sha":"b524ada7f3f7d1addd6dd443882021e2d8307eb1","kind":"tag","published_at":"2020-02-22T19:28:03.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.1/manifests"},{"name":"@open-wc/lit-helpers@0.3.0","sha":"efcc701be8f85f82c3546f137d781e3c93e940ef","kind":"tag","published_at":"2020-02-22T18:17:54.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.3.0/manifests"},{"name":"@open-wc/scoped-elements@0.4.0","sha":"95314cf54edcc326132c6838a1870998aa65d1ea","kind":"tag","published_at":"2020-02-19T09:12:38.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.4.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.4.0/manifests"},{"name":"@open-wc/create@0.26.8","sha":"95314cf54edcc326132c6838a1870998aa65d1ea","kind":"tag","published_at":"2020-02-19T09:12:38.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.26.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.26.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.26.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.26.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.26.8/manifests"},{"name":"@open-wc/dedupe-mixin@1.1.0","sha":"58e676976d5206e45219672487240a3a0c898a60","kind":"tag","published_at":"2020-02-17T17:52:13.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/dedupe-mixin@1.1.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/dedupe-mixin@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdedupe-mixin%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdedupe-mixin@1.1.0/manifests"},{"name":"@open-wc/scoped-elements@0.3.1","sha":"fe31403d6fd6b3b442a5daa86236de032746bb94","kind":"tag","published_at":"2020-02-13T23:51:38.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.3.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.3.1/manifests"},{"name":"@open-wc/scoped-elements@0.3.0","sha":"7bfc9fb0b904a34c8ba593226472c24143231a87","kind":"tag","published_at":"2020-02-13T00:41:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.3.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.3.0/manifests"},{"name":"@open-wc/scoped-elements@0.2.15","sha":"1dcbe3c35906a75ff92eafa9777da9813fa223c0","kind":"tag","published_at":"2020-02-12T22:32:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.2.15","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.2.15/manifests"},{"name":"@open-wc/lit-helpers@0.2.10","sha":"1dcbe3c35906a75ff92eafa9777da9813fa223c0","kind":"tag","published_at":"2020-02-12T22:32:04.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.2.10","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.2.10/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.42","sha":"189c7f391ce9ced1d323ea416c63c8428b5df533","kind":"tag","published_at":"2020-02-10T21:49:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.42","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.42/manifests"},{"name":"@open-wc/testing-karma@3.2.42","sha":"189c7f391ce9ced1d323ea416c63c8428b5df533","kind":"tag","published_at":"2020-02-10T21:49:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.2.42","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.2.42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.2.42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.2.42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.2.42/manifests"},{"name":"@open-wc/scoped-elements@0.2.14","sha":"189c7f391ce9ced1d323ea416c63c8428b5df533","kind":"tag","published_at":"2020-02-10T21:49:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.2.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.2.14/manifests"},{"name":"@open-wc/karma-esm@2.13.9","sha":"189c7f391ce9ced1d323ea416c63c8428b5df533","kind":"tag","published_at":"2020-02-10T21:49:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.9/manifests"},{"name":"@open-wc/demoing-storybook@1.10.4","sha":"189c7f391ce9ced1d323ea416c63c8428b5df533","kind":"tag","published_at":"2020-02-10T21:49:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.10.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.4/manifests"},{"name":"@open-wc/building-webpack@2.12.0","sha":"189c7f391ce9ced1d323ea416c63c8428b5df533","kind":"tag","published_at":"2020-02-10T21:49:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.12.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.12.0/manifests"},{"name":"@open-wc/building-rollup@0.21.0","sha":"189c7f391ce9ced1d323ea416c63c8428b5df533","kind":"tag","published_at":"2020-02-10T21:49:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.21.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.21.0/manifests"},{"name":"es-dev-server@1.40.0","sha":"189c7f391ce9ced1d323ea416c63c8428b5df533","kind":"tag","published_at":"2020-02-10T21:49:47.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.40.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.40.0/manifests"},{"name":"rollup-plugin-index-html@1.9.2","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.9.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.9.2/manifests"},{"name":"polyfills-loader@1.2.2","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.2.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.2.2/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.6.4","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.6.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.6.4/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.41","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.41","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.41/manifests"},{"name":"@open-wc/testing-karma@3.2.41","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.2.41","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.2.41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.2.41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.2.41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.2.41/manifests"},{"name":"@open-wc/scoped-elements@0.2.13","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.2.13","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.2.13/manifests"},{"name":"@open-wc/karma-esm@2.13.8","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.8/manifests"},{"name":"@open-wc/demoing-storybook@1.10.3","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.10.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.3/manifests"},{"name":"@open-wc/building-webpack@2.11.6","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.11.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.11.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.11.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.11.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.11.6/manifests"},{"name":"@open-wc/building-utils@2.14.2","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.14.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.14.2/manifests"},{"name":"@open-wc/building-rollup@0.20.6","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.20.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.20.6/manifests"},{"name":"es-dev-server@1.39.2","sha":"0e85251c764aed92ef6fcdef78bdc74512402241","kind":"tag","published_at":"2020-02-10T16:06:01.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.39.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.39.2/manifests"},{"name":"@open-wc/eslint-config@2.0.3","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/eslint-config@2.0.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/eslint-config@2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Feslint-config%402.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Feslint-config@2.0.3/manifests"},{"name":"@open-wc/codelabs@1.5.0","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/codelabs@1.5.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/codelabs@1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcodelabs%401.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcodelabs@1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcodelabs@1.5.0/manifests"},{"name":"@open-wc/demoing-storybook@1.10.2","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.10.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.2/manifests"},{"name":"@open-wc/create@0.26.7","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/create@0.26.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/create@0.26.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fcreate%400.26.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.26.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fcreate@0.26.7/manifests"},{"name":"@open-wc/building-webpack@2.11.5","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-webpack@2.11.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-webpack@2.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-webpack%402.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-webpack@2.11.5/manifests"},{"name":"@open-wc/building-utils@2.14.1","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-utils@2.14.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-utils@2.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-utils%402.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-utils@2.14.1/manifests"},{"name":"@open-wc/building-rollup@0.20.5","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/building-rollup@0.20.5","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/building-rollup@0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fbuilding-rollup%400.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fbuilding-rollup@0.20.5/manifests"},{"name":"@import-maps/resolve@0.2.4","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/resolve@0.2.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/resolve@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fresolve%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fresolve@0.2.4/manifests"},{"name":"@import-maps/generate@0.2.4","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@import-maps/generate@0.2.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@import-maps/generate@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40import-maps%2Fgenerate%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fgenerate@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@import-maps%2Fgenerate@0.2.4/manifests"},{"name":"es-dev-server@1.39.1","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/es-dev-server@1.39.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/es-dev-server@1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@es-dev-server%401.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/es-dev-server@1.39.1/manifests"},{"name":"chai-a11y-axe@1.2.3","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/chai-a11y-axe@1.2.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/chai-a11y-axe@1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@chai-a11y-axe%401.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/chai-a11y-axe@1.2.3/manifests"},{"name":"storybook-addon-web-components-knobs@0.2.8","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/storybook-addon-web-components-knobs@0.2.8","html_url":"https://github.com/open-wc/open-wc/releases/tag/storybook-addon-web-components-knobs@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@storybook-addon-web-components-knobs%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/storybook-addon-web-components-knobs@0.2.8/manifests"},{"name":"rollup-plugin-index-html@1.9.1","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/rollup-plugin-index-html@1.9.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/rollup-plugin-index-html@1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@rollup-plugin-index-html%401.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/rollup-plugin-index-html@1.9.1/manifests"},{"name":"polyfills-loader@1.2.1","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/polyfills-loader@1.2.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/polyfills-loader@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@polyfills-loader%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/polyfills-loader@1.2.1/manifests"},{"name":"@open-wc/webpack-index-html-plugin@1.6.3","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-index-html-plugin@1.6.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-index-html-plugin@1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-index-html-plugin%401.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-index-html-plugin@1.6.3/manifests"},{"name":"@open-wc/webpack-import-meta-loader@0.4.3","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/webpack-import-meta-loader@0.4.3","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/webpack-import-meta-loader@0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fwebpack-import-meta-loader%400.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fwebpack-import-meta-loader@0.4.3/manifests"},{"name":"@open-wc/testing-wallaby@0.1.14","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-wallaby@0.1.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-wallaby@0.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-wallaby%400.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-wallaby@0.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-wallaby@0.1.14/manifests"},{"name":"@open-wc/testing-karma-bs@1.3.40","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma-bs@1.3.40","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma-bs@1.3.40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma-bs%401.3.40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma-bs@1.3.40/manifests"},{"name":"@open-wc/testing-karma@3.2.40","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-karma@3.2.40","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-karma@3.2.40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-karma%403.2.40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.2.40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-karma@3.2.40/manifests"},{"name":"@open-wc/testing-helpers@1.5.2","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing-helpers@1.5.2","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing-helpers@1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting-helpers%401.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting-helpers@1.5.2/manifests"},{"name":"@open-wc/lit-helpers@0.2.9","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/lit-helpers@0.2.9","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/lit-helpers@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Flit-helpers%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Flit-helpers@0.2.9/manifests"},{"name":"@open-wc/testing@2.5.4","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/testing@2.5.4","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/testing@2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Ftesting%402.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Ftesting@2.5.4/manifests"},{"name":"@open-wc/semantic-dom-diff@0.17.1","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/semantic-dom-diff@0.17.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/semantic-dom-diff@0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fsemantic-dom-diff%400.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fsemantic-dom-diff@0.17.1/manifests"},{"name":"@open-wc/scoped-elements@0.2.12","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/scoped-elements@0.2.12","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/scoped-elements@0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fscoped-elements%400.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fscoped-elements@0.2.12/manifests"},{"name":"@open-wc/prettier-config@0.1.14","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/prettier-config@0.1.14","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/prettier-config@0.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fprettier-config%400.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fprettier-config@0.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fprettier-config@0.1.14/manifests"},{"name":"@open-wc/karma-esm@2.13.7","sha":"a6118efee15049c657594311513c71fd4a3355a5","kind":"tag","published_at":"2020-02-09T17:29:29.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.7","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.7/manifests"},{"name":"@open-wc/demoing-storybook@1.10.1","sha":"61d472976274a6e28bffd1955b410986ec50efd8","kind":"tag","published_at":"2020-02-09T14:13:17.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.10.1","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.1/manifests"},{"name":"@open-wc/karma-esm@2.13.6","sha":"51dc3988b4c7728e1464432771ec9640c1534a6f","kind":"tag","published_at":"2020-02-09T11:33:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/karma-esm@2.13.6","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/karma-esm@2.13.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fkarma-esm%402.13.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fkarma-esm@2.13.6/manifests"},{"name":"@open-wc/demoing-storybook@1.10.0","sha":"51dc3988b4c7728e1464432771ec9640c1534a6f","kind":"tag","published_at":"2020-02-09T11:33:45.000Z","download_url":"https://codeload.github.com/open-wc/open-wc/tar.gz/@open-wc/demoing-storybook@1.10.0","html_url":"https://github.com/open-wc/open-wc/releases/tag/@open-wc/demoing-storybook@1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-wc/open-wc@%40open-wc%2Fdemoing-storybook%401.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/tags/@open-wc%2Fdemoing-storybook@1.10.0/manifests"}]},"repo_metadata_updated_at":"2025-10-20T09:37:46.573Z","dependent_packages_count":2,"downloads":3,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":40.03317130195296,"dependent_repos_count":25.32799796580169,"dependent_packages_count":9.4821380216761,"stargazers_count":2.3871537084841936,"forks_count":2.160310673013519,"average":15.878154334185691},"purl":"pkg:npm/%40tpluscode/paper-autocomplete","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@tpluscode/paper-autocomplete","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@tpluscode/paper-autocomplete","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@tpluscode/paper-autocomplete/dependencies","status":null,"funding_links":["https://github.com/sponsors/modernweb-dev","https://opencollective.com/modern-web"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-17T11:04:05.429Z","issues_count":62,"pull_requests_count":250,"avg_time_to_close_issue":7217475.863636363,"avg_time_to_close_pull_request":2459953.2412060304,"issues_closed_count":22,"pull_requests_closed_count":199,"pull_request_authors_count":67,"issue_authors_count":58,"avg_comments_per_issue":2.2419354838709675,"avg_comments_per_pull_request":1.912,"merged_pull_requests_count":149,"bot_issues_count":1,"bot_pull_requests_count":105,"past_year_issues_count":12,"past_year_pull_requests_count":50,"past_year_avg_time_to_close_issue":25837582.0,"past_year_avg_time_to_close_pull_request":1708395.3793103448,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":29,"past_year_pull_request_authors_count":14,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":0.3333333333333333,"past_year_avg_comments_per_pull_request":1.24,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":10,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-wc%2Fopen-wc/issues","maintainers":[{"login":"thepassle","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thepassle"},{"login":"koddsson","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/koddsson"},{"login":"bennypowers","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bennypowers"},{"login":"daKmoR","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daKmoR"},{"login":"manolakis","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/manolakis"},{"login":"LarsDenBakker","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LarsDenBakker"},{"login":"bashmish","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bashmish"}],"active_maintainers":[{"login":"thepassle","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thepassle"},{"login":"bennypowers","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bennypowers"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tpluscode%2Fpaper-autocomplete/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tpluscode%2Fpaper-autocomplete/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tpluscode%2Fpaper-autocomplete/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tpluscode%2Fpaper-autocomplete/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tpluscode%2Fpaper-autocomplete/codemeta","maintainers":[{"uuid":"tpluscode","login":"tpluscode","name":null,"email":"npm@t-code.pl","url":null,"packages_count":295,"html_url":"https://www.npmjs.com/~tpluscode","role":null,"created_at":"2022-11-11T02:42:49.837Z","updated_at":"2022-11-11T02:42:49.837Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tpluscode/packages"}]}