{"id":378058,"url":"https://github.com/chaijs/loupe","last_synced_at":"2026-07-21T13:30:23.402Z","repository":{"id":12583192,"uuid":"15253887","full_name":"chaijs/loupe","owner":"chaijs","description":"Inspect utility for Node.js and browsers","archived":false,"fork":false,"pushed_at":"2026-07-14T03:05:32.000Z","size":1253,"stargazers_count":31,"open_issues_count":11,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-07-14T04:03:59.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/chaijs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-12-17T12:30:36.000Z","updated_at":"2026-07-13T12:11:31.000Z","dependencies_parsed_at":"2023-10-20T11:00:24.823Z","dependency_job_id":"eff52df5-5133-4ff3-b2a0-3ac912d8c4fe","html_url":"https://github.com/chaijs/loupe","commit_stats":{"total_commits":101,"total_committers":16,"mean_commits":6.3125,"dds":0.4752475247524752,"last_synced_commit":"983691f2b9debbf3c1a468365f5091f9a6d659dc"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/chaijs/loupe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/sbom","scorecard":{"id":272983,"data":{"date":"2025-08-11","repo":{"name":"github.com/chaijs/loupe","commit":"94feeafb7e96834dff8d141990eb597e9bd12eaa"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Maintained","score":3,"reason":"2 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Code-Review","score":5,"reason":"Found 12/23 approved changesets -- score normalized to 5","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish.yml:11","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.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":"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":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/publish.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:59","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:22","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:44","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   1 out of   4 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":"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":"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":"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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","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-8cj5-5rvv-wf4v","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"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-17T13:49:25.499Z","repository_id":12583192,"created_at":"2025-08-17T13:49:25.499Z","updated_at":"2025-08-17T13:49:25.499Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35464541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"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":{"login":"chaijs","name":"Chai.js Assertion Library","uuid":"1515293","kind":"organization","description":"","email":null,"website":"https://chaijs.github.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1515293?v=4","repositories_count":25,"last_synced_at":"2026-02-24T04:47:01.053Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/chaijs","funding_links":[],"total_stars":12613,"followers":76,"following":0,"created_at":"2022-11-02T16:22:02.905Z","updated_at":"2026-02-24T04:47:01.053Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs/repositories"},"packages":[{"id":11834807,"name":"org.mvnpm:loupe","ecosystem":"maven","description":"Inspect utility for Node.js and browsers","homepage":"https://github.com/chaijs/loupe","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/chaijs/loupe","keywords_array":[],"namespace":"org.mvnpm","versions_count":3,"first_release_published_at":"2025-05-28T19:10:13.000Z","latest_release_published_at":"2025-08-25T22:29:02.000Z","latest_release_number":"3.2.1","last_synced_at":"2026-07-15T22:21:34.148Z","created_at":"2025-06-24T23:33:23.377Z","updated_at":"2026-07-15T22:21:34.149Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm/loupe/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm/loupe/","metadata":{},"repo_metadata":{"id":12583192,"uuid":"15253887","full_name":"chaijs/loupe","owner":"chaijs","description":"Inspect utility for Node.js and browsers","archived":false,"fork":false,"pushed_at":"2025-10-20T07:59:10.000Z","size":898,"stargazers_count":28,"open_issues_count":9,"forks_count":16,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-21T00:27:43.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/chaijs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-12-17T12:30:36.000Z","updated_at":"2025-10-20T07:59:13.000Z","dependencies_parsed_at":"2023-10-20T11:00:24.823Z","dependency_job_id":"eff52df5-5133-4ff3-b2a0-3ac912d8c4fe","html_url":"https://github.com/chaijs/loupe","commit_stats":{"total_commits":101,"total_committers":16,"mean_commits":6.3125,"dds":0.4752475247524752,"last_synced_commit":"983691f2b9debbf3c1a468365f5091f9a6d659dc"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/chaijs/loupe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/sbom","scorecard":{"id":272983,"data":{"date":"2025-08-11","repo":{"name":"github.com/chaijs/loupe","commit":"94feeafb7e96834dff8d141990eb597e9bd12eaa"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Maintained","score":3,"reason":"2 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Code-Review","score":5,"reason":"Found 12/23 approved changesets -- score normalized to 5","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish.yml:11","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.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":"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":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/publish.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:59","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:22","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:44","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   1 out of   4 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":"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":"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":"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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","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-8cj5-5rvv-wf4v","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"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-17T13:49:25.499Z","repository_id":12583192,"created_at":"2025-08-17T13:49:25.499Z","updated_at":"2025-08-17T13:49:25.499Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281401848,"owners_count":26494924,"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-28T02:00:06.022Z","response_time":60,"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":"chaijs","name":"Chai.js Assertion Library","uuid":"1515293","kind":"organization","description":"","email":null,"website":"https://chaijs.github.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1515293?v=4","repositories_count":25,"last_synced_at":"2025-10-23T00:34:58.890Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/chaijs","funding_links":[],"total_stars":12605,"followers":72,"following":0,"created_at":"2022-11-02T16:22:02.905Z","updated_at":"2025-10-23T00:34:58.890Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs/repositories"},"tags":[{"name":"v4.0.0","sha":"27823f67bcdcf3747a9254b4bef9cb2ee2d0e43f","kind":"commit","published_at":"2025-10-02T09:58:59.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v4.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v4.0.0/manifests"},{"name":"v3.2.1","sha":"020f283a90fac8a799baba76ee55ec4a62cf5ba9","kind":"commit","published_at":"2025-08-21T15:00:17.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.2.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"94feeafb7e96834dff8d141990eb597e9bd12eaa","kind":"commit","published_at":"2025-07-11T22:59:01.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.2.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.2.0/manifests"},{"name":"v3.1.4","sha":"01498de2d5f8215576d4b092432bfcc07b22dcf4","kind":"commit","published_at":"2025-06-16T11:05:29.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.4","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"6531c62f4503b01c6911f765ff4cb67efd98722f","kind":"commit","published_at":"2025-01-27T20:59:54.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"983691f2b9debbf3c1a468365f5091f9a6d659dc","kind":"commit","published_at":"2024-10-07T09:45:20.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"e02467ef36257859ed29a35f672bafe24df97c66","kind":"commit","published_at":"2024-05-11T13:27:01.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"9b8a6deabcd50adc056a64fb705896194710c5c6","kind":"commit","published_at":"2024-01-06T23:31:33.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"e732123289b27a0422e9ff9539dbb6782e3af08e","kind":"commit","published_at":"2023-12-29T20:10:51.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.0.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"11c9aa910efdc1765f52ba56b06573b719adbb1f","kind":"commit","published_at":"2023-11-03T15:44:14.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"9339c3be0c7dcdb6556dbea21fffc2eae5209fc5","kind":"commit","published_at":"2023-10-20T08:58:44.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.0/manifests"},{"name":"v2.3.7","sha":"247f94876d6972cdb2e9a4d87015a6232dcdbfd3","kind":"commit","published_at":"2023-10-04T21:59:06.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.7","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"edd931499b4a2489477f9c753550a62a3d038cf2","kind":"commit","published_at":"2022-11-07T11:45:31.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.6","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"3747fa8041a1fd7e38e2e2f0249863cc4b7481b8","kind":"commit","published_at":"2022-11-05T18:51:21.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.5","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"b4ee644cedc7d394d979d043da568a999c8a59b1","kind":"commit","published_at":"2022-02-10T15:11:11.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.4","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"23c7201ee5ff50463122bf9258c0fb159dbbbc3d","kind":"commit","published_at":"2022-02-05T10:41:24.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"c83d7d0d4cc4d0b316a1df480e3a6668d767eff7","kind":"commit","published_at":"2022-02-02T17:10:52.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"30e1ac751327dcc5b85c25c2fade1e9932b04ca6","kind":"commit","published_at":"2022-01-26T12:37:48.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"b985e4f00ddd263b77b559fe1ec1de5fcee1d436","kind":"commit","published_at":"2021-06-25T07:49:44.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.0/manifests"},{"name":"v2.2.1","sha":"917757d14ceb0b4492e32c346c8503c375497c08","kind":"commit","published_at":"2021-06-24T21:11:42.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.2.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"1664d708cf270a107c9961e4f02c71964c93cfb6","kind":"commit","published_at":"2021-06-24T21:00:30.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.2.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"5e7683061f5bb4b98b4523bb3683a96582deb051","kind":"commit","published_at":"2021-06-24T20:56:30.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.1.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5db74c7bba74ce393a1a1a1bb46e8270187ba0d5","kind":"commit","published_at":"2021-03-01T18:23:58.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.1.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"fcfc58d95677a2829bb4cadb1840ba49843cde0a","kind":"commit","published_at":"2021-03-01T15:08:39.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.1.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"c66dc49438116a49c712bb5d6aeb252214b625bd","kind":"commit","published_at":"2021-02-04T18:23:08.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"8d6cc8347102a3b6af0b50c97ef44febfffd187f","kind":"commit","published_at":"2021-02-02T11:35:52.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"32b72766a6da738aa11438495d3b461f98942eda","kind":"commit","published_at":"2021-01-22T15:55:09.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.1/manifests"},{"name":"v1.0.4","sha":"32b72766a6da738aa11438495d3b461f98942eda","kind":"commit","published_at":"2021-01-22T15:55:09.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.4","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"d78096ad2fb46a9c4e9f10992f6142246dc96541","kind":"commit","published_at":"2021-01-21T17:45:50.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.3/manifests"},{"name":"v2.0.0","sha":"7f77faa0ca815f6cd456b227b535e319316db14d","kind":"tag","published_at":"2021-01-20T23:55:46.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.0/manifests"},{"name":"v1.0.2","sha":"20087b8deadb62b1fd7d3d6c21819380158861d7","kind":"commit","published_at":"2020-04-22T14:14:53.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"e69a6b278d7f12ec66339a6bbc0862b320326723","kind":"commit","published_at":"2020-04-22T11:45:32.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"71b5f78d98381479b48e61c06dc44b37bc201da0","kind":"commit","published_at":"2020-04-22T10:04:01.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.0/manifests"},{"name":"0.0.1","sha":"68c44598e429605a5cc20b29c6c9bca082e7a246","kind":"tag","published_at":"2013-12-17T12:38:58.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/0.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-28T17:35:19.831Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":33.590373552007826,"dependent_packages_count":48.02186237437413,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":40.80611796319098},"purl":"pkg:maven/org.mvnpm/loupe","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm:loupe","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm:loupe","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm:loupe/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-28T07:20:17.521Z","issues_count":32,"pull_requests_count":114,"avg_time_to_close_issue":2156126.3181818184,"avg_time_to_close_pull_request":1274142.1851851852,"issues_closed_count":22,"pull_requests_closed_count":108,"pull_request_authors_count":19,"issue_authors_count":27,"avg_comments_per_issue":2.25,"avg_comments_per_pull_request":1.5175438596491229,"merged_pull_requests_count":84,"bot_issues_count":2,"bot_pull_requests_count":37,"past_year_issues_count":8,"past_year_pull_requests_count":51,"past_year_avg_time_to_close_issue":166561.8,"past_year_avg_time_to_close_pull_request":107690.02127659574,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":47,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":2.25,"past_year_avg_comments_per_pull_request":0.8431372549019608,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":36,"past_year_merged_pull_requests_count":33,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/issues","maintainers":[{"login":"keithamus","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/keithamus"},{"login":"koddsson","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/koddsson"},{"login":"vieiralucas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vieiralucas"}],"active_maintainers":[{"login":"keithamus","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/keithamus"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:loupe/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:loupe/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:loupe/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:loupe/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:loupe/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:loupe/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":612238,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":10361389,"name":"github.com/chaijs/loupe","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/chaijs/loupe","keywords_array":[],"namespace":null,"versions_count":33,"first_release_published_at":"2020-04-22T10:04:01.000Z","latest_release_published_at":"2025-10-02T09:58:59.000Z","latest_release_number":"v4.0.0+incompatible","last_synced_at":"2026-07-15T22:21:38.628Z","created_at":"2024-06-12T06:14:54.981Z","updated_at":"2026-07-15T22:21:38.628Z","registry_url":"https://pkg.go.dev/github.com/chaijs/loupe","install_command":"go get github.com/chaijs/loupe","documentation_url":"https://pkg.go.dev/github.com/chaijs/loupe#section-documentation","metadata":{},"repo_metadata":{"id":12583192,"uuid":"15253887","full_name":"chaijs/loupe","owner":"chaijs","description":"Inspect utility for Node.js and browsers","archived":false,"fork":false,"pushed_at":"2025-10-06T07:48:15.000Z","size":815,"stargazers_count":28,"open_issues_count":9,"forks_count":16,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-06T09:41:24.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/chaijs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-12-17T12:30:36.000Z","updated_at":"2025-10-06T07:48:18.000Z","dependencies_parsed_at":"2023-10-20T11:00:24.823Z","dependency_job_id":"eff52df5-5133-4ff3-b2a0-3ac912d8c4fe","html_url":"https://github.com/chaijs/loupe","commit_stats":{"total_commits":101,"total_committers":16,"mean_commits":6.3125,"dds":0.4752475247524752,"last_synced_commit":"983691f2b9debbf3c1a468365f5091f9a6d659dc"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/chaijs/loupe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/sbom","scorecard":{"id":272983,"data":{"date":"2025-08-11","repo":{"name":"github.com/chaijs/loupe","commit":"94feeafb7e96834dff8d141990eb597e9bd12eaa"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Maintained","score":3,"reason":"2 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Code-Review","score":5,"reason":"Found 12/23 approved changesets -- score normalized to 5","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish.yml:11","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.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":"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":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/chaijs/loupe/publish.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:59","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:22","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:44","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   1 out of   4 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":"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":"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":"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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","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-8cj5-5rvv-wf4v","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"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-17T13:49:25.499Z","repository_id":12583192,"created_at":"2025-08-17T13:49:25.499Z","updated_at":"2025-08-17T13:49:25.499Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278592819,"owners_count":26012382,"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-06T02:00:05.630Z","response_time":65,"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":"chaijs","name":"Chai.js Assertion Library","uuid":"1515293","kind":"organization","description":"","email":null,"website":"https://chaijs.github.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1515293?v=4","repositories_count":25,"last_synced_at":"2025-10-08T00:32:28.991Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/chaijs","funding_links":[],"total_stars":12600,"followers":72,"following":0,"created_at":"2022-11-02T16:22:02.905Z","updated_at":"2025-10-08T00:32:28.992Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs/repositories"},"tags":[{"name":"v4.0.0","sha":"27823f67bcdcf3747a9254b4bef9cb2ee2d0e43f","kind":"commit","published_at":"2025-10-02T09:58:59.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v4.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v4.0.0/manifests"},{"name":"v3.2.1","sha":"020f283a90fac8a799baba76ee55ec4a62cf5ba9","kind":"commit","published_at":"2025-08-21T15:00:17.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.2.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"94feeafb7e96834dff8d141990eb597e9bd12eaa","kind":"commit","published_at":"2025-07-11T22:59:01.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.2.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.2.0/manifests"},{"name":"v3.1.4","sha":"01498de2d5f8215576d4b092432bfcc07b22dcf4","kind":"commit","published_at":"2025-06-16T11:05:29.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.4","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"6531c62f4503b01c6911f765ff4cb67efd98722f","kind":"commit","published_at":"2025-01-27T20:59:54.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"983691f2b9debbf3c1a468365f5091f9a6d659dc","kind":"commit","published_at":"2024-10-07T09:45:20.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"e02467ef36257859ed29a35f672bafe24df97c66","kind":"commit","published_at":"2024-05-11T13:27:01.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"9b8a6deabcd50adc056a64fb705896194710c5c6","kind":"commit","published_at":"2024-01-06T23:31:33.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"e732123289b27a0422e9ff9539dbb6782e3af08e","kind":"commit","published_at":"2023-12-29T20:10:51.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.0.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"11c9aa910efdc1765f52ba56b06573b719adbb1f","kind":"commit","published_at":"2023-11-03T15:44:14.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"9339c3be0c7dcdb6556dbea21fffc2eae5209fc5","kind":"commit","published_at":"2023-10-20T08:58:44.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.0/manifests"},{"name":"v2.3.7","sha":"247f94876d6972cdb2e9a4d87015a6232dcdbfd3","kind":"commit","published_at":"2023-10-04T21:59:06.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.7","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"edd931499b4a2489477f9c753550a62a3d038cf2","kind":"commit","published_at":"2022-11-07T11:45:31.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.6","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"3747fa8041a1fd7e38e2e2f0249863cc4b7481b8","kind":"commit","published_at":"2022-11-05T18:51:21.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.5","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"b4ee644cedc7d394d979d043da568a999c8a59b1","kind":"commit","published_at":"2022-02-10T15:11:11.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.4","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"23c7201ee5ff50463122bf9258c0fb159dbbbc3d","kind":"commit","published_at":"2022-02-05T10:41:24.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"c83d7d0d4cc4d0b316a1df480e3a6668d767eff7","kind":"commit","published_at":"2022-02-02T17:10:52.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"30e1ac751327dcc5b85c25c2fade1e9932b04ca6","kind":"commit","published_at":"2022-01-26T12:37:48.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"b985e4f00ddd263b77b559fe1ec1de5fcee1d436","kind":"commit","published_at":"2021-06-25T07:49:44.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.0/manifests"},{"name":"v2.2.1","sha":"917757d14ceb0b4492e32c346c8503c375497c08","kind":"commit","published_at":"2021-06-24T21:11:42.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.2.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"1664d708cf270a107c9961e4f02c71964c93cfb6","kind":"commit","published_at":"2021-06-24T21:00:30.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.2.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"5e7683061f5bb4b98b4523bb3683a96582deb051","kind":"commit","published_at":"2021-06-24T20:56:30.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.1.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5db74c7bba74ce393a1a1a1bb46e8270187ba0d5","kind":"commit","published_at":"2021-03-01T18:23:58.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.1.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"fcfc58d95677a2829bb4cadb1840ba49843cde0a","kind":"commit","published_at":"2021-03-01T15:08:39.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.1.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"c66dc49438116a49c712bb5d6aeb252214b625bd","kind":"commit","published_at":"2021-02-04T18:23:08.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"8d6cc8347102a3b6af0b50c97ef44febfffd187f","kind":"commit","published_at":"2021-02-02T11:35:52.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"32b72766a6da738aa11438495d3b461f98942eda","kind":"commit","published_at":"2021-01-22T15:55:09.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.1/manifests"},{"name":"v1.0.4","sha":"32b72766a6da738aa11438495d3b461f98942eda","kind":"commit","published_at":"2021-01-22T15:55:09.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.4","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"d78096ad2fb46a9c4e9f10992f6142246dc96541","kind":"commit","published_at":"2021-01-21T17:45:50.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.3/manifests"},{"name":"v2.0.0","sha":"7f77faa0ca815f6cd456b227b535e319316db14d","kind":"tag","published_at":"2021-01-20T23:55:46.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.0/manifests"},{"name":"v1.0.2","sha":"20087b8deadb62b1fd7d3d6c21819380158861d7","kind":"commit","published_at":"2020-04-22T14:14:53.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"e69a6b278d7f12ec66339a6bbc0862b320326723","kind":"commit","published_at":"2020-04-22T11:45:32.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"71b5f78d98381479b48e61c06dc44b37bc201da0","kind":"commit","published_at":"2020-04-22T10:04:01.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.0/manifests"},{"name":"0.0.1","sha":"68c44598e429605a5cc20b29c6c9bca082e7a246","kind":"tag","published_at":"2013-12-17T12:38:58.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/0.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chaijs/loupe@0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-28T17:34:53.177Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.958767526308751,"dependent_packages_count":6.520931273209822,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.7398493997592865},"purl":"pkg:golang/github.com/chaijs/loupe","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/chaijs/loupe","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/chaijs/loupe","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/chaijs/loupe/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-10T14:20:30.595Z","issues_count":32,"pull_requests_count":110,"avg_time_to_close_issue":2233898.5714285714,"avg_time_to_close_pull_request":1310164.2285714287,"issues_closed_count":21,"pull_requests_closed_count":105,"pull_request_authors_count":19,"issue_authors_count":27,"avg_comments_per_issue":2.125,"avg_comments_per_pull_request":1.5636363636363635,"merged_pull_requests_count":81,"bot_issues_count":2,"bot_pull_requests_count":34,"past_year_issues_count":8,"past_year_pull_requests_count":47,"past_year_avg_time_to_close_issue":77475.0,"past_year_avg_time_to_close_pull_request":114120.88636363637,"past_year_issues_closed_count":4,"past_year_pull_requests_closed_count":44,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":1.75,"past_year_avg_comments_per_pull_request":0.8936170212765957,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":33,"past_year_merged_pull_requests_count":30,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/issues","maintainers":[{"login":"keithamus","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/keithamus"},{"login":"koddsson","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/koddsson"},{"login":"vieiralucas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vieiralucas"}],"active_maintainers":[{"login":"keithamus","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/keithamus"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchaijs%2Floupe/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchaijs%2Floupe/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchaijs%2Floupe/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchaijs%2Floupe/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchaijs%2Floupe/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchaijs%2Floupe/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2223059,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":1975907,"name":"loupe","ecosystem":"npm","description":"Inspect utility for Node.js and browsers","homepage":"https://github.com/chaijs/loupe","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/chaijs/loupe","keywords_array":[],"namespace":null,"versions_count":34,"first_release_published_at":"2013-12-17T12:37:09.405Z","latest_release_published_at":"2025-08-21T15:03:16.730Z","latest_release_number":"3.2.1","last_synced_at":"2026-07-15T22:21:40.432Z","created_at":"2022-04-09T19:06:18.548Z","updated_at":"2026-07-15T22:21:40.432Z","registry_url":"https://www.npmjs.com/package/loupe","install_command":"npm install loupe","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"3.2.1"}},"repo_metadata":{"id":12583192,"uuid":"15253887","full_name":"chaijs/loupe","owner":"chaijs","description":"Inspect utility for Node.js and browsers","archived":false,"fork":false,"pushed_at":"2024-08-27T08:41:54.000Z","size":660,"stargazers_count":21,"open_issues_count":7,"forks_count":10,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-09-11T18:15:51.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/chaijs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-17T12:30:36.000Z","updated_at":"2024-08-27T18:22:11.000Z","dependencies_parsed_at":"2023-10-20T11:00:24.823Z","dependency_job_id":"eff52df5-5133-4ff3-b2a0-3ac912d8c4fe","html_url":"https://github.com/chaijs/loupe","commit_stats":{"total_commits":89,"total_committers":11,"mean_commits":8.090909090909092,"dds":0.4719101123595506,"last_synced_commit":"edd931499b4a2489477f9c753550a62a3d038cf2"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":218723053,"owners_count":16378120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"chaijs","name":"Chai.js Assertion Library","uuid":"1515293","kind":"organization","description":"","email":null,"website":"https://chaijs.github.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1515293?v=4","repositories_count":23,"last_synced_at":"2024-04-08T15:30:24.151Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/chaijs","funding_links":[],"total_stars":9862,"followers":59,"following":0,"created_at":"2022-11-02T16:22:02.905Z","updated_at":"2024-04-08T15:30:35.549Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaijs/repositories"},"tags":[{"name":"v3.1.1","sha":"e02467ef36257859ed29a35f672bafe24df97c66","kind":"commit","published_at":"2024-05-11T13:27:01.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"9b8a6deabcd50adc056a64fb705896194710c5c6","kind":"commit","published_at":"2024-01-06T23:31:33.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.1.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"e732123289b27a0422e9ff9539dbb6782e3af08e","kind":"commit","published_at":"2023-12-29T20:10:51.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.0.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"11c9aa910efdc1765f52ba56b06573b719adbb1f","kind":"commit","published_at":"2023-11-03T15:44:14.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"9339c3be0c7dcdb6556dbea21fffc2eae5209fc5","kind":"commit","published_at":"2023-10-20T08:58:44.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v3.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v3.0.0/manifests"},{"name":"v2.3.7","sha":"247f94876d6972cdb2e9a4d87015a6232dcdbfd3","kind":"commit","published_at":"2023-10-04T21:59:06.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.7","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"edd931499b4a2489477f9c753550a62a3d038cf2","kind":"commit","published_at":"2022-11-07T11:45:31.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.6","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"3747fa8041a1fd7e38e2e2f0249863cc4b7481b8","kind":"commit","published_at":"2022-11-05T18:51:21.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.5","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"b4ee644cedc7d394d979d043da568a999c8a59b1","kind":"commit","published_at":"2022-02-10T15:11:11.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.4","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"23c7201ee5ff50463122bf9258c0fb159dbbbc3d","kind":"commit","published_at":"2022-02-05T10:41:24.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"c83d7d0d4cc4d0b316a1df480e3a6668d767eff7","kind":"commit","published_at":"2022-02-02T17:10:52.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"30e1ac751327dcc5b85c25c2fade1e9932b04ca6","kind":"commit","published_at":"2022-01-26T12:37:48.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"b985e4f00ddd263b77b559fe1ec1de5fcee1d436","kind":"commit","published_at":"2021-06-25T07:49:44.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.3.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.3.0/manifests"},{"name":"v2.2.1","sha":"917757d14ceb0b4492e32c346c8503c375497c08","kind":"commit","published_at":"2021-06-24T21:11:42.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.2.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"1664d708cf270a107c9961e4f02c71964c93cfb6","kind":"commit","published_at":"2021-06-24T21:00:30.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.2.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"5e7683061f5bb4b98b4523bb3683a96582deb051","kind":"commit","published_at":"2021-06-24T20:56:30.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.1.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5db74c7bba74ce393a1a1a1bb46e8270187ba0d5","kind":"commit","published_at":"2021-03-01T18:23:58.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.1.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"fcfc58d95677a2829bb4cadb1840ba49843cde0a","kind":"commit","published_at":"2021-03-01T15:08:39.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.1.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"c66dc49438116a49c712bb5d6aeb252214b625bd","kind":"commit","published_at":"2021-02-04T18:23:08.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"8d6cc8347102a3b6af0b50c97ef44febfffd187f","kind":"commit","published_at":"2021-02-02T11:35:52.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.2/manifests"},{"name":"v1.0.4","sha":"32b72766a6da738aa11438495d3b461f98942eda","kind":"commit","published_at":"2021-01-22T15:55:09.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.4","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.4/manifests"},{"name":"v2.0.1","sha":"32b72766a6da738aa11438495d3b461f98942eda","kind":"commit","published_at":"2021-01-22T15:55:09.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.1/manifests"},{"name":"v1.0.3","sha":"d78096ad2fb46a9c4e9f10992f6142246dc96541","kind":"commit","published_at":"2021-01-21T17:45:50.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.3","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.3/manifests"},{"name":"v2.0.0","sha":"7f77faa0ca815f6cd456b227b535e319316db14d","kind":"tag","published_at":"2021-01-20T23:55:46.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v2.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v2.0.0/manifests"},{"name":"v1.0.2","sha":"20087b8deadb62b1fd7d3d6c21819380158861d7","kind":"commit","published_at":"2020-04-22T14:14:53.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.2","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"e69a6b278d7f12ec66339a6bbc0862b320326723","kind":"commit","published_at":"2020-04-22T11:45:32.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"71b5f78d98381479b48e61c06dc44b37bc201da0","kind":"commit","published_at":"2020-04-22T10:04:01.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/v1.0.0","html_url":"https://github.com/chaijs/loupe/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/v1.0.0/manifests"},{"name":"0.0.1","sha":"68c44598e429605a5cc20b29c6c9bca082e7a246","kind":"tag","published_at":"2013-12-17T12:38:58.000Z","download_url":"https://codeload.github.com/chaijs/loupe/tar.gz/0.0.1","html_url":"https://github.com/chaijs/loupe/releases/tag/0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/tags/0.0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-30T06:42:59.919Z","dependent_packages_count":151,"downloads":196916835,"downloads_period":"last-month","dependent_repos_count":81526,"rankings":{"downloads":0.0559917466248887,"dependent_repos_count":0.1089717122577296,"dependent_packages_count":0.27021158862455485,"stargazers_count":8.47348386218853,"forks_count":6.465364646007486,"docker_downloads_count":0.07042091555951771,"average":2.574074078543785},"purl":"pkg:npm/loupe","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/loupe","docker_dependents_count":1932,"docker_downloads_count":1860046055,"usage_url":"https://repos.ecosyste.ms/usage/npm/loupe","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/loupe/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2024-09-30T05:04:12.399Z","issues_count":23,"pull_requests_count":58,"avg_time_to_close_issue":2741292.3529411764,"avg_time_to_close_pull_request":2318545.596491228,"issues_closed_count":17,"pull_requests_closed_count":57,"pull_request_authors_count":15,"issue_authors_count":18,"avg_comments_per_issue":2.3478260869565215,"avg_comments_per_pull_request":2.1724137931034484,"merged_pull_requests_count":47,"bot_issues_count":1,"bot_pull_requests_count":1,"past_year_issues_count":5,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":135197.33333333334,"past_year_avg_time_to_close_pull_request":48038.9,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.9090909090909091,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/issues","maintainers":[{"login":"keithamus","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/keithamus"},{"login":"koddsson","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/koddsson"},{"login":"vieiralucas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vieiralucas"}],"active_maintainers":[{"login":"keithamus","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/keithamus"},{"login":"koddsson","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/koddsson"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/loupe/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/loupe/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/loupe/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/loupe/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/loupe/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/loupe/codemeta","maintainers":[{"uuid":"chaijs","login":"chaijs","name":null,"email":"chaijs@keithcirkel.co.uk","url":null,"packages_count":20,"html_url":"https://www.npmjs.com/~chaijs","role":null,"created_at":"2022-11-21T03:24:03.082Z","updated_at":"2022-11-21T03:24:03.082Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/chaijs/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5676743,"maintainers_count":1210809,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}}],"commits":{"id":221625,"full_name":"chaijs/loupe","default_branch":"main","total_commits":169,"total_committers":20,"total_bot_commits":51,"total_bot_committers":1,"mean_commits":8.45,"dds":0.650887573964497,"past_year_total_commits":50,"past_year_total_committers":5,"past_year_total_bot_commits":44,"past_year_total_bot_committers":1,"past_year_mean_commits":10.0,"past_year_dds":0.12,"last_synced_at":"2026-07-15T22:28:05.522Z","last_synced_commit":"7b5a5a85f9bb78eef64439bdc29175fccd11815a","created_at":"2023-03-08T08:01:23.640Z","updated_at":"2026-07-15T22:27:21.213Z","committers":[{"name":"Keith Cirkel","email":"keithamus","login":"keithamus","count":59},{"name":"renovate[bot]","email":"29139614+renovate[bot]","login":"renovate[bot]","count":51},{"name":"flaambe","email":"flaambe@gmail.com","login":"flaambe","count":22},{"name":"James Garbutt","email":"43081j","login":"43081j","count":9},{"name":"Veselin Todorov","email":"veselin@veselin.bg","login":"vesln","count":7},{"name":"Pascal Corpet","email":"pcorpet","login":"pcorpet","count":4},{"name":"Avi Vahl","email":"avi.vahl@wix.com","login":"AviVahl","count":2},{"name":"Bjorn Lu","email":"bjornlu.dev@gmail.com","login":"bluwy","count":2},{"name":"Lucas Vieira","email":"vieiralucas4@gmail.com","login":"vieiralucas","count":2},{"name":"Diogo Doreto","email":"diogo@doreto.com.br","login":"DiogoDoreto","count":1},{"name":"Jon Ege Ronnenberg","email":"jon.ronnenberg@gmail.com","login":"dotnetCarpenter","count":1},{"name":"Julien Polo","email":"julien.polo@gmail.com","login":"jpolo","count":1},{"name":"Kristján Oddsson","email":"koddsson@gmail.com","login":"koddsson","count":1},{"name":"Lucas Fernandes da Costa","email":"lucas@lucasfcosta.com","login":"lucasfcosta","count":1},{"name":"Marian Rusnak","email":"4215517+marian-r","login":"marian-r","count":1},{"name":"Nicolas DUBIEN","email":"github@dubien.org","login":"dubzzz","count":1},{"name":"Tyler Trussell","email":"tigertrussell@gmail.com","login":"tylertrussell","count":1},{"name":"greenkeeperio-bot","email":"support@greenkeeper.io","login":"greenkeeperio-bot","count":1},{"name":"philgamevy","email":"44057119+philgamevy","login":"philgamevy","count":1},{"name":"tmisirpash","email":"60826286+tmisirpash","login":"tmisirpash","count":1}],"past_year_committers":[{"name":"renovate[bot]","email":"29139614+renovate[bot]","login":"renovate[bot]","count":44},{"name":"James Garbutt","email":"43081j","login":"43081j","count":3},{"name":"Keith Cirkel","email":"keithamus","login":"keithamus","count":1},{"name":"Julien Polo","email":"julien.polo@gmail.com","login":"jpolo","count":1},{"name":"Bjorn Lu","email":"bjornlu.dev@gmail.com","login":"bluwy","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-07-20T00:00:13.349Z","repositories_count":6385450,"commits_count":867489592,"contributors_count":35883501,"owners_count":1227609,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"chaijs/loupe","html_url":"https://github.com/chaijs/loupe","last_synced_at":"2026-07-14T13:38:30.668Z","status":"active","issues_count":33,"pull_requests_count":141,"avg_time_to_close_issue":2156126.3181818184,"avg_time_to_close_pull_request":1059275.3208955224,"issues_closed_count":22,"pull_requests_closed_count":134,"pull_request_authors_count":19,"issue_authors_count":27,"avg_comments_per_issue":2.212121212121212,"avg_comments_per_pull_request":1.2411347517730495,"merged_pull_requests_count":110,"bot_issues_count":2,"bot_pull_requests_count":64,"past_year_issues_count":5,"past_year_pull_requests_count":38,"past_year_avg_time_to_close_issue":264867.5,"past_year_avg_time_to_close_pull_request":130016.85294117648,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":34,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":1.6,"past_year_avg_comments_per_pull_request":0.10526315789473684,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":35,"past_year_merged_pull_requests_count":34,"created_at":"2023-05-20T05:39:02.978Z","updated_at":"2026-07-14T13:38:30.668Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaijs%2Floupe/issues","issue_labels_count":{"table":{"released":7,"question":2,"semantic-release":1}},"pull_request_labels_count":{"table":{"released":21,"greenkeeper":5}},"issue_author_associations_count":{"table":{"NONE":20,"CONTRIBUTOR":11,"MEMBER":2}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":106,"MEMBER":28,"NONE":7}},"issue_authors":{"table":{"flaambe":3,"keithamus":2,"loveencounterflow":2,"pcorpet":2,"jendrikw":2,"CraigMacomber":1,"maxnordlund":1,"scarf005":1,"dotnetCarpenter":1,"renovate[bot]":1,"namedots":1,"github-actions[bot]":1,"TomerAberbach":1,"unicornware":1,"jpolo":1,"philgamevy":1,"lernerb":1,"dubzzz":1,"bluwy":1,"GAP-dev":1,"marian-r":1,"fregante":1,"sheremet-va":1,"space-nuko":1,"matt-usurp":1,"stevenwdv":1,"tmisirpash":1}},"pull_request_authors":{"table":{"renovate[bot]":63,"keithamus":23,"flaambe":12,"43081j":9,"greenkeeperio-bot":7,"koddsson":4,"pcorpet":4,"dubzzz":4,"tmisirpash":2,"bluwy":2,"AviVahl":2,"DiogoDoreto":2,"marian-r":1,"vieiralucas":1,"dotnetCarpenter":1,"tylertrussell":1,"jpolo":1,"philgamevy":1,"greenkeeper[bot]":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-07-20T00:00:19.754Z","repositories_count":14860376,"issues_count":32124302,"pull_requests_count":105695945,"authors_count":11351504,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"NONE":3,"CONTRIBUTOR":2}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":37,"NONE":1}},"past_year_issue_authors":{"table":{"jendrikw":2,"bluwy":1,"CraigMacomber":1,"renovate[bot]":1}},"past_year_pull_request_authors":{"table":{"renovate[bot]":35,"43081j":2,"jpolo":1}},"maintainers":[{"table":{"login":"keithamus","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/keithamus"}},{"table":{"login":"koddsson","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/koddsson"}},{"table":{"login":"vieiralucas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vieiralucas"}}],"active_maintainers":[]}},"events":{"total":{"ReleaseEvent":4,"DeleteEvent":38,"PullRequestEvent":68,"ForkEvent":5,"IssuesEvent":10,"WatchEvent":7,"IssueCommentEvent":32,"PushEvent":79,"PullRequestReviewEvent":16,"CreateEvent":42},"last_year":{"ReleaseEvent":1,"DeleteEvent":19,"PullRequestEvent":25,"IssuesEvent":3,"IssueCommentEvent":4,"PushEvent":32,"PullRequestReviewEvent":12,"CreateEvent":21}},"keywords":[],"dependencies":[{"ecosystem":"npm","filepath":"package-lock.json","sha":null,"kind":"lockfile","created_at":"2022-08-28T11:22:23.694Z","updated_at":"2022-08-28T11:22:23.694Z","repository_link":"https://github.com/chaijs/loupe/blob/main/package-lock.json","dependencies":[{"id":3035437920,"package_name":"@babel/code-frame","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":3035437921,"package_name":"@babel/compat-data","ecosystem":"npm","requirements":"7.12.7","direct":false,"kind":"development","optional":false},{"id":3035437922,"package_name":"@babel/core","ecosystem":"npm","requirements":"7.12.10","direct":false,"kind":"development","optional":false},{"id":3035437923,"package_name":"@babel/generator","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":3035437924,"package_name":"@babel/helper-annotate-as-pure","ecosystem":"npm","requirements":"7.12.10","direct":false,"kind":"development","optional":false},{"id":3035437925,"package_name":"@babel/helper-builder-binary-assignment-operator-visitor","ecosystem":"npm","requirements":"7.10.4","direct":false,"kind":"development","optional":false},{"id":3035437926,"package_name":"@babel/helper-compilation-targets","ecosystem":"npm","requirements":"7.12.5","direct":false,"kind":"development","optional":false},{"id":3035437927,"package_name":"@babel/helper-create-class-features-plugin","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437928,"package_name":"@babel/helper-create-regexp-features-plugin","ecosystem":"npm","requirements":"7.12.7","direct":false,"kind":"development","optional":false},{"id":3035437929,"package_name":"@babel/helper-define-map","ecosystem":"npm","requirements":"7.10.5","direct":false,"kind":"development","optional":false},{"id":3035437930,"package_name":"@babel/helper-explode-assignable-expression","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437931,"package_name":"@babel/helper-function-name","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":3035437932,"package_name":"@babel/helper-get-function-arity","ecosystem":"npm","requirements":"7.12.10","direct":false,"kind":"development","optional":false},{"id":3035437933,"package_name":"@babel/helper-hoist-variables","ecosystem":"npm","requirements":"7.10.4","direct":false,"kind":"development","optional":false},{"id":3035437934,"package_name":"@babel/helper-member-expression-to-functions","ecosystem":"npm","requirements":"7.12.7","direct":false,"kind":"development","optional":false},{"id":3035437935,"package_name":"@babel/helper-module-imports","ecosystem":"npm","requirements":"7.12.5","direct":false,"kind":"development","optional":false},{"id":3035437936,"package_name":"@babel/helper-module-transforms","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437937,"package_name":"@babel/helper-optimise-call-expression","ecosystem":"npm","requirements":"7.12.10","direct":false,"kind":"development","optional":false},{"id":3035437938,"package_name":"@babel/helper-plugin-utils","ecosystem":"npm","requirements":"7.10.4","direct":false,"kind":"development","optional":false},{"id":3035437939,"package_name":"@babel/helper-remap-async-to-generator","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437940,"package_name":"@babel/helper-replace-supers","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":3035437941,"package_name":"@babel/helper-simple-access","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437942,"package_name":"@babel/helper-skip-transparent-expression-wrappers","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437943,"package_name":"@babel/helper-split-export-declaration","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":3035437944,"package_name":"@babel/helper-validator-identifier","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":3035437945,"package_name":"@babel/helper-validator-option","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":3035437946,"package_name":"@babel/helper-wrap-function","ecosystem":"npm","requirements":"7.12.3","direct":false,"kind":"development","optional":false},{"id":3035437947,"package_name":"@babel/helpers","ecosystem":"npm","requirements":"7.12.5","direct":false,"kind":"development","optional":false},{"id":3035437948,"package_name":"@babel/highlight","ecosystem":"npm","requirements":"7.10.4","direct":false,"kind":"development","optional":false},{"id":3035437949,"package_name":"@babel/parser","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":3035437950,"package_name":"@babel/plugin-proposal-async-generator-functions","ecosystem":"npm","requirements":"7.12.12","direct":false,"kind":"development","optional":false},{"id":3035437951,"package_name":"@babel/plugin-proposal-class-properties","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437952,"package_name":"@babel/plugin-proposal-dynamic-import","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437953,"package_name":"@babel/plugin-proposal-export-namespace-from","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437954,"package_name":"@babel/plugin-proposal-json-strings","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437955,"package_name":"@babel/plugin-proposal-logical-assignment-operators","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437956,"package_name":"@babel/plugin-proposal-nullish-coalescing-operator","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437957,"package_name":"@babel/plugin-proposal-numeric-separator","ecosystem":"npm","requirements":"7.12.7","direct":false,"kind":"development","optional":false},{"id":3035437958,"package_name":"@babel/plugin-proposal-object-rest-spread","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437959,"package_name":"@babel/plugin-proposal-optional-catch-binding","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437960,"package_name":"@babel/plugin-proposal-optional-chaining","ecosystem":"npm","requirements":"7.12.7","direct":false,"kind":"development","optional":false},{"id":3035437961,"package_name":"@babel/plugin-proposal-private-methods","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437962,"package_name":"@babel/plugin-proposal-unicode-property-regex","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437963,"package_name":"@babel/plugin-syntax-async-generators","ecosystem":"npm","requirements":"7.8.4","direct":false,"kind":"development","optional":false},{"id":3035437964,"package_name":"@babel/plugin-syntax-class-properties","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437965,"package_name":"@babel/plugin-syntax-dynamic-import","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":3035437966,"package_name":"@babel/plugin-syntax-export-namespace-from","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":3035437967,"package_name":"@babel/plugin-syntax-json-strings","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":3035437968,"package_name":"@babel/plugin-syntax-logical-assignment-operators","ecosystem":"npm","requirements":"7.10.4","direct":false,"kind":"development","optional":false},{"id":3035437969,"package_name":"@babel/plugin-syntax-nullish-coalescing-operator","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":3035437970,"package_name":"@babel/plugin-syntax-numeric-separator","ecosystem":"npm","requirements":"7.10.4","direct":false,"kind":"development","optional":false},{"id":3035437971,"package_name":"@babel/plugin-syntax-object-rest-spread","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":3035437972,"package_name":"@babel/plugin-syntax-optional-catch-binding","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":3035437973,"package_name":"@babel/plugin-syntax-optional-chaining","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":3035437974,"package_name":"@babel/plugin-syntax-top-level-await","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437975,"package_name":"@babel/plugin-transform-arrow-functions","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437976,"package_name":"@babel/plugin-transform-async-to-generator","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437977,"package_name":"@babel/plugin-transform-block-scoped-functions","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437978,"package_name":"@babel/plugin-transform-block-scoping","ecosystem":"npm","requirements":"7.12.12","direct":false,"kind":"development","optional":false},{"id":3035437979,"package_name":"@babel/plugin-transform-classes","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437980,"package_name":"@babel/plugin-transform-computed-properties","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437981,"package_name":"@babel/plugin-transform-destructuring","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437982,"package_name":"@babel/plugin-transform-dotall-regex","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437983,"package_name":"@babel/plugin-transform-duplicate-keys","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437984,"package_name":"@babel/plugin-transform-exponentiation-operator","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437985,"package_name":"@babel/plugin-transform-for-of","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437986,"package_name":"@babel/plugin-transform-function-name","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437987,"package_name":"@babel/plugin-transform-literals","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437988,"package_name":"@babel/plugin-transform-member-expression-literals","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437989,"package_name":"@babel/plugin-transform-modules-amd","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437990,"package_name":"@babel/plugin-transform-modules-commonjs","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437991,"package_name":"@babel/plugin-transform-modules-systemjs","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437992,"package_name":"@babel/plugin-transform-modules-umd","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437993,"package_name":"@babel/plugin-transform-named-capturing-groups-regex","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437994,"package_name":"@babel/plugin-transform-new-target","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437995,"package_name":"@babel/plugin-transform-object-super","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437996,"package_name":"@babel/plugin-transform-parameters","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437997,"package_name":"@babel/plugin-transform-property-literals","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437998,"package_name":"@babel/plugin-transform-regenerator","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035437999,"package_name":"@babel/plugin-transform-reserved-words","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035438000,"package_name":"@babel/plugin-transform-shorthand-properties","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035438001,"package_name":"@babel/plugin-transform-spread","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035438002,"package_name":"@babel/plugin-transform-sticky-regex","ecosystem":"npm","requirements":"7.12.7","direct":false,"kind":"development","optional":false},{"id":3035438003,"package_name":"@babel/plugin-transform-template-literals","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035438004,"package_name":"@babel/plugin-transform-typeof-symbol","ecosystem":"npm","requirements":"7.12.10","direct":false,"kind":"development","optional":false},{"id":3035438005,"package_name":"@babel/plugin-transform-unicode-escapes","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035438006,"package_name":"@babel/plugin-transform-unicode-regex","ecosystem":"npm","requirements":"7.12.1","direct":false,"kind":"development","optional":false},{"id":3035438007,"package_name":"@babel/preset-env","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":3035438008,"package_name":"@babel/preset-modules","ecosystem":"npm","requirements":"0.1.3","direct":false,"kind":"development","optional":false},{"id":3035438009,"package_name":"@babel/runtime","ecosystem":"npm","requirements":"7.12.5","direct":false,"kind":"development","optional":false},{"id":3035438010,"package_name":"@babel/template","ecosystem":"npm","requirements":"7.12.7","direct":false,"kind":"development","optional":false},{"id":3035438011,"package_name":"@babel/traverse","ecosystem":"npm","requirements":"7.12.12","direct":false,"kind":"development","optional":false},{"id":3035438012,"package_name":"@babel/types","ecosystem":"npm","requirements":"7.12.12","direct":false,"kind":"development","optional":false},{"id":3035438013,"package_name":"@commitlint/cli","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438014,"package_name":"ansi-styles","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":3035438015,"package_name":"chalk","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438016,"package_name":"color-convert","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438017,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":3035438018,"package_name":"has-flag","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438019,"package_name":"supports-color","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":3035438020,"package_name":"@commitlint/config-angular","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438021,"package_name":"@commitlint/config-angular-type-enum","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438022,"package_name":"@commitlint/ensure","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438023,"package_name":"@commitlint/execute-rule","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438024,"package_name":"@commitlint/format","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438025,"package_name":"@commitlint/is-ignored","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438026,"package_name":"semver","ecosystem":"npm","requirements":"7.3.2","direct":false,"kind":"development","optional":false},{"id":3035438027,"package_name":"@commitlint/lint","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438028,"package_name":"@commitlint/load","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438029,"package_name":"@commitlint/message","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438030,"package_name":"@commitlint/parse","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438031,"package_name":"@commitlint/read","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438032,"package_name":"@commitlint/resolve-extends","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438033,"package_name":"@commitlint/rules","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438034,"package_name":"@commitlint/to-lines","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438035,"package_name":"@commitlint/top-level","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438036,"package_name":"@commitlint/types","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438037,"package_name":"@eslint/eslintrc","ecosystem":"npm","requirements":"0.3.0","direct":false,"kind":"development","optional":false},{"id":3035438038,"package_name":"globals","ecosystem":"npm","requirements":"12.4.0","direct":false,"kind":"development","optional":false},{"id":3035438039,"package_name":"@istanbuljs/load-nyc-config","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438040,"package_name":"camelcase","ecosystem":"npm","requirements":"5.3.1","direct":false,"kind":"development","optional":false},{"id":3035438041,"package_name":"find-up","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438042,"package_name":"locate-path","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438043,"package_name":"p-locate","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438044,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438045,"package_name":"@istanbuljs/schema","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":3035438046,"package_name":"@nodelib/fs.scandir","ecosystem":"npm","requirements":"2.1.3","direct":false,"kind":"development","optional":false},{"id":3035438047,"package_name":"@nodelib/fs.stat","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":3035438048,"package_name":"@nodelib/fs.walk","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"development","optional":false},{"id":3035438049,"package_name":"@octokit/auth-token","ecosystem":"npm","requirements":"2.4.0","direct":false,"kind":"development","optional":false},{"id":3035438050,"package_name":"@octokit/core","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"development","optional":false},{"id":3035438051,"package_name":"@octokit/endpoint","ecosystem":"npm","requirements":"5.5.3","direct":false,"kind":"development","optional":false},{"id":3035438052,"package_name":"@octokit/graphql","ecosystem":"npm","requirements":"4.3.1","direct":false,"kind":"development","optional":false},{"id":3035438053,"package_name":"universal-user-agent","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438054,"package_name":"@octokit/plugin-paginate-rest","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438055,"package_name":"@octokit/plugin-request-log","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438056,"package_name":"@octokit/plugin-rest-endpoint-methods","ecosystem":"npm","requirements":"3.3.1","direct":false,"kind":"development","optional":false},{"id":3035438057,"package_name":"@octokit/request","ecosystem":"npm","requirements":"5.3.2","direct":false,"kind":"development","optional":false},{"id":3035438058,"package_name":"@octokit/request-error","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438059,"package_name":"@octokit/rest","ecosystem":"npm","requirements":"17.1.1","direct":false,"kind":"development","optional":false},{"id":3035438060,"package_name":"@octokit/types","ecosystem":"npm","requirements":"2.5.0","direct":false,"kind":"development","optional":false},{"id":3035438061,"package_name":"@rollup/plugin-commonjs","ecosystem":"npm","requirements":"17.0.0","direct":false,"kind":"development","optional":false},{"id":3035438062,"package_name":"@rollup/plugin-node-resolve","ecosystem":"npm","requirements":"11.1.0","direct":false,"kind":"development","optional":false},{"id":3035438063,"package_name":"@rollup/pluginutils","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438064,"package_name":"estree-walker","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438065,"package_name":"@semantic-release/commit-analyzer","ecosystem":"npm","requirements":"8.0.1","direct":false,"kind":"development","optional":false},{"id":3035438066,"package_name":"@semantic-release/error","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438067,"package_name":"@semantic-release/github","ecosystem":"npm","requirements":"7.0.5","direct":false,"kind":"development","optional":false},{"id":3035438068,"package_name":"https-proxy-agent","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438069,"package_name":"@semantic-release/npm","ecosystem":"npm","requirements":"7.0.5","direct":false,"kind":"development","optional":false},{"id":3035438070,"package_name":"parse-json","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438071,"package_name":"read-pkg","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":3035438072,"package_name":"semver","ecosystem":"npm","requirements":"7.1.3","direct":false,"kind":"development","optional":false},{"id":3035438073,"package_name":"type-fest","ecosystem":"npm","requirements":"0.6.0","direct":false,"kind":"development","optional":false},{"id":3035438074,"package_name":"@semantic-release/release-notes-generator","ecosystem":"npm","requirements":"9.0.1","direct":false,"kind":"development","optional":false},{"id":3035438075,"package_name":"read-pkg-up","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":3035438076,"package_name":"@sindresorhus/is","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438077,"package_name":"@szmarczak/http-timer","ecosystem":"npm","requirements":"4.0.5","direct":false,"kind":"development","optional":false},{"id":3035438078,"package_name":"@tootallnate/once","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438079,"package_name":"@types/cacheable-request","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":3035438080,"package_name":"@types/color-name","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438081,"package_name":"@types/estree","ecosystem":"npm","requirements":"0.0.39","direct":false,"kind":"development","optional":false},{"id":3035438082,"package_name":"@types/http-cache-semantics","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438083,"package_name":"@types/keyv","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":3035438084,"package_name":"@types/minimist","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438085,"package_name":"@types/node","ecosystem":"npm","requirements":"14.14.22","direct":false,"kind":"development","optional":false},{"id":3035438086,"package_name":"@types/normalize-package-data","ecosystem":"npm","requirements":"2.4.0","direct":false,"kind":"development","optional":false},{"id":3035438087,"package_name":"@types/parse-json","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438088,"package_name":"@types/puppeteer","ecosystem":"npm","requirements":"5.4.2","direct":false,"kind":"development","optional":false},{"id":3035438089,"package_name":"@types/puppeteer-core","ecosystem":"npm","requirements":"5.4.0","direct":false,"kind":"development","optional":false},{"id":3035438090,"package_name":"@types/resolve","ecosystem":"npm","requirements":"1.17.1","direct":false,"kind":"development","optional":false},{"id":3035438091,"package_name":"@types/responselike","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438092,"package_name":"@types/retry","ecosystem":"npm","requirements":"0.12.0","direct":false,"kind":"development","optional":false},{"id":3035438093,"package_name":"@types/which","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":3035438094,"package_name":"@types/yauzl","ecosystem":"npm","requirements":"2.9.1","direct":false,"kind":"development","optional":false},{"id":3035438095,"package_name":"@ungap/promise-all-settled","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035438096,"package_name":"@wdio/config","ecosystem":"npm","requirements":"6.12.1","direct":false,"kind":"development","optional":false},{"id":3035438097,"package_name":"@wdio/logger","ecosystem":"npm","requirements":"6.10.10","direct":false,"kind":"development","optional":false},{"id":3035438098,"package_name":"@wdio/protocols","ecosystem":"npm","requirements":"6.12.0","direct":false,"kind":"development","optional":false},{"id":3035438099,"package_name":"@wdio/repl","ecosystem":"npm","requirements":"6.11.0","direct":false,"kind":"development","optional":false},{"id":3035438100,"package_name":"@wdio/utils","ecosystem":"npm","requirements":"6.11.0","direct":false,"kind":"development","optional":false},{"id":3035438101,"package_name":"JSONStream","ecosystem":"npm","requirements":"1.3.5","direct":false,"kind":"development","optional":false},{"id":3035438102,"package_name":"accepts","ecosystem":"npm","requirements":"1.3.7","direct":false,"kind":"development","optional":false},{"id":3035438103,"package_name":"acorn","ecosystem":"npm","requirements":"7.4.1","direct":false,"kind":"development","optional":false},{"id":3035438104,"package_name":"acorn-jsx","ecosystem":"npm","requirements":"5.3.1","direct":false,"kind":"development","optional":false},{"id":3035438105,"package_name":"after","ecosystem":"npm","requirements":"0.8.2","direct":false,"kind":"development","optional":false},{"id":3035438106,"package_name":"agent-base","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035438107,"package_name":"aggregate-error","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035438108,"package_name":"indent-string","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438109,"package_name":"ajv","ecosystem":"npm","requirements":"6.12.6","direct":false,"kind":"development","optional":false},{"id":3035438110,"package_name":"ajv-keywords","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035438111,"package_name":"ansi-colors","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438112,"package_name":"ansi-escapes","ecosystem":"npm","requirements":"4.3.1","direct":false,"kind":"development","optional":false},{"id":3035438113,"package_name":"type-fest","ecosystem":"npm","requirements":"0.11.0","direct":false,"kind":"development","optional":false},{"id":3035438114,"package_name":"ansi-regex","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438115,"package_name":"ansi-styles","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"development","optional":false},{"id":3035438116,"package_name":"ansicolors","ecosystem":"npm","requirements":"0.3.2","direct":false,"kind":"development","optional":false},{"id":3035438117,"package_name":"anymatch","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":3035438118,"package_name":"append-transform","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438119,"package_name":"arch","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438120,"package_name":"archive-type","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438121,"package_name":"file-type","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":3035438122,"package_name":"archiver","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":3035438123,"package_name":"bl","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":3035438124,"package_name":"readable-stream","ecosystem":"npm","requirements":"3.6.0","direct":false,"kind":"development","optional":false},{"id":3035438125,"package_name":"tar-stream","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438126,"package_name":"archiver-utils","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438127,"package_name":"archy","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438128,"package_name":"argparse","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"development","optional":false},{"id":3035438129,"package_name":"argv","ecosystem":"npm","requirements":"0.0.2","direct":false,"kind":"development","optional":false},{"id":3035438130,"package_name":"argv-formatter","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438131,"package_name":"array-find-index","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438132,"package_name":"array-ify","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438133,"package_name":"array-union","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438134,"package_name":"arraybuffer.slice","ecosystem":"npm","requirements":"0.0.7","direct":false,"kind":"development","optional":false},{"id":3035438135,"package_name":"arrify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438136,"package_name":"assertion-error","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438137,"package_name":"astral-regex","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438138,"package_name":"async","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":3035438139,"package_name":"asynckit","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"development","optional":false},{"id":3035438140,"package_name":"at-least-node","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438141,"package_name":"atob","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":3035438142,"package_name":"babel-code-frame","ecosystem":"npm","requirements":"6.26.0","direct":false,"kind":"development","optional":false},{"id":3035438143,"package_name":"ansi-regex","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035438144,"package_name":"ansi-styles","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":3035438145,"package_name":"chalk","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":3035438146,"package_name":"js-tokens","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438147,"package_name":"strip-ansi","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035438148,"package_name":"supports-color","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438149,"package_name":"babel-plugin-dynamic-import-node","ecosystem":"npm","requirements":"2.3.3","direct":false,"kind":"development","optional":false},{"id":3035438150,"package_name":"backo2","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438151,"package_name":"balanced-match","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438152,"package_name":"base64-arraybuffer","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":3035438153,"package_name":"base64-js","ecosystem":"npm","requirements":"1.5.1","direct":false,"kind":"development","optional":false},{"id":3035438154,"package_name":"base64id","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438155,"package_name":"before-after-hook","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438156,"package_name":"benchmark","ecosystem":"npm","requirements":"2.1.4","direct":false,"kind":"development","optional":false},{"id":3035438157,"package_name":"bin-check","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438158,"package_name":"cross-spawn","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"development","optional":false},{"id":3035438159,"package_name":"execa","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"development","optional":false},{"id":3035438160,"package_name":"get-stream","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438161,"package_name":"is-stream","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438162,"package_name":"shebang-command","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438163,"package_name":"shebang-regex","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438164,"package_name":"which","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"development","optional":false},{"id":3035438165,"package_name":"bin-version","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438166,"package_name":"cross-spawn","ecosystem":"npm","requirements":"6.0.5","direct":false,"kind":"development","optional":false},{"id":3035438167,"package_name":"execa","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438168,"package_name":"find-versions","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":3035438169,"package_name":"get-stream","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438170,"package_name":"path-key","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438171,"package_name":"semver-regex","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438172,"package_name":"bin-version-check","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438173,"package_name":"bin-wrapper","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438174,"package_name":"pify","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438175,"package_name":"binary-extensions","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438176,"package_name":"bl","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":3035438177,"package_name":"blob","ecosystem":"npm","requirements":"0.0.5","direct":false,"kind":"development","optional":false},{"id":3035438178,"package_name":"body-parser","ecosystem":"npm","requirements":"1.19.0","direct":false,"kind":"development","optional":false},{"id":3035438179,"package_name":"debug","ecosystem":"npm","requirements":"2.6.9","direct":false,"kind":"development","optional":false},{"id":3035438180,"package_name":"ms","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438181,"package_name":"boolean","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438182,"package_name":"bottleneck","ecosystem":"npm","requirements":"2.19.5","direct":false,"kind":"development","optional":false},{"id":3035438183,"package_name":"brace-expansion","ecosystem":"npm","requirements":"1.1.11","direct":false,"kind":"development","optional":false},{"id":3035438184,"package_name":"braces","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438185,"package_name":"browser-stdout","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"development","optional":false},{"id":3035438186,"package_name":"browserslist","ecosystem":"npm","requirements":"4.16.1","direct":false,"kind":"development","optional":false},{"id":3035438187,"package_name":"buffer","ecosystem":"npm","requirements":"5.7.1","direct":false,"kind":"development","optional":false},{"id":3035438188,"package_name":"buffer-alloc","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438189,"package_name":"buffer-alloc-unsafe","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438190,"package_name":"buffer-crc32","ecosystem":"npm","requirements":"0.2.13","direct":false,"kind":"development","optional":false},{"id":3035438191,"package_name":"buffer-fill","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438192,"package_name":"buffer-from","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438193,"package_name":"builtin-modules","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438194,"package_name":"bytes","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438195,"package_name":"cacheable-lookup","ecosystem":"npm","requirements":"5.0.4","direct":false,"kind":"development","optional":false},{"id":3035438196,"package_name":"cacheable-request","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":3035438197,"package_name":"normalize-url","ecosystem":"npm","requirements":"4.5.0","direct":false,"kind":"development","optional":false},{"id":3035438198,"package_name":"caching-transform","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438199,"package_name":"call-bind","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438200,"package_name":"callsites","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438201,"package_name":"camel-case","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":3035438202,"package_name":"camelcase","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438203,"package_name":"camelcase-keys","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035438204,"package_name":"caniuse-lite","ecosystem":"npm","requirements":"1.0.30001179","direct":false,"kind":"development","optional":false},{"id":3035438205,"package_name":"capital-case","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035438206,"package_name":"cardinal","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035438207,"package_name":"caw","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438208,"package_name":"chai","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035438209,"package_name":"chalk","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"development","optional":false},{"id":3035438210,"package_name":"change-case","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":3035438211,"package_name":"check-error","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438212,"package_name":"chokidar","ecosystem":"npm","requirements":"3.5.1","direct":false,"kind":"development","optional":false},{"id":3035438213,"package_name":"fsevents","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":3035438214,"package_name":"chownr","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":3035438215,"package_name":"chrome-launcher","ecosystem":"npm","requirements":"0.13.4","direct":false,"kind":"development","optional":false},{"id":3035438216,"package_name":"ci-info","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438217,"package_name":"circular-json","ecosystem":"npm","requirements":"0.3.3","direct":false,"kind":"development","optional":false},{"id":3035438218,"package_name":"clean-stack","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438219,"package_name":"cli-table","ecosystem":"npm","requirements":"0.3.1","direct":false,"kind":"development","optional":false},{"id":3035438220,"package_name":"colors","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438221,"package_name":"cli-width","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438222,"package_name":"cliui","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035438223,"package_name":"clone-response","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438224,"package_name":"co","ecosystem":"npm","requirements":"4.6.0","direct":false,"kind":"development","optional":false},{"id":3035438225,"package_name":"codecov","ecosystem":"npm","requirements":"3.8.1","direct":false,"kind":"development","optional":false},{"id":3035438226,"package_name":"color-convert","ecosystem":"npm","requirements":"1.9.3","direct":false,"kind":"development","optional":false},{"id":3035438227,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":3035438228,"package_name":"colorette","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438229,"package_name":"colors","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":3035438230,"package_name":"combined-stream","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"development","optional":false},{"id":3035438231,"package_name":"commander","ecosystem":"npm","requirements":"2.20.3","direct":false,"kind":"development","optional":false},{"id":3035438232,"package_name":"commitlint-config-angular","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438233,"package_name":"commondir","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438234,"package_name":"compare-func","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":3035438235,"package_name":"compare-versions","ecosystem":"npm","requirements":"3.6.0","direct":false,"kind":"development","optional":false},{"id":3035438236,"package_name":"component-bind","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438237,"package_name":"component-emitter","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035438238,"package_name":"component-inherit","ecosystem":"npm","requirements":"0.0.3","direct":false,"kind":"development","optional":false},{"id":3035438239,"package_name":"compress-commons","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":3035438240,"package_name":"concat-map","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":3035438241,"package_name":"concat-stream","ecosystem":"npm","requirements":"1.6.2","direct":false,"kind":"development","optional":false},{"id":3035438242,"package_name":"config-chain","ecosystem":"npm","requirements":"1.1.12","direct":false,"kind":"development","optional":false},{"id":3035438243,"package_name":"connect","ecosystem":"npm","requirements":"3.7.0","direct":false,"kind":"development","optional":false},{"id":3035438244,"package_name":"constant-case","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035438245,"package_name":"content-disposition","ecosystem":"npm","requirements":"0.5.3","direct":false,"kind":"development","optional":false},{"id":3035438246,"package_name":"content-type","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035438247,"package_name":"conventional-changelog-angular","ecosystem":"npm","requirements":"5.0.12","direct":false,"kind":"development","optional":false},{"id":3035438248,"package_name":"compare-func","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438249,"package_name":"dot-prop","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"development","optional":false},{"id":3035438250,"package_name":"is-obj","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438251,"package_name":"conventional-changelog-writer","ecosystem":"npm","requirements":"4.0.11","direct":false,"kind":"development","optional":false},{"id":3035438252,"package_name":"dateformat","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":3035438253,"package_name":"semver","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"development","optional":false},{"id":3035438254,"package_name":"conventional-commits-filter","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438255,"package_name":"conventional-commits-parser","ecosystem":"npm","requirements":"3.0.8","direct":false,"kind":"development","optional":false},{"id":3035438256,"package_name":"convert-source-map","ecosystem":"npm","requirements":"1.7.0","direct":false,"kind":"development","optional":false},{"id":3035438257,"package_name":"cookie","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":3035438258,"package_name":"core-js","ecosystem":"npm","requirements":"3.8.3","direct":false,"kind":"development","optional":false},{"id":3035438259,"package_name":"core-js-compat","ecosystem":"npm","requirements":"3.8.3","direct":false,"kind":"development","optional":false},{"id":3035438260,"package_name":"semver","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":3035438261,"package_name":"core-util-is","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438262,"package_name":"cosmiconfig","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":3035438263,"package_name":"parse-json","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":3035438264,"package_name":"path-type","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438265,"package_name":"crc-32","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438266,"package_name":"crc32-stream","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438267,"package_name":"cross-env","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"development","optional":false},{"id":3035438268,"package_name":"cross-spawn","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"development","optional":false},{"id":3035438269,"package_name":"crypto-random-string","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438270,"package_name":"css-shorthand-properties","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438271,"package_name":"css-value","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":3035438272,"package_name":"currently-unhandled","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":3035438273,"package_name":"custom-event","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438274,"package_name":"dargs","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":3035438275,"package_name":"date-format","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438276,"package_name":"debug","ecosystem":"npm","requirements":"4.3.1","direct":false,"kind":"development","optional":false},{"id":3035438277,"package_name":"decamelize","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438278,"package_name":"decamelize-keys","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438279,"package_name":"map-obj","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438280,"package_name":"decode-uri-component","ecosystem":"npm","requirements":"0.2.0","direct":false,"kind":"development","optional":false},{"id":3035438281,"package_name":"decompress","ecosystem":"npm","requirements":"4.2.1","direct":false,"kind":"development","optional":false},{"id":3035438282,"package_name":"make-dir","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035438283,"package_name":"pify","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438284,"package_name":"pify","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":3035438285,"package_name":"decompress-response","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035438286,"package_name":"mimic-response","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438287,"package_name":"decompress-tar","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438288,"package_name":"file-type","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":3035438289,"package_name":"decompress-tarbz2","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438290,"package_name":"file-type","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"development","optional":false},{"id":3035438291,"package_name":"decompress-targz","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438292,"package_name":"decompress-unzip","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438293,"package_name":"file-type","ecosystem":"npm","requirements":"3.9.0","direct":false,"kind":"development","optional":false},{"id":3035438294,"package_name":"get-stream","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":3035438295,"package_name":"deep-eql","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035438296,"package_name":"deep-extend","ecosystem":"npm","requirements":"0.6.0","direct":false,"kind":"development","optional":false},{"id":3035438297,"package_name":"deep-is","ecosystem":"npm","requirements":"0.1.3","direct":false,"kind":"development","optional":false},{"id":3035438298,"package_name":"deepmerge","ecosystem":"npm","requirements":"4.2.2","direct":false,"kind":"development","optional":false},{"id":3035438299,"package_name":"default-require-extensions","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438300,"package_name":"strip-bom","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438301,"package_name":"defer-to-connect","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438302,"package_name":"define-properties","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":3035438303,"package_name":"delayed-stream","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438304,"package_name":"depd","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035438305,"package_name":"deprecation","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":3035438306,"package_name":"detect-node","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":3035438307,"package_name":"devtools","ecosystem":"npm","requirements":"6.12.1","direct":false,"kind":"development","optional":false},{"id":3035438308,"package_name":"uuid","ecosystem":"npm","requirements":"8.3.2","direct":false,"kind":"development","optional":false},{"id":3035438309,"package_name":"devtools-protocol","ecosystem":"npm","requirements":"0.0.818844","direct":false,"kind":"development","optional":false},{"id":3035438310,"package_name":"di","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":3035438311,"package_name":"diff","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":3035438312,"package_name":"dir-glob","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035438313,"package_name":"doctrine","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438314,"package_name":"dom-serialize","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":3035438315,"package_name":"dot-case","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035438316,"package_name":"dot-prop","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438317,"package_name":"download","ecosystem":"npm","requirements":"7.1.0","direct":false,"kind":"development","optional":false},{"id":3035438318,"package_name":"@sindresorhus/is","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"development","optional":false},{"id":3035438319,"package_name":"cacheable-request","ecosystem":"npm","requirements":"2.1.4","direct":false,"kind":"development","optional":false},{"id":3035438320,"package_name":"lowercase-keys","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438321,"package_name":"decompress-response","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"development","optional":false},{"id":3035438322,"package_name":"got","ecosystem":"npm","requirements":"8.3.2","direct":false,"kind":"development","optional":false},{"id":3035438323,"package_name":"http-cache-semantics","ecosystem":"npm","requirements":"3.8.1","direct":false,"kind":"development","optional":false},{"id":3035438324,"package_name":"into-stream","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438325,"package_name":"json-buffer","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438326,"package_name":"keyv","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438327,"package_name":"lowercase-keys","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438328,"package_name":"normalize-url","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438329,"package_name":"p-cancelable","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":3035438330,"package_name":"p-is-promise","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438331,"package_name":"responselike","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438332,"package_name":"sort-keys","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438333,"package_name":"duplexer2","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":3035438334,"package_name":"duplexer3","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":3035438335,"package_name":"edge-launcher","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"development","optional":false},{"id":3035438336,"package_name":"edge-paths","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":3035438337,"package_name":"ee-first","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438338,"package_name":"electron-to-chromium","ecosystem":"npm","requirements":"1.3.642","direct":false,"kind":"development","optional":false},{"id":3035438339,"package_name":"emoji-regex","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":3035438340,"package_name":"encodeurl","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438341,"package_name":"end-of-stream","ecosystem":"npm","requirements":"1.4.4","direct":false,"kind":"development","optional":false},{"id":3035438342,"package_name":"engine.io","ecosystem":"npm","requirements":"3.5.0","direct":false,"kind":"development","optional":false},{"id":3035438343,"package_name":"debug","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438344,"package_name":"engine.io-client","ecosystem":"npm","requirements":"3.5.0","direct":false,"kind":"development","optional":false},{"id":3035438345,"package_name":"debug","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438346,"package_name":"engine.io-parser","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":3035438347,"package_name":"enquirer","ecosystem":"npm","requirements":"2.3.6","direct":false,"kind":"development","optional":false},{"id":3035438348,"package_name":"ent","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438349,"package_name":"env-ci","ecosystem":"npm","requirements":"5.0.2","direct":false,"kind":"development","optional":false},{"id":3035438350,"package_name":"error-ex","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":3035438351,"package_name":"es6-error","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438352,"package_name":"escalade","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":3035438353,"package_name":"escape-html","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438354,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":3035438355,"package_name":"eslint","ecosystem":"npm","requirements":"7.18.0","direct":false,"kind":"development","optional":false},{"id":3035438356,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438357,"package_name":"levn","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":3035438358,"package_name":"lru-cache","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035438359,"package_name":"optionator","ecosystem":"npm","requirements":"0.9.1","direct":false,"kind":"development","optional":false},{"id":3035438360,"package_name":"prelude-ls","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438361,"package_name":"semver","ecosystem":"npm","requirements":"7.3.4","direct":false,"kind":"development","optional":false},{"id":3035438362,"package_name":"type-check","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"development","optional":false},{"id":3035438363,"package_name":"yallist","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438364,"package_name":"eslint-config-strict","ecosystem":"npm","requirements":"14.0.1","direct":false,"kind":"development","optional":false},{"id":3035438365,"package_name":"acorn","ecosystem":"npm","requirements":"5.7.4","direct":false,"kind":"development","optional":false},{"id":3035438366,"package_name":"acorn-jsx","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035438367,"package_name":"acorn","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"development","optional":false},{"id":3035438368,"package_name":"ajv","ecosystem":"npm","requirements":"5.5.2","direct":false,"kind":"development","optional":false},{"id":3035438369,"package_name":"ansi-escapes","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":3035438370,"package_name":"ansi-regex","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438371,"package_name":"chardet","ecosystem":"npm","requirements":"0.4.2","direct":false,"kind":"development","optional":false},{"id":3035438372,"package_name":"cli-cursor","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438373,"package_name":"debug","ecosystem":"npm","requirements":"3.2.6","direct":false,"kind":"development","optional":false},{"id":3035438374,"package_name":"doctrine","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438375,"package_name":"eslint","ecosystem":"npm","requirements":"4.19.1","direct":false,"kind":"development","optional":false},{"id":3035438376,"package_name":"eslint-scope","ecosystem":"npm","requirements":"3.7.3","direct":false,"kind":"development","optional":false},{"id":3035438377,"package_name":"espree","ecosystem":"npm","requirements":"3.5.4","direct":false,"kind":"development","optional":false},{"id":3035438378,"package_name":"external-editor","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438379,"package_name":"fast-deep-equal","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438380,"package_name":"figures","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438381,"package_name":"file-entry-cache","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438382,"package_name":"flat-cache","ecosystem":"npm","requirements":"1.3.4","direct":false,"kind":"development","optional":false},{"id":3035438383,"package_name":"ignore","ecosystem":"npm","requirements":"3.3.10","direct":false,"kind":"development","optional":false},{"id":3035438384,"package_name":"inquirer","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"development","optional":false},{"id":3035438385,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438386,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"0.3.1","direct":false,"kind":"development","optional":false},{"id":3035438387,"package_name":"mimic-fn","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438388,"package_name":"mute-stream","ecosystem":"npm","requirements":"0.0.7","direct":false,"kind":"development","optional":false},{"id":3035438389,"package_name":"onetime","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438390,"package_name":"regexpp","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438391,"package_name":"restore-cursor","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438392,"package_name":"rimraf","ecosystem":"npm","requirements":"2.6.3","direct":false,"kind":"development","optional":false},{"id":3035438393,"package_name":"slice-ansi","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438394,"package_name":"string-width","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035438395,"package_name":"strip-ansi","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438396,"package_name":"strip-json-comments","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438397,"package_name":"table","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":3035438398,"package_name":"write","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":3035438399,"package_name":"eslint-plugin-filenames","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":3035438400,"package_name":"eslint-plugin-prettier","ecosystem":"npm","requirements":"3.3.1","direct":false,"kind":"development","optional":false},{"id":3035438401,"package_name":"eslint-scope","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":3035438402,"package_name":"eslint-utils","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438403,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035438404,"package_name":"esm","ecosystem":"npm","requirements":"3.2.25","direct":false,"kind":"development","optional":false},{"id":3035438405,"package_name":"espree","ecosystem":"npm","requirements":"7.3.1","direct":false,"kind":"development","optional":false},{"id":3035438406,"package_name":"esprima","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438407,"package_name":"esquery","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438408,"package_name":"estraverse","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438409,"package_name":"esrecurse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":3035438410,"package_name":"estraverse","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":3035438411,"package_name":"estraverse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":3035438412,"package_name":"estree-walker","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438413,"package_name":"esutils","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":3035438414,"package_name":"eventemitter3","ecosystem":"npm","requirements":"4.0.7","direct":false,"kind":"development","optional":false},{"id":3035438415,"package_name":"execa","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438416,"package_name":"npm-run-path","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438417,"package_name":"executable","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438418,"package_name":"exit-on-epipe","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438419,"package_name":"ext-list","ecosystem":"npm","requirements":"2.2.2","direct":false,"kind":"development","optional":false},{"id":3035438420,"package_name":"ext-name","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438421,"package_name":"extend","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438422,"package_name":"extract-zip","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438423,"package_name":"fast-deep-equal","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"development","optional":false},{"id":3035438424,"package_name":"fast-diff","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438425,"package_name":"fast-glob","ecosystem":"npm","requirements":"3.2.2","direct":false,"kind":"development","optional":false},{"id":3035438426,"package_name":"fast-json-stable-stringify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438427,"package_name":"fast-levenshtein","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"development","optional":false},{"id":3035438428,"package_name":"fastq","ecosystem":"npm","requirements":"1.6.1","direct":false,"kind":"development","optional":false},{"id":3035438429,"package_name":"fd-slicer","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438430,"package_name":"figures","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":3035438431,"package_name":"file-entry-cache","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035438432,"package_name":"file-type","ecosystem":"npm","requirements":"8.1.0","direct":false,"kind":"development","optional":false},{"id":3035438433,"package_name":"filename-reserved-regex","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438434,"package_name":"filenamify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438435,"package_name":"fill-range","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":3035438436,"package_name":"finalhandler","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035438437,"package_name":"find-cache-dir","ecosystem":"npm","requirements":"3.3.1","direct":false,"kind":"development","optional":false},{"id":3035438438,"package_name":"find-up","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438439,"package_name":"find-versions","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438440,"package_name":"flat","ecosystem":"npm","requirements":"5.0.2","direct":false,"kind":"development","optional":false},{"id":3035438441,"package_name":"flat-cache","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035438442,"package_name":"flatted","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":3035438443,"package_name":"follow-redirects","ecosystem":"npm","requirements":"1.13.1","direct":false,"kind":"development","optional":false},{"id":3035438444,"package_name":"foreground-child","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438445,"package_name":"form-data","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438446,"package_name":"from2","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":3035438447,"package_name":"fromentries","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438448,"package_name":"fs-constants","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438449,"package_name":"fs-extra","ecosystem":"npm","requirements":"9.1.0","direct":false,"kind":"development","optional":false},{"id":3035438450,"package_name":"fs.realpath","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438451,"package_name":"fsevents","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":3035438452,"package_name":"function-bind","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438453,"package_name":"functional-red-black-tree","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438454,"package_name":"gensync","ecosystem":"npm","requirements":"1.0.0-beta.1","direct":false,"kind":"development","optional":false},{"id":3035438455,"package_name":"get-caller-file","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":3035438456,"package_name":"get-func-name","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":3035438457,"package_name":"get-intrinsic","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438458,"package_name":"get-package-type","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false},{"id":3035438459,"package_name":"get-port","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":3035438460,"package_name":"get-proxy","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438461,"package_name":"get-stdin","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":3035438462,"package_name":"get-stream","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"development","optional":false},{"id":3035438463,"package_name":"git-log-parser","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438464,"package_name":"split2","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438465,"package_name":"through2","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":3035438466,"package_name":"git-raw-commits","ecosystem":"npm","requirements":"2.0.9","direct":false,"kind":"development","optional":false},{"id":3035438467,"package_name":"camelcase-keys","ecosystem":"npm","requirements":"6.2.2","direct":false,"kind":"development","optional":false},{"id":3035438468,"package_name":"hosted-git-info","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"development","optional":false},{"id":3035438469,"package_name":"map-obj","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438470,"package_name":"meow","ecosystem":"npm","requirements":"8.1.2","direct":false,"kind":"development","optional":false},{"id":3035438471,"package_name":"type-fest","ecosystem":"npm","requirements":"0.18.1","direct":false,"kind":"development","optional":false},{"id":3035438472,"package_name":"minimist-options","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438473,"package_name":"normalize-package-data","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438474,"package_name":"quick-lru","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438475,"package_name":"hosted-git-info","ecosystem":"npm","requirements":"2.8.8","direct":false,"kind":"development","optional":false},{"id":3035438476,"package_name":"normalize-package-data","ecosystem":"npm","requirements":"2.5.0","direct":false,"kind":"development","optional":false},{"id":3035438477,"package_name":"semver","ecosystem":"npm","requirements":"5.7.1","direct":false,"kind":"development","optional":false},{"id":3035438478,"package_name":"redent","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438479,"package_name":"split2","ecosystem":"npm","requirements":"3.2.2","direct":false,"kind":"development","optional":false},{"id":3035438480,"package_name":"strip-indent","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438481,"package_name":"through2","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":3035438482,"package_name":"trim-newlines","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438483,"package_name":"yargs-parser","ecosystem":"npm","requirements":"20.2.4","direct":false,"kind":"development","optional":false},{"id":3035438484,"package_name":"glob","ecosystem":"npm","requirements":"7.1.6","direct":false,"kind":"development","optional":false},{"id":3035438485,"package_name":"glob-parent","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":3035438486,"package_name":"global-agent","ecosystem":"npm","requirements":"2.1.12","direct":false,"kind":"development","optional":false},{"id":3035438487,"package_name":"global-dirs","ecosystem":"npm","requirements":"0.1.1","direct":false,"kind":"development","optional":false},{"id":3035438488,"package_name":"globals","ecosystem":"npm","requirements":"11.12.0","direct":false,"kind":"development","optional":false},{"id":3035438489,"package_name":"globalthis","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438490,"package_name":"globby","ecosystem":"npm","requirements":"11.0.0","direct":false,"kind":"development","optional":false},{"id":3035438491,"package_name":"ignore","ecosystem":"npm","requirements":"5.1.4","direct":false,"kind":"development","optional":false},{"id":3035438492,"package_name":"got","ecosystem":"npm","requirements":"11.8.1","direct":false,"kind":"development","optional":false},{"id":3035438493,"package_name":"graceful-fs","ecosystem":"npm","requirements":"4.2.4","direct":false,"kind":"development","optional":false},{"id":3035438494,"package_name":"grapheme-splitter","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035438495,"package_name":"growl","ecosystem":"npm","requirements":"1.10.5","direct":false,"kind":"development","optional":false},{"id":3035438496,"package_name":"handlebars","ecosystem":"npm","requirements":"4.7.3","direct":false,"kind":"development","optional":false},{"id":3035438497,"package_name":"source-map","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"development","optional":false},{"id":3035438498,"package_name":"hard-rejection","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438499,"package_name":"has","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438500,"package_name":"has-ansi","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438501,"package_name":"has-binary2","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438502,"package_name":"isarray","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438503,"package_name":"has-cors","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438504,"package_name":"has-flag","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438505,"package_name":"has-symbol-support-x","ecosystem":"npm","requirements":"1.4.2","direct":false,"kind":"development","optional":false},{"id":3035438506,"package_name":"has-symbols","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438507,"package_name":"has-to-string-tag-x","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":3035438508,"package_name":"hash.js","ecosystem":"npm","requirements":"1.1.7","direct":false,"kind":"development","optional":false},{"id":3035438509,"package_name":"hasha","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":3035438510,"package_name":"he","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438511,"package_name":"header-case","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":3035438512,"package_name":"hook-std","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438513,"package_name":"html-escaper","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438514,"package_name":"http-cache-semantics","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438515,"package_name":"http-errors","ecosystem":"npm","requirements":"1.7.2","direct":false,"kind":"development","optional":false},{"id":3035438516,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":3035438517,"package_name":"http-proxy","ecosystem":"npm","requirements":"1.18.1","direct":false,"kind":"development","optional":false},{"id":3035438518,"package_name":"http-proxy-agent","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438519,"package_name":"http2-wrapper","ecosystem":"npm","requirements":"1.0.0-beta.5.2","direct":false,"kind":"development","optional":false},{"id":3035438520,"package_name":"quick-lru","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":3035438521,"package_name":"https-proxy-agent","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438522,"package_name":"agent-base","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":3035438523,"package_name":"human-signals","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438524,"package_name":"husky","ecosystem":"npm","requirements":"4.3.8","direct":false,"kind":"development","optional":false},{"id":3035438525,"package_name":"pkg-dir","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438526,"package_name":"iconv-lite","ecosystem":"npm","requirements":"0.4.24","direct":false,"kind":"development","optional":false},{"id":3035438527,"package_name":"ieee754","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438528,"package_name":"ignore","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"development","optional":false},{"id":3035438529,"package_name":"ignore-walk","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":3035438530,"package_name":"import-fresh","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"development","optional":false},{"id":3035438531,"package_name":"resolve-from","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438532,"package_name":"import-from","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438533,"package_name":"import-lazy","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438534,"package_name":"imurmurhash","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":3035438535,"package_name":"indent-string","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":3035438536,"package_name":"indexof","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":3035438537,"package_name":"inflight","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":3035438538,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":3035438539,"package_name":"ini","ecosystem":"npm","requirements":"1.3.5","direct":false,"kind":"development","optional":false},{"id":3035438540,"package_name":"into-stream","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":3035438541,"package_name":"is-arrayish","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":3035438542,"package_name":"is-binary-path","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438543,"package_name":"is-core-module","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438544,"package_name":"is-docker","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035438545,"package_name":"is-extglob","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035438546,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438547,"package_name":"is-glob","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438548,"package_name":"is-module","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438549,"package_name":"is-natural-number","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438550,"package_name":"is-number","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":3035438551,"package_name":"is-obj","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438552,"package_name":"is-object","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438553,"package_name":"is-plain-obj","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438554,"package_name":"is-plain-object","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438555,"package_name":"is-promise","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438556,"package_name":"is-reference","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438557,"package_name":"is-resolvable","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438558,"package_name":"is-retry-allowed","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438559,"package_name":"is-stream","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438560,"package_name":"is-text-path","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438561,"package_name":"is-typedarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438562,"package_name":"is-windows","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438563,"package_name":"is-wsl","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438564,"package_name":"isarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438565,"package_name":"isbinaryfile","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"development","optional":false},{"id":3035438566,"package_name":"isexe","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438567,"package_name":"isobject","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438568,"package_name":"issue-parser","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035438569,"package_name":"istanbul-lib-coverage","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438570,"package_name":"istanbul-lib-hook","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438571,"package_name":"istanbul-lib-instrument","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":3035438572,"package_name":"istanbul-lib-processinfo","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438573,"package_name":"istanbul-lib-report","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438574,"package_name":"istanbul-lib-source-maps","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438575,"package_name":"istanbul-reports","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438576,"package_name":"isurl","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438577,"package_name":"java-properties","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438578,"package_name":"js-tokens","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438579,"package_name":"js-yaml","ecosystem":"npm","requirements":"3.14.0","direct":false,"kind":"development","optional":false},{"id":3035438580,"package_name":"jsesc","ecosystem":"npm","requirements":"2.5.2","direct":false,"kind":"development","optional":false},{"id":3035438581,"package_name":"json-buffer","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035438582,"package_name":"json-parse-better-errors","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438583,"package_name":"json-parse-even-better-errors","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":3035438584,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":3035438585,"package_name":"json-stable-stringify-without-jsonify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438586,"package_name":"json-stringify-safe","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":3035438587,"package_name":"json5","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":3035438588,"package_name":"jsonfile","ecosystem":"npm","requirements":"6.1.0","direct":false,"kind":"development","optional":false},{"id":3035438589,"package_name":"jsonparse","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"development","optional":false},{"id":3035438590,"package_name":"karma","ecosystem":"npm","requirements":"5.2.3","direct":false,"kind":"development","optional":false},{"id":3035438591,"package_name":"tmp","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":3035438592,"package_name":"ua-parser-js","ecosystem":"npm","requirements":"0.7.22","direct":false,"kind":"development","optional":false},{"id":3035438593,"package_name":"karma-chrome-launcher","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438594,"package_name":"karma-coverage","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":3035438595,"package_name":"karma-edge-launcher","ecosystem":"npm","requirements":"0.4.2","direct":false,"kind":"development","optional":false},{"id":3035438596,"package_name":"karma-firefox-launcher","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438597,"package_name":"karma-ie-launcher","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438598,"package_name":"karma-mocha","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438599,"package_name":"karma-opera-launcher","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438600,"package_name":"karma-safari-launcher","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438601,"package_name":"karma-safaritechpreview-launcher","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438602,"package_name":"karma-sauce-launcher","ecosystem":"npm","requirements":"4.3.4","direct":false,"kind":"development","optional":false},{"id":3035438603,"package_name":"keyv","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":3035438604,"package_name":"kind-of","ecosystem":"npm","requirements":"6.0.3","direct":false,"kind":"development","optional":false},{"id":3035438605,"package_name":"lazystream","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438606,"package_name":"levn","ecosystem":"npm","requirements":"0.3.0","direct":false,"kind":"development","optional":false},{"id":3035438607,"package_name":"lighthouse-logger","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438608,"package_name":"lines-and-columns","ecosystem":"npm","requirements":"1.1.6","direct":false,"kind":"development","optional":false},{"id":3035438609,"package_name":"load-json-file","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438610,"package_name":"locate-path","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035438611,"package_name":"lodash","ecosystem":"npm","requirements":"4.17.20","direct":false,"kind":"development","optional":false},{"id":3035438612,"package_name":"lodash._reinterpolate","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438613,"package_name":"lodash.camelcase","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":3035438614,"package_name":"lodash.capitalize","ecosystem":"npm","requirements":"4.2.1","direct":false,"kind":"development","optional":false},{"id":3035438615,"package_name":"lodash.clonedeep","ecosystem":"npm","requirements":"4.5.0","direct":false,"kind":"development","optional":false},{"id":3035438616,"package_name":"lodash.defaults","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035438617,"package_name":"lodash.difference","ecosystem":"npm","requirements":"4.5.0","direct":false,"kind":"development","optional":false},{"id":3035438618,"package_name":"lodash.escaperegexp","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":3035438619,"package_name":"lodash.flatten","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":3035438620,"package_name":"lodash.flattendeep","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":3035438621,"package_name":"lodash.ismatch","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":3035438622,"package_name":"lodash.isobject","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438623,"package_name":"lodash.isplainobject","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"development","optional":false},{"id":3035438624,"package_name":"lodash.isstring","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438625,"package_name":"lodash.kebabcase","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438626,"package_name":"lodash.merge","ecosystem":"npm","requirements":"4.6.2","direct":false,"kind":"development","optional":false},{"id":3035438627,"package_name":"lodash.snakecase","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438628,"package_name":"lodash.template","ecosystem":"npm","requirements":"4.5.0","direct":false,"kind":"development","optional":false},{"id":3035438629,"package_name":"lodash.templatesettings","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035438630,"package_name":"lodash.toarray","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":3035438631,"package_name":"lodash.union","ecosystem":"npm","requirements":"4.6.0","direct":false,"kind":"development","optional":false},{"id":3035438632,"package_name":"lodash.uniqby","ecosystem":"npm","requirements":"4.7.0","direct":false,"kind":"development","optional":false},{"id":3035438633,"package_name":"lodash.upperfirst","ecosystem":"npm","requirements":"4.3.1","direct":false,"kind":"development","optional":false},{"id":3035438634,"package_name":"lodash.zip","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035438635,"package_name":"log-symbols","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438636,"package_name":"log4js","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"development","optional":false},{"id":3035438637,"package_name":"flatted","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438638,"package_name":"loglevel","ecosystem":"npm","requirements":"1.7.1","direct":false,"kind":"development","optional":false},{"id":3035438639,"package_name":"loglevel-plugin-prefix","ecosystem":"npm","requirements":"0.8.4","direct":false,"kind":"development","optional":false},{"id":3035438640,"package_name":"loud-rejection","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"development","optional":false},{"id":3035438641,"package_name":"lower-case","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438642,"package_name":"lowercase-keys","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438643,"package_name":"lru-cache","ecosystem":"npm","requirements":"4.1.5","direct":false,"kind":"development","optional":false},{"id":3035438644,"package_name":"macos-release","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":3035438645,"package_name":"magic-string","ecosystem":"npm","requirements":"0.25.7","direct":false,"kind":"development","optional":false},{"id":3035438646,"package_name":"make-dir","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438647,"package_name":"map-obj","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438648,"package_name":"marked","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"development","optional":false},{"id":3035438649,"package_name":"marked-terminal","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438650,"package_name":"ansi-styles","ecosystem":"npm","requirements":"4.2.1","direct":false,"kind":"development","optional":false},{"id":3035438651,"package_name":"chalk","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438652,"package_name":"supports-color","ecosystem":"npm","requirements":"7.1.0","direct":false,"kind":"development","optional":false},{"id":3035438653,"package_name":"marky","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438654,"package_name":"matcher","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438655,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035438656,"package_name":"media-typer","ecosystem":"npm","requirements":"0.3.0","direct":false,"kind":"development","optional":false},{"id":3035438657,"package_name":"meow","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438658,"package_name":"merge-stream","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438659,"package_name":"merge2","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035438660,"package_name":"micromatch","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":3035438661,"package_name":"mime","ecosystem":"npm","requirements":"2.5.0","direct":false,"kind":"development","optional":false},{"id":3035438662,"package_name":"mime-db","ecosystem":"npm","requirements":"1.43.0","direct":false,"kind":"development","optional":false},{"id":3035438663,"package_name":"mime-types","ecosystem":"npm","requirements":"2.1.26","direct":false,"kind":"development","optional":false},{"id":3035438664,"package_name":"mimic-fn","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438665,"package_name":"mimic-response","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438666,"package_name":"min-indent","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438667,"package_name":"minimalistic-assert","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438668,"package_name":"minimatch","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035438669,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"development","optional":false},{"id":3035438670,"package_name":"minimist-options","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438671,"package_name":"mkdirp","ecosystem":"npm","requirements":"0.5.4","direct":false,"kind":"development","optional":false},{"id":3035438672,"package_name":"mkdirp-classic","ecosystem":"npm","requirements":"0.5.3","direct":false,"kind":"development","optional":false},{"id":3035438673,"package_name":"mocha","ecosystem":"npm","requirements":"8.2.1","direct":false,"kind":"development","optional":false},{"id":3035438674,"package_name":"ansi-regex","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438675,"package_name":"chokidar","ecosystem":"npm","requirements":"3.4.3","direct":false,"kind":"development","optional":false},{"id":3035438676,"package_name":"cliui","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438677,"package_name":"debug","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035438678,"package_name":"emoji-regex","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"development","optional":false},{"id":3035438679,"package_name":"locate-path","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438680,"package_name":"p-locate","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438681,"package_name":"string-width","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438682,"package_name":"strip-ansi","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":3035438683,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"development","optional":false},{"id":3035438684,"package_name":"yargs","ecosystem":"npm","requirements":"13.3.2","direct":false,"kind":"development","optional":false},{"id":3035438685,"package_name":"find-up","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438686,"package_name":"yargs-parser","ecosystem":"npm","requirements":"13.1.2","direct":false,"kind":"development","optional":false},{"id":3035438687,"package_name":"modify-values","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438688,"package_name":"ms","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":3035438689,"package_name":"nanoid","ecosystem":"npm","requirements":"3.1.12","direct":false,"kind":"development","optional":false},{"id":3035438690,"package_name":"natural-compare","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":3035438691,"package_name":"negotiator","ecosystem":"npm","requirements":"0.6.2","direct":false,"kind":"development","optional":false},{"id":3035438692,"package_name":"neo-async","ecosystem":"npm","requirements":"2.6.1","direct":false,"kind":"development","optional":false},{"id":3035438693,"package_name":"nerf-dart","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438694,"package_name":"nice-try","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":3035438695,"package_name":"no-case","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035438696,"package_name":"node-emoji","ecosystem":"npm","requirements":"1.10.0","direct":false,"kind":"development","optional":false},{"id":3035438697,"package_name":"node-fetch","ecosystem":"npm","requirements":"2.6.1","direct":false,"kind":"development","optional":false},{"id":3035438698,"package_name":"node-preload","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":3035438699,"package_name":"node-releases","ecosystem":"npm","requirements":"1.1.70","direct":false,"kind":"development","optional":false},{"id":3035438700,"package_name":"normalize-path","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438701,"package_name":"normalize-url","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438702,"package_name":"npm","ecosystem":"npm","requirements":"6.14.3","direct":false,"kind":"development","optional":false},{"id":3035438703,"package_name":"abbrev","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438704,"package_name":"agent-base","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":3035438705,"package_name":"agentkeepalive","ecosystem":"npm","requirements":"3.5.2","direct":false,"kind":"development","optional":false},{"id":3035438706,"package_name":"ansi-align","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438707,"package_name":"ansistyles","ecosystem":"npm","requirements":"0.1.3","direct":false,"kind":"development","optional":false},{"id":3035438708,"package_name":"aproba","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438709,"package_name":"are-we-there-yet","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":3035438710,"package_name":"readable-stream","ecosystem":"npm","requirements":"2.3.6","direct":false,"kind":"development","optional":false},{"id":3035438711,"package_name":"string_decoder","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438712,"package_name":"asap","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"development","optional":false},{"id":3035438713,"package_name":"asn1","ecosystem":"npm","requirements":"0.2.4","direct":false,"kind":"development","optional":false},{"id":3035438714,"package_name":"assert-plus","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438715,"package_name":"aws-sign2","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"development","optional":false},{"id":3035438716,"package_name":"aws4","ecosystem":"npm","requirements":"1.8.0","direct":false,"kind":"development","optional":false},{"id":3035438717,"package_name":"bcrypt-pbkdf","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438718,"package_name":"bin-links","ecosystem":"npm","requirements":"1.1.7","direct":false,"kind":"development","optional":false},{"id":3035438719,"package_name":"bluebird","ecosystem":"npm","requirements":"3.5.5","direct":false,"kind":"development","optional":false},{"id":3035438720,"package_name":"boxen","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035438721,"package_name":"buffer-from","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438722,"package_name":"builtins","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438723,"package_name":"byline","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438724,"package_name":"byte-size","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":3035438725,"package_name":"cacache","ecosystem":"npm","requirements":"12.0.3","direct":false,"kind":"development","optional":false},{"id":3035438726,"package_name":"call-limit","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438727,"package_name":"capture-stack-trace","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438728,"package_name":"caseless","ecosystem":"npm","requirements":"0.12.0","direct":false,"kind":"development","optional":false},{"id":3035438729,"package_name":"chalk","ecosystem":"npm","requirements":"2.4.1","direct":false,"kind":"development","optional":false},{"id":3035438730,"package_name":"cidr-regex","ecosystem":"npm","requirements":"2.0.10","direct":false,"kind":"development","optional":false},{"id":3035438731,"package_name":"cli-boxes","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438732,"package_name":"cli-columns","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":3035438733,"package_name":"cli-table3","ecosystem":"npm","requirements":"0.5.1","direct":false,"kind":"development","optional":false},{"id":3035438734,"package_name":"cliui","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438735,"package_name":"clone","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035438736,"package_name":"cmd-shim","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":3035438737,"package_name":"code-point-at","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438738,"package_name":"color-convert","ecosystem":"npm","requirements":"1.9.1","direct":false,"kind":"development","optional":false},{"id":3035438739,"package_name":"colors","ecosystem":"npm","requirements":"1.3.3","direct":false,"kind":"development","optional":false},{"id":3035438740,"package_name":"columnify","ecosystem":"npm","requirements":"1.5.4","direct":false,"kind":"development","optional":false},{"id":3035438741,"package_name":"combined-stream","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":3035438742,"package_name":"configstore","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":3035438743,"package_name":"console-control-strings","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438744,"package_name":"copy-concurrently","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":3035438745,"package_name":"aproba","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438746,"package_name":"iferr","ecosystem":"npm","requirements":"0.1.5","direct":false,"kind":"development","optional":false},{"id":3035438747,"package_name":"create-error-class","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438748,"package_name":"yallist","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":3035438749,"package_name":"crypto-random-string","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438750,"package_name":"cyclist","ecosystem":"npm","requirements":"0.2.2","direct":false,"kind":"development","optional":false},{"id":3035438751,"package_name":"dashdash","ecosystem":"npm","requirements":"1.14.1","direct":false,"kind":"development","optional":false},{"id":3035438752,"package_name":"debuglog","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438753,"package_name":"deep-extend","ecosystem":"npm","requirements":"0.5.1","direct":false,"kind":"development","optional":false},{"id":3035438754,"package_name":"defaults","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438755,"package_name":"delegates","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438756,"package_name":"detect-indent","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438757,"package_name":"detect-newline","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438758,"package_name":"dezalgo","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438759,"package_name":"dot-prop","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035438760,"package_name":"dotenv","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":3035438761,"package_name":"duplexify","ecosystem":"npm","requirements":"3.6.0","direct":false,"kind":"development","optional":false},{"id":3035438762,"package_name":"ecc-jsbn","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":3035438763,"package_name":"editor","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438764,"package_name":"encoding","ecosystem":"npm","requirements":"0.1.12","direct":false,"kind":"development","optional":false},{"id":3035438765,"package_name":"end-of-stream","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":3035438766,"package_name":"env-paths","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438767,"package_name":"err-code","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035438768,"package_name":"errno","ecosystem":"npm","requirements":"0.1.7","direct":false,"kind":"development","optional":false},{"id":3035438769,"package_name":"es-abstract","ecosystem":"npm","requirements":"1.12.0","direct":false,"kind":"development","optional":false},{"id":3035438770,"package_name":"es-to-primitive","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438771,"package_name":"es6-promise","ecosystem":"npm","requirements":"4.2.8","direct":false,"kind":"development","optional":false},{"id":3035438772,"package_name":"es6-promisify","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438773,"package_name":"extsprintf","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035438774,"package_name":"fast-json-stable-stringify","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438775,"package_name":"figgy-pudding","ecosystem":"npm","requirements":"3.5.1","direct":false,"kind":"development","optional":false},{"id":3035438776,"package_name":"find-npm-prefix","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438777,"package_name":"find-up","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438778,"package_name":"flush-write-stream","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438779,"package_name":"forever-agent","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"development","optional":false},{"id":3035438780,"package_name":"form-data","ecosystem":"npm","requirements":"2.3.2","direct":false,"kind":"development","optional":false},{"id":3035438781,"package_name":"fs-minipass","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"development","optional":false},{"id":3035438782,"package_name":"minipass","ecosystem":"npm","requirements":"2.9.0","direct":false,"kind":"development","optional":false},{"id":3035438783,"package_name":"fs-vacuum","ecosystem":"npm","requirements":"1.2.10","direct":false,"kind":"development","optional":false},{"id":3035438784,"package_name":"fs-write-stream-atomic","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"development","optional":false},{"id":3035438785,"package_name":"gauge","ecosystem":"npm","requirements":"2.7.4","direct":false,"kind":"development","optional":false},{"id":3035438786,"package_name":"string-width","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438787,"package_name":"genfun","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035438788,"package_name":"gentle-fs","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":3035438789,"package_name":"get-caller-file","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438790,"package_name":"getpass","ecosystem":"npm","requirements":"0.1.7","direct":false,"kind":"development","optional":false},{"id":3035438791,"package_name":"got","ecosystem":"npm","requirements":"6.7.1","direct":false,"kind":"development","optional":false},{"id":3035438792,"package_name":"graceful-fs","ecosystem":"npm","requirements":"4.2.3","direct":false,"kind":"development","optional":false},{"id":3035438793,"package_name":"har-schema","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438794,"package_name":"har-validator","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"development","optional":false},{"id":3035438795,"package_name":"has-symbols","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438796,"package_name":"has-unicode","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438797,"package_name":"http-proxy-agent","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438798,"package_name":"http-signature","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438799,"package_name":"https-proxy-agent","ecosystem":"npm","requirements":"2.2.4","direct":false,"kind":"development","optional":false},{"id":3035438800,"package_name":"humanize-ms","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438801,"package_name":"iconv-lite","ecosystem":"npm","requirements":"0.4.23","direct":false,"kind":"development","optional":false},{"id":3035438802,"package_name":"iferr","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438803,"package_name":"import-lazy","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438804,"package_name":"infer-owner","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035438805,"package_name":"init-package-json","ecosystem":"npm","requirements":"1.10.3","direct":false,"kind":"development","optional":false},{"id":3035438806,"package_name":"invert-kv","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438807,"package_name":"ip","ecosystem":"npm","requirements":"1.1.5","direct":false,"kind":"development","optional":false},{"id":3035438808,"package_name":"ip-regex","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438809,"package_name":"is-callable","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":3035438810,"package_name":"is-ci","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438811,"package_name":"ci-info","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"development","optional":false},{"id":3035438812,"package_name":"is-cidr","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438813,"package_name":"is-date-object","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438814,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438815,"package_name":"is-installed-globally","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false},{"id":3035438816,"package_name":"is-npm","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438817,"package_name":"is-path-inside","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438818,"package_name":"is-redirect","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438819,"package_name":"is-regex","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035438820,"package_name":"is-retry-allowed","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438821,"package_name":"is-symbol","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438822,"package_name":"isstream","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":3035438823,"package_name":"jsbn","ecosystem":"npm","requirements":"0.1.1","direct":false,"kind":"development","optional":false},{"id":3035438824,"package_name":"json-schema","ecosystem":"npm","requirements":"0.2.3","direct":false,"kind":"development","optional":false},{"id":3035438825,"package_name":"jsprim","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":3035438826,"package_name":"latest-version","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438827,"package_name":"lazy-property","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438828,"package_name":"lcid","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438829,"package_name":"libcipm","ecosystem":"npm","requirements":"4.0.7","direct":false,"kind":"development","optional":false},{"id":3035438830,"package_name":"libnpm","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035438831,"package_name":"libnpmaccess","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438832,"package_name":"libnpmconfig","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438833,"package_name":"p-limit","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438834,"package_name":"p-try","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035438835,"package_name":"libnpmhook","ecosystem":"npm","requirements":"5.0.3","direct":false,"kind":"development","optional":false},{"id":3035438836,"package_name":"libnpmorg","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438837,"package_name":"libnpmpublish","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035438838,"package_name":"libnpmsearch","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438839,"package_name":"libnpmteam","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438840,"package_name":"libnpx","ecosystem":"npm","requirements":"10.2.2","direct":false,"kind":"development","optional":false},{"id":3035438841,"package_name":"locate-path","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438842,"package_name":"lock-verify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438843,"package_name":"lockfile","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035438844,"package_name":"lodash._baseindexof","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438845,"package_name":"lodash._baseuniq","ecosystem":"npm","requirements":"4.6.0","direct":false,"kind":"development","optional":false},{"id":3035438846,"package_name":"lodash._bindcallback","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035438847,"package_name":"lodash._cacheindexof","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438848,"package_name":"lodash._createcache","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":3035438849,"package_name":"lodash._createset","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":3035438850,"package_name":"lodash._getnative","ecosystem":"npm","requirements":"3.9.1","direct":false,"kind":"development","optional":false},{"id":3035438851,"package_name":"lodash._root","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035438852,"package_name":"lodash.restparam","ecosystem":"npm","requirements":"3.6.1","direct":false,"kind":"development","optional":false},{"id":3035438853,"package_name":"lodash.uniq","ecosystem":"npm","requirements":"4.5.0","direct":false,"kind":"development","optional":false},{"id":3035438854,"package_name":"lodash.without","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":3035438855,"package_name":"lru-cache","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":3035438856,"package_name":"make-fetch-happen","ecosystem":"npm","requirements":"5.0.2","direct":false,"kind":"development","optional":false},{"id":3035438857,"package_name":"map-age-cleaner","ecosystem":"npm","requirements":"0.1.3","direct":false,"kind":"development","optional":false},{"id":3035438858,"package_name":"meant","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438859,"package_name":"mem","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":3035438860,"package_name":"mime-db","ecosystem":"npm","requirements":"1.35.0","direct":false,"kind":"development","optional":false},{"id":3035438861,"package_name":"mime-types","ecosystem":"npm","requirements":"2.1.19","direct":false,"kind":"development","optional":false},{"id":3035438862,"package_name":"minizlib","ecosystem":"npm","requirements":"1.3.3","direct":false,"kind":"development","optional":false},{"id":3035438863,"package_name":"mississippi","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438864,"package_name":"mkdirp","ecosystem":"npm","requirements":"0.5.3","direct":false,"kind":"development","optional":false},{"id":3035438865,"package_name":"move-concurrently","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438866,"package_name":"ms","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035438867,"package_name":"node-fetch-npm","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438868,"package_name":"node-gyp","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"development","optional":false},{"id":3035438869,"package_name":"nopt","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438870,"package_name":"resolve","ecosystem":"npm","requirements":"1.10.0","direct":false,"kind":"development","optional":false},{"id":3035438871,"package_name":"npm-audit-report","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":3035438872,"package_name":"npm-bundled","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438873,"package_name":"npm-cache-filename","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438874,"package_name":"npm-install-checks","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438875,"package_name":"npm-lifecycle","ecosystem":"npm","requirements":"3.1.4","direct":false,"kind":"development","optional":false},{"id":3035438876,"package_name":"npm-logical-tree","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035438877,"package_name":"npm-normalize-package-bin","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438878,"package_name":"npm-package-arg","ecosystem":"npm","requirements":"6.1.1","direct":false,"kind":"development","optional":false},{"id":3035438879,"package_name":"npm-packlist","ecosystem":"npm","requirements":"1.4.8","direct":false,"kind":"development","optional":false},{"id":3035438880,"package_name":"npm-pick-manifest","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438881,"package_name":"npm-profile","ecosystem":"npm","requirements":"4.0.4","direct":false,"kind":"development","optional":false},{"id":3035438882,"package_name":"npm-registry-fetch","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":3035438883,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":3035438884,"package_name":"npm-run-path","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035438885,"package_name":"npm-user-validate","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438886,"package_name":"npmlog","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":3035438887,"package_name":"number-is-nan","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438888,"package_name":"oauth-sign","ecosystem":"npm","requirements":"0.9.0","direct":false,"kind":"development","optional":false},{"id":3035438889,"package_name":"object-assign","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035438890,"package_name":"object-keys","ecosystem":"npm","requirements":"1.0.12","direct":false,"kind":"development","optional":false},{"id":3035438891,"package_name":"object.getownpropertydescriptors","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":3035438892,"package_name":"once","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":3035438893,"package_name":"opener","ecosystem":"npm","requirements":"1.5.1","direct":false,"kind":"development","optional":false},{"id":3035438894,"package_name":"os-homedir","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438895,"package_name":"os-locale","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438896,"package_name":"os-tmpdir","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438897,"package_name":"osenv","ecosystem":"npm","requirements":"0.1.5","direct":false,"kind":"development","optional":false},{"id":3035438898,"package_name":"p-defer","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438899,"package_name":"p-finally","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438900,"package_name":"p-is-promise","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438901,"package_name":"p-limit","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438902,"package_name":"p-locate","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438903,"package_name":"p-try","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438904,"package_name":"package-json","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438905,"package_name":"pacote","ecosystem":"npm","requirements":"9.5.12","direct":false,"kind":"development","optional":false},{"id":3035438906,"package_name":"parallel-transform","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438907,"package_name":"path-exists","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438908,"package_name":"path-is-absolute","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438909,"package_name":"path-is-inside","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438910,"package_name":"path-parse","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":3035438911,"package_name":"performance-now","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438912,"package_name":"prepend-http","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035438913,"package_name":"process-nextick-args","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438914,"package_name":"promise-inflight","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438915,"package_name":"promise-retry","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035438916,"package_name":"retry","ecosystem":"npm","requirements":"0.10.1","direct":false,"kind":"development","optional":false},{"id":3035438917,"package_name":"promzard","ecosystem":"npm","requirements":"0.3.0","direct":false,"kind":"development","optional":false},{"id":3035438918,"package_name":"proto-list","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"development","optional":false},{"id":3035438919,"package_name":"protoduck","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":3035438920,"package_name":"prr","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438921,"package_name":"pseudomap","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035438922,"package_name":"psl","ecosystem":"npm","requirements":"1.1.29","direct":false,"kind":"development","optional":false},{"id":3035438923,"package_name":"pump","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438924,"package_name":"pumpify","ecosystem":"npm","requirements":"1.5.1","direct":false,"kind":"development","optional":false},{"id":3035438925,"package_name":"pump","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438926,"package_name":"punycode","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":3035438927,"package_name":"qrcode-terminal","ecosystem":"npm","requirements":"0.12.0","direct":false,"kind":"development","optional":false},{"id":3035438928,"package_name":"qs","ecosystem":"npm","requirements":"6.5.2","direct":false,"kind":"development","optional":false},{"id":3035438929,"package_name":"query-string","ecosystem":"npm","requirements":"6.8.2","direct":false,"kind":"development","optional":false},{"id":3035438930,"package_name":"qw","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438931,"package_name":"rc","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"development","optional":false},{"id":3035438932,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438933,"package_name":"read","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"development","optional":false},{"id":3035438934,"package_name":"read-cmd-shim","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":3035438935,"package_name":"read-installed","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":3035438936,"package_name":"read-package-json","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035438937,"package_name":"read-package-tree","ecosystem":"npm","requirements":"5.3.1","direct":false,"kind":"development","optional":false},{"id":3035438938,"package_name":"readdir-scoped-modules","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438939,"package_name":"registry-auth-token","ecosystem":"npm","requirements":"3.3.2","direct":false,"kind":"development","optional":false},{"id":3035438940,"package_name":"registry-url","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035438941,"package_name":"request","ecosystem":"npm","requirements":"2.88.0","direct":false,"kind":"development","optional":false},{"id":3035438942,"package_name":"require-directory","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035438943,"package_name":"require-main-filename","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438944,"package_name":"retry","ecosystem":"npm","requirements":"0.12.0","direct":false,"kind":"development","optional":false},{"id":3035438945,"package_name":"rimraf","ecosystem":"npm","requirements":"2.7.1","direct":false,"kind":"development","optional":false},{"id":3035438946,"package_name":"run-queue","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035438948,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":3035438949,"package_name":"safer-buffer","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":3035438951,"package_name":"semver-diff","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438953,"package_name":"set-blocking","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438955,"package_name":"sha","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438958,"package_name":"signal-exit","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035438960,"package_name":"slide","ecosystem":"npm","requirements":"1.1.6","direct":false,"kind":"development","optional":false},{"id":3035438961,"package_name":"smart-buffer","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035438962,"package_name":"socks","ecosystem":"npm","requirements":"2.3.3","direct":false,"kind":"development","optional":false},{"id":3035438963,"package_name":"socks-proxy-agent","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":3035438964,"package_name":"agent-base","ecosystem":"npm","requirements":"4.2.1","direct":false,"kind":"development","optional":false},{"id":3035438965,"package_name":"sorted-object","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035438966,"package_name":"sorted-union-stream","ecosystem":"npm","requirements":"2.1.3","direct":false,"kind":"development","optional":false},{"id":3035438967,"package_name":"from2","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035438968,"package_name":"isarray","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":3035438969,"package_name":"readable-stream","ecosystem":"npm","requirements":"1.1.14","direct":false,"kind":"development","optional":false},{"id":3035438970,"package_name":"string_decoder","ecosystem":"npm","requirements":"0.10.31","direct":false,"kind":"development","optional":false},{"id":3035438971,"package_name":"spdx-correct","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438972,"package_name":"spdx-exceptions","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035438973,"package_name":"spdx-expression-parse","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035438974,"package_name":"spdx-license-ids","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":3035438975,"package_name":"split-on-first","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438976,"package_name":"sshpk","ecosystem":"npm","requirements":"1.14.2","direct":false,"kind":"development","optional":false},{"id":3035438977,"package_name":"ssri","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":3035438978,"package_name":"stream-each","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"development","optional":false},{"id":3035438979,"package_name":"stream-iterate","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438980,"package_name":"stream-shift","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438981,"package_name":"strict-uri-encode","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035438982,"package_name":"string_decoder","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035438983,"package_name":"stringify-package","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035438984,"package_name":"strip-eof","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035438985,"package_name":"supports-color","ecosystem":"npm","requirements":"5.4.0","direct":false,"kind":"development","optional":false},{"id":3035438986,"package_name":"tar","ecosystem":"npm","requirements":"4.4.13","direct":false,"kind":"development","optional":false},{"id":3035438987,"package_name":"term-size","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035438988,"package_name":"text-table","ecosystem":"npm","requirements":"0.2.0","direct":false,"kind":"development","optional":false},{"id":3035438989,"package_name":"through","ecosystem":"npm","requirements":"2.3.8","direct":false,"kind":"development","optional":false},{"id":3035438990,"package_name":"through2","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":3035438991,"package_name":"timed-out","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035438992,"package_name":"tiny-relative-date","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035438993,"package_name":"tough-cookie","ecosystem":"npm","requirements":"2.4.3","direct":false,"kind":"development","optional":false},{"id":3035438994,"package_name":"tunnel-agent","ecosystem":"npm","requirements":"0.6.0","direct":false,"kind":"development","optional":false},{"id":3035438995,"package_name":"tweetnacl","ecosystem":"npm","requirements":"0.14.5","direct":false,"kind":"development","optional":false},{"id":3035438996,"package_name":"typedarray","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"development","optional":false},{"id":3035438997,"package_name":"uid-number","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"development","optional":false},{"id":3035438998,"package_name":"umask","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035438999,"package_name":"unique-filename","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035439000,"package_name":"unique-slug","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439001,"package_name":"unique-string","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439002,"package_name":"unpipe","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439003,"package_name":"unzip-response","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035439004,"package_name":"update-notifier","ecosystem":"npm","requirements":"2.5.0","direct":false,"kind":"development","optional":false},{"id":3035439005,"package_name":"url-parse-lax","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439006,"package_name":"util-deprecate","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035439007,"package_name":"util-extend","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035439008,"package_name":"util-promisify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439009,"package_name":"uuid","ecosystem":"npm","requirements":"3.3.3","direct":false,"kind":"development","optional":false},{"id":3035439010,"package_name":"validate-npm-package-license","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035439011,"package_name":"validate-npm-package-name","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439012,"package_name":"verror","ecosystem":"npm","requirements":"1.10.0","direct":false,"kind":"development","optional":false},{"id":3035439013,"package_name":"wcwidth","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035439014,"package_name":"which-module","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439015,"package_name":"wide-align","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035439016,"package_name":"widest-line","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439017,"package_name":"worker-farm","ecosystem":"npm","requirements":"1.7.0","direct":false,"kind":"development","optional":false},{"id":3035439018,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439019,"package_name":"wrappy","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":3035439020,"package_name":"write-file-atomic","ecosystem":"npm","requirements":"2.4.3","direct":false,"kind":"development","optional":false},{"id":3035439021,"package_name":"xdg-basedir","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439022,"package_name":"xtend","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035439023,"package_name":"y18n","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035439024,"package_name":"yallist","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":3035439025,"package_name":"yargs","ecosystem":"npm","requirements":"11.1.1","direct":false,"kind":"development","optional":false},{"id":3035439026,"package_name":"y18n","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"development","optional":false},{"id":3035439027,"package_name":"yargs-parser","ecosystem":"npm","requirements":"9.0.2","direct":false,"kind":"development","optional":false},{"id":3035439028,"package_name":"npm-conf","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":3035439029,"package_name":"nyc","ecosystem":"npm","requirements":"15.1.0","direct":false,"kind":"development","optional":false},{"id":3035439030,"package_name":"object-keys","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035439031,"package_name":"object.assign","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":3035439032,"package_name":"on-finished","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":3035439033,"package_name":"onetime","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":3035439034,"package_name":"opencollective-postinstall","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035439035,"package_name":"optimist","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"development","optional":false},{"id":3035439036,"package_name":"minimist","ecosystem":"npm","requirements":"0.0.10","direct":false,"kind":"development","optional":false},{"id":3035439037,"package_name":"optionator","ecosystem":"npm","requirements":"0.8.3","direct":false,"kind":"development","optional":false},{"id":3035439038,"package_name":"os-filter-obj","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439039,"package_name":"os-name","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035439040,"package_name":"p-cancelable","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439041,"package_name":"p-each-series","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439042,"package_name":"p-event","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":3035439043,"package_name":"p-filter","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439044,"package_name":"p-map","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439045,"package_name":"p-is-promise","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439046,"package_name":"p-limit","ecosystem":"npm","requirements":"2.2.2","direct":false,"kind":"development","optional":false},{"id":3035439047,"package_name":"p-locate","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035439048,"package_name":"p-limit","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035439049,"package_name":"p-map","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439050,"package_name":"p-reduce","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439051,"package_name":"p-retry","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035439052,"package_name":"p-timeout","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035439053,"package_name":"package-hash","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035439054,"package_name":"param-case","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035439055,"package_name":"parent-module","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035439056,"package_name":"parse-json","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035439057,"package_name":"parseqs","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"development","optional":false},{"id":3035439058,"package_name":"parseuri","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"development","optional":false},{"id":3035439059,"package_name":"parseurl","ecosystem":"npm","requirements":"1.3.3","direct":false,"kind":"development","optional":false},{"id":3035439060,"package_name":"pascal-case","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":3035439061,"package_name":"path-case","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035439062,"package_name":"path-key","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":3035439063,"package_name":"path-type","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439064,"package_name":"pathval","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035439065,"package_name":"pend","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035439066,"package_name":"picomatch","ecosystem":"npm","requirements":"2.2.2","direct":false,"kind":"development","optional":false},{"id":3035439067,"package_name":"pinkie","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":3035439068,"package_name":"pinkie-promise","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035439069,"package_name":"pkg-conf","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439070,"package_name":"p-limit","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":3035439071,"package_name":"pkg-dir","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035439072,"package_name":"platform","ecosystem":"npm","requirements":"1.3.5","direct":false,"kind":"development","optional":false},{"id":3035439073,"package_name":"please-upgrade-node","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":3035439074,"package_name":"pluralize","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":3035439075,"package_name":"prelude-ls","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035439076,"package_name":"prepend-http","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439077,"package_name":"prettier","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":3035439078,"package_name":"prettier-linter-helpers","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439079,"package_name":"printj","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035439080,"package_name":"process-nextick-args","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035439081,"package_name":"process-on-spawn","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439082,"package_name":"progress","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":3035439083,"package_name":"proxy-from-env","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035439084,"package_name":"punycode","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035439085,"package_name":"puppeteer-core","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"development","optional":false},{"id":3035439086,"package_name":"q","ecosystem":"npm","requirements":"1.5.1","direct":false,"kind":"development","optional":false},{"id":3035439087,"package_name":"qjobs","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035439088,"package_name":"qs","ecosystem":"npm","requirements":"6.7.0","direct":false,"kind":"development","optional":false},{"id":3035439089,"package_name":"query-string","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":3035439090,"package_name":"quick-lru","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035439091,"package_name":"randombytes","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439092,"package_name":"range-parser","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035439093,"package_name":"raw-body","ecosystem":"npm","requirements":"2.4.0","direct":false,"kind":"development","optional":false},{"id":3035439094,"package_name":"rc","ecosystem":"npm","requirements":"1.2.8","direct":false,"kind":"development","optional":false},{"id":3035439095,"package_name":"read-pkg","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439096,"package_name":"read-pkg-up","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439097,"package_name":"readable-stream","ecosystem":"npm","requirements":"2.3.7","direct":false,"kind":"development","optional":false},{"id":3035439098,"package_name":"readdir-glob","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035439099,"package_name":"readdirp","ecosystem":"npm","requirements":"3.5.0","direct":false,"kind":"development","optional":false},{"id":3035439100,"package_name":"redent","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439101,"package_name":"redeyed","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035439102,"package_name":"regenerate","ecosystem":"npm","requirements":"1.4.2","direct":false,"kind":"development","optional":false},{"id":3035439103,"package_name":"regenerate-unicode-properties","ecosystem":"npm","requirements":"8.2.0","direct":false,"kind":"development","optional":false},{"id":3035439104,"package_name":"regenerator-runtime","ecosystem":"npm","requirements":"0.13.7","direct":false,"kind":"development","optional":false},{"id":3035439105,"package_name":"regenerator-transform","ecosystem":"npm","requirements":"0.14.5","direct":false,"kind":"development","optional":false},{"id":3035439106,"package_name":"regexpp","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035439107,"package_name":"regexpu-core","ecosystem":"npm","requirements":"4.7.1","direct":false,"kind":"development","optional":false},{"id":3035439108,"package_name":"registry-auth-token","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":3035439109,"package_name":"regjsgen","ecosystem":"npm","requirements":"0.5.2","direct":false,"kind":"development","optional":false},{"id":3035439110,"package_name":"regjsparser","ecosystem":"npm","requirements":"0.6.6","direct":false,"kind":"development","optional":false},{"id":3035439111,"package_name":"jsesc","ecosystem":"npm","requirements":"0.5.0","direct":false,"kind":"development","optional":false},{"id":3035439112,"package_name":"release-zalgo","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439113,"package_name":"require-from-string","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035439114,"package_name":"require-main-filename","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439115,"package_name":"require-uncached","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035439116,"package_name":"caller-path","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false},{"id":3035439117,"package_name":"callsites","ecosystem":"npm","requirements":"0.2.0","direct":false,"kind":"development","optional":false},{"id":3035439118,"package_name":"resolve-from","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035439119,"package_name":"requires-port","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439120,"package_name":"resolve","ecosystem":"npm","requirements":"1.19.0","direct":false,"kind":"development","optional":false},{"id":3035439121,"package_name":"resolve-alpn","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439122,"package_name":"resolve-from","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035439123,"package_name":"resolve-global","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439124,"package_name":"responselike","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439125,"package_name":"resq","ecosystem":"npm","requirements":"1.10.0","direct":false,"kind":"development","optional":false},{"id":3035439126,"package_name":"fast-deep-equal","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035439127,"package_name":"reusify","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035439128,"package_name":"rfdc","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035439129,"package_name":"rgb2hex","ecosystem":"npm","requirements":"0.2.3","direct":false,"kind":"development","optional":false},{"id":3035439130,"package_name":"rimraf","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":3035439131,"package_name":"roarr","ecosystem":"npm","requirements":"2.15.4","direct":false,"kind":"development","optional":false},{"id":3035439132,"package_name":"sprintf-js","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035439133,"package_name":"rollup","ecosystem":"npm","requirements":"2.37.1","direct":false,"kind":"development","optional":false},{"id":3035439134,"package_name":"rollup-plugin-babel","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":3035439135,"package_name":"rollup-plugin-istanbul","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439136,"package_name":"@rollup/pluginutils","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":3035439137,"package_name":"rollup-pluginutils","ecosystem":"npm","requirements":"2.8.2","direct":false,"kind":"development","optional":false},{"id":3035439138,"package_name":"estree-walker","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"development","optional":false},{"id":3035439139,"package_name":"run-async","ecosystem":"npm","requirements":"2.4.0","direct":false,"kind":"development","optional":false},{"id":3035439140,"package_name":"run-parallel","ecosystem":"npm","requirements":"1.1.9","direct":false,"kind":"development","optional":false},{"id":3035439141,"package_name":"rx-lite","ecosystem":"npm","requirements":"4.0.8","direct":false,"kind":"development","optional":false},{"id":3035439142,"package_name":"rx-lite-aggregates","ecosystem":"npm","requirements":"4.0.8","direct":false,"kind":"development","optional":false},{"id":3035439143,"package_name":"saucelabs","ecosystem":"npm","requirements":"4.6.3","direct":false,"kind":"development","optional":false},{"id":3035439144,"package_name":"cliui","ecosystem":"npm","requirements":"7.0.4","direct":false,"kind":"development","optional":false},{"id":3035439145,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":3035439146,"package_name":"y18n","ecosystem":"npm","requirements":"5.0.5","direct":false,"kind":"development","optional":false},{"id":3035439147,"package_name":"yargs","ecosystem":"npm","requirements":"16.2.0","direct":false,"kind":"development","optional":false},{"id":3035439148,"package_name":"seek-bzip","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":3035439149,"package_name":"semantic-release","ecosystem":"npm","requirements":"17.3.6","direct":false,"kind":"development","optional":false},{"id":3035439150,"package_name":"execa","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035439151,"package_name":"get-stream","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035439152,"package_name":"hosted-git-info","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035439153,"package_name":"human-signals","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439154,"package_name":"yallist","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":3035439155,"package_name":"semver-compare","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439156,"package_name":"semver-diff","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":3035439157,"package_name":"semver-regex","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":3035439158,"package_name":"semver-truncate","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035439159,"package_name":"sentence-case","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035439160,"package_name":"serialize-error","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":3035439161,"package_name":"type-fest","ecosystem":"npm","requirements":"0.13.1","direct":false,"kind":"development","optional":false},{"id":3035439162,"package_name":"serialize-javascript","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":3035439163,"package_name":"setprototypeof","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035439164,"package_name":"shebang-command","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439165,"package_name":"shebang-regex","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439166,"package_name":"signal-exit","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":3035439167,"package_name":"signale","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":3035439168,"package_name":"simple-assert","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439169,"package_name":"assertion-error","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439170,"package_name":"slash","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439171,"package_name":"slice-ansi","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035439172,"package_name":"snake-case","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":3035439173,"package_name":"socket.io","ecosystem":"npm","requirements":"2.4.1","direct":false,"kind":"development","optional":false},{"id":3035439174,"package_name":"socket.io-adapter","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035439175,"package_name":"socket.io-client","ecosystem":"npm","requirements":"2.4.0","direct":false,"kind":"development","optional":false},{"id":3035439177,"package_name":"socket.io-parser","ecosystem":"npm","requirements":"3.3.2","direct":false,"kind":"development","optional":false},{"id":3035439178,"package_name":"socket.io-parser","ecosystem":"npm","requirements":"3.4.1","direct":false,"kind":"development","optional":false},{"id":3035439179,"package_name":"component-emitter","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":3035439180,"package_name":"sort-keys","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":3035439181,"package_name":"sort-keys-length","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035439182,"package_name":"source-map","ecosystem":"npm","requirements":"0.5.7","direct":false,"kind":"development","optional":false},{"id":3035439183,"package_name":"sourcemap-codec","ecosystem":"npm","requirements":"1.4.8","direct":false,"kind":"development","optional":false},{"id":3035439184,"package_name":"spawn-error-forwarder","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439185,"package_name":"spawn-wrap","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439186,"package_name":"spdx-correct","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":3035439187,"package_name":"spdx-exceptions","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035439188,"package_name":"spdx-license-ids","ecosystem":"npm","requirements":"3.0.5","direct":false,"kind":"development","optional":false},{"id":3035439189,"package_name":"split","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035439190,"package_name":"split2","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":3035439191,"package_name":"sprintf-js","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":3035439192,"package_name":"statuses","ecosystem":"npm","requirements":"1.5.0","direct":false,"kind":"development","optional":false},{"id":3035439193,"package_name":"stream-combiner2","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035439194,"package_name":"stream-events","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":3035439195,"package_name":"streamroller","ecosystem":"npm","requirements":"2.2.4","direct":false,"kind":"development","optional":false},{"id":3035439196,"package_name":"date-format","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439197,"package_name":"fs-extra","ecosystem":"npm","requirements":"8.1.0","direct":false,"kind":"development","optional":false},{"id":3035439198,"package_name":"jsonfile","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035439199,"package_name":"universalify","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":3035439200,"package_name":"strict-uri-encode","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035439201,"package_name":"string-width","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":3035439202,"package_name":"strip-ansi","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035439203,"package_name":"strip-bom","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439204,"package_name":"strip-dirs","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439205,"package_name":"strip-final-newline","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439206,"package_name":"strip-indent","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439207,"package_name":"strip-json-comments","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":3035439208,"package_name":"strip-outer","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035439209,"package_name":"stubs","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439210,"package_name":"supports-color","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"development","optional":false},{"id":3035439211,"package_name":"supports-hyperlinks","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439212,"package_name":"table","ecosystem":"npm","requirements":"6.0.7","direct":false,"kind":"development","optional":false},{"id":3035439213,"package_name":"ajv","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"development","optional":false},{"id":3035439214,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439215,"package_name":"tar-fs","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":3035439216,"package_name":"tar-stream","ecosystem":"npm","requirements":"1.6.2","direct":false,"kind":"development","optional":false},{"id":3035439217,"package_name":"teeny-request","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":3035439218,"package_name":"temp-dir","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439219,"package_name":"tempy","ecosystem":"npm","requirements":"0.5.0","direct":false,"kind":"development","optional":false},{"id":3035439220,"package_name":"type-fest","ecosystem":"npm","requirements":"0.12.0","direct":false,"kind":"development","optional":false},{"id":3035439221,"package_name":"test-exclude","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":3035439222,"package_name":"text-extensions","ecosystem":"npm","requirements":"1.9.0","direct":false,"kind":"development","optional":false},{"id":3035439223,"package_name":"through2","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":3035439224,"package_name":"tmp","ecosystem":"npm","requirements":"0.0.33","direct":false,"kind":"development","optional":false},{"id":3035439225,"package_name":"to-array","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":3035439226,"package_name":"to-buffer","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":3035439227,"package_name":"to-fast-properties","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439228,"package_name":"to-regex-range","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":3035439229,"package_name":"toidentifier","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439230,"package_name":"traverse","ecosystem":"npm","requirements":"0.6.6","direct":false,"kind":"development","optional":false},{"id":3035439231,"package_name":"trim-newlines","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439232,"package_name":"trim-off-newlines","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035439233,"package_name":"trim-repeated","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439234,"package_name":"tslib","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439235,"package_name":"tunnel","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"development","optional":false},{"id":3035439236,"package_name":"type-check","ecosystem":"npm","requirements":"0.3.2","direct":false,"kind":"development","optional":false},{"id":3035439237,"package_name":"type-detect","ecosystem":"npm","requirements":"4.0.8","direct":false,"kind":"development","optional":false},{"id":3035439238,"package_name":"type-fest","ecosystem":"npm","requirements":"0.8.1","direct":false,"kind":"development","optional":false},{"id":3035439239,"package_name":"type-is","ecosystem":"npm","requirements":"1.6.18","direct":false,"kind":"development","optional":false},{"id":3035439240,"package_name":"typedarray-to-buffer","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"development","optional":false},{"id":3035439241,"package_name":"ua-parser-js","ecosystem":"npm","requirements":"0.7.23","direct":false,"kind":"development","optional":false},{"id":3035439242,"package_name":"uglify-js","ecosystem":"npm","requirements":"3.8.0","direct":false,"kind":"development","optional":false},{"id":3035439243,"package_name":"unbzip2-stream","ecosystem":"npm","requirements":"1.4.3","direct":false,"kind":"development","optional":false},{"id":3035439244,"package_name":"unicode-canonical-property-names-ecmascript","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035439245,"package_name":"unicode-match-property-ecmascript","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":3035439246,"package_name":"unicode-match-property-value-ecmascript","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":3035439247,"package_name":"unicode-property-aliases-ecmascript","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":3035439248,"package_name":"unique-string","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439249,"package_name":"universal-user-agent","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":3035439250,"package_name":"universalify","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439251,"package_name":"upper-case","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035439252,"package_name":"upper-case-first","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035439253,"package_name":"uri-js","ecosystem":"npm","requirements":"4.4.1","direct":false,"kind":"development","optional":false},{"id":3035439254,"package_name":"url-join","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":3035439255,"package_name":"url-parse-lax","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":3035439256,"package_name":"url-to-options","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035439257,"package_name":"urlgrey","ecosystem":"npm","requirements":"0.4.4","direct":false,"kind":"development","optional":false},{"id":3035439258,"package_name":"utils-merge","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":3035439259,"package_name":"uuid","ecosystem":"npm","requirements":"3.4.0","direct":false,"kind":"development","optional":false},{"id":3035439260,"package_name":"v8-compile-cache","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439261,"package_name":"void-elements","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":3035439262,"package_name":"webdriver","ecosystem":"npm","requirements":"6.12.1","direct":false,"kind":"development","optional":false},{"id":3035439263,"package_name":"webdriverio","ecosystem":"npm","requirements":"6.12.1","direct":false,"kind":"development","optional":false},{"id":3035439264,"package_name":"serialize-error","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":3035439265,"package_name":"type-fest","ecosystem":"npm","requirements":"0.20.2","direct":false,"kind":"development","optional":false},{"id":3035439266,"package_name":"which","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":3035439267,"package_name":"which-pm-runs","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":3035439268,"package_name":"wide-align","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":3035439269,"package_name":"windows-release","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":3035439270,"package_name":"word-wrap","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":3035439271,"package_name":"wordwrap","ecosystem":"npm","requirements":"0.0.3","direct":false,"kind":"development","optional":false},{"id":3035439272,"package_name":"workerpool","ecosystem":"npm","requirements":"6.0.2","direct":false,"kind":"development","optional":false},{"id":3035439273,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"development","optional":false},{"id":3035439274,"package_name":"write-file-atomic","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":3035439275,"package_name":"ws","ecosystem":"npm","requirements":"7.4.2","direct":false,"kind":"development","optional":false},{"id":3035439276,"package_name":"xmlhttprequest-ssl","ecosystem":"npm","requirements":"1.5.5","direct":false,"kind":"development","optional":false},{"id":3035439277,"package_name":"xtend","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":3035439278,"package_name":"yaml","ecosystem":"npm","requirements":"1.10.0","direct":false,"kind":"development","optional":false},{"id":3035439279,"package_name":"yargs","ecosystem":"npm","requirements":"15.4.1","direct":false,"kind":"development","optional":false},{"id":3035439280,"package_name":"yargs-parser","ecosystem":"npm","requirements":"18.1.3","direct":false,"kind":"development","optional":false},{"id":3035439281,"package_name":"yargs-parser","ecosystem":"npm","requirements":"10.1.0","direct":false,"kind":"development","optional":false},{"id":3035439282,"package_name":"yargs-unparser","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":3035439283,"package_name":"camelcase","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"development","optional":false},{"id":3035439284,"package_name":"decamelize","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":3035439285,"package_name":"is-plain-obj","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":3035439286,"package_name":"yauzl","ecosystem":"npm","requirements":"2.10.0","direct":false,"kind":"development","optional":false},{"id":3035439287,"package_name":"yeast","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":3035439288,"package_name":"yocto-queue","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false},{"id":3035439289,"package_name":"zip-stream","ecosystem":"npm","requirements":"4.0.4","direct":false,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2022-08-28T11:22:24.022Z","updated_at":"2022-08-28T11:22:24.022Z","repository_link":"https://github.com/chaijs/loupe/blob/main/package.json","dependencies":[{"id":3035439378,"package_name":"get-func-name","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"runtime","optional":false},{"id":3035439379,"package_name":"@babel/core","ecosystem":"npm","requirements":"^7.12.10","direct":true,"kind":"development","optional":false},{"id":3035439380,"package_name":"@babel/preset-env","ecosystem":"npm","requirements":"^7.12.11","direct":true,"kind":"development","optional":false},{"id":3035439381,"package_name":"@commitlint/cli","ecosystem":"npm","requirements":"^11.0.0","direct":true,"kind":"development","optional":false},{"id":3035439382,"package_name":"@rollup/plugin-commonjs","ecosystem":"npm","requirements":"^17.0.0","direct":true,"kind":"development","optional":false},{"id":3035439383,"package_name":"@rollup/plugin-node-resolve","ecosystem":"npm","requirements":"^11.1.0","direct":true,"kind":"development","optional":false},{"id":3035439384,"package_name":"benchmark","ecosystem":"npm","requirements":"^2.1.4","direct":true,"kind":"development","optional":false},{"id":3035439385,"package_name":"chai","ecosystem":"npm","requirements":"^4.2.0","direct":true,"kind":"development","optional":false},{"id":3035439386,"package_name":"codecov","ecosystem":"npm","requirements":"^3.8.1","direct":true,"kind":"development","optional":false},{"id":3035439387,"package_name":"commitlint-config-angular","ecosystem":"npm","requirements":"^11.0.0","direct":true,"kind":"development","optional":false},{"id":3035439388,"package_name":"core-js","ecosystem":"npm","requirements":"^3.8.3","direct":true,"kind":"development","optional":false},{"id":3035439389,"package_name":"cross-env","ecosystem":"npm","requirements":"^7.0.3","direct":true,"kind":"development","optional":false},{"id":3035439390,"package_name":"eslint","ecosystem":"npm","requirements":"^7.18.0","direct":true,"kind":"development","optional":false},{"id":3035439391,"package_name":"eslint-config-strict","ecosystem":"npm","requirements":"^14.0.1","direct":true,"kind":"development","optional":false},{"id":3035439392,"package_name":"eslint-plugin-filenames","ecosystem":"npm","requirements":"^1.3.2","direct":true,"kind":"development","optional":false},{"id":3035439393,"package_name":"eslint-plugin-prettier","ecosystem":"npm","requirements":"^3.3.1","direct":true,"kind":"development","optional":false},{"id":3035439394,"package_name":"esm","ecosystem":"npm","requirements":"^3.2.25","direct":true,"kind":"development","optional":false},{"id":3035439395,"package_name":"husky","ecosystem":"npm","requirements":"^4.3.8","direct":true,"kind":"development","optional":false},{"id":3035439396,"package_name":"karma","ecosystem":"npm","requirements":"^5.2.3","direct":true,"kind":"development","optional":false},{"id":3035439397,"package_name":"karma-chrome-launcher","ecosystem":"npm","requirements":"^3.1.0","direct":true,"kind":"development","optional":false},{"id":3035439398,"package_name":"karma-coverage","ecosystem":"npm","requirements":"^2.0.3","direct":true,"kind":"development","optional":false},{"id":3035439399,"package_name":"karma-edge-launcher","ecosystem":"npm","requirements":"^0.4.2","direct":true,"kind":"development","optional":false},{"id":3035439400,"package_name":"karma-firefox-launcher","ecosystem":"npm","requirements":"^2.1.0","direct":true,"kind":"development","optional":false},{"id":3035439401,"package_name":"karma-ie-launcher","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"development","optional":false},{"id":3035439402,"package_name":"karma-mocha","ecosystem":"npm","requirements":"^2.0.1","direct":true,"kind":"development","optional":false},{"id":3035439403,"package_name":"karma-opera-launcher","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"development","optional":false},{"id":3035439404,"package_name":"karma-safari-launcher","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"development","optional":false},{"id":3035439405,"package_name":"karma-safaritechpreview-launcher","ecosystem":"npm","requirements":"^2.0.2","direct":true,"kind":"development","optional":false},{"id":3035439406,"package_name":"karma-sauce-launcher","ecosystem":"npm","requirements":"^4.3.4","direct":true,"kind":"development","optional":false},{"id":3035439407,"package_name":"mocha","ecosystem":"npm","requirements":"^8.2.1","direct":true,"kind":"development","optional":false},{"id":3035439408,"package_name":"nyc","ecosystem":"npm","requirements":"^15.1.0","direct":true,"kind":"development","optional":false},{"id":3035439409,"package_name":"prettier","ecosystem":"npm","requirements":"^2.2.1","direct":true,"kind":"development","optional":false},{"id":3035439410,"package_name":"rollup","ecosystem":"npm","requirements":"^2.37.1","direct":true,"kind":"development","optional":false},{"id":3035439411,"package_name":"rollup-plugin-babel","ecosystem":"npm","requirements":"^4.4.0","direct":true,"kind":"development","optional":false},{"id":3035439412,"package_name":"rollup-plugin-istanbul","ecosystem":"npm","requirements":"^3.0.0","direct":true,"kind":"development","optional":false},{"id":3035439413,"package_name":"semantic-release","ecosystem":"npm","requirements":"^17.3.6","direct":true,"kind":"development","optional":false},{"id":3035439414,"package_name":"simple-assert","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/build.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:01:44.432Z","updated_at":"2023-01-13T17:01:44.432Z","repository_link":"https://github.com/chaijs/loupe/blob/main/.github/workflows/build.yml","dependencies":[{"id":6890887173,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6890887174,"package_name":"actions/cache","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890887175,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890887176,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/commitlint.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T17:01:44.463Z","updated_at":"2023-01-13T17:01:44.463Z","repository_link":"https://github.com/chaijs/loupe/blob/main/.github/workflows/commitlint.yml","dependencies":[{"id":6890887177,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6890887178,"package_name":"wagoid/commitlint-github-action","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]}],"score":28.177938944935594,"created_at":"2026-07-08T06:44:37.472Z","updated_at":"2026-07-21T13:30:23.402Z","avatar_url":"https://github.com/chaijs.png","language":"JavaScript","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/378058","html_url":"https://summary.ecosyste.ms/projects/378058"}